2023-10-08T02:43:46.344 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-08T02:43:46.344 DEBUG:teuthology.run:Teuthology command: teuthology --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_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417134 --verbose -- /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417134/orig.config.yaml 2023-10-08T02:43:46.378 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-08T02:43:46.453 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417134 branch: main description: orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7417134' 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: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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-08T02:43:46.454 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-08T02:43:46.454 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa/tasks 2023-10-08T02:43:46.455 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-08T02:43:46.456 INFO:teuthology.task.internal:Checking packages... 2023-10-08T02:43:46.482 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9725b08fd801c82987c737f7e6d354878f036ee8' 2023-10-08T02:43:46.482 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-08T02:43:46.483 INFO:teuthology.packaging:ref: None 2023-10-08T02:43:46.483 INFO:teuthology.packaging:tag: None 2023-10-08T02:43:46.483 INFO:teuthology.packaging:branch: main 2023-10-08T02:43:46.483 INFO:teuthology.packaging:sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T02:43:46.483 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-08T02:43:46.710 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6613.gb05d167b 2023-10-08T02:43:46.710 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-08T02:43:46.717 INFO:teuthology.task.internal:no buildpackages task found 2023-10-08T02:43:46.718 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-08T02:43:46.762 INFO:teuthology.task.internal:Saving configuration 2023-10-08T02:43:46.776 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-08T02:43:46.786 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T02:43:46.814 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417134', '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 02:38:38.615992', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-08T02:43:46.839 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417134', '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 02:38:38.617914', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-08T02:43:46.840 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-08T02:43:46.850 INFO:teuthology.task.internal:roles: ubuntu@smithi003.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-08T02:43:46.850 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-08T02:43:46.850 INFO:teuthology.run_tasks:Running task console_log... 2023-10-08T02:43:46.939 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f41b2c0b040>, signals=[15]) 2023-10-08T02:43:46.939 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-08T02:43:46.947 INFO:teuthology.task.internal:Opening connections... 2023-10-08T02:43:46.947 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T02:43:46.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:43:47.019 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2023-10-08T02:43:47.020 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:43:47.090 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-08T02:43:47.098 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2023-10-08T02:43:47.120 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2023-10-08T02:43:47.120 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2023-10-08T02:43:47.181 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="Red Hat Enterprise Linux" 2023-10-08T02:43:47.181 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="8.6 (Ootpa)" 2023-10-08T02:43:47.181 INFO:teuthology.orchestra.run.smithi003.stdout:ID="rhel" 2023-10-08T02:43:47.181 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE="fedora" 2023-10-08T02:43:47.181 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="8.6" 2023-10-08T02:43:47.181 INFO:teuthology.orchestra.run.smithi003.stdout:PLATFORM_ID="platform:el8" 2023-10-08T02:43:47.181 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:ANSI_COLOR="0;31" 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://www.redhat.com/" 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-08T02:43:47.182 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-08T02:43:47.183 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2023-10-08T02:43:47.206 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2023-10-08T02:43:47.225 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2023-10-08T02:43:47.226 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2023-10-08T02:43:47.288 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="Red Hat Enterprise Linux" 2023-10-08T02:43:47.288 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="8.6 (Ootpa)" 2023-10-08T02:43:47.288 INFO:teuthology.orchestra.run.smithi094.stdout:ID="rhel" 2023-10-08T02:43:47.288 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="fedora" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="8.6" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el8" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://www.redhat.com/" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-08T02:43:47.289 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-08T02:43:47.290 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-08T02:43:47.290 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2023-10-08T02:43:47.314 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-08T02:43:47.323 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-08T02:43:47.353 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-08T02:43:47.354 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2023-10-08T02:43:47.356 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2023-10-08T02:43:47.375 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-08T02:43:47.385 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-08T02:43:47.385 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2023-10-08T02:43:47.418 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2023-10-08T02:43:47.456 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-08T02:43:47.513 INFO:teuthology.run_tasks:Running task kernel... 2023-10-08T02:43:47.531 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-08T02:43:47.531 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-08T02:43:47.532 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T02:43:47.532 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T02:43:47.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T02:43:47.550 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2023-10-08T02:43:47.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T02:43:47.552 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2023-10-08T02:43:47.612 INFO:teuthology.orchestra.run.smithi094.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-08T02:43:47.612 INFO:teuthology.task.kernel:Running kernel on smithi094: 4.18.0-372.9.1.el8.x86_64 2023-10-08T02:43:47.612 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2023-10-08T02:43:47.613 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-08T02:43:47.613 INFO:teuthology.task.kernel:Running kernel on smithi003: 4.18.0-372.9.1.el8.x86_64 2023-10-08T02:43:47.613 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum install -y kernel 2023-10-08T02:43:48.814 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-08T02:43:48.815 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-10-08T02:43:48.841 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-10-08T02:43:48.841 INFO:teuthology.orchestra.run.smithi094.stdout:Unable to read consumer identity 2023-10-08T02:43:50.192 INFO:teuthology.orchestra.run.smithi003.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-10-08T02:43:50.316 INFO:teuthology.orchestra.run.smithi094.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-10-08T02:43:51.133 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-10-08T02:43:51.291 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-10-08T02:43:54.792 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 430 kB/s | 24 kB 00:00 2023-10-08T02:43:54.900 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 424 kB/s | 24 kB 00:00 2023-10-08T02:43:55.502 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-08T02:43:55.547 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2023-10-08T02:43:55.548 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2023-10-08T02:43:55.548 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2023-10-08T02:43:55.611 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-08T02:43:55.661 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-08T02:43:55.662 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-08T02:43:55.662 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-08T02:43:55.665 DEBUG:teuthology.orchestra.run.smithi094:> echo no | sudo yum reinstall kernel || true 2023-10-08T02:43:55.786 DEBUG:teuthology.orchestra.run.smithi003:> echo no | sudo yum reinstall kernel || true 2023-10-08T02:43:55.994 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-10-08T02:43:55.995 INFO:teuthology.orchestra.run.smithi094.stdout:Unable to read consumer identity 2023-10-08T02:43:56.176 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-08T02:43:56.176 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-10-08T02:43:56.256 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:02 ago on Sun 08 Oct 2023 02:43:54 AM UTC. 2023-10-08T02:43:56.297 INFO:teuthology.orchestra.run.smithi094.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T02:43:56.359 INFO:teuthology.orchestra.run.smithi094.stderr:Error: No packages marked for reinstall. 2023-10-08T02:43:56.405 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum reinstall -y kernel || true 2023-10-08T02:43:56.452 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:02 ago on Sun 08 Oct 2023 02:43:54 AM UTC. 2023-10-08T02:43:56.498 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T02:43:56.537 INFO:teuthology.orchestra.run.smithi003.stderr:Error: No packages marked for reinstall. 2023-10-08T02:43:56.584 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum reinstall -y kernel || true 2023-10-08T02:43:56.734 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-10-08T02:43:56.734 INFO:teuthology.orchestra.run.smithi094.stdout:Unable to read consumer identity 2023-10-08T02:43:56.932 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-08T02:43:56.932 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-10-08T02:43:56.990 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:02 ago on Sun 08 Oct 2023 02:43:54 AM UTC. 2023-10-08T02:43:57.031 INFO:teuthology.orchestra.run.smithi094.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T02:43:57.063 INFO:teuthology.orchestra.run.smithi094.stderr:Error: No packages marked for reinstall. 2023-10-08T02:43:57.109 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T02:43:57.189 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-08T02:43:57.189 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-08T02:43:57.189 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-08T02:43:57.190 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-08T02:43:57.190 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T02:43:57.203 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:03 ago on Sun 08 Oct 2023 02:43:54 AM UTC. 2023-10-08T02:43:57.224 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2023-10-08T02:43:57.240 DEBUG:teuthology.parallel:result is None 2023-10-08T02:43:57.247 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T02:43:57.277 INFO:teuthology.orchestra.run.smithi003.stderr:Error: No packages marked for reinstall. 2023-10-08T02:43:57.329 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T02:43:57.413 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-08T02:43:57.413 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-08T02:43:57.413 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-08T02:43:57.413 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-08T02:43:57.413 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T02:43:57.440 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2023-10-08T02:43:57.455 DEBUG:teuthology.parallel:result is None 2023-10-08T02:43:57.455 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-08T02:43:57.465 INFO:teuthology.task.internal:Creating test directory... 2023-10-08T02:43:57.465 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T02:43:57.498 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T02:43:57.515 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-08T02:43:57.524 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-08T02:43:57.548 INFO:teuthology.task.internal:Creating archive directory... 2023-10-08T02:43:57.548 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T02:43:57.555 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T02:43:57.575 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-08T02:43:57.587 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-08T02:43:57.587 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:43:57.613 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:43:57.655 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T02:43:57.658 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T02:43:57.665 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T02:43:57.668 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T02:43:57.670 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-08T02:43:57.679 INFO:teuthology.task.internal:Configuring sudo... 2023-10-08T02:43:57.679 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T02:43:57.709 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T02:43:57.736 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-08T02:43:57.749 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-08T02:43:57.749 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T02:43:57.777 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T02:43:57.793 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T02:43:57.876 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T02:43:57.925 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T02:43:58.010 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T02:43:58.052 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:43:58.052 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T02:43:58.120 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T02:43:58.163 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T02:43:58.210 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T02:43:58.293 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T02:43:58.335 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:43:58.336 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T02:43:58.402 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2023-10-08T02:43:58.404 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2023-10-08T02:43:58.464 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T02:43:58.506 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T02:43:58.925 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-08T02:43:58.934 INFO:teuthology.task.internal:Starting timer... 2023-10-08T02:43:58.934 INFO:teuthology.run_tasks:Running task pcp... 2023-10-08T02:43:58.989 INFO:teuthology.run_tasks:Running task selinux... 2023-10-08T02:43:59.013 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-08T02:43:59.013 DEBUG:teuthology.orchestra.run.smithi003:> sudo service auditd rotate 2023-10-08T02:43:59.080 INFO:teuthology.orchestra.run.smithi003.stdout:Rotating logs: 2023-10-08T02:43:59.081 DEBUG:teuthology.orchestra.run.smithi094:> sudo service auditd rotate 2023-10-08T02:43:59.150 INFO:teuthology.orchestra.run.smithi094.stdout:Rotating logs: 2023-10-08T02:43:59.152 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-08T02:43:59.152 DEBUG:teuthology.orchestra.run.smithi003:> /usr/sbin/getenforce 2023-10-08T02:43:59.174 INFO:teuthology.orchestra.run.smithi003.stdout:Permissive 2023-10-08T02:43:59.175 DEBUG:teuthology.orchestra.run.smithi094:> /usr/sbin/getenforce 2023-10-08T02:43:59.201 INFO:teuthology.orchestra.run.smithi094.stdout:Permissive 2023-10-08T02:43:59.201 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi003.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi094.front.sepia.ceph.com': 'permissive'} 2023-10-08T02:43:59.201 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:43:59.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T02:43:59.245 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:43:59.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T02:43:59.275 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-08T02:43:59.275 DEBUG:teuthology.orchestra.run.smithi003:> sudo /usr/sbin/setenforce permissive 2023-10-08T02:43:59.313 DEBUG:teuthology.orchestra.run.smithi094:> sudo /usr/sbin/setenforce permissive 2023-10-08T02:43:59.343 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-08T02:43:59.353 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-08T02:43:59.353 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-08T02:43:59.370 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-08T02:43:59.372 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi094.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-08T02:53:21.605 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com')] 2023-10-08T02:53:21.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-08T02:53:21.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:53:21.679 DEBUG:teuthology.orchestra.run.smithi003:> true 2023-10-08T02:53:21.706 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-08T02:53:21.707 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2023-10-08T02:53:21.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:53:21.775 DEBUG:teuthology.orchestra.run.smithi094:> true 2023-10-08T02:53:21.844 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2023-10-08T02:53:21.845 INFO:teuthology.run_tasks:Running task clock... 2023-10-08T02:53:21.855 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-08T02:53:21.856 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T02:53:21.856 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:53:21.858 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T02:53:21.858 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:53:21.890 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-08T02:53:21.905 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-08T02:53:21.917 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-08T02:53:21.932 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-08T02:53:21.973 INFO:teuthology.orchestra.run.smithi003.stderr:sudo: ntpd: command not found 2023-10-08T02:53:21.986 INFO:teuthology.orchestra.run.smithi003.stdout:506 Cannot talk to daemon 2023-10-08T02:53:21.996 INFO:teuthology.orchestra.run.smithi094.stderr:sudo: ntpd: command not found 2023-10-08T02:53:22.001 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-08T02:53:22.009 INFO:teuthology.orchestra.run.smithi094.stdout:506 Cannot talk to daemon 2023-10-08T02:53:22.016 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-08T02:53:22.023 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-08T02:53:22.037 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-08T02:53:22.106 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-10-08T02:53:22.110 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T02:53:22.110 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-10-08T02:53:22.110 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T02:53:22.110 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T02:53:22.110 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T02:53:22.110 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T02:53:22.113 INFO:teuthology.orchestra.run.smithi094.stderr:bash: ntpq: command not found 2023-10-08T02:53:22.116 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T02:53:22.116 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2023-10-08T02:53:22.116 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T02:53:22.116 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T02:53:22.117 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T02:53:22.117 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T02:53:22.118 INFO:teuthology.run_tasks:Running task pexec... 2023-10-08T02:53:22.127 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-08T02:53:22.127 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T02:53:22.127 DEBUG:teuthology.orchestra.run.smithi003:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-08T02:53:22.128 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi094.front.sepia.ceph.com 2023-10-08T02:53:22.128 DEBUG:teuthology.orchestra.run.smithi094:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-08T02:53:22.529 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-10-08T02:53:22.544 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-08T02:53:23.459 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:41 ago on Sun 08 Oct 2023 02:51:42 AM UTC. 2023-10-08T02:53:23.500 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:30 ago on Sun 08 Oct 2023 02:51:53 AM UTC. 2023-10-08T02:53:25.176 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2023-10-08T02:53:25.177 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2023-10-08T02:53:25.177 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2023-10-08T02:53:25.177 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2023-10-08T02:53:25.177 INFO:teuthology.orchestra.run.smithi094.stdout:Resetting modules: 2023-10-08T02:53:25.178 INFO:teuthology.orchestra.run.smithi094.stdout: container-tools 2023-10-08T02:53:25.178 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:53:25.178 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2023-10-08T02:53:25.178 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2023-10-08T02:53:25.178 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:53:25.479 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-08T02:53:25.480 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-08T02:53:25.480 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-10-08T02:53:25.480 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-08T02:53:25.480 INFO:teuthology.orchestra.run.smithi003.stdout:Resetting modules: 2023-10-08T02:53:25.481 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools 2023-10-08T02:53:25.481 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:53:25.481 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-08T02:53:25.481 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-08T02:53:25.481 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:53:26.152 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:43 ago on Sun 08 Oct 2023 02:51:42 AM UTC. 2023-10-08T02:53:26.478 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:33 ago on Sun 08 Oct 2023 02:51:53 AM UTC. 2023-10-08T02:53:30.220 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2023-10-08T02:53:33.280 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-10-08T02:53:33.280 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:49 ago on Sun 08 Oct 2023 02:51:42 AM UTC. 2023-10-08T02:53:33.281 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-08T02:53:33.281 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-08T02:53:33.281 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:38 ago on Sun 08 Oct 2023 02:51:53 AM UTC. 2023-10-08T02:53:33.292 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2023-10-08T02:53:33.385 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================================================== 2023-10-08T02:53:33.474 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2023-10-08T02:53:33.475 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================================================== 2023-10-08T02:53:33.475 INFO:teuthology.orchestra.run.smithi094.stdout:Installing group/module packages: 2023-10-08T02:53:33.475 INFO:teuthology.orchestra.run.smithi094.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-08T02:53:33.475 INFO:teuthology.orchestra.run.smithi094.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-08T02:53:33.475 INFO:teuthology.orchestra.run.smithi094.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-08T02:53:33.476 INFO:teuthology.orchestra.run.smithi094.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-08T02:53:33.476 INFO:teuthology.orchestra.run.smithi094.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-08T02:53:33.476 INFO:teuthology.orchestra.run.smithi094.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T02:53:33.476 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2023-10-08T02:53:33.476 INFO:teuthology.orchestra.run.smithi094.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-08T02:53:33.477 INFO:teuthology.orchestra.run.smithi094.stdout:Downgrading: 2023-10-08T02:53:33.477 INFO:teuthology.orchestra.run.smithi094.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T02:53:33.477 INFO:teuthology.orchestra.run.smithi094.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-08T02:53:33.477 INFO:teuthology.orchestra.run.smithi094.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-08T02:53:33.478 INFO:teuthology.orchestra.run.smithi094.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-08T02:53:33.478 INFO:teuthology.orchestra.run.smithi094.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-08T02:53:33.478 INFO:teuthology.orchestra.run.smithi094.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-08T02:53:33.478 INFO:teuthology.orchestra.run.smithi094.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-08T02:53:33.478 INFO:teuthology.orchestra.run.smithi094.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-08T02:53:33.478 INFO:teuthology.orchestra.run.smithi094.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-08T02:53:33.479 INFO:teuthology.orchestra.run.smithi094.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-08T02:53:33.479 INFO:teuthology.orchestra.run.smithi094.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-08T02:53:33.479 INFO:teuthology.orchestra.run.smithi094.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T02:53:33.479 INFO:teuthology.orchestra.run.smithi094.stdout:Installing module profiles: 2023-10-08T02:53:33.479 INFO:teuthology.orchestra.run.smithi094.stdout: container-tools/common 2023-10-08T02:53:33.481 INFO:teuthology.orchestra.run.smithi094.stdout:Enabling module streams: 2023-10-08T02:53:33.481 INFO:teuthology.orchestra.run.smithi094.stdout: container-tools 3.0 2023-10-08T02:53:33.481 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:53:33.481 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2023-10-08T02:53:33.482 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================================================== 2023-10-08T02:53:33.482 INFO:teuthology.orchestra.run.smithi094.stdout:Install 7 Packages 2023-10-08T02:53:33.482 INFO:teuthology.orchestra.run.smithi094.stdout:Downgrade 12 Packages 2023-10-08T02:53:33.482 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:53:33.483 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 51 M 2023-10-08T02:53:33.483 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2023-10-08T02:53:33.488 INFO:teuthology.orchestra.run.smithi094.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 920 kB/s | 91 kB 00:00 2023-10-08T02:53:33.513 INFO:teuthology.orchestra.run.smithi094.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 426 kB/s | 53 kB 00:00 2023-10-08T02:53:33.539 INFO:teuthology.orchestra.run.smithi094.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 343 kB/s | 51 kB 00:00 2023-10-08T02:53:33.572 INFO:teuthology.orchestra.run.smithi094.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-10-08T02:53:33.597 INFO:teuthology.orchestra.run.smithi094.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-10-08T02:53:33.622 INFO:teuthology.orchestra.run.smithi094.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-10-08T02:53:33.644 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-08T02:53:33.673 INFO:teuthology.orchestra.run.smithi094.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.1 MB/s | 56 kB 00:00 2023-10-08T02:53:33.732 INFO:teuthology.orchestra.run.smithi094.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-10-08T02:53:33.746 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================================================== 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================================================== 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout:Installing group/module packages: 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-08T02:53:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout:Downgrading: 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-08T02:53:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-08T02:53:33.749 INFO:teuthology.orchestra.run.smithi003.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-08T02:53:33.749 INFO:teuthology.orchestra.run.smithi003.stdout:Installing module profiles: 2023-10-08T02:53:33.749 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools/common 2023-10-08T02:53:33.749 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling module streams: 2023-10-08T02:53:33.749 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools 3.0 2023-10-08T02:53:33.749 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:53:33.750 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-08T02:53:33.750 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================================================== 2023-10-08T02:53:33.750 INFO:teuthology.orchestra.run.smithi003.stdout:Install 7 Packages 2023-10-08T02:53:33.750 INFO:teuthology.orchestra.run.smithi003.stdout:Downgrade 12 Packages 2023-10-08T02:53:33.750 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:53:33.751 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 51 M 2023-10-08T02:53:33.751 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-08T02:53:33.757 INFO:teuthology.orchestra.run.smithi094.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 611 kB/s | 51 kB 00:00 2023-10-08T02:53:33.819 INFO:teuthology.orchestra.run.smithi003.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 757 kB/s | 51 kB 00:00 2023-10-08T02:53:33.824 INFO:teuthology.orchestra.run.smithi094.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.7 MB/s | 322 kB 00:00 2023-10-08T02:53:33.844 INFO:teuthology.orchestra.run.smithi003.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 568 kB/s | 53 kB 00:00 2023-10-08T02:53:33.869 INFO:teuthology.orchestra.run.smithi003.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 768 kB/s | 91 kB 00:00 2023-10-08T02:53:33.894 INFO:teuthology.orchestra.run.smithi003.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-10-08T02:53:34.209 INFO:teuthology.orchestra.run.smithi094.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 489 kB/s | 41 kB 00:00 2023-10-08T02:53:34.212 INFO:teuthology.orchestra.run.smithi094.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-10-08T02:53:34.213 INFO:teuthology.orchestra.run.smithi094.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-10-08T02:53:34.214 INFO:teuthology.orchestra.run.smithi003.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-10-08T02:53:34.214 INFO:teuthology.orchestra.run.smithi003.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-10-08T02:53:34.214 INFO:teuthology.orchestra.run.smithi003.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-10-08T02:53:34.214 INFO:teuthology.orchestra.run.smithi003.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-10-08T02:53:34.214 INFO:teuthology.orchestra.run.smithi003.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 507 kB/s | 51 kB 00:00 2023-10-08T02:53:34.215 INFO:teuthology.orchestra.run.smithi003.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-10-08T02:53:34.215 INFO:teuthology.orchestra.run.smithi003.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 983 kB/s | 41 kB 00:00 2023-10-08T02:53:34.276 INFO:teuthology.orchestra.run.smithi094.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 27 MB/s | 6.4 MB 00:00 2023-10-08T02:53:34.288 INFO:teuthology.orchestra.run.smithi003.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 22 MB/s | 2.2 MB 00:00 2023-10-08T02:53:34.438 INFO:teuthology.orchestra.run.smithi003.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 21 MB/s | 11 MB 00:00 2023-10-08T02:53:34.492 INFO:teuthology.orchestra.run.smithi094.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 25 MB/s | 19 MB 00:00 2023-10-08T02:53:34.584 INFO:teuthology.orchestra.run.smithi094.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 14 MB/s | 6.8 MB 00:00 2023-10-08T02:53:34.605 INFO:teuthology.orchestra.run.smithi003.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-10-08T02:53:34.609 INFO:teuthology.orchestra.run.smithi094.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.5 MB/s | 185 kB 00:00 2023-10-08T02:53:34.652 INFO:teuthology.orchestra.run.smithi094.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 756 kB/s | 51 kB 00:00 2023-10-08T02:53:34.672 INFO:teuthology.orchestra.run.smithi003.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 16 MB/s | 1.1 MB 00:00 2023-10-08T02:53:34.685 INFO:teuthology.orchestra.run.smithi094.stdout:(19/19): cockpit-podman-29-2.module+el8.6.0+148 2.6 MB/s | 1.1 MB 00:00 2023-10-08T02:53:34.686 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2023-10-08T02:53:34.686 INFO:teuthology.orchestra.run.smithi094.stdout:Total 39 MB/s | 51 MB 00:01 2023-10-08T02:53:34.764 INFO:teuthology.orchestra.run.smithi003.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 21 MB/s | 6.8 MB 00:00 2023-10-08T02:53:34.789 INFO:teuthology.orchestra.run.smithi003.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.5 MB/s | 185 kB 00:00 2023-10-08T02:53:34.815 INFO:teuthology.orchestra.run.smithi003.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-10-08T02:53:35.032 INFO:teuthology.orchestra.run.smithi003.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 19 MB/s | 19 MB 00:00 2023-10-08T02:53:35.033 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-08T02:53:35.033 INFO:teuthology.orchestra.run.smithi003.stdout:Total 39 MB/s | 51 MB 00:01 2023-10-08T02:53:35.161 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2023-10-08T02:53:35.203 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2023-10-08T02:53:35.204 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2023-10-08T02:53:35.526 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-08T02:53:35.571 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-08T02:53:35.572 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-08T02:53:35.635 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2023-10-08T02:53:35.639 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2023-10-08T02:53:36.019 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-08T02:53:36.023 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-08T02:53:37.009 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2023-10-08T02:53:37.054 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-08T02:53:37.208 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-08T02:53:37.224 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-08T02:53:37.233 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-08T02:53:37.252 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T02:53:37.257 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-08T02:53:37.457 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T02:53:37.469 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-08T02:53:37.479 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-08T02:53:37.496 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T02:53:37.669 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T02:53:54.496 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T02:53:55.411 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-08T02:53:56.290 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-08T02:53:56.535 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-08T02:53:56.736 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-08T02:53:56.923 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-08T02:53:57.131 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-08T02:53:57.132 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-08T02:53:57.132 INFO:teuthology.orchestra.run.smithi094.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-08T02:53:57.132 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:53:57.285 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-08T02:53:57.515 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-08T02:53:57.714 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-08T02:53:57.864 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-08T02:53:57.865 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-08T02:53:58.076 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-08T02:53:58.076 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-08T02:53:58.076 INFO:teuthology.orchestra.run.smithi003.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-08T02:53:58.076 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:53:58.104 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-08T02:53:58.912 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-08T02:53:59.167 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-08T02:53:59.653 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-08T02:53:59.940 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-08T02:54:00.346 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-08T02:54:00.645 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-08T02:54:00.680 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-08T02:54:00.977 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-08T02:54:01.354 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-08T02:54:01.355 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-08T02:54:01.612 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-08T02:54:02.066 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-08T02:54:02.295 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-08T02:54:02.389 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-08T02:54:02.500 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-08T02:54:02.721 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-08T02:54:02.844 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-08T02:54:02.844 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-08T02:54:03.178 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-08T02:54:03.193 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-08T02:54:03.335 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-08T02:54:03.335 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-08T02:54:03.440 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-08T02:54:03.538 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-08T02:54:03.649 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-08T02:54:03.680 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-08T02:54:03.824 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-08T02:54:03.839 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-08T02:54:04.030 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-08T02:54:04.074 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-08T02:54:04.075 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-08T02:54:04.194 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-08T02:54:04.342 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-08T02:54:04.386 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-08T02:54:04.480 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-08T02:54:04.552 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-08T02:54:04.552 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-08T02:54:04.623 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-08T02:54:04.623 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T02:54:04.716 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-08T02:54:04.821 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T02:54:04.883 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-08T02:54:05.058 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-08T02:54:05.208 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-08T02:54:05.349 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-08T02:54:05.385 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-08T02:54:05.541 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-08T02:54:05.674 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-08T02:54:05.738 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T02:54:05.738 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-08T02:54:05.739 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-08T02:54:05.739 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-08T02:54:05.739 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-08T02:54:05.739 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-08T02:54:05.739 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-08T02:54:05.739 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-08T02:54:05.739 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-08T02:54:05.740 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-08T02:54:05.740 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-08T02:54:05.740 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-08T02:54:05.740 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-08T02:54:05.740 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-08T02:54:05.740 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-08T02:54:05.741 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-08T02:54:05.741 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-08T02:54:05.741 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-08T02:54:05.741 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-08T02:54:05.741 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-08T02:54:05.741 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-08T02:54:05.742 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-08T02:54:05.742 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-08T02:54:05.742 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-08T02:54:05.742 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-08T02:54:05.742 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-08T02:54:05.742 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-08T02:54:05.742 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-08T02:54:05.743 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-08T02:54:05.743 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-08T02:54:05.743 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-08T02:54:05.858 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-08T02:54:05.859 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T02:54:06.007 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T02:54:06.562 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-08T02:54:06.997 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-08T02:54:06.997 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-08T02:54:06.997 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-08T02:54:06.998 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-08T02:54:06.999 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-08T02:54:07.000 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-08T02:54:07.000 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-08T02:54:07.000 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-08T02:54:07.000 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-08T02:54:07.000 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-08T02:54:07.001 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-08T02:54:07.001 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-08T02:54:07.001 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-08T02:54:07.144 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-08T02:54:07.145 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:02:24 ago on Sun 08 Oct 2023 02:51:42 AM UTC. 2023-10-08T02:54:08.418 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-08T02:54:08.418 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:02:14 ago on Sun 08 Oct 2023 02:51:53 AM UTC. 2023-10-08T02:54:09.481 INFO:teuthology.orchestra.run.smithi094.stdout:Installed products updated. 2023-10-08T02:54:09.678 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:54:09.678 INFO:teuthology.orchestra.run.smithi094.stdout:Downgraded: 2023-10-08T02:54:09.678 INFO:teuthology.orchestra.run.smithi094.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.678 INFO:teuthology.orchestra.run.smithi094.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-08T02:54:09.678 INFO:teuthology.orchestra.run.smithi094.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.678 INFO:teuthology.orchestra.run.smithi094.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.678 INFO:teuthology.orchestra.run.smithi094.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.678 INFO:teuthology.orchestra.run.smithi094.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.679 INFO:teuthology.orchestra.run.smithi094.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.679 INFO:teuthology.orchestra.run.smithi094.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.679 INFO:teuthology.orchestra.run.smithi094.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.679 INFO:teuthology.orchestra.run.smithi094.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-08T02:54:09.679 INFO:teuthology.orchestra.run.smithi094.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.679 INFO:teuthology.orchestra.run.smithi094.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:54:09.680 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2023-10-08T02:54:09.863 DEBUG:teuthology.parallel:result is None 2023-10-08T02:54:10.954 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-08T02:54:11.172 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:54:11.172 INFO:teuthology.orchestra.run.smithi003.stdout:Downgraded: 2023-10-08T02:54:11.172 INFO:teuthology.orchestra.run.smithi003.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.172 INFO:teuthology.orchestra.run.smithi003.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-08T02:54:11.172 INFO:teuthology.orchestra.run.smithi003.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-08T02:54:11.173 INFO:teuthology.orchestra.run.smithi003.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.174 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-08T02:54:11.174 INFO:teuthology.orchestra.run.smithi003.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.174 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.174 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-08T02:54:11.174 INFO:teuthology.orchestra.run.smithi003.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-08T02:54:11.174 INFO:teuthology.orchestra.run.smithi003.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-08T02:54:11.174 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:54:11.174 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-08T02:54:11.370 DEBUG:teuthology.parallel:result is None 2023-10-08T02:54:11.370 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-08T02:54:11.382 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-08T02:54:11.383 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:54:11.383 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T02:54:11.402 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-08T02:54:11.402 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_1 2023-10-08T02:54:11.460 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T02:54:11.461 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T02:54:11.461 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 394743 Links: 1 2023-10-08T02:54:11.461 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T02:54:11.461 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T02:54:11.461 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-08 02:54:06.744420794 +0000 2023-10-08T02:54:11.461 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-08 02:52:53.305533827 +0000 2023-10-08T02:54:11.461 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-08 02:52:53.305533827 +0000 2023-10-08T02:54:11.461 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-08T02:54:11.461 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T02:54:11.527 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-08T02:54:11.527 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-08T02:54:11.527 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000247814 s, 2.1 MB/s 2023-10-08T02:54:11.528 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T02:54:11.587 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_2 2023-10-08T02:54:11.645 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T02:54:11.645 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T02:54:11.645 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 392010 Links: 1 2023-10-08T02:54:11.645 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T02:54:11.646 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T02:54:11.646 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-08 02:54:06.744420794 +0000 2023-10-08T02:54:11.646 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-08 02:52:53.850526411 +0000 2023-10-08T02:54:11.646 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-08 02:52:53.850526411 +0000 2023-10-08T02:54:11.646 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-08T02:54:11.646 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T02:54:11.711 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-08T02:54:11.712 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-08T02:54:11.712 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000216207 s, 2.4 MB/s 2023-10-08T02:54:11.713 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T02:54:11.770 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_3 2023-10-08T02:54:11.828 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T02:54:11.828 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T02:54:11.828 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 392788 Links: 1 2023-10-08T02:54:11.828 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T02:54:11.828 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T02:54:11.829 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-08 02:54:06.744420794 +0000 2023-10-08T02:54:11.829 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-08 02:52:54.382519172 +0000 2023-10-08T02:54:11.829 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-08 02:52:54.382519172 +0000 2023-10-08T02:54:11.829 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-08T02:54:11.829 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T02:54:11.894 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-08T02:54:11.894 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-08T02:54:11.894 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.00032968 s, 1.6 MB/s 2023-10-08T02:54:11.895 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T02:54:11.953 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_4 2023-10-08T02:54:12.011 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T02:54:12.011 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T02:54:12.012 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 395129 Links: 1 2023-10-08T02:54:12.012 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T02:54:12.012 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T02:54:12.013 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-08 02:54:06.744420794 +0000 2023-10-08T02:54:12.013 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-08 02:52:54.893512219 +0000 2023-10-08T02:54:12.013 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-08 02:52:54.893512219 +0000 2023-10-08T02:54:12.013 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-08T02:54:12.013 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T02:54:12.077 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-08T02:54:12.077 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-08T02:54:12.078 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000179955 s, 2.8 MB/s 2023-10-08T02:54:12.078 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T02:54:12.137 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:54:12.268 INFO:teuthology.orchestra.run.smithi003.stdout:loop 2023-10-08T02:54:12.269 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_1... 2023-10-08T02:54:12.269 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:54:12.306 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-10-08T02:54:12.342 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_11 2023-10-08T02:54:12.394 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_2... 2023-10-08T02:54:12.394 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:54:12.472 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-10-08T02:54:12.507 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_21 2023-10-08T02:54:12.548 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_3... 2023-10-08T02:54:12.548 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:54:12.624 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-10-08T02:54:12.661 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_31 2023-10-08T02:54:12.701 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_4... 2023-10-08T02:54:12.702 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:54:12.779 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-10-08T02:54:12.815 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_41 2023-10-08T02:54:12.906 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:54:12.906 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T02:54:12.963 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme list 2023-10-08T02:54:13.028 INFO:teuthology.orchestra.run.smithi003.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-08T02:54:13.029 INFO:teuthology.orchestra.run.smithi003.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-08T02:54:13.029 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme0n1 CVFT5330009Z400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-08T02:54:13.029 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme1n1 6f2ae9f2f20a881e2504 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T02:54:13.029 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme2n1 f329c6378f3fb0aa6c20 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T02:54:13.029 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme3n1 933237d42c0d750f87a6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T02:54:13.029 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme4n1 5f6e8e21a93f9d1057f6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T02:54:13.030 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T02:54:13.030 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:54:13.030 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/scratch_devs 2023-10-08T02:54:13.097 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:54:13.098 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T02:54:13.118 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-08T02:54:13.119 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2023-10-08T02:54:13.179 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T02:54:13.179 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T02:54:13.180 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 6h/6d Inode: 394371 Links: 1 2023-10-08T02:54:13.180 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T02:54:13.180 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T02:54:13.180 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2023-10-08 02:54:05.481747981 +0000 2023-10-08T02:54:13.180 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2023-10-08 02:52:41.453418003 +0000 2023-10-08T02:54:13.180 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2023-10-08 02:52:41.453418003 +0000 2023-10-08T02:54:13.180 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2023-10-08T02:54:13.180 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T02:54:13.250 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2023-10-08T02:54:13.250 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2023-10-08T02:54:13.250 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000135772 s, 3.8 MB/s 2023-10-08T02:54:13.251 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T02:54:13.312 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2023-10-08T02:54:13.371 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T02:54:13.372 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T02:54:13.372 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 6h/6d Inode: 396426 Links: 1 2023-10-08T02:54:13.372 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T02:54:13.372 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T02:54:13.372 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2023-10-08 02:54:05.481747981 +0000 2023-10-08T02:54:13.372 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2023-10-08 02:52:41.955409678 +0000 2023-10-08T02:54:13.372 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2023-10-08 02:52:41.955409678 +0000 2023-10-08T02:54:13.372 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2023-10-08T02:54:13.372 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T02:54:13.440 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2023-10-08T02:54:13.440 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2023-10-08T02:54:13.440 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000100213 s, 5.1 MB/s 2023-10-08T02:54:13.441 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T02:54:13.500 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2023-10-08T02:54:13.560 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T02:54:13.560 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T02:54:13.561 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 6h/6d Inode: 392626 Links: 1 2023-10-08T02:54:13.561 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T02:54:13.561 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T02:54:13.561 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2023-10-08 02:54:05.481747981 +0000 2023-10-08T02:54:13.561 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2023-10-08 02:52:42.475401055 +0000 2023-10-08T02:54:13.561 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2023-10-08 02:52:42.475401055 +0000 2023-10-08T02:54:13.561 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2023-10-08T02:54:13.561 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T02:54:13.627 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2023-10-08T02:54:13.627 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2023-10-08T02:54:13.627 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.00013127 s, 3.9 MB/s 2023-10-08T02:54:13.628 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T02:54:13.686 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2023-10-08T02:54:13.746 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T02:54:13.746 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T02:54:13.746 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 6h/6d Inode: 396636 Links: 1 2023-10-08T02:54:13.746 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T02:54:13.747 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T02:54:13.747 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2023-10-08 02:54:05.481747981 +0000 2023-10-08T02:54:13.747 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2023-10-08 02:52:42.982392648 +0000 2023-10-08T02:54:13.747 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2023-10-08 02:52:42.982392648 +0000 2023-10-08T02:54:13.747 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2023-10-08T02:54:13.747 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T02:54:13.812 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2023-10-08T02:54:13.812 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2023-10-08T02:54:13.812 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000116421 s, 4.4 MB/s 2023-10-08T02:54:13.813 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T02:54:13.871 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:54:14.013 INFO:teuthology.orchestra.run.smithi094.stdout:loop 2023-10-08T02:54:14.014 INFO:tasks.nvme_loop:Connecting nvme_loop smithi094:/dev/vg_nvme/lv_1... 2023-10-08T02:54:14.014 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:54:14.048 INFO:teuthology.orchestra.run.smithi094.stdout:1 2023-10-08T02:54:14.083 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/vg_nvme/lv_11 2023-10-08T02:54:14.138 INFO:tasks.nvme_loop:Connecting nvme_loop smithi094:/dev/vg_nvme/lv_2... 2023-10-08T02:54:14.138 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:54:14.215 INFO:teuthology.orchestra.run.smithi094.stdout:1 2023-10-08T02:54:14.249 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/vg_nvme/lv_21 2023-10-08T02:54:14.288 INFO:tasks.nvme_loop:Connecting nvme_loop smithi094:/dev/vg_nvme/lv_3... 2023-10-08T02:54:14.289 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:54:14.364 INFO:teuthology.orchestra.run.smithi094.stdout:1 2023-10-08T02:54:14.399 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/vg_nvme/lv_31 2023-10-08T02:54:14.438 INFO:tasks.nvme_loop:Connecting nvme_loop smithi094:/dev/vg_nvme/lv_4... 2023-10-08T02:54:14.438 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:54:14.514 INFO:teuthology.orchestra.run.smithi094.stdout:1 2023-10-08T02:54:14.549 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/vg_nvme/lv_41 2023-10-08T02:54:14.640 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:54:14.640 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T02:54:14.697 DEBUG:teuthology.orchestra.run.smithi094:> sudo nvme list 2023-10-08T02:54:14.762 INFO:teuthology.orchestra.run.smithi094.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-08T02:54:14.762 INFO:teuthology.orchestra.run.smithi094.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-08T02:54:14.762 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/nvme0n1 PHMB7513001L480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-10-08T02:54:14.762 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/nvme1n1 adb4d7eddc9c8c98bdc2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T02:54:14.763 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/nvme2n1 427ada1c6dbab8345a53 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T02:54:14.763 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/nvme3n1 8c418308da977c6f1900 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T02:54:14.763 INFO:teuthology.orchestra.run.smithi094.stdout:/dev/nvme4n1 40e12ac4c142a94cc3b5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T02:54:14.766 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T02:54:14.766 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:54:14.766 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/scratch_devs 2023-10-08T02:54:14.832 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-08T02:54:14.921 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-08T02:54:14.922 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T02:54:14.922 INFO:tasks.cephadm:Cluster fsid is f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:54:14.922 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-08T02:54:14.923 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-08T02:54:14.923 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi003': '172.21.15.3', 'mon.smithi094': '172.21.15.94'} 2023-10-08T02:54:14.923 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-08T02:54:14.924 DEBUG:teuthology.orchestra.run.smithi003:> sudo hostname $(hostname -s) 2023-10-08T02:54:14.958 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2023-10-08T02:54:14.984 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-08T02:54:14.986 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-08T02:54:15.211 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-08T02:54:15.346 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-08T02:54:15.346 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/x86_64/flavors/default/cephadm 2023-10-08T02:54:15.347 DEBUG:teuthology.orchestra.run.smithi003:> 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-08T02:54:15.707 INFO:teuthology.orchestra.run.smithi003.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 8 02:54 /home/ubuntu/cephtest/cephadm 2023-10-08T02:54:15.708 DEBUG:teuthology.orchestra.run.smithi094:> 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-08T02:54:16.271 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 8 02:54 /home/ubuntu/cephtest/cephadm 2023-10-08T02:54:16.271 DEBUG:teuthology.orchestra.run.smithi003:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T02:54:16.294 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T02:54:16.323 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 on all hosts... 2023-10-08T02:54:16.323 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 pull 2023-10-08T02:54:16.336 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 pull 2023-10-08T02:54:17.964 INFO:teuthology.orchestra.run.smithi003.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-08T02:54:18.073 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-08T02:54:58.067 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2023-10-08T02:54:58.067 INFO:teuthology.orchestra.run.smithi094.stdout: "ceph_version": "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)", 2023-10-08T02:54:58.067 INFO:teuthology.orchestra.run.smithi094.stdout: "image_id": "d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59", 2023-10-08T02:54:58.067 INFO:teuthology.orchestra.run.smithi094.stdout: "repo_digests": [ 2023-10-08T02:54:58.067 INFO:teuthology.orchestra.run.smithi094.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991" 2023-10-08T02:54:58.067 INFO:teuthology.orchestra.run.smithi094.stdout: ] 2023-10-08T02:54:58.067 INFO:teuthology.orchestra.run.smithi094.stdout:} 2023-10-08T02:55:04.201 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-10-08T02:55:04.201 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph_version": "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)", 2023-10-08T02:55:04.201 INFO:teuthology.orchestra.run.smithi003.stdout: "image_id": "d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59", 2023-10-08T02:55:04.201 INFO:teuthology.orchestra.run.smithi003.stdout: "repo_digests": [ 2023-10-08T02:55:04.201 INFO:teuthology.orchestra.run.smithi003.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991" 2023-10-08T02:55:04.201 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2023-10-08T02:55:04.202 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-10-08T02:55:04.228 DEBUG:teuthology.orchestra.run.smithi003:> sudo mkdir -p /etc/ceph 2023-10-08T02:55:04.263 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /etc/ceph 2023-10-08T02:55:04.302 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 777 /etc/ceph 2023-10-08T02:55:04.334 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /etc/ceph 2023-10-08T02:55:04.371 INFO:tasks.cephadm:Writing seed config... 2023-10-08T02:55:04.372 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-08T02:55:04.373 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-08T02:55:04.373 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-08T02:55:04.373 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-08T02:55:04.373 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-08T02:55:04.373 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-08T02:55:04.373 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-08T02:55:04.373 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-08T02:55:04.374 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:55:04.374 DEBUG:teuthology.orchestra.run.smithi003:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-08T02:55:04.393 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 = f74e5534-6585-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-08T02:55:04.393 DEBUG:teuthology.orchestra.run.smithi003:mon.smithi003> sudo journalctl -f -n 0 -u ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mon.smithi003.service 2023-10-08T02:55:04.436 INFO:tasks.cephadm:Bootstrapping... 2023-10-08T02:55:04.436 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 -v bootstrap --fsid f74e5534-6585-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.3 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-08T02:55:04.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:-- Logs begin at Sun 2023-10-08 02:42:42 UTC. -- 2023-10-08T02:55:04.612 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-08T02:55:04.612 INFO:teuthology.orchestra.run.smithi003.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8', '-v', 'bootstrap', '--fsid', 'f74e5534-6585-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.3', '--skip-admin-label'] 2023-10-08T02:55:04.679 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 3.0.1 2023-10-08T02:55:04.679 INFO:teuthology.orchestra.run.smithi003.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-08T02:55:04.680 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying podman|docker is present... 2023-10-08T02:55:04.738 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 3.0.1 2023-10-08T02:55:04.738 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying lvm2 is present... 2023-10-08T02:55:04.739 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying time synchronization is in place... 2023-10-08T02:55:04.745 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-08T02:55:04.746 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T02:55:04.751 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-08T02:55:04.751 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2023-10-08T02:55:04.757 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2023-10-08T02:55:04.763 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2023-10-08T02:55:04.763 INFO:teuthology.orchestra.run.smithi003.stdout:Unit chronyd.service is enabled and running 2023-10-08T02:55:04.763 INFO:teuthology.orchestra.run.smithi003.stdout:Repeating the final host check... 2023-10-08T02:55:04.824 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 3.0.1 2023-10-08T02:55:04.825 INFO:teuthology.orchestra.run.smithi003.stdout:podman (/bin/podman) version 3.0.1 is present 2023-10-08T02:55:04.825 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl is present 2023-10-08T02:55:04.825 INFO:teuthology.orchestra.run.smithi003.stdout:lvcreate is present 2023-10-08T02:55:04.830 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-08T02:55:04.831 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T02:55:04.837 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-08T02:55:04.837 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2023-10-08T02:55:04.842 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2023-10-08T02:55:04.849 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2023-10-08T02:55:04.849 INFO:teuthology.orchestra.run.smithi003.stdout:Unit chronyd.service is enabled and running 2023-10-08T02:55:04.849 INFO:teuthology.orchestra.run.smithi003.stdout:Host looks OK 2023-10-08T02:55:04.849 INFO:teuthology.orchestra.run.smithi003.stdout:Cluster fsid: f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:04.849 INFO:teuthology.orchestra.run.smithi003.stdout:Acquiring lock 140680674784592 on /run/cephadm/f74e5534-6585-11ee-8db5-212e2dc638e7.lock 2023-10-08T02:55:04.849 INFO:teuthology.orchestra.run.smithi003.stdout:Lock 140680674784592 acquired on /run/cephadm/f74e5534-6585-11ee-8db5-212e2dc638e7.lock 2023-10-08T02:55:04.850 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 3300 ... 2023-10-08T02:55:04.850 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 6789 ... 2023-10-08T02:55:04.850 INFO:teuthology.orchestra.run.smithi003.stdout:Base mon IP(s) is [172.21.15.3:3300, 172.21.15.3:6789], mon addrv is [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2023-10-08T02:55:04.853 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-10-08T02:55:04.853 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 metric 100 2023-10-08T02:55:04.856 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-08T02:55:04.856 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-08T02:55:04.856 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1745sec hoplimit 64 pref medium 2023-10-08T02:55:04.859 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-08T02:55:04.859 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-08T02:55:04.859 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-08T02:55:04.859 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-08T02:55:04.859 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15dc/64 scope link 2023-10-08T02:55:04.859 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-08T02:55:04.860 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2023-10-08T02:55:04.860 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2023-10-08T02:55:04.860 INFO:teuthology.orchestra.run.smithi003.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-08T02:55:04.860 INFO:teuthology.orchestra.run.smithi003.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-08T02:55:04.861 INFO:teuthology.orchestra.run.smithi003.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-08T02:55:05.190 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59 2023-10-08T02:55:05.190 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-08T02:55:05.190 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Getting image source signatures 2023-10-08T02:55:05.190 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying blob sha256:55fd11c3056be92c0635fd0279c543193c9cf514cfd1ac9bff42d04d109ee7d4 2023-10-08T02:55:05.190 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying blob sha256:be9ed931e0f930233626f1c4d225977fbcc33e056e1a8fc67c7f63553d9455a2 2023-10-08T02:55:05.190 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying config sha256:d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59 2023-10-08T02:55:05.190 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-08T02:55:05.190 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Storing signatures 2023-10-08T02:55:06.311 INFO:teuthology.orchestra.run.smithi003.stdout:ceph: stdout ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev) 2023-10-08T02:55:06.311 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph version: ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev) 2023-10-08T02:55:06.311 INFO:teuthology.orchestra.run.smithi003.stdout:Extracting ceph user uid/gid from container image... 2023-10-08T02:55:07.203 INFO:teuthology.orchestra.run.smithi003.stdout:stat: stdout 167 167 2023-10-08T02:55:07.203 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial keys... 2023-10-08T02:55:08.051 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQALGiJl2rdPIBAAE8GrSlpikLJzRqFO6t5lzQ== 2023-10-08T02:55:08.944 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQAMGiJlC8YmGBAAXvKbje2WmkBX67IK5nu2gA== 2023-10-08T02:55:09.843 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQANGiJl1xvyERAApHZQX/zviRcuYmAPsxpLUA== 2023-10-08T02:55:09.844 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial monmap... 2023-10-08T02:55:10.811 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T02:55:10.811 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-08T02:55:10.811 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:10.812 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T02:55:10.812 INFO:teuthology.orchestra.run.smithi003.stdout:monmaptool for smithi003 [v2:172.21.15.3:3300,v1:172.21.15.3:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T02:55:10.812 INFO:teuthology.orchestra.run.smithi003.stdout:setting min_mon_release = pacific 2023-10-08T02:55:10.812 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: set fsid to f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:10.812 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T02:55:10.812 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:55:10.812 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mon... 2023-10-08T02:55:11.731 INFO:teuthology.orchestra.run.smithi003.stdout:create mon.smithi003 on 2023-10-08T02:55:11.942 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-08T02:55:12.063 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7.target. 2023-10-08T02:55:12.063 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7.target. 2023-10-08T02:55:12.250 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mon.smithi003 2023-10-08T02:55:12.251 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mon.smithi003.service: Unit ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mon.smithi003.service not loaded. 2023-10-08T02:55:12.342 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7.target.wants/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mon.smithi003.service → /etc/systemd/system/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@.service. 2023-10-08T02:55:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:12 smithi003 systemd[1]: Starting Ceph mon.smithi003 for f74e5534-6585-11ee-8db5-212e2dc638e7... 2023-10-08T02:55:12.951 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T02:55:12.951 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2023-10-08T02:55:12.959 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T02:55:12.959 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2023-10-08T02:55:12.959 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2023-10-08T02:55:12.959 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2023-10-08T02:55:12.961 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon to start... 2023-10-08T02:55:12.961 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon... 2023-10-08T02:55:13.160 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:12 smithi003 bash[95075]: 31c0bd70cd95b59106df59777a3d4294559dc0db626004cabfb42aa67f3e04ff 2023-10-08T02:55:13.160 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:12 smithi003 systemd[1]: Started Ceph mon.smithi003 for f74e5534-6585-11ee-8db5-212e2dc638e7. 2023-10-08T02:55:13.160 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:12 smithi003 ceph-mon[95140]: mkfs f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:13.160 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:12 smithi003 ceph-mon[95140]: mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-10-08T02:55:14.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout cluster: 2023-10-08T02:55:14.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout id: f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:14.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout services: 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi003 (age 0.607335s) 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout data: 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-08T02:55:14.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pgs: 2023-10-08T02:55:14.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:14.229 INFO:teuthology.orchestra.run.smithi003.stdout:mon is available 2023-10-08T02:55:14.229 INFO:teuthology.orchestra.run.smithi003.stdout:Assimilating anything we can from ceph.conf... 2023-10-08T02:55:14.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:13 smithi003 ceph-mon[95140]: mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-10-08T02:55:14.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:13 smithi003 ceph-mon[95140]: monmap e1: 1 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0]} removed_ranks: {} 2023-10-08T02:55:14.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:13 smithi003 ceph-mon[95140]: fsmap 2023-10-08T02:55:14.231 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:13 smithi003 ceph-mon[95140]: osdmap e1: 0 total, 0 up, 0 in 2023-10-08T02:55:14.231 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:13 smithi003 ceph-mon[95140]: mgrmap e1: no daemons active 2023-10-08T02:55:14.231 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:13 smithi003 ceph-mon[95140]: from='client.? 172.21.15.3:0/1703490145' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-08T02:55:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:14 smithi003 ceph-mon[95140]: from='client.? 172.21.15.3:0/476339716' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T02:55:15.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:14 smithi003 ceph-mon[95140]: from='client.? 172.21.15.3:0/476339716' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-08T02:55:15.277 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:15.277 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:15.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2023-10-08T02:55:15.279 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-08T02:55:15.279 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-08T02:55:15.279 INFO:teuthology.orchestra.run.smithi003.stdout:Generating new minimal ceph.conf... 2023-10-08T02:55:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:15 smithi003 ceph-mon[95140]: from='client.? 172.21.15.3:0/425803376' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:55:16.326 INFO:teuthology.orchestra.run.smithi003.stdout:Restarting the monitor... 2023-10-08T02:55:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:16 smithi003 systemd[1]: Stopping Ceph mon.smithi003 for f74e5534-6585-11ee-8db5-212e2dc638e7... 2023-10-08T02:55:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:16 smithi003 conmon[95116]: 2023-10-08T02:55:16.563+0000 7f110a368700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi003 -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-08T02:55:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:16 smithi003 conmon[95116]: 2023-10-08T02:55:16.563+0000 7f110a368700 -1 mon.smithi003@0(leader) e1 *** Got Signal Terminated *** 2023-10-08T02:55:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 bash[95696]: 31c0bd70cd95b59106df59777a3d4294559dc0db626004cabfb42aa67f3e04ff 2023-10-08T02:55:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 systemd[1]: ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mon.smithi003.service: Succeeded. 2023-10-08T02:55:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 systemd[1]: Stopped Ceph mon.smithi003 for f74e5534-6585-11ee-8db5-212e2dc638e7. 2023-10-08T02:55:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 systemd[1]: Starting Ceph mon.smithi003 for f74e5534-6585-11ee-8db5-212e2dc638e7... 2023-10-08T02:55:17.854 INFO:teuthology.orchestra.run.smithi003.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-08T02:55:18.099 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: set uid:gid to 167:167 (ceph:ceph) 2023-10-08T02:55:18.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev), process ceph-mon, pid 7 2023-10-08T02:55:18.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: pidfile_write: ignore empty --pid-file 2023-10-08T02:55:18.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: load: jerasure load: lrc 2023-10-08T02:55:18.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: RocksDB version: 7.9.2 2023-10-08T02:55:18.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Git sha 0 2023-10-08T02:55:18.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Compile date 2023-10-06 17:22:30 2023-10-08T02:55:18.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: DB SUMMARY 2023-10-08T02:55:18.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: DB Session ID: T3HO21EB1C1LAJ3ZB25X 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: CURRENT file: CURRENT 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: IDENTITY file: IDENTITY 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi003/store.db dir, Total Num: 1, files: 000008.sst 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi003/store.db: 000009.log size: 83704 ; 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.error_if_exists: 0 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.create_if_missing: 0 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.paranoid_checks: 1 2023-10-08T02:55:18.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.env: 0x556b90fcdda0 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.fs: PosixFileSystem 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.info_log: 0x556b92c8b4a0 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_file_opening_threads: 16 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.statistics: (nil) 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.use_fsync: 0 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_log_file_size: 0 2023-10-08T02:55:18.102 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.keep_log_file_num: 1000 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.recycle_log_file_num: 0 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.allow_fallocate: 1 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.allow_mmap_reads: 0 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.allow_mmap_writes: 0 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.use_direct_reads: 0 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.create_missing_column_families: 0 2023-10-08T02:55:18.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.db_log_dir: 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.wal_dir: 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.advise_random_on_open: 1 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.db_write_buffer_size: 0 2023-10-08T02:55:18.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.write_buffer_manager: 0x556b92c41360 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.rate_limiter: (nil) 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.wal_recovery_mode: 2 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.enable_thread_tracking: 0 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.enable_pipelined_write: 0 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.unordered_write: 0 2023-10-08T02:55:18.105 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T02:55:18.106 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T02:55:18.106 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T02:55:18.106 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T02:55:18.106 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.row_cache: None 2023-10-08T02:55:18.106 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.wal_filter: None 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.allow_ingest_behind: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.two_write_queues: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.manual_wal_flush: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.wal_compression: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.atomic_flush: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T02:55:18.107 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.log_readahead_size: 0 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.best_efforts_recovery: 0 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.allow_data_in_errors: 0 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.db_host_id: __hostname__ 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_background_jobs: 2 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_background_compactions: -1 2023-10-08T02:55:18.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_subcompactions: 1 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_total_wal_size: 0 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_open_files: -1 2023-10-08T02:55:18.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bytes_per_sync: 0 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_readahead_size: 0 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_background_flushes: -1 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Compression algorithms supported: 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: kZSTD supported: 0 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: kXpressCompression supported: 0 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: kLZ4HCCompression supported: 1 2023-10-08T02:55:18.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: kZlibCompression supported: 1 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: kSnappyCompression supported: 1 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: kLZ4Compression supported: 1 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: kBZip2Compression supported: 0 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000010 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.merge_operator: 2023-10-08T02:55:18.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_filter: None 2023-10-08T02:55:18.112 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_filter_factory: None 2023-10-08T02:55:18.112 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.sst_partitioner_factory: None 2023-10-08T02:55:18.112 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T02:55:18.112 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T02:55:18.112 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556b92c8b5a0) 2023-10-08T02:55:18.119 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: cache_index_and_filter_blocks: 1 2023-10-08T02:55:18.119 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T02:55:18.119 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T02:55:18.120 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: pin_top_level_index_and_filter: 1 2023-10-08T02:55:18.120 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: index_type: 0 2023-10-08T02:55:18.120 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: data_block_index_type: 0 2023-10-08T02:55:18.120 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: index_shortening: 1 2023-10-08T02:55:18.120 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-08T02:55:18.121 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: checksum: 4 2023-10-08T02:55:18.121 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: no_block_cache: 0 2023-10-08T02:55:18.121 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_cache: 0x556b92ce11f0 2023-10-08T02:55:18.121 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_cache_name: BinnedLRUCache 2023-10-08T02:55:18.121 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_cache_options: 2023-10-08T02:55:18.121 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: capacity : 536870912 2023-10-08T02:55:18.122 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: num_shard_bits : 4 2023-10-08T02:55:18.122 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: strict_capacity_limit : 0 2023-10-08T02:55:18.122 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: high_pri_pool_ratio: 0.000 2023-10-08T02:55:18.122 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_cache_compressed: (nil) 2023-10-08T02:55:18.122 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: persistent_cache: (nil) 2023-10-08T02:55:18.122 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_size: 4096 2023-10-08T02:55:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_size_deviation: 10 2023-10-08T02:55:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_restart_interval: 16 2023-10-08T02:55:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: index_block_restart_interval: 1 2023-10-08T02:55:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: metadata_block_size: 4096 2023-10-08T02:55:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: partition_filters: 0 2023-10-08T02:55:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: use_delta_encoding: 1 2023-10-08T02:55:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: filter_policy: bloomfilter 2023-10-08T02:55:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: whole_key_filtering: 1 2023-10-08T02:55:18.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: verify_compression: 0 2023-10-08T02:55:18.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: read_amp_bytes_per_bit: 0 2023-10-08T02:55:18.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: format_version: 5 2023-10-08T02:55:18.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: enable_index_compression: 1 2023-10-08T02:55:18.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_align: 0 2023-10-08T02:55:18.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: max_auto_readahead_size: 262144 2023-10-08T02:55:18.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: prepopulate_block_cache: 0 2023-10-08T02:55:18.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: initial_auto_readahead_size: 8192 2023-10-08T02:55:18.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: num_file_reads_for_auto_readahead: 2 2023-10-08T02:55:18.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.write_buffer_size: 33554432 2023-10-08T02:55:18.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_write_buffer_number: 2 2023-10-08T02:55:18.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression: NoCompression 2023-10-08T02:55:18.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression: Disabled 2023-10-08T02:55:18.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.prefix_extractor: nullptr 2023-10-08T02:55:18.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T02:55:18.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.num_levels: 7 2023-10-08T02:55:18.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T02:55:18.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T02:55:18.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T02:55:18.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T02:55:18.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T02:55:18.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T02:55:18.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T02:55:18.127 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T02:55:18.127 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T02:55:18.127 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T02:55:18.127 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-08T02:55:18.129 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-08T02:55:18.129 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T02:55:18.129 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.level: 32767 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.strategy: 0 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.enabled: false 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T02:55:18.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.target_file_size_base: 67108864 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T02:55:18.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.arena_block_size: 1048576 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.disable_auto_compactions: 0 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T02:55:18.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T02:55:18.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T02:55:18.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T02:55:18.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T02:55:18.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T02:55:18.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T02:55:18.134 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T02:55:18.134 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T02:55:18.134 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.table_properties_collectors: 2023-10-08T02:55:18.134 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.inplace_update_support: 0 2023-10-08T02:55:18.134 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T02:55:18.134 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T02:55:18.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T02:55:18.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T02:55:18.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.bloom_locality: 0 2023-10-08T02:55:18.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.max_successive_merges: 0 2023-10-08T02:55:18.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T02:55:18.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.paranoid_file_checks: 0 2023-10-08T02:55:18.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.force_consistency_checks: 1 2023-10-08T02:55:18.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.report_bg_io_stats: 0 2023-10-08T02:55:18.136 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.ttl: 2592000 2023-10-08T02:55:18.136 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T02:55:18.136 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-08T02:55:18.136 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-08T02:55:18.136 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.enable_blob_files: false 2023-10-08T02:55:18.136 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.min_blob_size: 0 2023-10-08T02:55:18.137 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.blob_file_size: 268435456 2023-10-08T02:55:18.137 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T02:55:18.137 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T02:55:18.137 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T02:55:18.137 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-08T02:55:18.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-08T02:55:18.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.blob_file_starting_level: 0 2023-10-08T02:55:18.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-08T02:55:18.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi003/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-08T02:55:18.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-08T02:55:18.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0bea6798-f5ee-43bd-918e-b9f42baf87b1 2023-10-08T02:55:18.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696733717840855, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-08T02:55:18.139 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-08T02:55:18.139 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696733717841736, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80476, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78659, "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": 73079, "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": 1696733717, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0bea6798-f5ee-43bd-918e-b9f42baf87b1", "db_session_id": "T3HO21EB1C1LAJ3ZB25X", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-08T02:55:18.139 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696733717841807, "job": 1, "event": "recovery_finished"} 2023-10-08T02:55:18.139 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-08T02:55:18.139 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi003/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T02:55:18.139 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556b92d7c000 2023-10-08T02:55:18.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: DB pointer 0x556b92d6a000 2023-10-08T02:55:18.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-08T02:55:18.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-08T02:55:18.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ** DB Stats ** 2023-10-08T02:55:18.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T02:55:18.140 INFO:journalctl@ceph.mon.smithi003.smithi003.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-08T02:55:18.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T02:55:18.141 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T02:55:18.141 INFO:journalctl@ceph.mon.smithi003.smithi003.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-08T02:55:18.141 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T02:55:18.141 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T02:55:18.141 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-10-08T02:55:18.141 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ** Compaction Stats [default] ** 2023-10-08T02:55:18.142 INFO:journalctl@ceph.mon.smithi003.smithi003.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-08T02:55:18.142 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-08T02:55:18.142 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: L0 2/0 80.46 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T02:55:18.142 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Sum 2/0 80.46 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T02:55:18.142 INFO:journalctl@ceph.mon.smithi003.smithi003.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 142.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T02:55:18.142 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-10-08T02:55:18.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ** Compaction Stats [default] ** 2023-10-08T02:55:18.143 INFO:journalctl@ceph.mon.smithi003.smithi003.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-08T02:55:18.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T02:55:18.143 INFO:journalctl@ceph.mon.smithi003.smithi003.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 142.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T02:55:18.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-10-08T02:55:18.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Cumulative compaction: 0.00 GB write, 25.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Interval compaction: 0.00 GB write, 25.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T02:55:18.144 INFO:journalctl@ceph.mon.smithi003.smithi003.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-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Block cache BinnedLRUCache@0x556b92ce11f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.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-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: starting mon.smithi003 rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi003 fsid f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003@-1(???) e1 preinit fsid f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003@-1(???).mds e1 new map 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003@-1(???).mds e1 print_map 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: e1 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T02:55:18.145 INFO:journalctl@ceph.mon.smithi003.smithi003.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-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: legacy client fscid: -1 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: No filesystems configured 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta expand map: {default=false} 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta from 'false' to 'false' 2023-10-08T02:55:18.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta expanded map: {default=false} 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta expand map: {default=info} 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta from 'info' to 'info' 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta expanded map: {default=info} 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta expand map: {default=daemon} 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta expanded map: {default=daemon} 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta expand map: {default=debug} 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta from 'debug' to 'debug' 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: expand_channel_meta expanded map: {default=debug} 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 bash[96022]: 7161c4096da1e02727366caae25cd9312c22c45df39ab621a6aa10812193c3c4 2023-10-08T02:55:18.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 systemd[1]: Started Ceph mon.smithi003 for f74e5534-6585-11ee-8db5-212e2dc638e7. 2023-10-08T02:55:18.148 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-10-08T02:55:18.148 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: monmap e1: 1 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0]} removed_ranks: {} 2023-10-08T02:55:18.148 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: fsmap 2023-10-08T02:55:18.148 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: osdmap e1: 0 total, 0 up, 0 in 2023-10-08T02:55:18.148 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:17 smithi003 ceph-mon[96088]: mgrmap e1: no daemons active 2023-10-08T02:55:19.076 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-08T02:55:19.093 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-08T02:55:19.093 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mgr... 2023-10-08T02:55:19.093 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-08T02:55:19.094 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-08T02:55:19.094 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-08T02:55:19.319 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mgr.smithi003.uujbgg 2023-10-08T02:55:19.319 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mgr.smithi003.uujbgg.service: Unit ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mgr.smithi003.uujbgg.service not loaded. 2023-10-08T02:55:19.417 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7.target.wants/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mgr.smithi003.uujbgg.service → /etc/systemd/system/ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@.service. 2023-10-08T02:55:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:19 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2022230429' entity='client.admin' 2023-10-08T02:55:20.048 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T02:55:20.048 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2023-10-08T02:55:20.056 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T02:55:20.056 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2023-10-08T02:55:20.056 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2023-10-08T02:55:20.056 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2023-10-08T02:55:20.064 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T02:55:20.064 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2023-10-08T02:55:20.072 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T02:55:20.072 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2023-10-08T02:55:20.072 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2023-10-08T02:55:20.072 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-08T02:55:20.072 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr to start... 2023-10-08T02:55:20.073 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr... 2023-10-08T02:55:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:20 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3437023716' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T02:55:21.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "f74e5534-6585-11ee-8db5-212e2dc638e7", 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2023-10-08T02:55:21.228 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "smithi003" 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:21.229 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T02:55:21.230 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T02:55:21.230 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T02:55:21.230 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T02:55:21.234 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T02:55:21.234 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T02:55:21.234 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:21.234 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T02:55:21.234 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T02:55:21.234 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:21.235 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T02:55:12.958107+0000", 2023-10-08T02:55:21.236 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T02:55:21.237 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:21.237 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T02:55:21.237 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2023-10-08T02:55:21.237 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (1/15)... 2023-10-08T02:55:24.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:23 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2796579308' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T02:55:24.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:24.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "f74e5534-6585-11ee-8db5-212e2dc638e7", 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "smithi003" 2023-10-08T02:55:24.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T02:55:24.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T02:55:24.382 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T02:55:24.382 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T02:55:24.382 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:24.382 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T02:55:24.382 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T02:55:24.382 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T02:55:24.382 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T02:55:24.382 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T02:55:24.383 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T02:55:12.958107+0000", 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T02:55:24.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:24.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T02:55:24.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2023-10-08T02:55:24.385 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (2/15)... 2023-10-08T02:55:27.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:27 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3450812162' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T02:55:27.609 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:27.609 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2023-10-08T02:55:27.609 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "f74e5534-6585-11ee-8db5-212e2dc638e7", 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T02:55:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "smithi003" 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T02:55:27.611 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T02:55:27.612 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T02:55:27.615 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T02:55:27.615 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T02:55:27.615 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:27.615 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T02:55:27.615 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T02:55:27.615 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T02:55:27.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T02:55:27.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:27.618 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T02:55:12.958107+0000", 2023-10-08T02:55:27.618 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T02:55:27.618 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:27.618 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T02:55:27.618 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2023-10-08T02:55:27.618 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (3/15)... 2023-10-08T02:55:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: Activating manager daemon smithi003.uujbgg 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: mgrmap e2: smithi003.uujbgg(active, starting, since 0.00314042s) 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr metadata", "who": "smithi003.uujbgg", "id": "smithi003.uujbgg"}]: dispatch 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: Manager daemon smithi003.uujbgg is now available 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.uujbgg/mirror_snapshot_schedule"}]: dispatch 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.uujbgg/trash_purge_schedule"}]: dispatch 2023-10-08T02:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:29.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:29.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:28 smithi003 ceph-mon[96088]: from='mgr.14100 172.21.15.3:0/2758196257' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:30.674 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:30 smithi003 ceph-mon[96088]: mgrmap e3: smithi003.uujbgg(active, since 1.00933s) 2023-10-08T02:55:31.193 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:31.193 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2023-10-08T02:55:31.193 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "f74e5534-6585-11ee-8db5-212e2dc638e7", 2023-10-08T02:55:31.193 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T02:55:31.193 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T02:55:31.193 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T02:55:31.193 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T02:55:31.193 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "smithi003" 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:31.194 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T02:55:31.195 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T02:55:31.195 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:31.195 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T02:55:31.195 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:31.195 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T02:55:31.195 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T02:55:31.195 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T02:55:31.195 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T02:55:31.199 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T02:55:31.200 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T02:55:12.958107+0000", 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T02:55:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2023-10-08T02:55:31.202 INFO:teuthology.orchestra.run.smithi003.stdout:mgr is available 2023-10-08T02:55:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:31 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2345365750' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T02:55:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:32 smithi003 ceph-mon[96088]: mgrmap e4: smithi003.uujbgg(active, since 3s) 2023-10-08T02:55:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:32 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2866447274' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:32.558 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-08T02:55:32.559 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-08T02:55:32.559 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2023-10-08T02:55:32.559 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2023-10-08T02:55:32.559 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-08T02:55:32.559 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-08T02:55:32.559 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling cephadm module... 2023-10-08T02:55:34.195 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:33 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3988890474' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-08T02:55:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:34 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3988890474' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-08T02:55:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:34 smithi003 ceph-mon[96088]: mgrmap e5: smithi003.uujbgg(active, since 5s) 2023-10-08T02:55:35.948 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2023-10-08T02:55:35.949 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-08T02:55:35.949 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T02:55:35.949 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "smithi003.uujbgg", 2023-10-08T02:55:35.949 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-08T02:55:35.949 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2023-10-08T02:55:35.949 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2023-10-08T02:55:35.949 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 5... 2023-10-08T02:55:36.149 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:35 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2047164710' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T02:55:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: Active manager daemon smithi003.uujbgg restarted 2023-10-08T02:55:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: Activating manager daemon smithi003.uujbgg 2023-10-08T02:55:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: osdmap e2: 0 total, 0 up, 0 in 2023-10-08T02:55:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: mgrmap e6: smithi003.uujbgg(active, starting, since 0.00348061s) 2023-10-08T02:55:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:55:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr metadata", "who": "smithi003.uujbgg", "id": "smithi003.uujbgg"}]: dispatch 2023-10-08T02:55:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T02:55:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T02:55:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T02:55:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: Manager daemon smithi003.uujbgg is now available 2023-10-08T02:55:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:55:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:42 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:55:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:43 smithi003 ceph-mon[96088]: Found migration_current of "None". Setting to last migration. 2023-10-08T02:55:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:43 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:55:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:43 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.uujbgg/mirror_snapshot_schedule"}]: dispatch 2023-10-08T02:55:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:43 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.uujbgg/trash_purge_schedule"}]: dispatch 2023-10-08T02:55:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:43 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:43 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:43 smithi003 ceph-mon[96088]: mgrmap e7: smithi003.uujbgg(active, since 1.00529s) 2023-10-08T02:55:43.563 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2023-10-08T02:55:43.564 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-08T02:55:43.564 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-08T02:55:43.564 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2023-10-08T02:55:43.564 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 5 is available 2023-10-08T02:55:43.564 INFO:teuthology.orchestra.run.smithi003.stdout:Setting orchestrator backend to cephadm... 2023-10-08T02:55:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:44 smithi003 ceph-mon[96088]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-08T02:55:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:44 smithi003 ceph-mon[96088]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-08T02:55:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: mgrmap e8: smithi003.uujbgg(active, since 2s) 2023-10-08T02:55:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: [08/Oct/2023:02:55:44] ENGINE Bus STARTING 2023-10-08T02:55:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: [08/Oct/2023:02:55:44] ENGINE Serving on https://172.21.15.3:7150 2023-10-08T02:55:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: [08/Oct/2023:02:55:44] ENGINE Serving on http://172.21.15.3:8765 2023-10-08T02:55:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: [08/Oct/2023:02:55:44] ENGINE Bus STARTED 2023-10-08T02:55:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:55:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:55:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:45 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:55:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:46 smithi003 ceph-mon[96088]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:55:46.346 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-08T02:55:46.346 INFO:teuthology.orchestra.run.smithi003.stdout:Generating ssh key... 2023-10-08T02:55:48.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:48 smithi003 ceph-mon[96088]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:55:48.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:48 smithi003 ceph-mon[96088]: Generating ssh key... 2023-10-08T02:55:48.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:48 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:48.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:48 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:49.362 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPifpnvpuAcx6lKujokCCkhirIhHqiSxdrCv3AxfQtgWSMWtKtGhWIvzlv9/sHqOMmAuz/uFqKRarf2IpUpbcbuoTSde6oJZrCPs0S0w3+lh4XBO3kB1e1Iqvqej5a8PFe+6S+GOmSlGVpn86HMkRdqW9g0oXxbi1yAX4o263MBkhgnlASIB2aUBRap2MFG3AlH+lHmSSHO9mZ1sFl2lq06djklvmbVGUQa04l/LWKaaTLZT0CFoj/v7zRFJAjS26+sNXsKqU9sv7uiSkY5Vcu1TulL/AxWlosRAJbMtbgfQvZZYBXLU0L6SOqk7FRJDLnmflXySacXe7cxjI6Gq1FbnF/abtg2JvfJ5zdaKJ2NKDkpj/OTKF61NQ1bdggz3Vz8N46VOaiG81uAq9Def62tYeWZdQP60vPERcD90wxyCX0gsabkCjkgdNoRjnwHmXo6a2BOS0d86H/lVSEe49iga18lE3SBR1uC9cOK1WNjODYICd2Xv4nxLGsgisQ5P0= ceph-f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:55:49.363 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-08T02:55:49.363 INFO:teuthology.orchestra.run.smithi003.stdout:Adding key to root@localhost authorized_keys... 2023-10-08T02:55:49.364 INFO:teuthology.orchestra.run.smithi003.stdout:Adding host smithi003... 2023-10-08T02:55:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:49 smithi003 ceph-mon[96088]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:55:51.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:50 smithi003 ceph-mon[96088]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:55:51.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:50 smithi003 ceph-mon[96088]: Deploying cephadm binary to smithi003 2023-10-08T02:55:53.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Added host 'smithi003' with addr '172.21.15.3' 2023-10-08T02:55:53.696 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying mon service with default placement... 2023-10-08T02:55:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:54 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:54 smithi003 ceph-mon[96088]: Added host smithi003 2023-10-08T02:55:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:54 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:55:55.520 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-08T02:55:55.520 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying mgr service with default placement... 2023-10-08T02:55:55.744 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:55 smithi003 ceph-mon[96088]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:55:55.744 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:55 smithi003 ceph-mon[96088]: Saving service mon spec with placement count:5 2023-10-08T02:55:55.744 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:55 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:55.744 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:55 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:56 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:56 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:57.278 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-08T02:55:57.278 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying crash service with default placement... 2023-10-08T02:55:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:57 smithi003 ceph-mon[96088]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:55:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:57 smithi003 ceph-mon[96088]: Saving service mgr spec with placement count:2 2023-10-08T02:55:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:57 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:58.836 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-08T02:55:58.836 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying ceph-exporter service with default placement... 2023-10-08T02:55:59.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:59 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:55:59.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:59 smithi003 ceph-mon[96088]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:55:59.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:59 smithi003 ceph-mon[96088]: Saving service crash spec with placement * 2023-10-08T02:55:59.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:55:59 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:00.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-08T02:56:00.503 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying prometheus service with default placement... 2023-10-08T02:56:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:00 smithi003 ceph-mon[96088]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:00 smithi003 ceph-mon[96088]: Saving service ceph-exporter spec with placement * 2023-10-08T02:56:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:00 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:02.035 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-08T02:56:02.036 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying grafana service with default placement... 2023-10-08T02:56:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:02 smithi003 ceph-mon[96088]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:02 smithi003 ceph-mon[96088]: Saving service prometheus spec with placement count:1 2023-10-08T02:56:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:02 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:03.577 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-08T02:56:03.577 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying node-exporter service with default placement... 2023-10-08T02:56:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:03 smithi003 ceph-mon[96088]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:03 smithi003 ceph-mon[96088]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:03 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:05.051 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-08T02:56:05.051 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying alertmanager service with default placement... 2023-10-08T02:56:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:04 smithi003 ceph-mon[96088]: Saving service grafana spec with placement count:1 2023-10-08T02:56:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:04 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:06.225 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:05 smithi003 ceph-mon[96088]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:06.225 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:05 smithi003 ceph-mon[96088]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:06.225 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:05 smithi003 ceph-mon[96088]: Saving service node-exporter spec with placement * 2023-10-08T02:56:06.568 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-08T02:56:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:07 smithi003 ceph-mon[96088]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:07 smithi003 ceph-mon[96088]: Saving service alertmanager spec with placement count:1 2023-10-08T02:56:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:07 smithi003 ceph-mon[96088]: from='mgr.14120 172.21.15.3:0/2116893341' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:07 smithi003 ceph-mon[96088]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:08 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/314210192' entity='client.admin' 2023-10-08T02:56:09.668 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling the dashboard module... 2023-10-08T02:56:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:09 smithi003 ceph-mon[96088]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:09 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/464025239' entity='client.admin' 2023-10-08T02:56:11.167 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:10 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2320896732' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-08T02:56:12.099 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:11 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2320896732' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-08T02:56:12.099 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:11 smithi003 ceph-mon[96088]: mgrmap e9: smithi003.uujbgg(active, since 28s) 2023-10-08T02:56:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:12 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3707803934' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T02:56:13.101 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2023-10-08T02:56:13.101 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-08T02:56:13.101 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T02:56:13.101 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "smithi003.uujbgg", 2023-10-08T02:56:13.101 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-08T02:56:13.101 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2023-10-08T02:56:13.102 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2023-10-08T02:56:13.102 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 9... 2023-10-08T02:56:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: Active manager daemon smithi003.uujbgg restarted 2023-10-08T02:56:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: Activating manager daemon smithi003.uujbgg 2023-10-08T02:56:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: osdmap e3: 0 total, 0 up, 0 in 2023-10-08T02:56:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: mgrmap e10: smithi003.uujbgg(active, starting, since 0.00582665s) 2023-10-08T02:56:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:56:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr metadata", "who": "smithi003.uujbgg", "id": "smithi003.uujbgg"}]: dispatch 2023-10-08T02:56:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T02:56:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T02:56:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T02:56:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: Manager daemon smithi003.uujbgg is now available 2023-10-08T02:56:19.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:19 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:56:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:20 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:56:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:20 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.uujbgg/mirror_snapshot_schedule"}]: dispatch 2023-10-08T02:56:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:20 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.uujbgg/trash_purge_schedule"}]: dispatch 2023-10-08T02:56:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:20 smithi003 ceph-mon[96088]: mgrmap e11: smithi003.uujbgg(active, since 1.00558s) 2023-10-08T02:56:20.720 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2023-10-08T02:56:20.721 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-08T02:56:20.721 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-08T02:56:20.721 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2023-10-08T02:56:20.721 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 9 is available 2023-10-08T02:56:20.721 INFO:teuthology.orchestra.run.smithi003.stdout:Generating a dashboard self-signed certificate... 2023-10-08T02:56:21.722 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:21 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:21.722 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:21 smithi003 ceph-mon[96088]: [08/Oct/2023:02:56:20] ENGINE Bus STARTING 2023-10-08T02:56:21.722 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:21 smithi003 ceph-mon[96088]: [08/Oct/2023:02:56:20] ENGINE Serving on http://172.21.15.3:8765 2023-10-08T02:56:21.723 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:21 smithi003 ceph-mon[96088]: [08/Oct/2023:02:56:20] ENGINE Serving on https://172.21.15.3:7150 2023-10-08T02:56:21.723 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:21 smithi003 ceph-mon[96088]: [08/Oct/2023:02:56:20] ENGINE Bus STARTED 2023-10-08T02:56:21.723 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:21 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:22 smithi003 ceph-mon[96088]: mgrmap e12: smithi003.uujbgg(active, since 2s) 2023-10-08T02:56:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:22 smithi003 ceph-mon[96088]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:22 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:22 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:22.908 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-08T02:56:22.908 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial admin user... 2023-10-08T02:56:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:23 smithi003 ceph-mon[96088]: 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-08T02:56:24.657 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$2ALOyJtwFtvXzUQ1FncC0OUKBcXLJOMq175cvs..Zquk9R4fIHc76", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696733784, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-08T02:56:24.657 INFO:teuthology.orchestra.run.smithi003.stdout:Fetching dashboard port number... 2023-10-08T02:56:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:25 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:25.981 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 8443 2023-10-08T02:56:25.992 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T02:56:25.992 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2023-10-08T02:56:26.000 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T02:56:26.000 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2023-10-08T02:56:26.000 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2023-10-08T02:56:26.000 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-08T02:56:26.001 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph Dashboard is now available at: 2023-10-08T02:56:26.002 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:26.002 INFO:teuthology.orchestra.run.smithi003.stdout: URL: https://smithi003:8443/ 2023-10-08T02:56:26.002 INFO:teuthology.orchestra.run.smithi003.stdout: User: admin 2023-10-08T02:56:26.002 INFO:teuthology.orchestra.run.smithi003.stdout: Password: 38sdh30g4d 2023-10-08T02:56:26.002 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:26.002 INFO:teuthology.orchestra.run.smithi003.stdout:Saving cluster configuration to /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config directory 2023-10-08T02:56:26.003 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling autotune for osd_memory_target 2023-10-08T02:56:26.260 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:26 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/867653416' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-08T02:56:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:27 smithi003 ceph-mon[96088]: mgrmap e13: smithi003.uujbgg(active, since 6s) 2023-10-08T02:56:28.998 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-08T02:56:28.998 INFO:teuthology.orchestra.run.smithi003.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-08T02:56:28.998 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:28.998 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-08T02:56:28.998 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout:Or, if you are only running a single cluster on this host: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: ceph telemetry on 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout:For more information see: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-08T02:56:28.999 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:29.000 INFO:teuthology.orchestra.run.smithi003.stdout:Bootstrap complete. 2023-10-08T02:56:29.038 INFO:tasks.cephadm:Fetching config... 2023-10-08T02:56:29.038 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:56:29.038 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-08T02:56:29.055 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-08T02:56:29.056 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:56:29.056 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-08T02:56:29.115 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-08T02:56:29.115 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:56:29.116 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/keyring of=/dev/stdout 2023-10-08T02:56:29.184 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-08T02:56:29.184 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:56:29.185 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-08T02:56:29.242 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-08T02:56:29.242 DEBUG:teuthology.orchestra.run.smithi003:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPifpnvpuAcx6lKujokCCkhirIhHqiSxdrCv3AxfQtgWSMWtKtGhWIvzlv9/sHqOMmAuz/uFqKRarf2IpUpbcbuoTSde6oJZrCPs0S0w3+lh4XBO3kB1e1Iqvqej5a8PFe+6S+GOmSlGVpn86HMkRdqW9g0oXxbi1yAX4o263MBkhgnlASIB2aUBRap2MFG3AlH+lHmSSHO9mZ1sFl2lq06djklvmbVGUQa04l/LWKaaTLZT0CFoj/v7zRFJAjS26+sNXsKqU9sv7uiSkY5Vcu1TulL/AxWlosRAJbMtbgfQvZZYBXLU0L6SOqk7FRJDLnmflXySacXe7cxjI6Gq1FbnF/abtg2JvfJ5zdaKJ2NKDkpj/OTKF61NQ1bdggz3Vz8N46VOaiG81uAq9Def62tYeWZdQP60vPERcD90wxyCX0gsabkCjkgdNoRjnwHmXo6a2BOS0d86H/lVSEe49iga18lE3SBR1uC9cOK1WNjODYICd2Xv4nxLGsgisQ5P0= ceph-f74e5534-6585-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T02:56:29.324 INFO:teuthology.orchestra.run.smithi003.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPifpnvpuAcx6lKujokCCkhirIhHqiSxdrCv3AxfQtgWSMWtKtGhWIvzlv9/sHqOMmAuz/uFqKRarf2IpUpbcbuoTSde6oJZrCPs0S0w3+lh4XBO3kB1e1Iqvqej5a8PFe+6S+GOmSlGVpn86HMkRdqW9g0oXxbi1yAX4o263MBkhgnlASIB2aUBRap2MFG3AlH+lHmSSHO9mZ1sFl2lq06djklvmbVGUQa04l/LWKaaTLZT0CFoj/v7zRFJAjS26+sNXsKqU9sv7uiSkY5Vcu1TulL/AxWlosRAJbMtbgfQvZZYBXLU0L6SOqk7FRJDLnmflXySacXe7cxjI6Gq1FbnF/abtg2JvfJ5zdaKJ2NKDkpj/OTKF61NQ1bdggz3Vz8N46VOaiG81uAq9Def62tYeWZdQP60vPERcD90wxyCX0gsabkCjkgdNoRjnwHmXo6a2BOS0d86H/lVSEe49iga18lE3SBR1uC9cOK1WNjODYICd2Xv4nxLGsgisQ5P0= ceph-f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:56:29.335 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPifpnvpuAcx6lKujokCCkhirIhHqiSxdrCv3AxfQtgWSMWtKtGhWIvzlv9/sHqOMmAuz/uFqKRarf2IpUpbcbuoTSde6oJZrCPs0S0w3+lh4XBO3kB1e1Iqvqej5a8PFe+6S+GOmSlGVpn86HMkRdqW9g0oXxbi1yAX4o263MBkhgnlASIB2aUBRap2MFG3AlH+lHmSSHO9mZ1sFl2lq06djklvmbVGUQa04l/LWKaaTLZT0CFoj/v7zRFJAjS26+sNXsKqU9sv7uiSkY5Vcu1TulL/AxWlosRAJbMtbgfQvZZYBXLU0L6SOqk7FRJDLnmflXySacXe7cxjI6Gq1FbnF/abtg2JvfJ5zdaKJ2NKDkpj/OTKF61NQ1bdggz3Vz8N46VOaiG81uAq9Def62tYeWZdQP60vPERcD90wxyCX0gsabkCjkgdNoRjnwHmXo6a2BOS0d86H/lVSEe49iga18lE3SBR1uC9cOK1WNjODYICd2Xv4nxLGsgisQ5P0= ceph-f74e5534-6585-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T02:56:29.379 INFO:teuthology.orchestra.run.smithi094.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPifpnvpuAcx6lKujokCCkhirIhHqiSxdrCv3AxfQtgWSMWtKtGhWIvzlv9/sHqOMmAuz/uFqKRarf2IpUpbcbuoTSde6oJZrCPs0S0w3+lh4XBO3kB1e1Iqvqej5a8PFe+6S+GOmSlGVpn86HMkRdqW9g0oXxbi1yAX4o263MBkhgnlASIB2aUBRap2MFG3AlH+lHmSSHO9mZ1sFl2lq06djklvmbVGUQa04l/LWKaaTLZT0CFoj/v7zRFJAjS26+sNXsKqU9sv7uiSkY5Vcu1TulL/AxWlosRAJbMtbgfQvZZYBXLU0L6SOqk7FRJDLnmflXySacXe7cxjI6Gq1FbnF/abtg2JvfJ5zdaKJ2NKDkpj/OTKF61NQ1bdggz3Vz8N46VOaiG81uAq9Def62tYeWZdQP60vPERcD90wxyCX0gsabkCjkgdNoRjnwHmXo6a2BOS0d86H/lVSEe49iga18lE3SBR1uC9cOK1WNjODYICd2Xv4nxLGsgisQ5P0= ceph-f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:56:29.392 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-08T02:56:29.700 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:56:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:29 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/1902759795' entity='client.admin' 2023-10-08T02:56:32.457 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-08T02:56:32.457 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-08T02:56:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:56:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi003", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T02:56:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi003", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T02:56:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:56:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: Deploying daemon ceph-exporter.smithi003 on smithi003 2023-10-08T02:56:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:32 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/1084114166' entity='client.admin' 2023-10-08T02:56:32.777 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:56:35.788 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi094 2023-10-08T02:56:35.788 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:56:35.788 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.conf 2023-10-08T02:56:35.808 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:56:35.808 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T02:56:35.867 INFO:tasks.cephadm:Adding host smithi094 to orchestrator... 2023-10-08T02:56:35.867 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch host add smithi094 2023-10-08T02:56:36.267 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:56:36.386 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:36 smithi003 ceph-mon[96088]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:36.386 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:36 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:37.879 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:37 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:37.880 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:37 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:37.880 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:37 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:37.880 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:37 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:37.880 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:37 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T02:56:37.880 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:37 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T02:56:37.880 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:37 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:56:37.880 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:37 smithi003 ceph-mon[96088]: Deploying daemon crash.smithi003 on smithi003 2023-10-08T02:56:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:38 smithi003 ceph-mon[96088]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:38 smithi003 ceph-mon[96088]: Deploying cephadm binary to smithi094 2023-10-08T02:56:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:40 smithi003 ceph-mon[96088]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:40 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:40.983 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi094' with addr '172.21.15.94' 2023-10-08T02:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:41 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:41 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:41 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:41 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:41 smithi003 ceph-mon[96088]: Deploying daemon node-exporter.smithi003 on smithi003 2023-10-08T02:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:41 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:41.524 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-08T02:56:41.856 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:56:42.636 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:42 smithi003 ceph-mon[96088]: Added host smithi094 2023-10-08T02:56:42.636 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:42 smithi003 ceph-mon[96088]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:43.509 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:56:43.509 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}] 2023-10-08T02:56:45.017 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-08T02:56:45.017 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd crush tunables default 2023-10-08T02:56:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:44 smithi003 ceph-mon[96088]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:44 smithi003 ceph-mon[96088]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T02:56:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:44 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:45.485 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:56:46.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:46 smithi003 ceph-mon[96088]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:46.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:46 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:46.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:46 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:46.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:46 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:46.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:46 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:46.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:46 smithi003 ceph-mon[96088]: Deploying daemon alertmanager.smithi003 on smithi003 2023-10-08T02:56:47.477 INFO:teuthology.orchestra.run.smithi003.stderr:adjusted tunables profile to default 2023-10-08T02:56:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:47 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2479866848' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-08T02:56:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:48 smithi003 ceph-mon[96088]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:48 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2479866848' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-08T02:56:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:48 smithi003 ceph-mon[96088]: osdmap e4: 0 total, 0 up, 0 in 2023-10-08T02:56:49.620 INFO:tasks.cephadm:Adding mon.smithi003 on smithi003 2023-10-08T02:56:49.621 INFO:tasks.cephadm:Adding mon.smithi094 on smithi094 2023-10-08T02:56:49.621 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch apply mon '2;smithi003:172.21.15.3=smithi003;smithi094:172.21.15.94=smithi094' 2023-10-08T02:56:49.966 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:56:50.085 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:56:50.401 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:50 smithi003 ceph-mon[96088]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:50.402 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:50 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:51.783 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled mon update... 2023-10-08T02:56:52.445 DEBUG:teuthology.orchestra.run.smithi094:mon.smithi094> sudo journalctl -f -n 0 -u ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@mon.smithi094.service 2023-10-08T02:56:52.447 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:56:52.447 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:56:52.487 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:-- Logs begin at Sun 2023-10-08 02:42:57 UTC. -- 2023-10-08T02:56:52.810 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:56:52.923 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:56:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:52 smithi003 ceph-mon[96088]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:52 smithi003 ceph-mon[96088]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi003:172.21.15.3=smithi003;smithi094:172.21.15.94=smithi094", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:56:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:52 smithi003 ceph-mon[96088]: Saving service mon spec with placement smithi003:172.21.15.3=smithi003;smithi094:172.21.15.94=smithi094;count:2 2023-10-08T02:56:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:52 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-08T02:56:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T02:56:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T02:56:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:53 smithi003 ceph-mon[96088]: Deploying daemon grafana.smithi003 on smithi003 2023-10-08T02:56:54.648 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:56:54.648 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:56:54.649 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:56:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:55 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:56:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:55 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/2906873148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:56:56.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:56:56.318 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:56:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:56 smithi003 ceph-mon[96088]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:56.641 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:56:56.767 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:56:58.389 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:56:58.389 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:56:58.391 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:56:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:58 smithi003 ceph-mon[96088]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:56:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:56:58 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/3159818464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:00.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:00.091 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:00.419 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:00.539 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:00 smithi003 ceph-mon[96088]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:02.337 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:02.337 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:02.339 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:02 smithi003 ceph-mon[96088]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:02 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/2921673471' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:03.960 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:03.960 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:04.312 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:04.428 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:04 smithi003 ceph-mon[96088]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:06.160 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:06.160 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:06.163 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:06 smithi003 ceph-mon[96088]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:06 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/259076395' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:07.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:07.812 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:08.142 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:08.263 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:08 smithi003 ceph-mon[96088]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:09.996 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:09.996 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:09.998 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:10 smithi003 ceph-mon[96088]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:10 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/1415764679' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:11.569 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:11.570 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:11.908 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:12.029 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:12 smithi003 ceph-mon[96088]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:13.720 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:13.720 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:13.722 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:14.806 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:14.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:14.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:14.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:14.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:14.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:14.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:14.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:14.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:14.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/484567527' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:14.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: Deploying daemon prometheus.smithi003 on smithi003 2023-10-08T02:57:14.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:14 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:15.382 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:15.383 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:15.717 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:15.844 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:16 smithi003 ceph-mon[96088]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:17.569 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:17.569 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:17.571 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:18.762 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:18 smithi003 ceph-mon[96088]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:18.762 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:18 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/2812031298' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:19.216 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:19.217 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:19.538 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:19.653 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:20.680 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:20 smithi003 ceph-mon[96088]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:21.378 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:21.379 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:21.381 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:21.826 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:21 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/2863212144' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:22.662 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:22 smithi003 ceph-mon[96088]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:23.015 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:23.016 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:23.366 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:23.492 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:24 smithi003 ceph-mon[96088]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:25.235 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:25.236 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:25.238 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:25.888 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:25 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/274609523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:26.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:26.908 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:26 smithi003 ceph-mon[96088]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:27.251 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:27.359 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:28.942 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:28 smithi003 ceph-mon[96088]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:28.942 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:28 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:28.942 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:28 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:28.943 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:28 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:28.943 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:28 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-08T02:57:29.123 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:29.123 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:29.125 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:30.009 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:29 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/2320857189' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:30.009 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:29 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:30.009 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:29 smithi003 ceph-mon[96088]: from='mgr.14164 172.21.15.3:0/3581365990' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-08T02:57:30.009 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:29 smithi003 ceph-mon[96088]: mgrmap e14: smithi003.uujbgg(active, since 70s) 2023-10-08T02:57:30.812 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:30.812 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:31.156 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:31.264 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:32.964 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:32.964 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:32.965 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:33.942 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:33 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/50306245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:34.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:34.575 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:34.910 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:35.023 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:36.757 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:36.757 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:36.759 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:37.068 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:36 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/807359002' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:37.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: Active manager daemon smithi003.uujbgg restarted 2023-10-08T02:57:37.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: Activating manager daemon smithi003.uujbgg 2023-10-08T02:57:37.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T02:57:37.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: mgrmap e15: smithi003.uujbgg(active, starting, since 0.00543901s) 2023-10-08T02:57:37.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:57:37.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr metadata", "who": "smithi003.uujbgg", "id": "smithi003.uujbgg"}]: dispatch 2023-10-08T02:57:37.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T02:57:37.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T02:57:37.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T02:57:37.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: Manager daemon smithi003.uujbgg is now available 2023-10-08T02:57:37.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:57:37.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:57:37.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:37.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:57:37.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.uujbgg/mirror_snapshot_schedule"}]: dispatch 2023-10-08T02:57:37.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.uujbgg/trash_purge_schedule"}]: dispatch 2023-10-08T02:57:38.410 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:38.413 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:38.738 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:38.855 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:39 smithi003 ceph-mon[96088]: mgrmap e16: smithi003.uujbgg(active, since 1.00532s) 2023-10-08T02:57:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:39 smithi003 ceph-mon[96088]: [08/Oct/2023:02:57:38] ENGINE Bus STARTING 2023-10-08T02:57:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:39 smithi003 ceph-mon[96088]: [08/Oct/2023:02:57:38] ENGINE Serving on http://172.21.15.3:8765 2023-10-08T02:57:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:39 smithi003 ceph-mon[96088]: [08/Oct/2023:02:57:38] ENGINE Serving on https://172.21.15.3:7150 2023-10-08T02:57:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:39 smithi003 ceph-mon[96088]: [08/Oct/2023:02:57:38] ENGINE Bus STARTED 2023-10-08T02:57:40.582 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:40.582 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:40.584 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:40 smithi003 ceph-mon[96088]: mgrmap e17: smithi003.uujbgg(active, since 2s) 2023-10-08T02:57:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:40 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/1998474805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:57:42.822 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:42.822 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:43.674 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:43.790 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T02:57:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: Updating smithi003:/etc/ceph/ceph.conf 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: Updating smithi094:/etc/ceph/ceph.conf 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: Updating smithi094:/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:57:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: Updating smithi003:/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:57:44.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2023-10-08T02:57:44.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:44 smithi003 ceph-mon[96088]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-10-08T02:57:45.423 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:45.424 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:45.425 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: Updating smithi094:/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T02:57:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: Updating smithi003:/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi094", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi094", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: Deploying daemon ceph-exporter.smithi094 on smithi094 2023-10-08T02:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:45 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/1616334203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:47.387 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:47.387 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:47.753 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:57:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi094", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T02:57:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi094", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T02:57:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:57:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: Deploying daemon crash.smithi094 on smithi094 2023-10-08T02:57:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:50.156 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:50.157 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:50.159 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:50 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/204800515' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:51.795 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:51.796 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:52.207 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:57:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:52 smithi003 ceph-mon[96088]: Deploying daemon node-exporter.smithi094 on smithi094 2023-10-08T02:57:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:57:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:54.247 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:54.248 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:54.249 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:57:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:54 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/1886965292' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:57:56.579 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:57:56.580 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:57:57.460 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:57:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi094.yuqaan", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T02:57:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi094.yuqaan", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T02:57:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T02:57:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:57:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:57 smithi003 ceph-mon[96088]: Deploying daemon mgr.smithi094.yuqaan on smithi094 2023-10-08T02:57:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:58 smithi003 ceph-mon[96088]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:57:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:57:59.549 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:57:59.549 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:55:10.240182Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T02:57:59.551 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2023-10-08T02:58:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T02:58:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:59 smithi003 ceph-mon[96088]: Deploying daemon mon.smithi094 on smithi094 2023-10-08T02:58:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:57:59 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/3286358144' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:58:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:00 smithi003 ceph-mon[96088]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:01.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T02:58:01.353 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T02:58:01.702 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi094/config 2023-10-08T02:58:03.090 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 systemd[1]: Started Ceph mon.smithi094 for f74e5534-6585-11ee-8db5-212e2dc638e7. 2023-10-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).mds e1 new map 2023-10-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).mds e1 print_map 2023-10-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout: e1 2023-10-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.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-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout: legacy client fscid: -1 2023-10-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout: 2023-10-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout: No filesystems configured 2023-10-08T02:58:03.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:03.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: mon.smithi094@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta expand map: {default=false} 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta from 'false' to 'false' 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta expanded map: {default=false} 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta expand map: {default=info} 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta from 'info' to 'info' 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta expanded map: {default=info} 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta expand map: {default=daemon} 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta expanded map: {default=daemon} 2023-10-08T02:58:03.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta expand map: {default=debug} 2023-10-08T02:58:03.094 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta from 'debug' to 'debug' 2023-10-08T02:58:03.094 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:03 smithi094 ceph-mon[112176]: expand_channel_meta expanded map: {default=debug} 2023-10-08T02:58:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:02 smithi003 ceph-mon[96088]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: mon.smithi003 calling monitor election 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: mon.smithi094 calling monitor election 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.? 172.21.15.94:0/2458444728' entity='mgr.smithi094.yuqaan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi094.yuqaan/crt"}]: dispatch 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: mon.smithi003 is new leader, mons smithi003,smithi094 in quorum (ranks 0,1) 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi094=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0]} removed_ranks: {} 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: fsmap 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: mgrmap e17: smithi003.uujbgg(active, since 30s) 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: Standby manager daemon smithi094.yuqaan started 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.? 172.21.15.94:0/2458444728' entity='mgr.smithi094.yuqaan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T02:58:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.? 172.21.15.94:0/2458444728' entity='mgr.smithi094.yuqaan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi094.yuqaan/key"}]: dispatch 2023-10-08T02:58:08.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.? 172.21.15.94:0/2458444728' entity='mgr.smithi094.yuqaan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T02:58:08.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:08.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:08.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:58:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: mon.smithi003 calling monitor election 2023-10-08T02:58:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: mon.smithi094 calling monitor election 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.? 172.21.15.94:0/2458444728' entity='mgr.smithi094.yuqaan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi094.yuqaan/crt"}]: dispatch 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: mon.smithi003 is new leader, mons smithi003,smithi094 in quorum (ranks 0,1) 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi094=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0]} removed_ranks: {} 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: fsmap 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: mgrmap e17: smithi003.uujbgg(active, since 30s) 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: Standby manager daemon smithi094.yuqaan started 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.? 172.21.15.94:0/2458444728' entity='mgr.smithi094.yuqaan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.? 172.21.15.94:0/2458444728' entity='mgr.smithi094.yuqaan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi094.yuqaan/key"}]: dispatch 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.? 172.21.15.94:0/2458444728' entity='mgr.smithi094.yuqaan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T02:58:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:08.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:08.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:09 smithi003 ceph-mon[96088]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:09 smithi003 ceph-mon[96088]: mgrmap e18: smithi003.uujbgg(active, since 30s), standbys: smithi094.yuqaan 2023-10-08T02:58:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr metadata", "who": "smithi094.yuqaan", "id": "smithi094.yuqaan"}]: dispatch 2023-10-08T02:58:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:58:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:09.646 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-10-08T02:58:09.647 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":2,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","modified":"2023-10-08T02:58:03.071181Z","created":"2023-10-08T02:55:10.240182Z","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":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi094","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-08T02:58:09.649 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 2 2023-10-08T02:58:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:09 smithi094 ceph-mon[112176]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:09 smithi094 ceph-mon[112176]: mgrmap e18: smithi003.uujbgg(active, since 30s), standbys: smithi094.yuqaan 2023-10-08T02:58:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr metadata", "who": "smithi094.yuqaan", "id": "smithi094.yuqaan"}]: dispatch 2023-10-08T02:58:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:58:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:58:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:10 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/2216680700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:58:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T02:58:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:10 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/2216680700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T02:58:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T02:58:10.523 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-08T02:58:10.524 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-08T02:58:11.133 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: Updating smithi003:/etc/ceph/ceph.conf 2023-10-08T02:58:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: Updating smithi094:/etc/ceph/ceph.conf 2023-10-08T02:58:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: Updating smithi003:/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:58:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: Updating smithi094:/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:58:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T02:58:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T02:58:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: Updating smithi003:/etc/ceph/ceph.conf 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: Updating smithi094:/etc/ceph/ceph.conf 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: Updating smithi003:/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: Updating smithi094:/var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T02:58:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:12.616 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:12 smithi094 ceph-mon[112176]: Reconfiguring mon.smithi003 (unknown last config time)... 2023-10-08T02:58:12.616 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:12 smithi094 ceph-mon[112176]: Reconfiguring daemon mon.smithi003 on smithi003 2023-10-08T02:58:12.616 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:12.616 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:12.616 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.uujbgg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T02:58:12.616 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T02:58:12.616 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:12 smithi003 ceph-mon[96088]: Reconfiguring mon.smithi003 (unknown last config time)... 2023-10-08T02:58:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:12 smithi003 ceph-mon[96088]: Reconfiguring daemon mon.smithi003 on smithi003 2023-10-08T02:58:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.uujbgg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T02:58:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T02:58:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:13 smithi094 ceph-mon[112176]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:13 smithi094 ceph-mon[112176]: Reconfiguring mgr.smithi003.uujbgg (unknown last config time)... 2023-10-08T02:58:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:13 smithi094 ceph-mon[112176]: Reconfiguring daemon mgr.smithi003.uujbgg on smithi003 2023-10-08T02:58:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:13 smithi003 ceph-mon[96088]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:13 smithi003 ceph-mon[96088]: Reconfiguring mgr.smithi003.uujbgg (unknown last config time)... 2023-10-08T02:58:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:13 smithi003 ceph-mon[96088]: Reconfiguring daemon mgr.smithi003.uujbgg on smithi003 2023-10-08T02:58:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:14.364 INFO:teuthology.orchestra.run.smithi003.stdout:# minimal ceph.conf for f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:58:14.364 INFO:teuthology.orchestra.run.smithi003.stdout:[global] 2023-10-08T02:58:14.364 INFO:teuthology.orchestra.run.smithi003.stdout: fsid = f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T02:58:14.364 INFO:teuthology.orchestra.run.smithi003.stdout: mon_host = [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] 2023-10-08T02:58:15.302 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:14 smithi003 ceph-mon[96088]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:15.303 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:15.303 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:15.303 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:14 smithi003 ceph-mon[96088]: Reconfiguring ceph-exporter.smithi003 (monmap changed)... 2023-10-08T02:58:15.303 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi003", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T02:58:15.303 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:15.303 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:14 smithi003 ceph-mon[96088]: Reconfiguring daemon ceph-exporter.smithi003 on smithi003 2023-10-08T02:58:15.303 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:14 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2688103594' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:15.320 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-08T02:58:15.320 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:58:15.320 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T02:58:15.350 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:58:15.351 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T02:58:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:14 smithi094 ceph-mon[112176]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:14 smithi094 ceph-mon[112176]: Reconfiguring ceph-exporter.smithi003 (monmap changed)... 2023-10-08T02:58:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi003", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T02:58:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:14 smithi094 ceph-mon[112176]: Reconfiguring daemon ceph-exporter.smithi003 on smithi003 2023-10-08T02:58:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:14 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2688103594' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:15.418 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:58:15.418 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T02:58:15.454 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:58:15.454 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T02:58:15.526 INFO:tasks.cephadm:Deploying OSDs... 2023-10-08T02:58:15.526 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:58:15.527 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T02:58:15.544 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T02:58:15.544 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/nvme1n1 2023-10-08T02:58:15.603 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/nvme1n1 2023-10-08T02:58:15.603 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T02:58:15.603 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 435281 Links: 1 Device type: 103,1 2023-10-08T02:58:15.603 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T02:58:15.603 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T02:58:15.603 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-08 02:56:32.196443282 +0000 2023-10-08T02:58:15.604 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-08 02:54:12.405343694 +0000 2023-10-08T02:58:15.604 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-08 02:54:12.405343694 +0000 2023-10-08T02:58:15.604 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-08T02:58:15.604 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-08T02:58:15.670 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-08T02:58:15.670 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-08T02:58:15.670 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000254484 s, 2.0 MB/s 2023-10-08T02:58:15.671 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-08T02:58:15.730 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/nvme2n1 2023-10-08T02:58:15.788 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/nvme2n1 2023-10-08T02:58:15.788 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T02:58:15.788 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 435352 Links: 1 Device type: 103,2 2023-10-08T02:58:15.788 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T02:58:15.788 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T02:58:15.789 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-08 02:56:32.206443146 +0000 2023-10-08T02:58:15.789 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-08 02:54:12.559341596 +0000 2023-10-08T02:58:15.789 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-08 02:54:12.559341596 +0000 2023-10-08T02:58:15.789 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-08T02:58:15.789 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-08T02:58:15.854 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-08T02:58:15.855 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-08T02:58:15.855 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000217981 s, 2.3 MB/s 2023-10-08T02:58:15.856 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-08T02:58:15.914 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/nvme3n1 2023-10-08T02:58:15.973 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/nvme3n1 2023-10-08T02:58:15.973 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T02:58:15.973 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 435442 Links: 1 Device type: 103,3 2023-10-08T02:58:15.973 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T02:58:15.974 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T02:58:15.974 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-08 02:56:32.219442970 +0000 2023-10-08T02:58:15.974 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-08 02:54:12.712339512 +0000 2023-10-08T02:58:15.974 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-08 02:54:12.712339512 +0000 2023-10-08T02:58:15.974 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-08T02:58:15.974 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-08T02:58:16.040 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-08T02:58:16.040 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-08T02:58:16.040 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000229718 s, 2.2 MB/s 2023-10-08T02:58:16.042 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-08T02:58:16.101 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/nvme4n1 2023-10-08T02:58:16.158 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/nvme4n1 2023-10-08T02:58:16.158 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T02:58:16.158 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 432839 Links: 1 Device type: 103,4 2023-10-08T02:58:16.158 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T02:58:16.158 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T02:58:16.159 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-10-08 02:56:32.230442821 +0000 2023-10-08T02:58:16.159 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-10-08 02:54:12.922336652 +0000 2023-10-08T02:58:16.159 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-10-08 02:54:12.922336652 +0000 2023-10-08T02:58:16.159 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-10-08T02:58:16.159 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-08T02:58:16.227 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-10-08T02:58:16.227 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-10-08T02:58:16.227 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000195469 s, 2.6 MB/s 2023-10-08T02:58:16.228 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-08T02:58:16.289 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:58:16.289 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T02:58:16.310 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T02:58:16.310 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/nvme1n1 2023-10-08T02:58:16.370 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/nvme1n1 2023-10-08T02:58:16.371 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T02:58:16.371 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 6h/6d Inode: 433402 Links: 1 Device type: 103,1 2023-10-08T02:58:16.371 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T02:58:16.371 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T02:58:16.371 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2023-10-08 02:57:42.498148154 +0000 2023-10-08T02:58:16.371 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2023-10-08 02:54:14.147604126 +0000 2023-10-08T02:58:16.371 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2023-10-08 02:54:14.147604126 +0000 2023-10-08T02:58:16.371 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2023-10-08T02:58:16.371 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-08T02:58:16.438 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2023-10-08T02:58:16.439 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2023-10-08T02:58:16.439 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000121915 s, 4.2 MB/s 2023-10-08T02:58:16.440 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-08T02:58:16.499 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/nvme2n1 2023-10-08T02:58:16.558 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/nvme2n1 2023-10-08T02:58:16.558 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T02:58:16.558 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 6h/6d Inode: 435414 Links: 1 Device type: 103,2 2023-10-08T02:58:16.559 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T02:58:16.559 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T02:58:16.559 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2023-10-08 02:57:42.506148022 +0000 2023-10-08T02:58:16.559 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2023-10-08 02:54:14.297601636 +0000 2023-10-08T02:58:16.559 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2023-10-08 02:54:14.297601636 +0000 2023-10-08T02:58:16.559 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2023-10-08T02:58:16.559 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-08T02:58:16.625 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2023-10-08T02:58:16.626 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2023-10-08T02:58:16.626 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000137272 s, 3.7 MB/s 2023-10-08T02:58:16.627 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-08T02:58:16.686 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/nvme3n1 2023-10-08T02:58:16.745 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/nvme3n1 2023-10-08T02:58:16.746 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T02:58:16.746 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 6h/6d Inode: 435571 Links: 1 Device type: 103,3 2023-10-08T02:58:16.746 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T02:58:16.746 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T02:58:16.746 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2023-10-08 02:57:42.514147890 +0000 2023-10-08T02:58:16.746 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2023-10-08 02:54:14.446599162 +0000 2023-10-08T02:58:16.746 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2023-10-08 02:54:14.446599162 +0000 2023-10-08T02:58:16.746 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2023-10-08T02:58:16.746 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-08T02:58:16.813 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2023-10-08T02:58:16.813 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2023-10-08T02:58:16.813 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000115236 s, 4.4 MB/s 2023-10-08T02:58:16.814 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-08T02:58:16.872 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/nvme4n1 2023-10-08T02:58:16.930 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/nvme4n1 2023-10-08T02:58:16.930 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T02:58:16.930 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 6h/6d Inode: 435675 Links: 1 Device type: 103,4 2023-10-08T02:58:16.930 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T02:58:16.931 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T02:58:16.931 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2023-10-08 02:57:42.522147757 +0000 2023-10-08T02:58:16.931 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2023-10-08 02:54:14.650595776 +0000 2023-10-08T02:58:16.931 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2023-10-08 02:54:14.650595776 +0000 2023-10-08T02:58:16.931 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2023-10-08T02:58:16.931 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-08T02:58:16.997 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2023-10-08T02:58:16.998 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2023-10-08T02:58:16.998 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000119767 s, 4.3 MB/s 2023-10-08T02:58:16.999 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-08T02:58:17.057 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-08T02:58:17.121 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:16 smithi094 ceph-mon[112176]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:17.121 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:17.122 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:17.122 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:16 smithi094 ceph-mon[112176]: Reconfiguring crash.smithi003 (monmap changed)... 2023-10-08T02:58:17.122 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T02:58:17.122 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:17.122 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:16 smithi094 ceph-mon[112176]: Reconfiguring daemon crash.smithi003 on smithi003 2023-10-08T02:58:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:16 smithi003 ceph-mon[96088]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:16 smithi003 ceph-mon[96088]: Reconfiguring crash.smithi003 (monmap changed)... 2023-10-08T02:58:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T02:58:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:16 smithi003 ceph-mon[96088]: Reconfiguring daemon crash.smithi003 on smithi003 2023-10-08T02:58:17.400 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi094/config 2023-10-08T02:58:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:18.586 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:18.586 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:19.010 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled osd.all-available-devices update... 2023-10-08T02:58:19.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:19 smithi003 ceph-mon[96088]: Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-10-08T02:58:19.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:19 smithi003 ceph-mon[96088]: Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-10-08T02:58:19.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:19 smithi003 ceph-mon[96088]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:19.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:19.514 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-08T02:58:19.514 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:19 smithi094 ceph-mon[112176]: Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-10-08T02:58:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:19 smithi094 ceph-mon[112176]: Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-10-08T02:58:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:19 smithi094 ceph-mon[112176]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:19.993 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:20 smithi003 ceph-mon[96088]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:58:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:20 smithi003 ceph-mon[96088]: Marking host: smithi003 for OSDSpec preview refresh. 2023-10-08T02:58:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:20 smithi003 ceph-mon[96088]: Marking host: smithi094 for OSDSpec preview refresh. 2023-10-08T02:58:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:20 smithi003 ceph-mon[96088]: Saving service osd.all-available-devices spec with placement * 2023-10-08T02:58:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:20 smithi094 ceph-mon[112176]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T02:58:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:20 smithi094 ceph-mon[112176]: Marking host: smithi003 for OSDSpec preview refresh. 2023-10-08T02:58:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:20 smithi094 ceph-mon[112176]: Marking host: smithi094 for OSDSpec preview refresh. 2023-10-08T02:58:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:20 smithi094 ceph-mon[112176]: Saving service osd.all-available-devices spec with placement * 2023-10-08T02:58:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:21 smithi094 ceph-mon[112176]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:21.682 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:21 smithi003 ceph-mon[96088]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:22.130 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:22.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:22 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2076115077' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:22.628 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:22 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2076115077' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:23.185 INFO:teuthology.orchestra.run.smithi003.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-08T02:58:23.429 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:23 smithi003 ceph-mon[96088]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:23.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:23.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:23.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:58:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:23 smithi094 ceph-mon[112176]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:58:24.187 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:24.376 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:24 smithi003 ceph-mon[96088]: Reconfiguring grafana.smithi003 (dependencies changed)... 2023-10-08T02:58:24.376 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:24 smithi003 ceph-mon[96088]: Reconfiguring daemon grafana.smithi003 on smithi003 2023-10-08T02:58:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:24 smithi094 ceph-mon[112176]: Reconfiguring grafana.smithi003 (dependencies changed)... 2023-10-08T02:58:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:24 smithi094 ceph-mon[112176]: Reconfiguring daemon grafana.smithi003 on smithi003 2023-10-08T02:58:24.743 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:25 smithi094 ceph-mon[112176]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:25.700 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:25 smithi003 ceph-mon[96088]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:27.277 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:27.571 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:27 smithi003 ceph-mon[96088]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:27.571 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:27 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3900945398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:27.635 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:27 smithi094 ceph-mon[112176]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:27.635 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:27 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3900945398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:27.952 INFO:teuthology.orchestra.run.smithi003.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-08T02:58:28.953 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:29.626 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:29 smithi003 ceph-mon[96088]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:29.626 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:29.626 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:29 smithi094 ceph-mon[112176]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:30.341 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:30 smithi094 ceph-mon[112176]: Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-10-08T02:58:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:30 smithi094 ceph-mon[112176]: Reconfiguring daemon prometheus.smithi003 on smithi003 2023-10-08T02:58:30.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:30 smithi003 ceph-mon[96088]: Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-10-08T02:58:30.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:30 smithi003 ceph-mon[96088]: Reconfiguring daemon prometheus.smithi003 on smithi003 2023-10-08T02:58:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:31 smithi094 ceph-mon[112176]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:31.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:31 smithi003 ceph-mon[96088]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:33.330 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:33 smithi094 ceph-mon[112176]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:33 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/447453788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:33 smithi003 ceph-mon[96088]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:33 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/447453788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:33.893 INFO:teuthology.orchestra.run.smithi003.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-08T02:58:34.894 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:35.234 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:35.521 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:35 smithi094 ceph-mon[112176]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:35.521 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:35.521 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:35.521 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi094", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T02:58:35.521 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:35.645 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:35 smithi003 ceph-mon[96088]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:35.645 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:35.645 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:35.645 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi094", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T02:58:35.645 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:36 smithi094 ceph-mon[112176]: Reconfiguring ceph-exporter.smithi094 (monmap changed)... 2023-10-08T02:58:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:36 smithi094 ceph-mon[112176]: Reconfiguring daemon ceph-exporter.smithi094 on smithi094 2023-10-08T02:58:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi094", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T02:58:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:36.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:36 smithi003 ceph-mon[96088]: Reconfiguring ceph-exporter.smithi094 (monmap changed)... 2023-10-08T02:58:36.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:36 smithi003 ceph-mon[96088]: Reconfiguring daemon ceph-exporter.smithi094 on smithi094 2023-10-08T02:58:36.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:36.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:36.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi094", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T02:58:36.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:37.122 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: Reconfiguring crash.smithi094 (monmap changed)... 2023-10-08T02:58:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: Reconfiguring daemon crash.smithi094 on smithi094 2023-10-08T02:58:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi094.yuqaan", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T02:58:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T02:58:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:37 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2343398280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:37.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: Reconfiguring crash.smithi094 (monmap changed)... 2023-10-08T02:58:37.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: Reconfiguring daemon crash.smithi094 on smithi094 2023-10-08T02:58:37.565 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:37.565 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:37.565 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:37.565 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi094.yuqaan", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T02:58:37.565 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T02:58:37.565 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:37.565 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:37 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2343398280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:37.759 INFO:teuthology.orchestra.run.smithi003.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-08T02:58:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:38 smithi094 ceph-mon[112176]: Reconfiguring mgr.smithi094.yuqaan (monmap changed)... 2023-10-08T02:58:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:38 smithi094 ceph-mon[112176]: Reconfiguring daemon mgr.smithi094.yuqaan on smithi094 2023-10-08T02:58:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:58:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T02:58:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T02:58:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:38 smithi003 ceph-mon[96088]: Reconfiguring mgr.smithi094.yuqaan (monmap changed)... 2023-10-08T02:58:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:38 smithi003 ceph-mon[96088]: Reconfiguring daemon mgr.smithi094.yuqaan on smithi094 2023-10-08T02:58:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:58:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T02:58:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T02:58:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:38.760 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: Reconfiguring mon.smithi094 (monmap changed)... 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: Reconfiguring daemon mon.smithi094 on smithi094 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003:9093"}]: dispatch 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003:9093"}]: dispatch 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T02:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003:3000"}]: dispatch 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003:3000"}]: dispatch 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003:9095"}]: dispatch 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003:9095"}]: dispatch 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:58:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: Reconfiguring mon.smithi094 (monmap changed)... 2023-10-08T02:58:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: Reconfiguring daemon mon.smithi094 on smithi094 2023-10-08T02:58:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003:9093"}]: dispatch 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003:9093"}]: dispatch 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003:3000"}]: dispatch 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003:3000"}]: dispatch 2023-10-08T02:58:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T02:58:39.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T02:58:39.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003:9095"}]: dispatch 2023-10-08T02:58:39.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003:9095"}]: dispatch 2023-10-08T02:58:39.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:39.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:58:40.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:40 smithi003 ceph-mon[96088]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:40 smithi094 ceph-mon[112176]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:40.942 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:41.833 INFO:teuthology.orchestra.run.smithi003.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-08T02:58:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:41 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/811907414' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:41 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/811907414' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:42.834 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:43.361 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:43 smithi003 ceph-mon[96088]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:43 smithi094 ceph-mon[112176]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T02:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:45.570 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T02:58:45.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:45.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T02:58:45.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:58:45.596 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:46.353 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:46 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/96601568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:46.398 INFO:teuthology.orchestra.run.smithi003.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-08T02:58:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:46 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/96601568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:47.400 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:47.427 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:47 smithi003 ceph-mon[96088]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:47.458 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:47 smithi094 ceph-mon[112176]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:47.725 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:48.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:48 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/1007693843' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "013426e0-41b9-49e7-8546-953ed0237283"}]: dispatch 2023-10-08T02:58:48.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:48 smithi003 ceph-mon[96088]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "013426e0-41b9-49e7-8546-953ed0237283"}]: dispatch 2023-10-08T02:58:48.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:48 smithi003 ceph-mon[96088]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "013426e0-41b9-49e7-8546-953ed0237283"}]': finished 2023-10-08T02:58:48.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:48 smithi003 ceph-mon[96088]: osdmap e6: 1 total, 0 up, 1 in 2023-10-08T02:58:48.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:48 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/1007693843' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "013426e0-41b9-49e7-8546-953ed0237283"}]: dispatch 2023-10-08T02:58:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:48 smithi094 ceph-mon[112176]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "013426e0-41b9-49e7-8546-953ed0237283"}]: dispatch 2023-10-08T02:58:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:48 smithi094 ceph-mon[112176]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "013426e0-41b9-49e7-8546-953ed0237283"}]': finished 2023-10-08T02:58:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:48 smithi094 ceph-mon[112176]: osdmap e6: 1 total, 0 up, 1 in 2023-10-08T02:58:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:49 smithi003 ceph-mon[96088]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:49 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/235959213' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "888cecfb-6908-498b-8aee-f962cc07c5a0"}]: dispatch 2023-10-08T02:58:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:49 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/235959213' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "888cecfb-6908-498b-8aee-f962cc07c5a0"}]': finished 2023-10-08T02:58:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:49 smithi003 ceph-mon[96088]: osdmap e7: 2 total, 0 up, 2 in 2023-10-08T02:58:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:49 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/3817761080' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:49.602 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:49 smithi094 ceph-mon[112176]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:49 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/235959213' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "888cecfb-6908-498b-8aee-f962cc07c5a0"}]: dispatch 2023-10-08T02:58:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:49 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/235959213' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "888cecfb-6908-498b-8aee-f962cc07c5a0"}]': finished 2023-10-08T02:58:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:49 smithi094 ceph-mon[112176]: osdmap e7: 2 total, 0 up, 2 in 2023-10-08T02:58:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:49 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/3817761080' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:50.234 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1696733928,"num_remapped_pgs":0} 2023-10-08T02:58:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:50 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/4126090969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:50 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/755048323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:50 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/4126090969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:50 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/755048323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:51.236 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:51 smithi003 ceph-mon[96088]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:51 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/1593344967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62f31966-fb0b-4dea-a5de-4d7bb06c5df2"}]: dispatch 2023-10-08T02:58:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:51 smithi003 ceph-mon[96088]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62f31966-fb0b-4dea-a5de-4d7bb06c5df2"}]: dispatch 2023-10-08T02:58:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:51 smithi003 ceph-mon[96088]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62f31966-fb0b-4dea-a5de-4d7bb06c5df2"}]': finished 2023-10-08T02:58:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:51 smithi003 ceph-mon[96088]: osdmap e8: 3 total, 0 up, 3 in 2023-10-08T02:58:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:51.557 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:51 smithi094 ceph-mon[112176]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:51 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/1593344967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62f31966-fb0b-4dea-a5de-4d7bb06c5df2"}]: dispatch 2023-10-08T02:58:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:51 smithi094 ceph-mon[112176]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62f31966-fb0b-4dea-a5de-4d7bb06c5df2"}]: dispatch 2023-10-08T02:58:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:51 smithi094 ceph-mon[112176]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62f31966-fb0b-4dea-a5de-4d7bb06c5df2"}]': finished 2023-10-08T02:58:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:51 smithi094 ceph-mon[112176]: osdmap e8: 3 total, 0 up, 3 in 2023-10-08T02:58:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:53.332 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/601877965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3839329828' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed3f52f1-94e5-433d-81de-7e9530e7f5ed"}]: dispatch 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3839329828' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed3f52f1-94e5-433d-81de-7e9530e7f5ed"}]': finished 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: osdmap e9: 4 total, 0 up, 4 in 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:58:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/601877965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3839329828' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed3f52f1-94e5-433d-81de-7e9530e7f5ed"}]: dispatch 2023-10-08T02:58:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3839329828' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed3f52f1-94e5-433d-81de-7e9530e7f5ed"}]': finished 2023-10-08T02:58:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: osdmap e9: 4 total, 0 up, 4 in 2023-10-08T02:58:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:58:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:58:54.116 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1696733932,"num_remapped_pgs":0} 2023-10-08T02:58:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:54 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3877730304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:54 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3877730304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:55.117 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/705740081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/1244235012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b"}]: dispatch 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b"}]: dispatch 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b"}]': finished 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: osdmap e10: 5 total, 0 up, 5 in 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:58:55.456 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/705740081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/1244235012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b"}]: dispatch 2023-10-08T02:58:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b"}]: dispatch 2023-10-08T02:58:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b"}]': finished 2023-10-08T02:58:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: osdmap e10: 5 total, 0 up, 5 in 2023-10-08T02:58:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:58:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:58:57.061 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:58:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/3139242702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2916341721' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4246510a-e605-4109-8e90-5cd48f535bdc"}]: dispatch 2023-10-08T02:58:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2916341721' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4246510a-e605-4109-8e90-5cd48f535bdc"}]': finished 2023-10-08T02:58:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: osdmap e11: 6 total, 0 up, 6 in 2023-10-08T02:58:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:58:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:58:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:58:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:57 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/582287139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/3139242702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2916341721' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4246510a-e605-4109-8e90-5cd48f535bdc"}]: dispatch 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2916341721' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4246510a-e605-4109-8e90-5cd48f535bdc"}]': finished 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: osdmap e11: 6 total, 0 up, 6 in 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:58:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:57 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/582287139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:58:57.809 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1696733937,"num_remapped_pgs":0} 2023-10-08T02:58:58.810 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:58:59.131 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:58:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/681955517' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/4222589551' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "530fe63f-875c-4f61-81ca-6c18991afefc"}]: dispatch 2023-10-08T02:58:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "530fe63f-875c-4f61-81ca-6c18991afefc"}]: dispatch 2023-10-08T02:58:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "530fe63f-875c-4f61-81ca-6c18991afefc"}]': finished 2023-10-08T02:58:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: osdmap e12: 7 total, 0 up, 7 in 2023-10-08T02:58:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:58:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:58:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:58:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:58:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:58:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:58:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/681955517' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:58:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/4222589551' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "530fe63f-875c-4f61-81ca-6c18991afefc"}]: dispatch 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "530fe63f-875c-4f61-81ca-6c18991afefc"}]: dispatch 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "530fe63f-875c-4f61-81ca-6c18991afefc"}]': finished 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: osdmap e12: 7 total, 0 up, 7 in 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:58:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:58:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:00.325 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:00 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/3035242991' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:59:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:00 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/3035242991' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:59:00.730 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:01.332 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1696733938,"num_remapped_pgs":0} 2023-10-08T02:59:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:01 smithi003 ceph-mon[96088]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:01 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/1124673767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:01 smithi094 ceph-mon[112176]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:01 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/1124673767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:02.333 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/713537284' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abd0e775-7a48-499a-802d-f5cbf674a62e"}]: dispatch 2023-10-08T02:59:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/713537284' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "abd0e775-7a48-499a-802d-f5cbf674a62e"}]': finished 2023-10-08T02:59:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: osdmap e13: 8 total, 0 up, 8 in 2023-10-08T02:59:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:02.553 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/713537284' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abd0e775-7a48-499a-802d-f5cbf674a62e"}]: dispatch 2023-10-08T02:59:02.553 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/713537284' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "abd0e775-7a48-499a-802d-f5cbf674a62e"}]': finished 2023-10-08T02:59:02.553 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: osdmap e13: 8 total, 0 up, 8 in 2023-10-08T02:59:02.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:02.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:02.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:02.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:02.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:02.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:02.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:02.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:02.660 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:03.591 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:03 smithi094 ceph-mon[112176]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:03.591 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:03 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2367909463' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:59:03.669 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:03 smithi003 ceph-mon[96088]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:03.669 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:03 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2367909463' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T02:59:04.344 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:04.937 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":0} 2023-10-08T02:59:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:05 smithi094 ceph-mon[112176]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:05 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/618234433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:05 smithi003 ceph-mon[96088]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:05 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/618234433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:05.939 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:06.620 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T02:59:06.620 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T02:59:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:06.835 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:07.664 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:07 smithi003 ceph-mon[96088]: Deploying daemon osd.0 on smithi094 2023-10-08T02:59:07.665 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:07 smithi003 ceph-mon[96088]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:07 smithi094 ceph-mon[112176]: Deploying daemon osd.0 on smithi094 2023-10-08T02:59:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:07 smithi094 ceph-mon[112176]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:59:08.624 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:59:09.285 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:09 smithi094 ceph-mon[112176]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T02:59:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:09 smithi003 ceph-mon[96088]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T02:59:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:10.019 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":0} 2023-10-08T02:59:10.643 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:10 smithi003 ceph-mon[96088]: Deploying daemon osd.1 on smithi003 2023-10-08T02:59:10.644 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:10 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/941149837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:10 smithi094 ceph-mon[112176]: Deploying daemon osd.1 on smithi003 2023-10-08T02:59:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:10 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/941149837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:11.020 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:11.340 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:11.577 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:11 smithi094 ceph-mon[112176]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:11.577 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:11.577 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:11.577 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T02:59:11.577 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:11.577 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:11 smithi094 ceph-mon[112176]: Deploying daemon osd.2 on smithi094 2023-10-08T02:59:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:11 smithi003 ceph-mon[96088]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T02:59:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:11 smithi003 ceph-mon[96088]: Deploying daemon osd.2 on smithi094 2023-10-08T02:59:13.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:13 smithi003 ceph-mon[96088]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:13.578 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:13.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:13 smithi094 ceph-mon[112176]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:14.204 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":0} 2023-10-08T02:59:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:14 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/4256889377' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:14 smithi094 ceph-mon[112176]: from='osd.0 [v2:172.21.15.94:6800/3182087763,v1:172.21.15.94:6801/3182087763]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T02:59:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:14 smithi094 ceph-mon[112176]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T02:59:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:14 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/4256889377' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:14 smithi003 ceph-mon[96088]: from='osd.0 [v2:172.21.15.94:6800/3182087763,v1:172.21.15.94:6801/3182087763]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T02:59:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:14 smithi003 ceph-mon[96088]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T02:59:15.205 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='osd.0 [v2:172.21.15.94:6800/3182087763,v1:172.21.15.94:6801/3182087763]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: osdmap e14: 8 total, 0 up, 8 in 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:15.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:15.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:15.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:15.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:15.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T02:59:15.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:15.573 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T02:59:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='osd.0 [v2:172.21.15.94:6800/3182087763,v1:172.21.15.94:6801/3182087763]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: osdmap e14: 8 total, 0 up, 8 in 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T02:59:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:16.653 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: Deploying daemon osd.3 on smithi003 2023-10-08T02:59:16.653 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:16.653 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2023-10-08T02:59:16.653 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: osdmap e15: 8 total, 0 up, 8 in 2023-10-08T02:59:16.653 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:16.653 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:16.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: Deploying daemon osd.3 on smithi003 2023-10-08T02:59:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2023-10-08T02:59:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: osdmap e15: 8 total, 0 up, 8 in 2023-10-08T02:59:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:17.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: purged_snaps scrub starts 2023-10-08T02:59:17.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: purged_snaps scrub ok 2023-10-08T02:59:17.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: Deploying daemon osd.4 on smithi094 2023-10-08T02:59:17.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: osd.0 [v2:172.21.15.94:6800/3182087763,v1:172.21.15.94:6801/3182087763] boot 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: osdmap e16: 8 total, 1 up, 8 in 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:17.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: purged_snaps scrub starts 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: purged_snaps scrub ok 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: Deploying daemon osd.4 on smithi094 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: osd.0 [v2:172.21.15.94:6800/3182087763,v1:172.21.15.94:6801/3182087763] boot 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: osdmap e16: 8 total, 1 up, 8 in 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:17.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:17.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:18.057 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:18.577 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: osdmap e17: 8 total, 1 up, 8 in 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: pgmap v55: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-08T02:59:18.578 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:18 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/846051810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: osdmap e17: 8 total, 1 up, 8 in 2023-10-08T02:59:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: pgmap v55: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-08T02:59:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:18 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/846051810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:18.996 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1696733956,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":0} 2023-10-08T02:59:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:19 smithi094 ceph-mon[112176]: from='osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T02:59:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:19 smithi094 ceph-mon[112176]: from='osd.2 [v2:172.21.15.94:6808/4028933493,v1:172.21.15.94:6809/4028933493]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T02:59:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:19 smithi094 ceph-mon[112176]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T02:59:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:19 smithi003 ceph-mon[96088]: from='osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T02:59:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:19 smithi003 ceph-mon[96088]: from='osd.2 [v2:172.21.15.94:6808/4028933493,v1:172.21.15.94:6809/4028933493]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T02:59:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:19 smithi003 ceph-mon[96088]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T02:59:19.997 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:20.332 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T02:59:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T02:59:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='osd.2 [v2:172.21.15.94:6808/4028933493,v1:172.21.15.94:6809/4028933493]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: osdmap e18: 8 total, 1 up, 8 in 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:20 smithi094 ceph-mon[112176]: pgmap v57: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-08T02:59:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T02:59:20.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T02:59:20.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='osd.2 [v2:172.21.15.94:6808/4028933493,v1:172.21.15.94:6809/4028933493]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:20.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: osdmap e18: 8 total, 1 up, 8 in 2023-10-08T02:59:20.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:20.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:20.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:20.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:20.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:20.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:20.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:20.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:20.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:20.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:20 smithi003 ceph-mon[96088]: pgmap v57: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: osdmap e19: 8 total, 1 up, 8 in 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T02:59:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:21 smithi094 ceph-mon[112176]: Deploying daemon osd.6 on smithi094 2023-10-08T02:59:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-10-08T02:59:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2023-10-08T02:59:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: osdmap e19: 8 total, 1 up, 8 in 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T02:59:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:21.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:21 smithi003 ceph-mon[96088]: Deploying daemon osd.6 on smithi094 2023-10-08T02:59:22.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: purged_snaps scrub starts 2023-10-08T02:59:22.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: purged_snaps scrub ok 2023-10-08T02:59:22.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: purged_snaps scrub starts 2023-10-08T02:59:22.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: purged_snaps scrub ok 2023-10-08T02:59:22.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:22.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: osd.2 [v2:172.21.15.94:6808/4028933493,v1:172.21.15.94:6809/4028933493] boot 2023-10-08T02:59:22.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855] boot 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: osdmap e20: 8 total, 3 up, 8 in 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: pgmap v60: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-08T02:59:22.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T02:59:22.570 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: purged_snaps scrub starts 2023-10-08T02:59:22.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: purged_snaps scrub ok 2023-10-08T02:59:22.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: purged_snaps scrub starts 2023-10-08T02:59:22.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: purged_snaps scrub ok 2023-10-08T02:59:22.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:22.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: osd.2 [v2:172.21.15.94:6808/4028933493,v1:172.21.15.94:6809/4028933493] boot 2023-10-08T02:59:22.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: osd.1 [v2:172.21.15.3:6802/813466855,v1:172.21.15.3:6803/813466855] boot 2023-10-08T02:59:22.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: osdmap e20: 8 total, 3 up, 8 in 2023-10-08T02:59:22.571 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T02:59:22.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T02:59:22.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:22.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:22.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:22.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:22.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:22.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: pgmap v60: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-08T02:59:22.572 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T02:59:22.710 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:23.474 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1696733961,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":0} 2023-10-08T02:59:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T02:59:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: osdmap e21: 8 total, 3 up, 8 in 2023-10-08T02:59:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T02:59:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T02:59:23.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:23.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: Deploying daemon osd.5 on smithi003 2023-10-08T02:59:23.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:59:23.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:23 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2729882528' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:23.822 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T02:59:23.822 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: osdmap e21: 8 total, 3 up, 8 in 2023-10-08T02:59:23.822 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:23.822 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:23.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:23.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:23.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:23.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T02:59:23.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:23.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:23.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T02:59:23.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:23.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: Deploying daemon osd.5 on smithi003 2023-10-08T02:59:23.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:59:23.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:23 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2729882528' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:24.476 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:24.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T02:59:24.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: osdmap e22: 8 total, 3 up, 8 in 2023-10-08T02:59:24.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:24.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:24.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:24.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:24.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:24.619 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: pgmap v63: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-08T02:59:24.619 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: from='osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T02:59:24.619 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:24.696 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T02:59:24.696 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: osdmap e22: 8 total, 3 up, 8 in 2023-10-08T02:59:24.696 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:24.696 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:24.696 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:24.697 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:24.697 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:24.697 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: pgmap v63: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-08T02:59:24.697 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: from='osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T02:59:24.697 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:24.951 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:25.707 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: from='osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T02:59:25.708 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: osdmap e23: 8 total, 3 up, 8 in 2023-10-08T02:59:25.708 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: mgrmap e19: smithi003.uujbgg(active, since 106s), standbys: smithi094.yuqaan 2023-10-08T02:59:25.708 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: from='osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:25.708 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:25.708 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:25.708 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:25.708 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:25.709 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:25.709 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: from='osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: osdmap e23: 8 total, 3 up, 8 in 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: mgrmap e19: smithi003.uujbgg(active, since 106s), standbys: smithi094.yuqaan 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: from='osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:26.583 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: osdmap e24: 8 total, 3 up, 8 in 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='osd.3 [v2:172.21.15.3:6810/4074349724,v1:172.21.15.3:6811/4074349724]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:26.584 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: osdmap e24: 8 total, 3 up, 8 in 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='osd.3 [v2:172.21.15.3:6810/4074349724,v1:172.21.15.3:6811/4074349724]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T02:59:26.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T02:59:26.695 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:26.695 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:27.236 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:27.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 sudo[143608]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T02:59:27.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 sudo[143608]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T02:59:27.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 sudo[143608]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T02:59:27.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 sudo[143608]: pam_unix(sudo:session): session closed for user root 2023-10-08T02:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 sudo[143677]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T02:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 sudo[143677]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T02:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 sudo[143677]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T02:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 sudo[143677]: pam_unix(sudo:session): session closed for user root 2023-10-08T02:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: purged_snaps scrub starts 2023-10-08T02:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: purged_snaps scrub ok 2023-10-08T02:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823] boot 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: osdmap e25: 8 total, 4 up, 8 in 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='osd.3 [v2:172.21.15.3:6810/4074349724,v1:172.21.15.3:6811/4074349724]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:27.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:27.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:27 smithi003 ceph-mon[96088]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T02:59:28.117 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: purged_snaps scrub starts 2023-10-08T02:59:28.117 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: purged_snaps scrub ok 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: osd.4 [v2:172.21.15.94:6816/1117545823,v1:172.21.15.94:6817/1117545823] boot 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: osdmap e25: 8 total, 4 up, 8 in 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='osd.3 [v2:172.21.15.3:6810/4074349724,v1:172.21.15.3:6811/4074349724]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:28.118 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:28.119 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:28.119 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:28.119 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:27 smithi094 ceph-mon[112176]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T02:59:28.493 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1696733966,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":0} 2023-10-08T02:59:29.228 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: purged_snaps scrub starts 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: purged_snaps scrub ok 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3405608761' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: osdmap e26: 8 total, 4 up, 8 in 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:29.229 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:29.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:29.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:29.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:29.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:29.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: purged_snaps scrub starts 2023-10-08T02:59:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: purged_snaps scrub ok 2023-10-08T02:59:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3405608761' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: osdmap e26: 8 total, 4 up, 8 in 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:29.494 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:30.127 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: osd.3 [v2:172.21.15.3:6810/4074349724,v1:172.21.15.3:6811/4074349724] boot 2023-10-08T02:59:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: osdmap e27: 8 total, 5 up, 8 in 2023-10-08T02:59:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='osd.6 [v2:172.21.15.94:6824/972131861,v1:172.21.15.94:6825/972131861]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T02:59:30.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T02:59:30.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:30.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:30.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T02:59:30.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:30.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:29 smithi003 ceph-mon[96088]: Deploying daemon osd.7 on smithi003 2023-10-08T02:59:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: osd.3 [v2:172.21.15.3:6810/4074349724,v1:172.21.15.3:6811/4074349724] boot 2023-10-08T02:59:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: osdmap e27: 8 total, 5 up, 8 in 2023-10-08T02:59:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T02:59:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='osd.6 [v2:172.21.15.94:6824/972131861,v1:172.21.15.94:6825/972131861]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T02:59:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T02:59:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T02:59:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:30.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:29 smithi094 ceph-mon[112176]: Deploying daemon osd.7 on smithi003 2023-10-08T02:59:31.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:30 smithi003 ceph-mon[96088]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2023-10-08T02:59:31.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:30 smithi003 ceph-mon[96088]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T02:59:31.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:30 smithi003 ceph-mon[96088]: osdmap e28: 8 total, 5 up, 8 in 2023-10-08T02:59:31.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:30 smithi003 ceph-mon[96088]: from='osd.6 [v2:172.21.15.94:6824/972131861,v1:172.21.15.94:6825/972131861]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:31.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:31.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:31.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:31.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:30 smithi003 ceph-mon[96088]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:31.228 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:30 smithi094 ceph-mon[112176]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2023-10-08T02:59:31.228 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:30 smithi094 ceph-mon[112176]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T02:59:31.228 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:30 smithi094 ceph-mon[112176]: osdmap e28: 8 total, 5 up, 8 in 2023-10-08T02:59:31.228 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:30 smithi094 ceph-mon[112176]: from='osd.6 [v2:172.21.15.94:6824/972131861,v1:172.21.15.94:6825/972131861]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:31.228 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:31.229 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:31.229 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:31.229 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:30 smithi094 ceph-mon[112176]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2023-10-08T02:59:31.480 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 sudo[127840]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T02:59:31.480 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 sudo[127840]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T02:59:31.480 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 sudo[127840]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T02:59:31.480 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 sudo[127840]: pam_unix(sudo:session): session closed for user root 2023-10-08T02:59:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 sudo[127843]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T02:59:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 sudo[127843]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T02:59:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 sudo[127843]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T02:59:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 sudo[127843]: pam_unix(sudo:session): session closed for user root 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: osdmap e29: 8 total, 5 up, 8 in 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T02:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:59:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:59:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T02:59:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2023-10-08T02:59:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: osdmap e29: 8 total, 5 up, 8 in 2023-10-08T02:59:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:32.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T02:59:32.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-10-08T02:59:32.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mon metadata", "id": "smithi094"}]: dispatch 2023-10-08T02:59:32.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T02:59:32.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:33.065 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: purged_snaps scrub starts 2023-10-08T02:59:33.065 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: purged_snaps scrub ok 2023-10-08T02:59:33.065 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-08T02:59:33.066 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: osd.6 [v2:172.21.15.94:6824/972131861,v1:172.21.15.94:6825/972131861] boot 2023-10-08T02:59:33.066 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: osdmap e30: 8 total, 6 up, 8 in 2023-10-08T02:59:33.066 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:33.066 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:33.066 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:33.066 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:32 smithi003 ceph-mon[96088]: from='osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T02:59:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: purged_snaps scrub starts 2023-10-08T02:59:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: purged_snaps scrub ok 2023-10-08T02:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-08T02:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: osd.6 [v2:172.21.15.94:6824/972131861,v1:172.21.15.94:6825/972131861] boot 2023-10-08T02:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: osdmap e30: 8 total, 6 up, 8 in 2023-10-08T02:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T02:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:32 smithi094 ceph-mon[112176]: from='osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T02:59:33.445 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:33 smithi003 ceph-mon[96088]: from='osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T02:59:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:33 smithi003 ceph-mon[96088]: osdmap e31: 8 total, 6 up, 8 in 2023-10-08T02:59:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:33 smithi003 ceph-mon[96088]: from='osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:33 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/381820809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:33 smithi094 ceph-mon[112176]: from='osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T02:59:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:33 smithi094 ceph-mon[112176]: osdmap e31: 8 total, 6 up, 8 in 2023-10-08T02:59:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:33 smithi094 ceph-mon[112176]: from='osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:33 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/381820809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:34.574 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1696733971,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":0} 2023-10-08T02:59:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:34 smithi094 ceph-mon[112176]: pgmap v77: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-08T02:59:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:34 smithi094 ceph-mon[112176]: from='osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-10-08T02:59:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:34 smithi094 ceph-mon[112176]: osdmap e32: 8 total, 6 up, 8 in 2023-10-08T02:59:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:34 smithi003 ceph-mon[96088]: pgmap v77: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-08T02:59:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:34 smithi003 ceph-mon[96088]: from='osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-10-08T02:59:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:34 smithi003 ceph-mon[96088]: osdmap e32: 8 total, 6 up, 8 in 2023-10-08T02:59:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:35.575 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:35.931 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: purged_snaps scrub starts 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: purged_snaps scrub ok 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124] boot 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: osdmap e33: 8 total, 7 up, 8 in 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:36.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: purged_snaps scrub starts 2023-10-08T02:59:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: purged_snaps scrub ok 2023-10-08T02:59:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: osd.5 [v2:172.21.15.3:6818/2464204124,v1:172.21.15.3:6819/2464204124] boot 2023-10-08T02:59:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: osdmap e33: 8 total, 7 up, 8 in 2023-10-08T02:59:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T02:59:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:36.998 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:36 smithi003 ceph-mon[96088]: pgmap v80: 1 pgs: 1 peering; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-08T02:59:36.999 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:36 smithi003 ceph-mon[96088]: osdmap e34: 8 total, 7 up, 8 in 2023-10-08T02:59:36.999 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:36 smithi094 ceph-mon[112176]: pgmap v80: 1 pgs: 1 peering; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-08T02:59:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:36 smithi094 ceph-mon[112176]: osdmap e34: 8 total, 7 up, 8 in 2023-10-08T02:59:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:38.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:59:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:59:38.241 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:38.864 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1696733974,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":0} 2023-10-08T02:59:39.328 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:39 smithi003 ceph-mon[96088]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-08T02:59:39.328 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:39 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/1441687167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:39.328 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:39 smithi003 ceph-mon[96088]: from='osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T02:59:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:39 smithi094 ceph-mon[112176]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-08T02:59:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:39 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/1441687167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:39 smithi094 ceph-mon[112176]: from='osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T02:59:39.865 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T02:59:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: from='osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T02:59:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: osdmap e35: 8 total, 7 up, 8 in 2023-10-08T02:59:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: from='osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: from='osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-10-08T02:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: osdmap e36: 8 total, 7 up, 8 in 2023-10-08T02:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: from='osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T02:59:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: osdmap e35: 8 total, 7 up, 8 in 2023-10-08T02:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: from='osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-10-08T02:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T02:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: from='osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-10-08T02:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: osdmap e36: 8 total, 7 up, 8 in 2023-10-08T02:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:40.445 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:41 smithi094 ceph-mon[112176]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-08T02:59:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:41 smithi094 ceph-mon[112176]: osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525] boot 2023-10-08T02:59:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:41 smithi094 ceph-mon[112176]: osdmap e37: 8 total, 8 up, 8 in 2023-10-08T02:59:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:41 smithi003 ceph-mon[96088]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-08T02:59:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:41 smithi003 ceph-mon[96088]: osd.7 [v2:172.21.15.3:6826/3123268525,v1:172.21.15.3:6827/3123268525] boot 2023-10-08T02:59:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:41 smithi003 ceph-mon[96088]: osdmap e37: 8 total, 8 up, 8 in 2023-10-08T02:59:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T02:59:42.281 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:42 smithi094 ceph-mon[112176]: purged_snaps scrub starts 2023-10-08T02:59:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:42 smithi094 ceph-mon[112176]: purged_snaps scrub ok 2023-10-08T02:59:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:42 smithi094 ceph-mon[112176]: osdmap e38: 8 total, 8 up, 8 in 2023-10-08T02:59:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:42 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/924714437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:42 smithi003 ceph-mon[96088]: purged_snaps scrub starts 2023-10-08T02:59:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:42 smithi003 ceph-mon[96088]: purged_snaps scrub ok 2023-10-08T02:59:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:42 smithi003 ceph-mon[96088]: osdmap e38: 8 total, 8 up, 8 in 2023-10-08T02:59:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:42 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/924714437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T02:59:43.100 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1696733981,"num_in_osds":8,"osd_in_since":1696733941,"num_remapped_pgs":1} 2023-10-08T02:59:43.101 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T02:59:43.433 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:43 smithi094 ceph-mon[112176]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T02:59:43.434 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:43 smithi094 ceph-mon[112176]: osdmap e39: 8 total, 8 up, 8 in 2023-10-08T02:59:43.678 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:43 smithi003 ceph-mon[96088]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T02:59:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:43 smithi003 ceph-mon[96088]: osdmap e39: 8 total, 8 up, 8 in 2023-10-08T02:59:45.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:45 smithi003 ceph-mon[96088]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T02:59:45.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:45 smithi003 ceph-mon[96088]: osdmap e40: 8 total, 8 up, 8 in 2023-10-08T02:59:45.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:45.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:45 smithi094 ceph-mon[112176]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T02:59:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:45 smithi094 ceph-mon[112176]: osdmap e40: 8 total, 8 up, 8 in 2023-10-08T02:59:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:45.612 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:45.612 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":41,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","created":"2023-10-08T02:55:12.957489+0000","modified":"2023-10-08T02:59:45.015370+0000","last_up_change":"2023-10-08T02:59:41.010159+0000","last_in_change":"2023-10-08T02:59:01.246213+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-08T02:59:22.181170+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":"013426e0-41b9-49e7-8546-953ed0237283","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6801","nonce":3182087763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6803","nonce":3182087763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6807","nonce":3182087763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6805","nonce":3182087763}]},"public_addr":"172.21.15.94:6801/3182087763","cluster_addr":"172.21.15.94:6803/3182087763","heartbeat_back_addr":"172.21.15.94:6807/3182087763","heartbeat_front_addr":"172.21.15.94:6805/3182087763","state":["exists","up"]},{"osd":1,"uuid":"888cecfb-6908-498b-8aee-f962cc07c5a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6803","nonce":813466855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6805","nonce":813466855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6809","nonce":813466855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6807","nonce":813466855}]},"public_addr":"172.21.15.3:6803/813466855","cluster_addr":"172.21.15.3:6805/813466855","heartbeat_back_addr":"172.21.15.3:6809/813466855","heartbeat_front_addr":"172.21.15.3:6807/813466855","state":["exists","up"]},{"osd":2,"uuid":"62f31966-fb0b-4dea-a5de-4d7bb06c5df2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6809","nonce":4028933493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6811","nonce":4028933493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6815","nonce":4028933493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6813","nonce":4028933493}]},"public_addr":"172.21.15.94:6809/4028933493","cluster_addr":"172.21.15.94:6811/4028933493","heartbeat_back_addr":"172.21.15.94:6815/4028933493","heartbeat_front_addr":"172.21.15.94:6813/4028933493","state":["exists","up"]},{"osd":3,"uuid":"ed3f52f1-94e5-433d-81de-7e9530e7f5ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6810","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6811","nonce":4074349724}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6813","nonce":4074349724}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6817","nonce":4074349724}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6815","nonce":4074349724}]},"public_addr":"172.21.15.3:6811/4074349724","cluster_addr":"172.21.15.3:6813/4074349724","heartbeat_back_addr":"172.21.15.3:6817/4074349724","heartbeat_front_addr":"172.21.15.3:6815/4074349724","state":["exists","up"]},{"osd":4,"uuid":"c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b","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.94:6816","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6817","nonce":1117545823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6818","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6819","nonce":1117545823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6822","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6823","nonce":1117545823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6820","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6821","nonce":1117545823}]},"public_addr":"172.21.15.94:6817/1117545823","cluster_addr":"172.21.15.94:6819/1117545823","heartbeat_back_addr":"172.21.15.94:6823/1117545823","heartbeat_front_addr":"172.21.15.94:6821/1117545823","state":["exists","up"]},{"osd":5,"uuid":"4246510a-e605-4109-8e90-5cd48f535bdc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6819","nonce":2464204124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6821","nonce":2464204124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6825","nonce":2464204124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6823","nonce":2464204124}]},"public_addr":"172.21.15.3:6819/2464204124","cluster_addr":"172.21.15.3:6821/2464204124","heartbeat_back_addr":"172.21.15.3:6825/2464204124","heartbeat_front_addr":"172.21.15.3:6823/2464204124","state":["exists","up"]},{"osd":6,"uuid":"530fe63f-875c-4f61-81ca-6c18991afefc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6824","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6825","nonce":972131861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6826","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6827","nonce":972131861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6830","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6831","nonce":972131861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6828","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6829","nonce":972131861}]},"public_addr":"172.21.15.94:6825/972131861","cluster_addr":"172.21.15.94:6827/972131861","heartbeat_back_addr":"172.21.15.94:6831/972131861","heartbeat_front_addr":"172.21.15.94:6829/972131861","state":["exists","up"]},{"osd":7,"uuid":"abd0e775-7a48-499a-802d-f5cbf674a62e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6827","nonce":3123268525}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6829","nonce":3123268525}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6833","nonce":3123268525}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6831","nonce":3123268525}]},"public_addr":"172.21.15.3:6827/3123268525","cluster_addr":"172.21.15.3:6829/3123268525","heartbeat_back_addr":"172.21.15.3:6833/3123268525","heartbeat_front_addr":"172.21.15.3:6831/3123268525","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-08T02:59:14.644580+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-08T02:59:19.393492+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-08T02:59:19.592380+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-08T02:59:26.746561+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-08T02:59:24.871608+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-08T02:59:33.461787+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-08T02:59:30.038016+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-08T02:59:39.903011+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:6801/2434826175":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/1604689199":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/4262195043":"2023-10-09T02:56:19.092766+0000","172.21.15.3:6801/2239379230":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/1012450412":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/3997660656":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/96698716":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/3535933108":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2351550247":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2757774521":"2023-10-09T02:55:42.016812+0000","172.21.15.3:6801/2025103833":"2023-10-09T02:55:42.016812+0000","172.21.15.3:6800/2434826175":"2023-10-09T02:57:37.631781+0000","172.21.15.3:6800/2025103833":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2246082747":"2023-10-09T02:57:37.631781+0000","172.21.15.3:6800/2239379230":"2023-10-09T02:56:19.092766+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-08T02:59:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: osdmap e41: 8 total, 8 up, 8 in 2023-10-08T02:59:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:46 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/14114902' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T02:59:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: osdmap e41: 8 total, 8 up, 8 in 2023-10-08T02:59:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:46 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/14114902' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T02:59:46.615 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-08T02:59:22.181170+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-08T02:59:46.615 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-08T02:59:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:47 smithi003 ceph-mon[96088]: Detected new or changed devices on smithi094 2023-10-08T02:59:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:47 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi094 to 3748M 2023-10-08T02:59:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:47 smithi003 ceph-mon[96088]: pgmap v93: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T02:59:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:47 smithi094 ceph-mon[112176]: Detected new or changed devices on smithi094 2023-10-08T02:59:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:47 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi094 to 3748M 2023-10-08T02:59:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:47 smithi094 ceph-mon[112176]: pgmap v93: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T02:59:47.556 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:49.406 INFO:teuthology.orchestra.run.smithi003.stdout:pg_num: 1 2023-10-08T02:59:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:49 smithi094 ceph-mon[112176]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-10-08T02:59:49.429 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:49 smithi003 ceph-mon[96088]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-10-08T02:59:50.237 INFO:tasks.cephadm:Setting up client nodes... 2023-10-08T02:59:50.237 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T02:59:50.265 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:50 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2599554714' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T02:59:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:50 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2599554714' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T02:59:50.584 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:51.173 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s, 0 objects/s recovering 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:51.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T02:59:51.175 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:51.175 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T02:59:51.175 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T02:59:51.175 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:51.175 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T02:59:51.175 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s, 0 objects/s recovering 2023-10-08T02:59:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T02:59:51.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T02:59:52.124 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:52 smithi094 ceph-mon[112176]: Detected new or changed devices on smithi003 2023-10-08T02:59:52.124 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:52 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 2981M 2023-10-08T02:59:52.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:52 smithi003 ceph-mon[96088]: Detected new or changed devices on smithi003 2023-10-08T02:59:52.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:52 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 2981M 2023-10-08T02:59:52.523 INFO:teuthology.orchestra.run.smithi003.stdout:[client.0] 2023-10-08T02:59:52.523 INFO:teuthology.orchestra.run.smithi003.stdout: key = AQAoGyJlO+McHxAAP2Qwoq1jOGqVez0BgDxUUA== 2023-10-08T02:59:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:53 smithi003 ceph-mon[96088]: pgmap v96: 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-08T02:59:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:53 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/4064147082' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T02:59:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:53 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/4064147082' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T02:59:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:59:53.269 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-08T02:59:53.269 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-08T02:59:53.269 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-08T02:59:53.280 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:53 smithi094 ceph-mon[112176]: pgmap v96: 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-08T02:59:53.280 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:53 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/4064147082' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T02:59:53.280 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:53 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/4064147082' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T02:59:53.280 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T02:59:53.352 DEBUG:teuthology.orchestra.run.smithi094:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T02:59:53.734 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi094/config 2023-10-08T02:59:55.313 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:55 smithi094 ceph-mon[112176]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-10-08T02:59:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:55 smithi003 ceph-mon[96088]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-10-08T02:59:55.841 INFO:teuthology.orchestra.run.smithi094.stdout:[client.1] 2023-10-08T02:59:55.841 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQArGyJlwKf0MRAAgIJNp+5k2ypwjsTmIIv9uQ== 2023-10-08T02:59:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:56 smithi003 ceph-mon[96088]: from='client.? 172.21.15.94:0/3380671266' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T02:59:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:56 smithi003 ceph-mon[96088]: 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-08T02:59:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:56 smithi003 ceph-mon[96088]: 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-08T02:59:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:56 smithi094 ceph-mon[112176]: from='client.? 172.21.15.94:0/3380671266' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T02:59:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:56 smithi094 ceph-mon[112176]: 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-08T02:59:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:56 smithi094 ceph-mon[112176]: 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-08T02:59:56.579 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-10-08T02:59:56.580 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-08T02:59:56.580 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-08T02:59:56.621 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-08T02:59:56.622 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-08T02:59:56.622 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-08T02:59:57.016 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T02:59:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:57 smithi094 ceph-mon[112176]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-10-08T02:59:57.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:57 smithi003 ceph-mon[96088]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-10-08T02:59:59.017 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T02:59:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:59 smithi003 ceph-mon[96088]: pgmap v99: 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-08T02:59:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 02:59:59 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2705467540' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T02:59:59.306 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:59 smithi094 ceph-mon[112176]: pgmap v99: 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-08T02:59:59.307 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 02:59:59 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2705467540' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T03:00:00.054 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":19,"active_gid":14219,"active_name":"smithi003.uujbgg","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6800","nonce":3673328808},{"type":"v1","addr":"172.21.15.3:6801","nonce":3673328808}]},"active_addr":"172.21.15.3:6801/3673328808","active_change":"2023-10-08T02:57:37.631903+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14240,"name":"smithi094.yuqaan","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.3:8443/","prometheus":"http://172.21.15.3: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.3:0","nonce":823637147}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":489947174}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":2415637643}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":3404178481}]}]} 2023-10-08T03:00:00.058 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-08T03:00:00.058 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-08T03:00:00.058 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T03:00:00.436 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:01.086 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:00 smithi003 ceph-mon[96088]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:01.086 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:01.086 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:01.087 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T03:00:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:00 smithi094 ceph-mon[112176]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T03:00:02.679 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:00:02.679 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":41,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","created":"2023-10-08T02:55:12.957489+0000","modified":"2023-10-08T02:59:45.015370+0000","last_up_change":"2023-10-08T02:59:41.010159+0000","last_in_change":"2023-10-08T02:59:01.246213+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-08T02:59:22.181170+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":"013426e0-41b9-49e7-8546-953ed0237283","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6801","nonce":3182087763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6803","nonce":3182087763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6807","nonce":3182087763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6805","nonce":3182087763}]},"public_addr":"172.21.15.94:6801/3182087763","cluster_addr":"172.21.15.94:6803/3182087763","heartbeat_back_addr":"172.21.15.94:6807/3182087763","heartbeat_front_addr":"172.21.15.94:6805/3182087763","state":["exists","up"]},{"osd":1,"uuid":"888cecfb-6908-498b-8aee-f962cc07c5a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6803","nonce":813466855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6805","nonce":813466855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6809","nonce":813466855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6807","nonce":813466855}]},"public_addr":"172.21.15.3:6803/813466855","cluster_addr":"172.21.15.3:6805/813466855","heartbeat_back_addr":"172.21.15.3:6809/813466855","heartbeat_front_addr":"172.21.15.3:6807/813466855","state":["exists","up"]},{"osd":2,"uuid":"62f31966-fb0b-4dea-a5de-4d7bb06c5df2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6809","nonce":4028933493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6811","nonce":4028933493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6815","nonce":4028933493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6813","nonce":4028933493}]},"public_addr":"172.21.15.94:6809/4028933493","cluster_addr":"172.21.15.94:6811/4028933493","heartbeat_back_addr":"172.21.15.94:6815/4028933493","heartbeat_front_addr":"172.21.15.94:6813/4028933493","state":["exists","up"]},{"osd":3,"uuid":"ed3f52f1-94e5-433d-81de-7e9530e7f5ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6810","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6811","nonce":4074349724}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6813","nonce":4074349724}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6817","nonce":4074349724}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6815","nonce":4074349724}]},"public_addr":"172.21.15.3:6811/4074349724","cluster_addr":"172.21.15.3:6813/4074349724","heartbeat_back_addr":"172.21.15.3:6817/4074349724","heartbeat_front_addr":"172.21.15.3:6815/4074349724","state":["exists","up"]},{"osd":4,"uuid":"c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b","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.94:6816","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6817","nonce":1117545823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6818","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6819","nonce":1117545823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6822","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6823","nonce":1117545823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6820","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6821","nonce":1117545823}]},"public_addr":"172.21.15.94:6817/1117545823","cluster_addr":"172.21.15.94:6819/1117545823","heartbeat_back_addr":"172.21.15.94:6823/1117545823","heartbeat_front_addr":"172.21.15.94:6821/1117545823","state":["exists","up"]},{"osd":5,"uuid":"4246510a-e605-4109-8e90-5cd48f535bdc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6819","nonce":2464204124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6821","nonce":2464204124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6825","nonce":2464204124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6823","nonce":2464204124}]},"public_addr":"172.21.15.3:6819/2464204124","cluster_addr":"172.21.15.3:6821/2464204124","heartbeat_back_addr":"172.21.15.3:6825/2464204124","heartbeat_front_addr":"172.21.15.3:6823/2464204124","state":["exists","up"]},{"osd":6,"uuid":"530fe63f-875c-4f61-81ca-6c18991afefc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6824","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6825","nonce":972131861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6826","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6827","nonce":972131861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6830","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6831","nonce":972131861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6828","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6829","nonce":972131861}]},"public_addr":"172.21.15.94:6825/972131861","cluster_addr":"172.21.15.94:6827/972131861","heartbeat_back_addr":"172.21.15.94:6831/972131861","heartbeat_front_addr":"172.21.15.94:6829/972131861","state":["exists","up"]},{"osd":7,"uuid":"abd0e775-7a48-499a-802d-f5cbf674a62e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6827","nonce":3123268525}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6829","nonce":3123268525}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6833","nonce":3123268525}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6831","nonce":3123268525}]},"public_addr":"172.21.15.3:6827/3123268525","cluster_addr":"172.21.15.3:6829/3123268525","heartbeat_back_addr":"172.21.15.3:6833/3123268525","heartbeat_front_addr":"172.21.15.3:6831/3123268525","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-08T02:59:14.644580+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-08T02:59:19.393492+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-08T02:59:19.592380+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-08T02:59:26.746561+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-08T02:59:24.871608+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-08T02:59:33.461787+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-08T02:59:30.038016+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-08T02:59:39.903011+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:6801/2434826175":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/1604689199":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/4262195043":"2023-10-09T02:56:19.092766+0000","172.21.15.3:6801/2239379230":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/1012450412":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/3997660656":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/96698716":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/3535933108":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2351550247":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2757774521":"2023-10-09T02:55:42.016812+0000","172.21.15.3:6801/2025103833":"2023-10-09T02:55:42.016812+0000","172.21.15.3:6800/2434826175":"2023-10-09T02:57:37.631781+0000","172.21.15.3:6800/2025103833":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2246082747":"2023-10-09T02:57:37.631781+0000","172.21.15.3:6800/2239379230":"2023-10-09T02:56:19.092766+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-08T03:00:03.359 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-08T03:00:03.359 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T03:00:03.387 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:03 smithi003 ceph-mon[96088]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:03.387 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:03.387 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:03.387 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:03 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3896082693' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:00:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:03 smithi094 ceph-mon[112176]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:03 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3896082693' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:00:03.687 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:05 smithi003 ceph-mon[96088]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:05.349 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:00:05.350 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":41,"fsid":"f74e5534-6585-11ee-8db5-212e2dc638e7","created":"2023-10-08T02:55:12.957489+0000","modified":"2023-10-08T02:59:45.015370+0000","last_up_change":"2023-10-08T02:59:41.010159+0000","last_in_change":"2023-10-08T02:59:01.246213+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-08T02:59:22.181170+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":"013426e0-41b9-49e7-8546-953ed0237283","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6801","nonce":3182087763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6803","nonce":3182087763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6807","nonce":3182087763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3182087763},{"type":"v1","addr":"172.21.15.94:6805","nonce":3182087763}]},"public_addr":"172.21.15.94:6801/3182087763","cluster_addr":"172.21.15.94:6803/3182087763","heartbeat_back_addr":"172.21.15.94:6807/3182087763","heartbeat_front_addr":"172.21.15.94:6805/3182087763","state":["exists","up"]},{"osd":1,"uuid":"888cecfb-6908-498b-8aee-f962cc07c5a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6803","nonce":813466855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6805","nonce":813466855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6809","nonce":813466855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":813466855},{"type":"v1","addr":"172.21.15.3:6807","nonce":813466855}]},"public_addr":"172.21.15.3:6803/813466855","cluster_addr":"172.21.15.3:6805/813466855","heartbeat_back_addr":"172.21.15.3:6809/813466855","heartbeat_front_addr":"172.21.15.3:6807/813466855","state":["exists","up"]},{"osd":2,"uuid":"62f31966-fb0b-4dea-a5de-4d7bb06c5df2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6809","nonce":4028933493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6811","nonce":4028933493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6815","nonce":4028933493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":4028933493},{"type":"v1","addr":"172.21.15.94:6813","nonce":4028933493}]},"public_addr":"172.21.15.94:6809/4028933493","cluster_addr":"172.21.15.94:6811/4028933493","heartbeat_back_addr":"172.21.15.94:6815/4028933493","heartbeat_front_addr":"172.21.15.94:6813/4028933493","state":["exists","up"]},{"osd":3,"uuid":"ed3f52f1-94e5-433d-81de-7e9530e7f5ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6810","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6811","nonce":4074349724}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6813","nonce":4074349724}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6817","nonce":4074349724}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":4074349724},{"type":"v1","addr":"172.21.15.3:6815","nonce":4074349724}]},"public_addr":"172.21.15.3:6811/4074349724","cluster_addr":"172.21.15.3:6813/4074349724","heartbeat_back_addr":"172.21.15.3:6817/4074349724","heartbeat_front_addr":"172.21.15.3:6815/4074349724","state":["exists","up"]},{"osd":4,"uuid":"c40ea04e-9ebb-43bf-91d5-b69ade5b6d8b","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.94:6816","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6817","nonce":1117545823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6818","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6819","nonce":1117545823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6822","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6823","nonce":1117545823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6820","nonce":1117545823},{"type":"v1","addr":"172.21.15.94:6821","nonce":1117545823}]},"public_addr":"172.21.15.94:6817/1117545823","cluster_addr":"172.21.15.94:6819/1117545823","heartbeat_back_addr":"172.21.15.94:6823/1117545823","heartbeat_front_addr":"172.21.15.94:6821/1117545823","state":["exists","up"]},{"osd":5,"uuid":"4246510a-e605-4109-8e90-5cd48f535bdc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6819","nonce":2464204124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6821","nonce":2464204124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6825","nonce":2464204124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":2464204124},{"type":"v1","addr":"172.21.15.3:6823","nonce":2464204124}]},"public_addr":"172.21.15.3:6819/2464204124","cluster_addr":"172.21.15.3:6821/2464204124","heartbeat_back_addr":"172.21.15.3:6825/2464204124","heartbeat_front_addr":"172.21.15.3:6823/2464204124","state":["exists","up"]},{"osd":6,"uuid":"530fe63f-875c-4f61-81ca-6c18991afefc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6824","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6825","nonce":972131861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6826","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6827","nonce":972131861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6830","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6831","nonce":972131861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6828","nonce":972131861},{"type":"v1","addr":"172.21.15.94:6829","nonce":972131861}]},"public_addr":"172.21.15.94:6825/972131861","cluster_addr":"172.21.15.94:6827/972131861","heartbeat_back_addr":"172.21.15.94:6831/972131861","heartbeat_front_addr":"172.21.15.94:6829/972131861","state":["exists","up"]},{"osd":7,"uuid":"abd0e775-7a48-499a-802d-f5cbf674a62e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6827","nonce":3123268525}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6829","nonce":3123268525}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6833","nonce":3123268525}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":3123268525},{"type":"v1","addr":"172.21.15.3:6831","nonce":3123268525}]},"public_addr":"172.21.15.3:6827/3123268525","cluster_addr":"172.21.15.3:6829/3123268525","heartbeat_back_addr":"172.21.15.3:6833/3123268525","heartbeat_front_addr":"172.21.15.3:6831/3123268525","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-08T02:59:14.644580+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-08T02:59:19.393492+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-08T02:59:19.592380+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-08T02:59:26.746561+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-08T02:59:24.871608+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-08T02:59:33.461787+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-08T02:59:30.038016+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-08T02:59:39.903011+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:6801/2434826175":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/1604689199":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/4262195043":"2023-10-09T02:56:19.092766+0000","172.21.15.3:6801/2239379230":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/1012450412":"2023-10-09T02:57:37.631781+0000","172.21.15.3:0/3997660656":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/96698716":"2023-10-09T02:56:19.092766+0000","172.21.15.3:0/3535933108":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2351550247":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2757774521":"2023-10-09T02:55:42.016812+0000","172.21.15.3:6801/2025103833":"2023-10-09T02:55:42.016812+0000","172.21.15.3:6800/2434826175":"2023-10-09T02:57:37.631781+0000","172.21.15.3:6800/2025103833":"2023-10-09T02:55:42.016812+0000","172.21.15.3:0/2246082747":"2023-10-09T02:57:37.631781+0000","172.21.15.3:6800/2239379230":"2023-10-09T02:56:19.092766+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-08T03:00:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:05 smithi094 ceph-mon[112176]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:05.971 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-08T03:00:05.971 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-08T03:00:05.972 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-08T03:00:05.972 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-08T03:00:05.972 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-08T03:00:05.973 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-08T03:00:05.973 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-08T03:00:05.974 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-08T03:00:06.240 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:06 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3724892452' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:00:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:06 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3724892452' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:00:07.396 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:07 smithi003 ceph-mon[96088]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:07.514 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:07 smithi094 ceph-mon[112176]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:07.858 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:08.003 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:00:08.339 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:00:08.767 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:09.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:09 smithi003 ceph-mon[96088]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:09.367 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:09.369 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:09 smithi094 ceph-mon[112176]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:11.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:11 smithi003 ceph-mon[96088]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:11 smithi094 ceph-mon[112176]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:12.442 INFO:teuthology.orchestra.run.smithi003.stdout:85899345933 2023-10-08T03:00:12.442 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-08T03:00:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:13 smithi003 ceph-mon[96088]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:13 smithi094 ceph-mon[112176]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:15 smithi003 ceph-mon[96088]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:15 smithi094 ceph-mon[112176]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:15.798 INFO:teuthology.orchestra.run.smithi003.stdout:158913789960 2023-10-08T03:00:15.798 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-08T03:00:16.076 INFO:teuthology.orchestra.run.smithi003.stdout:115964117004 2023-10-08T03:00:16.076 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-08T03:00:16.790 INFO:teuthology.orchestra.run.smithi003.stdout:128849018892 2023-10-08T03:00:16.790 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-08T03:00:16.973 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:17.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:17 smithi003 ceph-mon[96088]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:17 smithi094 ceph-mon[112176]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:18.562 INFO:teuthology.orchestra.run.smithi003.stdout:107374182413 2023-10-08T03:00:18.562 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-08T03:00:18.614 INFO:teuthology.orchestra.run.smithi003.stdout:68719476750 2023-10-08T03:00:18.614 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-08T03:00:19.064 INFO:teuthology.orchestra.run.smithi003.stdout:85899345934 2023-10-08T03:00:19.064 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-08T03:00:19.315 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:19 smithi003 ceph-mon[96088]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:19.316 INFO:teuthology.orchestra.run.smithi003.stdout:141733920780 2023-10-08T03:00:19.317 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-08T03:00:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:19 smithi094 ceph-mon[112176]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:20.086 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:20.086 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:20.094 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:20.596 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:20.596 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:20.695 INFO:teuthology.orchestra.run.smithi003.stdout:85899345935 2023-10-08T03:00:20.838 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:21.025 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:21 smithi003 ceph-mon[96088]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:21 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3136920579' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T03:00:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:21 smithi094 ceph-mon[112176]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:21 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3136920579' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T03:00:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:23 smithi003 ceph-mon[96088]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:00:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:23 smithi094 ceph-mon[112176]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:00:23.858 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345935 for osd.1 2023-10-08T03:00:23.858 DEBUG:teuthology.parallel:result is None 2023-10-08T03:00:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:25 smithi003 ceph-mon[96088]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:25.616 INFO:teuthology.orchestra.run.smithi003.stdout:68719476752 2023-10-08T03:00:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:25 smithi094 ceph-mon[112176]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:25.733 INFO:teuthology.orchestra.run.smithi003.stdout:107374182415 2023-10-08T03:00:26.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:26 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/1997384880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T03:00:26.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:26 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2838176720' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T03:00:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:26 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/1997384880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T03:00:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:26 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2838176720' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T03:00:26.799 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476750 got 68719476752 for osd.0 2023-10-08T03:00:26.800 DEBUG:teuthology.parallel:result is None 2023-10-08T03:00:26.899 INFO:teuthology.orchestra.run.smithi003.stdout:158913789962 2023-10-08T03:00:27.325 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:27 smithi003 ceph-mon[96088]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:27.326 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:27 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/1838423078' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T03:00:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:27 smithi094 ceph-mon[112176]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:27 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/1838423078' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T03:00:28.091 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789960 got 158913789962 for osd.7 2023-10-08T03:00:28.091 DEBUG:teuthology.parallel:result is None 2023-10-08T03:00:28.544 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182413 got 107374182415 for osd.4 2023-10-08T03:00:28.544 DEBUG:teuthology.parallel:result is None 2023-10-08T03:00:28.621 INFO:teuthology.orchestra.run.smithi003.stdout:128849018894 2023-10-08T03:00:28.711 INFO:teuthology.orchestra.run.smithi003.stdout:115964117007 2023-10-08T03:00:29.175 INFO:teuthology.orchestra.run.smithi003.stdout:141733920782 2023-10-08T03:00:29.330 INFO:teuthology.orchestra.run.smithi003.stdout:85899345937 2023-10-08T03:00:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:29 smithi003 ceph-mon[96088]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:29 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/2999464969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T03:00:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:29 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3891831098' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T03:00:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:29 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/1862740724' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T03:00:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:29 smithi094 ceph-mon[112176]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:29 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/2999464969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T03:00:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:29 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3891831098' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T03:00:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:29 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/1862740724' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T03:00:30.037 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117007 for osd.3 2023-10-08T03:00:30.038 DEBUG:teuthology.parallel:result is None 2023-10-08T03:00:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:30 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/3226247341' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T03:00:30.712 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:30 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/3226247341' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T03:00:30.713 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345937 for osd.2 2023-10-08T03:00:30.713 DEBUG:teuthology.parallel:result is None 2023-10-08T03:00:30.713 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018892 got 128849018894 for osd.6 2023-10-08T03:00:30.714 DEBUG:teuthology.parallel:result is None 2023-10-08T03:00:30.975 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920780 got 141733920782 for osd.5 2023-10-08T03:00:30.976 DEBUG:teuthology.parallel:result is None 2023-10-08T03:00:30.976 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-08T03:00:30.976 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T03:00:31.302 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:31 smithi003 ceph-mon[96088]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:31 smithi094 ceph-mon[112176]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:33.014 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:00:33.017 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2023-10-08T03:00:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:33 smithi003 ceph-mon[96088]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:33.633 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":116,"stamp":"2023-10-08T03:00:31.667244+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"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":221152,"kb_used_data":4968,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707296,"statfs":{"total":767926730752,"available":767700271104,"internally_reserved":0,"allocated":5087232,"data_stored":3114037,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":221236792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002226"},"pg_stats":[{"pgid":"1.0","version":"29'197","reported_seq":293,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-10-08T02:59:45.023358+0000","last_change":"2023-10-08T02:59:45.023093+0000","last_active":"2023-10-08T02:59:45.023358+0000","last_peered":"2023-10-08T02:59:45.023358+0000","last_clean":"2023-10-08T02:59:45.023358+0000","last_became_active":"2023-10-08T02:59:45.022746+0000","last_became_peered":"2023-10-08T02:59:45.022746+0000","last_unstale":"2023-10-08T02:59:45.023358+0000","last_undegraded":"2023-10-08T02:59:45.023358+0000","last_fullsized":"2023-10-08T02:59:45.023358+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T02:59:22.416192+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T02:59:22.416192+0000","last_clean_scrub_stamp":"2023-10-08T02:59:22.416192+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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-09T05:58:55.686690+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789964,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713056,"statfs":{"total":95990841344,"available":95962169344,"internally_reserved":0,"allocated":1003520,"data_stored":757945,"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.55100000000000005}]},{"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.41499999999999998}]},{"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.51300000000000001}]},{"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.39600000000000002}]},{"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.45800000000000002}]},{"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.35199999999999998}]},{"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.52600000000000002}]}]},{"osd":5,"up_from":33,"seq":141733920783,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":413696,"data_stored":167908,"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.38700000000000001}]},{"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.66100000000000003}]},{"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.42499999999999999}]},{"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.90200000000000002}]},{"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.50900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45300000000000001}]}]},{"osd":1,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":413696,"data_stored":167908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.57699999999999996}]},{"osd":2,"last update":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.626},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.496}]},{"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.36599999999999999}]},{"osd":4,"last update":"Sun Oct 8 03:00:27 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.66500000000000004}]},{"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.34399999999999997}]},{"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.63800000000000001}]},{"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.33000000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476753,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":984,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1007616,"data_stored":758276,"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":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.61199999999999999}]},{"osd":2,"last update":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.29399999999999998}]},{"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.63400000000000001}]},{"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.432}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66500000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]},{"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.72899999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":413696,"data_stored":167908,"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":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.38500000000000001}]},{"osd":1,"last update":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":1.113,"5min":1.113,"15min":1.113},"last":0.40699999999999997}]},{"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.51800000000000002}]},{"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.33000000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]}]},{"osd":4,"up_from":25,"seq":107374182416,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":413696,"data_stored":167908,"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.46100000000000002}]},{"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.436}]},{"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.625}]},{"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.65800000000000003}]},{"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.55100000000000005}]},{"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.56599999999999995}]},{"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.749}]}]},{"osd":3,"up_from":27,"seq":115964117008,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":984,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1007616,"data_stored":758276,"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":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.70799999999999996}]},{"osd":1,"last update":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"last":0.311},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.27800000000000002}]},{"osd":2,"last update":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.1120000000000001,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.64700000000000002}]},{"osd":4,"last update":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.63}]},{"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.36199999999999999}]},{"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.61399999999999999}]},{"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.44600000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018895,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":413696,"data_stored":167908,"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.38500000000000001}]},{"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.49099999999999999}]},{"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.47099999999999997}]},{"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.45800000000000002}]},{"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.36299999999999999}]},{"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.59299999999999997}]},{"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.57899999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-08T03:00:33.634 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T03:00:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:33 smithi094 ceph-mon[112176]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:33.959 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:34.616 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:34 smithi003 ceph-mon[96088]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:00:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:34 smithi094 ceph-mon[112176]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:00:35.268 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:35 smithi003 ceph-mon[96088]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:35 smithi094 ceph-mon[112176]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:35.677 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:00:35.679 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2023-10-08T03:00:36.217 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":118,"stamp":"2023-10-08T03:00:35.667989+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"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":221152,"kb_used_data":4968,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707296,"statfs":{"total":767926730752,"available":767700271104,"internally_reserved":0,"allocated":5087232,"data_stored":3114037,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":221236792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002287"},"pg_stats":[{"pgid":"1.0","version":"29'197","reported_seq":293,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-10-08T02:59:45.023358+0000","last_change":"2023-10-08T02:59:45.023093+0000","last_active":"2023-10-08T02:59:45.023358+0000","last_peered":"2023-10-08T02:59:45.023358+0000","last_clean":"2023-10-08T02:59:45.023358+0000","last_became_active":"2023-10-08T02:59:45.022746+0000","last_became_peered":"2023-10-08T02:59:45.022746+0000","last_unstale":"2023-10-08T02:59:45.023358+0000","last_undegraded":"2023-10-08T02:59:45.023358+0000","last_fullsized":"2023-10-08T02:59:45.023358+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T02:59:22.416192+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T02:59:22.416192+0000","last_clean_scrub_stamp":"2023-10-08T02:59:22.416192+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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-09T05:58:55.686690+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789964,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713056,"statfs":{"total":95990841344,"available":95962169344,"internally_reserved":0,"allocated":1003520,"data_stored":757945,"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.55100000000000005}]},{"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.41499999999999998}]},{"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.51300000000000001}]},{"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.39600000000000002}]},{"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.45800000000000002}]},{"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.35199999999999998}]},{"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.52600000000000002}]}]},{"osd":5,"up_from":33,"seq":141733920783,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":413696,"data_stored":167908,"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.38700000000000001}]},{"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.66100000000000003}]},{"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.42499999999999999}]},{"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.90200000000000002}]},{"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.50900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45300000000000001}]}]},{"osd":1,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":413696,"data_stored":167908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.57699999999999996}]},{"osd":2,"last update":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.626},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.496}]},{"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.36599999999999999}]},{"osd":4,"last update":"Sun Oct 8 03:00:27 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.66500000000000004}]},{"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.34399999999999997}]},{"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.63800000000000001}]},{"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.33000000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476754,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":984,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1007616,"data_stored":758276,"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":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.42999999999999999}]},{"osd":2,"last update":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.51700000000000002}]},{"osd":3,"last update":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.58799999999999997}]},{"osd":4,"last update":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.66800000000000004}]},{"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.629}]},{"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.65000000000000002}]},{"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.69799999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":413696,"data_stored":167908,"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":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.38700000000000001}]},{"osd":1,"last update":"Sun Oct 8 03:00:23 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":1.113,"5min":1.113,"15min":1.113},"last":0.67600000000000005}]},{"osd":3,"last update":"Sun Oct 8 03:00:32 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.53600000000000003}]},{"osd":4,"last update":"Sun Oct 8 03:00:27 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.62},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.65600000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64000000000000001}]},{"osd":6,"last update":"Sun Oct 8 03:00:32 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.72399999999999998}]},{"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.69199999999999995}]}]},{"osd":4,"up_from":25,"seq":107374182417,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":413696,"data_stored":167908,"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":"Sun Oct 8 03:00:28 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.504}]},{"osd":1,"last update":"Sun Oct 8 03:00:28 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.52900000000000003}]},{"osd":2,"last update":"Sun Oct 8 03:00:28 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.624},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.59799999999999998}]},{"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.67000000000000004}]},{"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.64500000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56699999999999995}]},{"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.76300000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117009,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":984,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1007616,"data_stored":758276,"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":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.48299999999999998}]},{"osd":1,"last update":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.26600000000000001}]},{"osd":2,"last update":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.443},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.1120000000000001,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.505}]},{"osd":4,"last update":"Sun Oct 8 03:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.432},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.41899999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35299999999999998}]},{"osd":6,"last update":"Sun Oct 8 03:00:34 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.47299999999999998}]},{"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.32200000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":413696,"data_stored":167908,"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.46899999999999997}]},{"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.52500000000000002}]},{"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.59799999999999998}]},{"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.57799999999999996}]},{"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.56100000000000005}]},{"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.69899999999999995}]},{"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.61599999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-08T03:00:36.218 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-08T03:00:36.218 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-08T03:00:36.218 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-08T03:00:36.218 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph health --format=json 2023-10-08T03:00:36.543 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:37 smithi003 ceph-mon[96088]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:37 smithi003 ceph-mon[96088]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:00:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:37 smithi094 ceph-mon[112176]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:37 smithi094 ceph-mon[112176]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:00:38.270 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:00:38.270 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-08T03:00:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:00:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:00:38.816 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-08T03:00:38.816 INFO:tasks.cephadm:Setup complete, yielding 2023-10-08T03:00:38.817 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T03:00:38.826 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T03:00:38.826 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-08T03:00:39.157 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:39.534 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:39 smithi003 ceph-mon[96088]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:39.534 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:39 smithi003 ceph-mon[96088]: from='client.? 172.21.15.3:0/4117484578' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T03:00:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:39 smithi094 ceph-mon[112176]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:39 smithi094 ceph-mon[112176]: from='client.? 172.21.15.3:0/4117484578' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T03:00:40.861 INFO:teuthology.orchestra.run.smithi003.stdout:Backend: cephadm 2023-10-08T03:00:40.861 INFO:teuthology.orchestra.run.smithi003.stdout:Available: Yes 2023-10-08T03:00:40.861 INFO:teuthology.orchestra.run.smithi003.stdout:Paused: No 2023-10-08T03:00:41.408 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-08T03:00:41.690 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:41 smithi094 ceph-mon[112176]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:41.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:41 smithi003 ceph-mon[96088]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:42.030 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:42 smithi003 ceph-mon[96088]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:42 smithi094 ceph-mon[112176]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:43.309 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:43 smithi003 ceph-mon[96088]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:43 smithi094 ceph-mon[112176]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:43.743 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (2m) 58s ago 3m 26.8M - 0.25.0 c8568f914cd2 d6b780ae0d68 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:ceph-exporter.smithi003 smithi003 running (4m) 58s ago 4m 7906k - 18.0.0-6609-g9725b08f d68377abd09f 56c16a4f47dc 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:ceph-exporter.smithi094 smithi094 running (2m) 62s ago 2m 8220k - 18.0.0-6609-g9725b08f d68377abd09f 4564a0667b44 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (4m) 58s ago 4m 7499k - 18.0.0-6609-g9725b08f d68377abd09f 80fcf4430b06 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi094 smithi094 running (2m) 62s ago 2m 7448k - 18.0.0-6609-g9725b08f d68377abd09f d9c49ef008c8 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (2m) 58s ago 3m 84.8M - 9.4.7 2c41d148cca3 ec63a77b3ee8 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.uujbgg smithi003 *:9283,8765,8443 running (5m) 58s ago 5m 501M - 18.0.0-6609-g9725b08f d68377abd09f 6313c79308b9 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi094.yuqaan smithi094 *:8443,9283,8765 running (2m) 62s ago 2m 447M - 18.0.0-6609-g9725b08f d68377abd09f 01bb3644467c 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (5m) 58s ago 5m 69.4M 2048M 18.0.0-6609-g9725b08f d68377abd09f 7161c4096da1 2023-10-08T03:00:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi094 smithi094 running (2m) 62s ago 2m 53.4M 2048M 18.0.0-6609-g9725b08f d68377abd09f a02e4b4ea963 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (3m) 58s ago 3m 18.0M - 1.5.0 0da6a335fe13 7e5a4471821e 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi094 smithi094 *:9100 running (2m) 62s ago 2m 17.0M - 1.5.0 0da6a335fe13 5df4944ca0af 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi094 running (93s) 62s ago 93s 48.8M 3748M 18.0.0-6609-g9725b08f d68377abd09f 5d5178c33a7a 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (88s) 58s ago 88s 52.9M 2981M 18.0.0-6609-g9725b08f d68377abd09f 402803dd9b6e 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi094 running (88s) 62s ago 88s 45.6M 3748M 18.0.0-6609-g9725b08f d68377abd09f 0cea16e08118 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (81s) 58s ago 81s 43.7M 2981M 18.0.0-6609-g9725b08f d68377abd09f 656bc5361117 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi094 running (83s) 62s ago 83s 34.1M 3748M 18.0.0-6609-g9725b08f d68377abd09f 429f94282b50 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi003 running (74s) 58s ago 74s 31.7M 2981M 18.0.0-6609-g9725b08f d68377abd09f 730b317e754f 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi094 running (78s) 62s ago 77s 32.5M 3748M 18.0.0-6609-g9725b08f d68377abd09f 49768293c3d3 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi003 running (68s) 58s ago 68s 30.7M 2981M 18.0.0-6609-g9725b08f d68377abd09f 19301fc20f51 2023-10-08T03:00:43.745 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (2m) 58s ago 3m 42.5M - 2.43.0 a07b618ecd1d c0d4ae6e1238 2023-10-08T03:00:44.314 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-08T03:00:44.679 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:45 smithi003 ceph-mon[96088]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:45 smithi003 ceph-mon[96088]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:45 smithi094 ceph-mon[112176]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:45 smithi094 ceph-mon[112176]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:46.315 INFO:teuthology.orchestra.run.smithi003.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager ?:9093,9094 1/1 61s ago 4m count:1 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:ceph-exporter 2/2 64s ago 4m * 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:crash 2/2 64s ago 4m * 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:grafana ?:3000 1/1 61s ago 4m count:1 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:mgr 2/2 64s ago 4m count:2 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:mon 2/2 64s ago 3m smithi003:172.21.15.3=smithi003;smithi094:172.21.15.94=smithi094;count:2 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter ?:9100 2/2 64s ago 4m * 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:osd.all-available-devices 8 64s ago 2m * 2023-10-08T03:00:46.316 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus ?:9095 1/1 61s ago 4m count:1 2023-10-08T03:00:46.890 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-08T03:00:47.215 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:47.631 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:47 smithi003 ceph-mon[96088]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:47.632 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:47 smithi003 ceph-mon[96088]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:47 smithi094 ceph-mon[112176]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:47 smithi094 ceph-mon[112176]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:48.897 INFO:teuthology.orchestra.run.smithi003.stdout:HOST ADDR LABELS STATUS 2023-10-08T03:00:48.898 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 172.21.15.3 2023-10-08T03:00:48.898 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 172.21.15.94 2023-10-08T03:00:48.898 INFO:teuthology.orchestra.run.smithi003.stdout:2 hosts in cluster 2023-10-08T03:00:49.448 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-08T03:00:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:49 smithi094 ceph-mon[112176]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:49 smithi003 ceph-mon[96088]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:49.774 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:50 smithi094 ceph-mon[112176]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:50.721 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:50 smithi003 ceph-mon[96088]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:51.428 INFO:teuthology.orchestra.run.smithi003.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-08T03:00:51.428 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009Z400BGN 372G No 60s ago Has a FileSystem, LVM detected 2023-10-08T03:00:51.429 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme1n1 ssd Linux_6f2ae9f2f20a881e2504 89.4G No 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:51.429 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme2n1 ssd Linux_f329c6378f3fb0aa6c20 89.4G No 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:51.429 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme3n1 ssd Linux_933237d42c0d750f87a6 89.4G No 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:51.429 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme4n1 ssd Linux_5f6e8e21a93f9d1057f6 89.4G No 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:51.429 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513001L480DGN 447G No 65s ago Has a FileSystem, LVM detected 2023-10-08T03:00:51.429 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme1n1 ssd Linux_adb4d7eddc9c8c98bdc2 89.4G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:51.429 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme2n1 ssd Linux_427ada1c6dbab8345a53 89.4G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:51.430 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme3n1 ssd Linux_8c418308da977c6f1900 89.4G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:51.430 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme4n1 ssd Linux_40e12ac4c142a94cc3b5 89.4G No 65s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:51.614 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:51 smithi003 ceph-mon[96088]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:51 smithi094 ceph-mon[112176]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:52.013 INFO:teuthology.run_tasks:Running task vip... 2023-10-08T03:00:52.023 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-08T03:00:52.023 INFO:tasks.vip:peername 172.21.15.3 2023-10-08T03:00:52.027 INFO:tasks.vip:172.21.15.3 in 172.21.0.0/20, pos 3842 2023-10-08T03:00:52.031 INFO:tasks.vip:smithi003.front.sepia.ceph.com static 10.0.15.3, vnet 10.0.0.0/16 2023-10-08T03:00:52.032 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-08T03:00:52.032 DEBUG:teuthology.orchestra.run.smithi003:> sudo ip route ls 2023-10-08T03:00:52.062 INFO:teuthology.orchestra.run.smithi003.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-10-08T03:00:52.062 INFO:teuthology.orchestra.run.smithi003.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 metric 100 2023-10-08T03:00:52.063 INFO:tasks.vip:Configuring 10.0.15.3 on smithi003.front.sepia.ceph.com iface ens1f0... 2023-10-08T03:00:52.064 DEBUG:teuthology.orchestra.run.smithi003:> sudo ip addr add 10.0.15.3/16 dev ens1f0 2023-10-08T03:00:52.132 INFO:tasks.vip:peername 172.21.15.94 2023-10-08T03:00:52.134 INFO:tasks.vip:172.21.15.94 in 172.21.0.0/20, pos 3933 2023-10-08T03:00:52.138 INFO:tasks.vip:smithi094.front.sepia.ceph.com static 10.0.15.94, vnet 10.0.0.0/16 2023-10-08T03:00:52.139 DEBUG:teuthology.orchestra.run.smithi094:> sudo ip route ls 2023-10-08T03:00:52.175 INFO:teuthology.orchestra.run.smithi094.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-08T03:00:52.175 INFO:teuthology.orchestra.run.smithi094.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.94 metric 100 2023-10-08T03:00:52.176 INFO:tasks.vip:Configuring 10.0.15.94 on smithi094.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T03:00:52.177 DEBUG:teuthology.orchestra.run.smithi094:> sudo ip addr add 10.0.15.94/16 dev enp3s0f1 2023-10-08T03:00:52.247 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T03:00:52.256 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T03:00:52.256 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-08T03:00:52.582 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:53 smithi003 ceph-mon[96088]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:53 smithi003 ceph-mon[96088]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:00:53.544 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:53 smithi094 ceph-mon[112176]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:53.544 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:53 smithi094 ceph-mon[112176]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:53.544 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:00:54.253 INFO:teuthology.orchestra.run.smithi003.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-08T03:00:54.253 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009Z400BGN 372G No 63s ago Has a FileSystem, LVM detected 2023-10-08T03:00:54.253 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme1n1 ssd Linux_6f2ae9f2f20a881e2504 89.4G No 63s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:54.254 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme2n1 ssd Linux_f329c6378f3fb0aa6c20 89.4G No 63s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:54.254 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme3n1 ssd Linux_933237d42c0d750f87a6 89.4G No 63s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:54.254 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme4n1 ssd Linux_5f6e8e21a93f9d1057f6 89.4G No 63s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:54.254 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513001L480DGN 447G No 68s ago Has a FileSystem, LVM detected 2023-10-08T03:00:54.254 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme1n1 ssd Linux_adb4d7eddc9c8c98bdc2 89.4G No 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:54.254 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme2n1 ssd Linux_427ada1c6dbab8345a53 89.4G No 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:54.254 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme3n1 ssd Linux_8c418308da977c6f1900 89.4G No 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:54.254 INFO:teuthology.orchestra.run.smithi003.stdout:smithi094 /dev/nvme4n1 ssd Linux_40e12ac4c142a94cc3b5 89.4G No 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T03:00:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:00:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:00:54.795 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T03:00:54.804 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T03:00:54.804 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T03:00:54.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ systemctl stop nfs-server 2023-10-08T03:00:54.844 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi094.front.sepia.ceph.com 2023-10-08T03:00:54.844 DEBUG:teuthology.orchestra.run.smithi094:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T03:00:54.871 INFO:teuthology.orchestra.run.smithi094.stderr:+ systemctl stop nfs-server 2023-10-08T03:00:54.878 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T03:00:54.890 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T03:00:54.890 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-08T03:00:55.436 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:00:55.638 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:55 smithi003 ceph-mon[96088]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:55.639 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:55 smithi003 ceph-mon[96088]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:55 smithi094 ceph-mon[112176]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:55 smithi094 ceph-mon[112176]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:57.304 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:57 smithi094 ceph-mon[112176]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:57.305 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:57.305 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:57.305 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:57.305 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:57 smithi003 ceph-mon[96088]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-08T03:00:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-08T03:00:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 conmon[96064]: 2023-10-08T03:00:59.211+0000 7fc1df8c2700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T03:00:59.847 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.3/16 --port 2999' 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: osdmap e42: 8 total, 8 up, 8 in 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: osdmap e43: 8 total, 8 up, 8 in 2023-10-08T03:00:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-08T03:00:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T03:00:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-08T03:00:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-08T03:00:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: osdmap e44: 8 total, 8 up, 8 in 2023-10-08T03:00:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: fsmap foofs:0 2023-10-08T03:00:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: Saving service mds.foofs spec with placement count:2 2023-10-08T03:00:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:00:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.031 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:00.031 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:01:00.031 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-08T03:01:00.031 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: osdmap e42: 8 total, 8 up, 8 in 2023-10-08T03:01:00.031 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-08T03:01:00.031 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.031 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.031 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: osdmap e43: 8 total, 8 up, 8 in 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: osdmap e44: 8 total, 8 up, 8 in 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: fsmap foofs:0 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: Saving service mds.foofs spec with placement count:2 2023-10-08T03:01:00.032 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:00:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.227 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:00.848 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:00 smithi003 ceph-mon[96088]: pgmap v133: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:00.848 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.848 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.848 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:00 smithi003 ceph-mon[96088]: osdmap e45: 8 total, 8 up, 8 in 2023-10-08T03:01:00.848 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.848 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:00 smithi094 ceph-mon[112176]: pgmap v133: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:00 smithi094 ceph-mon[112176]: osdmap e45: 8 total, 8 up, 8 in 2023-10-08T03:01:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:02 smithi003 ceph-mon[96088]: osdmap e46: 8 total, 8 up, 8 in 2023-10-08T03:01:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:02 smithi094 ceph-mon[112176]: osdmap e46: 8 total, 8 up, 8 in 2023-10-08T03:01:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:03 smithi003 ceph-mon[96088]: pgmap v136: 65 pgs: 5 creating+peering, 27 active+clean, 33 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T03:01:03.634 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:03 smithi094 ceph-mon[112176]: pgmap v136: 65 pgs: 5 creating+peering, 27 active+clean, 33 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:03.634 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T03:01:04.538 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:04 smithi003 ceph-mon[96088]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.3/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:01:04.538 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-08T03:01:04.538 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:04 smithi003 ceph-mon[96088]: osdmap e47: 8 total, 8 up, 8 in 2023-10-08T03:01:04.538 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T03:01:04.538 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T03:01:04.538 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:04 smithi003 ceph-mon[96088]: osdmap e48: 8 total, 8 up, 8 in 2023-10-08T03:01:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:04 smithi094 ceph-mon[112176]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.3/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:01:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-08T03:01:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:04 smithi094 ceph-mon[112176]: osdmap e47: 8 total, 8 up, 8 in 2023-10-08T03:01:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T03:01:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T03:01:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:04 smithi094 ceph-mon[112176]: osdmap e48: 8 total, 8 up, 8 in 2023-10-08T03:01:04.936 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-10-08T03:01:05.263 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:05.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: pgmap v138: 97 pgs: 32 unknown, 5 creating+peering, 60 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:05.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-08T03:01:05.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: Saving service nfs.foo spec with placement count:1 2023-10-08T03:01:05.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-08T03:01:05.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi094.iwswxa", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi094.iwswxa", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:05.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:05 smithi003 ceph-mon[96088]: osdmap e49: 8 total, 8 up, 8 in 2023-10-08T03:01:05.563 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: pgmap v138: 97 pgs: 32 unknown, 5 creating+peering, 60 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:05.563 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-08T03:01:05.563 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: Saving service nfs.foo spec with placement count:1 2023-10-08T03:01:05.563 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.563 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-08T03:01:05.563 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi094.iwswxa", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi094.iwswxa", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:05.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:05 smithi094 ceph-mon[112176]: osdmap e49: 8 total, 8 up, 8 in 2023-10-08T03:01:06.557 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:06 smithi003 ceph-mon[96088]: Deploying daemon mds.foofs.smithi094.iwswxa on smithi094 2023-10-08T03:01:06.557 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:06 smithi003 ceph-mon[96088]: mgrmap e20: smithi003.uujbgg(active, since 3m), standbys: smithi094.yuqaan 2023-10-08T03:01:06.629 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:06 smithi094 ceph-mon[112176]: Deploying daemon mds.foofs.smithi094.iwswxa on smithi094 2023-10-08T03:01:06.629 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:06 smithi094 ceph-mon[112176]: mgrmap e20: smithi003.uujbgg(active, since 3m), standbys: smithi094.yuqaan 2023-10-08T03:01:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:07 smithi003 ceph-mon[96088]: pgmap v141: 97 pgs: 25 unknown, 72 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:07 smithi003 ceph-mon[96088]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-08T03:01:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:07 smithi094 ceph-mon[112176]: pgmap v141: 97 pgs: 25 unknown, 72 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:01:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:07 smithi094 ceph-mon[112176]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-08T03:01:08.303 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-10-08T03:01:08.303 INFO:teuthology.orchestra.run.smithi003.stdout: "bind": "/fake", 2023-10-08T03:01:08.303 INFO:teuthology.orchestra.run.smithi003.stdout: "cluster": "foo", 2023-10-08T03:01:08.304 INFO:teuthology.orchestra.run.smithi003.stdout: "fs": "foofs", 2023-10-08T03:01:08.304 INFO:teuthology.orchestra.run.smithi003.stdout: "mode": "RW", 2023-10-08T03:01:08.304 INFO:teuthology.orchestra.run.smithi003.stdout: "path": "/" 2023-10-08T03:01:08.304 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-10-08T03:01:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:boot 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: daemon mds.foofs.smithi094.iwswxa assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: Cluster is now healthy 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: fsmap foofs:0 1 up:standby 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi094.iwswxa"}]: dispatch 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:creating} 2023-10-08T03:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: daemon mds.foofs.smithi094.iwswxa is now active in filesystem foofs as rank 0 2023-10-08T03:01:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.hhgeaq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T03:01:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.hhgeaq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T03:01:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: Deploying daemon mds.foofs.smithi003.hhgeaq on smithi003 2023-10-08T03:01:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:01:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:boot 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: daemon mds.foofs.smithi094.iwswxa assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: Cluster is now healthy 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: fsmap foofs:0 1 up:standby 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi094.iwswxa"}]: dispatch 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:creating} 2023-10-08T03:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: daemon mds.foofs.smithi094.iwswxa is now active in filesystem foofs as rank 0 2023-10-08T03:01:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.hhgeaq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T03:01:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.hhgeaq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T03:01:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: Deploying daemon mds.foofs.smithi003.hhgeaq on smithi003 2023-10-08T03:01:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:01:09.252 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T03:01:09.263 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-08T03:01:09.264 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:09 smithi003 ceph-mon[96088]: pgmap v142: 97 pgs: 4 unknown, 93 active+clean; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 4 op/s 2023-10-08T03:01:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:09 smithi003 ceph-mon[96088]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:active 2023-10-08T03:01:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:09 smithi003 ceph-mon[96088]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 2023-10-08T03:01:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:01:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:01:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:09 smithi094 ceph-mon[112176]: pgmap v142: 97 pgs: 4 unknown, 93 active+clean; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 4 op/s 2023-10-08T03:01:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:09 smithi094 ceph-mon[112176]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:active 2023-10-08T03:01:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:09 smithi094 ceph-mon[112176]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 2023-10-08T03:01:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:01:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:01:09.893 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: mgrmap e21: smithi003.uujbgg(active, since 3m), standbys: smithi094.yuqaan 2023-10-08T03:01:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.lontpm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.lontpm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T03:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T03:01:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.lontpm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T03:01:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.lontpm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T03:01:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: mgrmap e21: smithi003.uujbgg(active, since 3m), standbys: smithi094.yuqaan 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.lontpm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.lontpm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T03:01:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T03:01:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.lontpm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T03:01:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.lontpm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T03:01:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:11.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: pgmap v143: 97 pgs: 97 active+clean; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 4 op/s 2023-10-08T03:01:11.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: Creating key for client.nfs.foo.0.0.smithi003.lontpm 2023-10-08T03:01:11.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T03:01:11.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: Rados config object exists: conf-nfs.foo 2023-10-08T03:01:11.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: Creating key for client.nfs.foo.0.0.smithi003.lontpm-rgw 2023-10-08T03:01:11.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: Bind address in nfs.foo.0.0.smithi003.lontpm's ganesha conf is defaulting to empty 2023-10-08T03:01:11.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: Deploying daemon nfs.foo.0.0.smithi003.lontpm on smithi003 2023-10-08T03:01:11.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: mds.? [v2:172.21.15.3:6834/1460938146,v1:172.21.15.3:6835/1460938146] up:boot 2023-10-08T03:01:11.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:01:11.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:01:11.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.hhgeaq"}]: dispatch 2023-10-08T03:01:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: pgmap v143: 97 pgs: 97 active+clean; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 4 op/s 2023-10-08T03:01:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: Creating key for client.nfs.foo.0.0.smithi003.lontpm 2023-10-08T03:01:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T03:01:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: Rados config object exists: conf-nfs.foo 2023-10-08T03:01:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: Creating key for client.nfs.foo.0.0.smithi003.lontpm-rgw 2023-10-08T03:01:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: Bind address in nfs.foo.0.0.smithi003.lontpm's ganesha conf is defaulting to empty 2023-10-08T03:01:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: Deploying daemon nfs.foo.0.0.smithi003.lontpm on smithi003 2023-10-08T03:01:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: mds.? [v2:172.21.15.3:6834/1460938146,v1:172.21.15.3:6835/1460938146] up:boot 2023-10-08T03:01:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:01:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:01:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.hhgeaq"}]: dispatch 2023-10-08T03:01:11.674 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:11.675 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:12.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:12 smithi003 ceph-mon[96088]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:active 2023-10-08T03:01:12.590 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:12 smithi003 ceph-mon[96088]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:01:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:12 smithi094 ceph-mon[112176]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:active 2023-10-08T03:01:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:12 smithi094 ceph-mon[112176]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:01:12.818 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:13 smithi094 ceph-mon[112176]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:13 smithi094 ceph-mon[112176]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 5 op/s 2023-10-08T03:01:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:13 smithi003 ceph-mon[96088]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:13 smithi003 ceph-mon[96088]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 5 op/s 2023-10-08T03:01:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:13.820 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:14.164 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:14 smithi003 ceph-mon[96088]: Deploying daemon haproxy.nfs.foo.smithi003.bjdbwd on smithi003 2023-10-08T03:01:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:14 smithi003 ceph-mon[96088]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 216 B/s rd, 2.0 KiB/s wr, 5 op/s 2023-10-08T03:01:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:14 smithi094 ceph-mon[112176]: Deploying daemon haproxy.nfs.foo.smithi003.bjdbwd on smithi003 2023-10-08T03:01:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:14 smithi094 ceph-mon[112176]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 216 B/s rd, 2.0 KiB/s wr, 5 op/s 2023-10-08T03:01:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:15 smithi094 ceph-mon[112176]: mds.? [v2:172.21.15.3:6834/1460938146,v1:172.21.15.3:6835/1460938146] up:standby 2023-10-08T03:01:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:15 smithi094 ceph-mon[112176]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:01:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:15 smithi003 ceph-mon[96088]: mds.? [v2:172.21.15.3:6834/1460938146,v1:172.21.15.3:6835/1460938146] up:standby 2023-10-08T03:01:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:15 smithi003 ceph-mon[96088]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:01:16.568 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:16.568 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:16 smithi094 ceph-mon[112176]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 294 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-10-08T03:01:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:16 smithi003 ceph-mon[96088]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 294 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-10-08T03:01:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:17 smithi003 ceph-mon[96088]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:17 smithi094 ceph-mon[112176]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:18 smithi094 ceph-mon[112176]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 4 op/s 2023-10-08T03:01:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:18 smithi003 ceph-mon[96088]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 4 op/s 2023-10-08T03:01:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:19.506 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:20.508 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:20.936 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:20.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:20 smithi003 ceph-mon[96088]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-10-08T03:01:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:20 smithi094 ceph-mon[112176]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-10-08T03:01:22.918 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:22.918 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:23.598 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:23 smithi003 ceph-mon[96088]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-10-08T03:01:23.598 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:23.598 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:23.598 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:23.598 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:23 smithi003 ceph-mon[96088]: Deploying daemon haproxy.nfs.foo.smithi094.qvfsso on smithi094 2023-10-08T03:01:23.598 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:01:23.599 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:23 smithi094 ceph-mon[112176]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-10-08T03:01:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:23 smithi094 ceph-mon[112176]: Deploying daemon haproxy.nfs.foo.smithi094.qvfsso on smithi094 2023-10-08T03:01:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:01:24.600 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:24.634 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:24 smithi003 ceph-mon[96088]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:24 smithi094 ceph-mon[112176]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:24.949 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:25 smithi003 ceph-mon[96088]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2023-10-08T03:01:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:25 smithi094 ceph-mon[112176]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2023-10-08T03:01:26.649 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:26.650 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:27.284 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:27.577 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:27 smithi094 ceph-mon[112176]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-10-08T03:01:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:27 smithi003 ceph-mon[96088]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-10-08T03:01:28.284 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:28 smithi003 ceph-mon[96088]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:28.626 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:28 smithi094 ceph-mon[112176]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:29 smithi094 ceph-mon[112176]: pgmap v152: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-10-08T03:01:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:29 smithi003 ceph-mon[96088]: pgmap v152: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-10-08T03:01:30.319 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:30.319 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:31.065 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: pgmap v153: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-10-08T03:01:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: 10.0.31.3 is in 10.0.0.0/16 on smithi003 interface ens1f0 2023-10-08T03:01:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: 10.0.31.3 is in 10.0.0.0/16 on smithi094 interface enp3s0f1 2023-10-08T03:01:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: Deploying daemon keepalived.nfs.foo.smithi003.oveyyk on smithi003 2023-10-08T03:01:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:31 smithi003 ceph-mon[96088]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: pgmap v153: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-10-08T03:01:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: 10.0.31.3 is in 10.0.0.0/16 on smithi003 interface ens1f0 2023-10-08T03:01:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: 10.0.31.3 is in 10.0.0.0/16 on smithi094 interface enp3s0f1 2023-10-08T03:01:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: Deploying daemon keepalived.nfs.foo.smithi003.oveyyk on smithi003 2023-10-08T03:01:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:31 smithi094 ceph-mon[112176]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:32.066 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:32.420 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:33 smithi003 ceph-mon[96088]: pgmap v154: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:01:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:33 smithi094 ceph-mon[112176]: pgmap v154: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:01:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:35 smithi003 ceph-mon[96088]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:35 smithi094 ceph-mon[112176]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:37 smithi003 ceph-mon[96088]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:37 smithi094 ceph-mon[112176]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:38.226 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:01:38.662 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:38.662 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:01:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:39 smithi094 ceph-mon[112176]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:39.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:39 smithi003 ceph-mon[96088]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:39.600 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:40 smithi003 ceph-mon[96088]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:40.601 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:40 smithi094 ceph-mon[112176]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:40.937 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:41 smithi003 ceph-mon[96088]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:01:41.564 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:41.564 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:41.564 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:41 smithi094 ceph-mon[112176]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:01:41.804 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:41.804 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:41.804 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:42 smithi003 ceph-mon[96088]: 10.0.31.3 is in 10.0.0.0/16 on smithi094 interface enp3s0f1 2023-10-08T03:01:42.617 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:42 smithi003 ceph-mon[96088]: 10.0.31.3 is in 10.0.0.0/16 on smithi003 interface ens1f0 2023-10-08T03:01:42.617 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:42 smithi003 ceph-mon[96088]: Deploying daemon keepalived.nfs.foo.smithi094.cpxdkz on smithi094 2023-10-08T03:01:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:42 smithi094 ceph-mon[112176]: 10.0.31.3 is in 10.0.0.0/16 on smithi094 interface enp3s0f1 2023-10-08T03:01:42.803 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:42 smithi094 ceph-mon[112176]: 10.0.31.3 is in 10.0.0.0/16 on smithi003 interface ens1f0 2023-10-08T03:01:42.803 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:42 smithi094 ceph-mon[112176]: Deploying daemon keepalived.nfs.foo.smithi094.cpxdkz on smithi094 2023-10-08T03:01:42.804 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:42.804 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:43.214 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:43 smithi003 ceph-mon[96088]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:43.843 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:43 smithi094 ceph-mon[112176]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:44.214 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:44 smithi094 ceph-mon[112176]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:44.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:44 smithi003 ceph-mon[96088]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:44.576 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:45.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:45 smithi003 ceph-mon[96088]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:45.749 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:45 smithi094 ceph-mon[112176]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:46.228 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:46.228 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:46.814 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:47 smithi094 ceph-mon[112176]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:47 smithi094 ceph-mon[112176]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:47 smithi003 ceph-mon[96088]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:47 smithi003 ceph-mon[96088]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:47.816 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:48.162 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:49 smithi094 ceph-mon[112176]: pgmap v162: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:49.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:49 smithi003 ceph-mon[96088]: pgmap v162: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:49.843 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:49.843 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:56.027739Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:56.027871Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:56.028092Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:56.028200Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:56.027984Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:56.028307Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:50.417 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:51.418 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:51 smithi094 ceph-mon[112176]: pgmap v163: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:01:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:51 smithi094 ceph-mon[112176]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:01:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:51 smithi003 ceph-mon[96088]: pgmap v163: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:01:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:51 smithi003 ceph-mon[96088]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:01:52.024 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:53 smithi003 ceph-mon[96088]: pgmap v164: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:01:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:53 smithi094 ceph-mon[112176]: pgmap v164: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:01:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:54.166 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:54.166 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:00:58.784785Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:00:58.784429Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:00:58.784550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:00:58.784893Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "last_refresh": "2023-10-08T03:01:53.204908Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "last_refresh": "2023-10-08T03:01:53.204799Z", "running": 1, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:00:58.784313Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:00:58.784135Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:00:58.784675Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:00:58.785107Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:00:58.785000Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:54.987 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T03:01:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:55 smithi094 ceph-mon[112176]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:55 smithi094 ceph-mon[112176]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:55 smithi003 ceph-mon[96088]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:55 smithi003 ceph-mon[96088]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:01:55.988 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:56.596 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:01:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:57 smithi003 ceph-mon[96088]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:01:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:01:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:57 smithi094 ceph-mon[112176]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:01:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:01:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:01:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:01:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:58 smithi003 ceph-mon[96088]: Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-10-08T03:01:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:58 smithi003 ceph-mon[96088]: Reconfiguring daemon prometheus.smithi003 on smithi003 2023-10-08T03:01:58.495 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:01:58.495 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:01:56.611542Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:01:53.203770Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:01:53.203913Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:01:56.611734Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "last_refresh": "2023-10-08T03:01:53.204908Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "last_refresh": "2023-10-08T03:01:53.204799Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:01:53.204139Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:01:53.204248Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "last_refresh": "2023-10-08T03:01:56.612973Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:01:53.204028Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:01:53.204357Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:01:56.611911Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:01:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:58 smithi094 ceph-mon[112176]: Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-10-08T03:01:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:58 smithi094 ceph-mon[112176]: Reconfiguring daemon prometheus.smithi003 on smithi003 2023-10-08T03:01:59.136 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-08T03:01:59.136 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T03:01:59.146 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-08T03:01:59.146 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:01:59.630 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:01:59 smithi003 ceph-mon[96088]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:01:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:01:59 smithi094 ceph-mon[112176]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:00.267 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:02:00.569 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:00 smithi003 ceph-mon[96088]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:02:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:00 smithi094 ceph-mon[112176]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:02:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:01 smithi094 ceph-mon[112176]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:02:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:01 smithi003 ceph-mon[96088]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:02:02.488 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-08T03:02:02.488 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T02:56:05.997460Z", "last_refresh": "2023-10-08T03:01:56.611542Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:47.661799Z 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-08T02:55:59.796929Z", "last_refresh": "2023-10-08T03:01:53.203770Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:51.248328Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T02:55:58.211535Z", "last_refresh": "2023-10-08T03:01:53.203913Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T02:56:02.911429Z", "last_refresh": "2023-10-08T03:01:56.611734Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:01:04.270209Z 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.3/16"}, "status": {"created": "2023-10-08T03:01:04.265558Z", "last_refresh": "2023-10-08T03:01:53.204908Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"events": ["2023-10-08T03:00:59.238209Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:00:59.230926Z", "last_refresh": "2023-10-08T03:01:53.204799Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:57:58.869580Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T02:55:56.442191Z", "last_refresh": "2023-10-08T03:01:53.204139Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:08.167747Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi094:172.21.15.94=smithi094"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T02:56:51.780060Z", "last_refresh": "2023-10-08T03:01:53.204248Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T03:01:04.264130Z 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-08T03:01:04.260810Z", "last_refresh": "2023-10-08T03:01:56.612973Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-08T02:57:56.034245Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T02:56:04.456438Z", "last_refresh": "2023-10-08T03:01:53.204028Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T02:58:19.008677Z 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-08T02:58:19.005245Z", "last_refresh": "2023-10-08T03:01:53.204357Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T02:58:08.186384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T02:56:01.412762Z", "last_refresh": "2023-10-08T03:01:56.611911Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:02:03.211 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-08T03:02:03.212 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T03:02:03.223 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T03:02:03.224 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-08T03:02:03.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ mkdir /mnt/foo 2023-10-08T03:02:03.267 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-08T03:02:03.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ sleep 5 2023-10-08T03:02:03.625 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:03 smithi003 ceph-mon[96088]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:03.626 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:03.626 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:03.626 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:02:03.626 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:03 smithi094 ceph-mon[112176]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:02:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:04 smithi094 ceph-mon[112176]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:02:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:04 smithi094 ceph-mon[112176]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:02:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:04 smithi003 ceph-mon[96088]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:02:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:04 smithi003 ceph-mon[96088]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:02:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:05 smithi094 ceph-mon[112176]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:05 smithi003 ceph-mon[96088]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:06 smithi094 ceph-mon[112176]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:06 smithi003 ceph-mon[96088]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:02:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:02:08.340 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.3:/fake /mnt/foo -o port=2999' 2023-10-08T03:02:08.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ mount -t nfs 10.0.31.3:/fake /mnt/foo -o port=2999 2023-10-08T03:02:08.800 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-10-08T03:02:08.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo test 2023-10-08T03:02:08.881 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-10-08T03:02:08.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ sync 2023-10-08T03:02:09.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:09 smithi003 ceph-mon[96088]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:09.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:09.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:09.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:09.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:09.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:09.220 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:09.220 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:09.220 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T03:02:09.231 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> 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 f74e5534-6585-11ee-8db5-212e2dc638e7 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch daemon stop $haproxy 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> cat /mnt/foo/testfile 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> echo $haproxy > /mnt/foo/testfile 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> sync 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch daemon start $haproxy 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> done 2023-10-08T03:02:09.232 DEBUG:teuthology.orchestra.run.smithi003:> ' 2023-10-08T03:02:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:09 smithi094 ceph-mon[112176]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:02:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:09.588 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:02:11.008 INFO:teuthology.orchestra.run.smithi003.stdout:Check with each haproxy down in turn... 2023-10-08T03:02:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:11 smithi094 ceph-mon[112176]: pgmap v173: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:02:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:11 smithi003 ceph-mon[96088]: pgmap v173: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:02:11.678 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled to stop haproxy.nfs.foo.smithi003.bjdbwd on host 'smithi003' 2023-10-08T03:02:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:12 smithi094 ceph-mon[112176]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:12 smithi003 ceph-mon[96088]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:13 smithi094 ceph-mon[112176]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi003.bjdbwd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:13 smithi094 ceph-mon[112176]: Schedule stop daemon haproxy.nfs.foo.smithi003.bjdbwd 2023-10-08T03:02:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:13 smithi094 ceph-mon[112176]: pgmap v174: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-08T03:02:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:13 smithi094 ceph-mon[112176]: from='client.24433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:13 smithi003 ceph-mon[96088]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi003.bjdbwd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:13 smithi003 ceph-mon[96088]: Schedule stop daemon haproxy.nfs.foo.smithi003.bjdbwd 2023-10-08T03:02:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:13 smithi003 ceph-mon[96088]: pgmap v174: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-08T03:02:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:13 smithi003 ceph-mon[96088]: from='client.24433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:14 smithi003 ceph-mon[96088]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:14 smithi094 ceph-mon[112176]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:15 smithi003 ceph-mon[96088]: pgmap v175: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T03:02:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:15 smithi094 ceph-mon[112176]: pgmap v175: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T03:02:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:16 smithi003 ceph-mon[96088]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:16 smithi094 ceph-mon[112176]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: pgmap v176: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T03:02:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:17.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: pgmap v176: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T03:02:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:19 smithi003 ceph-mon[96088]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:19 smithi003 ceph-mon[96088]: pgmap v177: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T03:02:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:19 smithi094 ceph-mon[112176]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:19 smithi094 ceph-mon[112176]: pgmap v177: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T03:02:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:20 smithi094 ceph-mon[112176]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:20 smithi003 ceph-mon[96088]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:21 smithi094 ceph-mon[112176]: pgmap v178: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-10-08T03:02:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:21 smithi094 ceph-mon[112176]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:21 smithi003 ceph-mon[96088]: pgmap v178: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-10-08T03:02:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:21 smithi003 ceph-mon[96088]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:23.047 INFO:teuthology.orchestra.run.smithi003.stdout:haproxy.nfs.foo.smithi003.bjdbwd smithi003 *:2999,9999 stopped 0s ago 60s - - 2023-10-08T03:02:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: pgmap v179: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T03:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: pgmap v179: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:24.473 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:24 smithi094 ceph-mon[112176]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:24 smithi003 ceph-mon[96088]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:25 smithi003 ceph-mon[96088]: pgmap v180: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:25 smithi094 ceph-mon[112176]: pgmap v180: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:26.120 INFO:teuthology.orchestra.run.smithi003.stdout:test 2023-10-08T03:02:26.598 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled to start haproxy.nfs.foo.smithi003.bjdbwd on host 'smithi003' 2023-10-08T03:02:27.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:27 smithi003 ceph-mon[96088]: pgmap v181: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T03:02:27.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:27.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:27 smithi094 ceph-mon[112176]: pgmap v181: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T03:02:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:28 smithi003 ceph-mon[96088]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi003.bjdbwd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:28 smithi003 ceph-mon[96088]: Schedule start daemon haproxy.nfs.foo.smithi003.bjdbwd 2023-10-08T03:02:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:28 smithi003 ceph-mon[96088]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:28 smithi094 ceph-mon[112176]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi003.bjdbwd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:28 smithi094 ceph-mon[112176]: Schedule start daemon haproxy.nfs.foo.smithi003.bjdbwd 2023-10-08T03:02:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:28 smithi094 ceph-mon[112176]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:29 smithi003 ceph-mon[96088]: pgmap v182: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:29 smithi003 ceph-mon[96088]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:29.529 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:29 smithi094 ceph-mon[112176]: pgmap v182: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:29.530 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:29 smithi094 ceph-mon[112176]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:30 smithi003 ceph-mon[96088]: pgmap v183: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:30 smithi003 ceph-mon[96088]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:30 smithi094 ceph-mon[112176]: pgmap v183: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:30 smithi094 ceph-mon[112176]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:32 smithi003 ceph-mon[96088]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:32 smithi094 ceph-mon[112176]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:33 smithi094 ceph-mon[112176]: pgmap v184: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-08T03:02:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:33 smithi003 ceph-mon[96088]: pgmap v184: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-08T03:02:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:34.575 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:34 smithi094 ceph-mon[112176]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:34 smithi003 ceph-mon[96088]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:35 smithi094 ceph-mon[112176]: pgmap v185: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T03:02:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:35 smithi094 ceph-mon[112176]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:35 smithi003 ceph-mon[96088]: pgmap v185: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T03:02:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:35 smithi003 ceph-mon[96088]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:36 smithi094 ceph-mon[112176]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:36 smithi003 ceph-mon[96088]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:37 smithi094 ceph-mon[112176]: pgmap v186: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T03:02:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:37 smithi003 ceph-mon[96088]: pgmap v186: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T03:02:38.000 INFO:teuthology.orchestra.run.smithi003.stdout:haproxy.nfs.foo.smithi003.bjdbwd smithi003 *:2999,9999 running (5s) 0s ago 75s 6971k - 2.3.17-d1c9119 e85424b0d443 46d37f65437c 2023-10-08T03:02:38.335 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled to stop haproxy.nfs.foo.smithi094.qvfsso on host 'smithi094' 2023-10-08T03:02:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:02:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:02:39.631 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:39 smithi094 ceph-mon[112176]: pgmap v187: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T03:02:39.631 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:39 smithi094 ceph-mon[112176]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:39.631 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:39 smithi094 ceph-mon[112176]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi094.qvfsso", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:39.631 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:39 smithi094 ceph-mon[112176]: Schedule stop daemon haproxy.nfs.foo.smithi094.qvfsso 2023-10-08T03:02:39.632 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:39.632 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:39.632 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:39 smithi003 ceph-mon[96088]: pgmap v187: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T03:02:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:39 smithi003 ceph-mon[96088]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:39 smithi003 ceph-mon[96088]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi094.qvfsso", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:39 smithi003 ceph-mon[96088]: Schedule stop daemon haproxy.nfs.foo.smithi094.qvfsso 2023-10-08T03:02:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:40 smithi094 ceph-mon[112176]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:40 smithi094 ceph-mon[112176]: mgrmap e22: smithi003.uujbgg(active, since 5m), standbys: smithi094.yuqaan 2023-10-08T03:02:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:40 smithi003 ceph-mon[96088]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:40 smithi003 ceph-mon[96088]: mgrmap e22: smithi003.uujbgg(active, since 5m), standbys: smithi094.yuqaan 2023-10-08T03:02:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:41 smithi094 ceph-mon[112176]: pgmap v188: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T03:02:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:41 smithi094 ceph-mon[112176]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:41 smithi003 ceph-mon[96088]: pgmap v188: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T03:02:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:41 smithi003 ceph-mon[96088]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: pgmap v189: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T03:02:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: pgmap v189: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T03:02:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:44 smithi003 ceph-mon[96088]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:44.595 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:44 smithi094 ceph-mon[112176]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:45 smithi094 ceph-mon[112176]: pgmap v190: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:45 smithi094 ceph-mon[112176]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:45 smithi003 ceph-mon[96088]: pgmap v190: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:45 smithi003 ceph-mon[96088]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:47 smithi094 ceph-mon[112176]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:47 smithi094 ceph-mon[112176]: pgmap v191: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:47 smithi003 ceph-mon[96088]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:47 smithi003 ceph-mon[96088]: pgmap v191: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T03:02:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:48.329 INFO:teuthology.orchestra.run.smithi003.stdout:haproxy.nfs.foo.smithi094.qvfsso smithi094 *:2999,9999 stopped 1s ago 78s - - 2023-10-08T03:02:48.332 INFO:teuthology.orchestra.run.smithi003.stdout:haproxy.nfs.foo.smithi003.bjdbwd 2023-10-08T03:02:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:48 smithi094 ceph-mon[112176]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:48 smithi003 ceph-mon[96088]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:48.947 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled to start haproxy.nfs.foo.smithi094.qvfsso on host 'smithi094' 2023-10-08T03:02:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:49 smithi003 ceph-mon[96088]: pgmap v192: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T03:02:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:49 smithi003 ceph-mon[96088]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:49 smithi094 ceph-mon[112176]: pgmap v192: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T03:02:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:49 smithi094 ceph-mon[112176]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi094.qvfsso", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: Schedule start daemon haproxy.nfs.foo.smithi094.qvfsso 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi094.qvfsso", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: Schedule start daemon haproxy.nfs.foo.smithi094.qvfsso 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:51 smithi094 ceph-mon[112176]: pgmap v193: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T03:02:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:51 smithi003 ceph-mon[96088]: pgmap v193: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T03:02:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:02:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:52 smithi094 ceph-mon[112176]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:52 smithi003 ceph-mon[96088]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:53 smithi094 ceph-mon[112176]: pgmap v194: 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-08T03:02:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:53 smithi094 ceph-mon[112176]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:02:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:53 smithi003 ceph-mon[96088]: pgmap v194: 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-08T03:02:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:53 smithi003 ceph-mon[96088]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:02:54.834 INFO:teuthology.orchestra.run.smithi003.stdout:haproxy.nfs.foo.smithi094.qvfsso smithi094 *:2999,9999 running (4s) 1s ago 84s 4848k - 2.3.17-d1c9119 e85424b0d443 8b9225c7cc95 2023-10-08T03:02:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:54 smithi094 ceph-mon[112176]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:54 smithi094 ceph-mon[112176]: pgmap v195: 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-08T03:02:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:54 smithi003 ceph-mon[96088]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:54 smithi003 ceph-mon[96088]: pgmap v195: 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-08T03:02:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:55.668 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T03:02:55.679 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> echo "Removing daemon $id fsid $fsid..." 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> 2023-10-08T03:02:55.679 DEBUG:teuthology.orchestra.run.smithi003:> echo "Waking up cephadm..." 2023-10-08T03:02:55.680 DEBUG:teuthology.orchestra.run.smithi003:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2023-10-08T03:02:55.680 DEBUG:teuthology.orchestra.run.smithi003:> 2023-10-08T03:02:55.680 DEBUG:teuthology.orchestra.run.smithi003:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2023-10-08T03:02:55.680 DEBUG:teuthology.orchestra.run.smithi003:> echo "Mount is back!" 2023-10-08T03:02:55.680 DEBUG:teuthology.orchestra.run.smithi003:> done 2023-10-08T03:02:55.680 DEBUG:teuthology.orchestra.run.smithi003:> ' 2023-10-08T03:02:55.712 INFO:teuthology.orchestra.run.smithi003.stderr:++ hostname 2023-10-08T03:02:55.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo 'Check with smithi003 ganesha(s) down...' 2023-10-08T03:02:55.713 INFO:teuthology.orchestra.run.smithi003.stdout:Check with smithi003 ganesha(s) down... 2023-10-08T03:02:55.714 INFO:teuthology.orchestra.run.smithi003.stderr:++ systemctl 2023-10-08T03:02:55.714 INFO:teuthology.orchestra.run.smithi003.stderr:++ grep ceph- 2023-10-08T03:02:55.714 INFO:teuthology.orchestra.run.smithi003.stderr:++ grep @nfs 2023-10-08T03:02:55.714 INFO:teuthology.orchestra.run.smithi003.stderr:++ awk '{print $1}' 2023-10-08T03:02:55.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2023-10-08T03:02:55.722 INFO:teuthology.orchestra.run.smithi003.stderr:++ echo ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi003.lontpm.service 2023-10-08T03:02:55.723 INFO:teuthology.orchestra.run.smithi003.stderr:++ sed s/@/-/ 2023-10-08T03:02:55.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ cid=ceph-f74e5534-6585-11ee-8db5-212e2dc638e7-nfs.foo.0.0.smithi003.lontpm.service 2023-10-08T03:02:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:++ echo ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi003.lontpm.service 2023-10-08T03:02:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:++ cut -d @ -f 2 2023-10-08T03:02:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:++ sed 's/.service$//' 2023-10-08T03:02:55.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ id=nfs.foo.0.0.smithi003.lontpm 2023-10-08T03:02:55.726 INFO:teuthology.orchestra.run.smithi003.stderr:++ echo ceph-f74e5534-6585-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi003.lontpm.service 2023-10-08T03:02:55.726 INFO:teuthology.orchestra.run.smithi003.stderr:++ cut -d - -f 2- 2023-10-08T03:02:55.726 INFO:teuthology.orchestra.run.smithi003.stderr:++ cut -d @ -f 1 2023-10-08T03:02:55.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ fsid=f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T03:02:55.727 INFO:teuthology.orchestra.run.smithi003.stdout:Removing daemon nfs.foo.0.0.smithi003.lontpm fsid f74e5534-6585-11ee-8db5-212e2dc638e7... 2023-10-08T03:02:55.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi003.lontpm fsid f74e5534-6585-11ee-8db5-212e2dc638e7...' 2023-10-08T03:02:55.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid f74e5534-6585-11ee-8db5-212e2dc638e7 --name nfs.foo.0.0.smithi003.lontpm 2023-10-08T03:02:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:55 smithi003 ceph-mon[96088]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:55 smithi094 ceph-mon[112176]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:02:57.397 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:57 smithi003 ceph-mon[96088]: pgmap v196: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T03:02:57.397 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:57.397 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:57.397 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:57.397 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:57.397 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:57.398 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:57.398 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo 'Waking up cephadm...' 2023-10-08T03:02:57.398 INFO:teuthology.orchestra.run.smithi003.stdout:Waking up cephadm... 2023-10-08T03:02:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2023-10-08T03:02:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:57 smithi094 ceph-mon[112176]: pgmap v196: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T03:02:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:02:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:02:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:02:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:02:57.717 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring fsid f74e5534-6585-11ee-8db5-212e2dc638e7 2023-10-08T03:02:57.841 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/f74e5534-6585-11ee-8db5-212e2dc638e7/mon.smithi003/config 2023-10-08T03:02:58.082 INFO:teuthology.orchestra.run.smithi003.stderr:Using ceph image with id 'd68377abd09f' and tag '9725b08fd801c82987c737f7e6d354878f036ee8' created on 2023-10-06 18:26:40 +0000 UTC 2023-10-08T03:02:58.082 INFO:teuthology.orchestra.run.smithi003.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991 2023-10-08T03:02:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:02:59 smithi003 ceph-mon[96088]: pgmap v197: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T03:02:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:02:59 smithi094 ceph-mon[112176]: pgmap v197: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T03:02:59.923 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:02:59.923 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (4m) 3s ago 6m 26.8M - 0.25.0 c8568f914cd2 d6b780ae0d68 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:ceph-exporter.smithi003 smithi003 running (6m) 3s ago 6m 8376k - 18.0.0-6609-g9725b08f d68377abd09f 56c16a4f47dc 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:ceph-exporter.smithi094 smithi094 running (5m) 6s ago 5m 8820k - 18.0.0-6609-g9725b08f d68377abd09f 4564a0667b44 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (6m) 3s ago 6m 7499k - 18.0.0-6609-g9725b08f d68377abd09f 80fcf4430b06 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi094 smithi094 running (5m) 6s ago 5m 7448k - 18.0.0-6609-g9725b08f d68377abd09f d9c49ef008c8 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (4m) 3s ago 5m 91.0M - 9.4.7 2c41d148cca3 ec63a77b3ee8 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:haproxy.nfs.foo.smithi003.bjdbwd smithi003 *:2999,9999 running (27s) 3s ago 97s 7382k - 2.3.17-d1c9119 e85424b0d443 46d37f65437c 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:haproxy.nfs.foo.smithi094.qvfsso smithi094 *:2999,9999 running (9s) 6s ago 89s 4848k - 2.3.17-d1c9119 e85424b0d443 8b9225c7cc95 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:keepalived.nfs.foo.smithi003.oveyyk smithi003 running (79s) 3s ago 79s 2605k - 2.2.4 4a3a1ff181d9 9c9b4d2f358c 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:keepalived.nfs.foo.smithi094.cpxdkz smithi094 running (69s) 6s ago 69s 2633k - 2.2.4 4a3a1ff181d9 48225a35a9a7 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.hhgeaq smithi003 running (110s) 3s ago 110s 16.6M - 18.0.0-6609-g9725b08f d68377abd09f da373fe79efc 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi094.iwswxa smithi094 running (113s) 6s ago 112s 17.7M - 18.0.0-6609-g9725b08f d68377abd09f 07510a5ecc51 2023-10-08T03:02:59.924 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.uujbgg smithi003 *:9283,8765,8443 running (7m) 3s ago 7m 524M - 18.0.0-6609-g9725b08f d68377abd09f 6313c79308b9 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi094.yuqaan smithi094 *:8443,9283,8765 running (5m) 6s ago 5m 449M - 18.0.0-6609-g9725b08f d68377abd09f 01bb3644467c 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (7m) 3s ago 7m 88.4M 2048M 18.0.0-6609-g9725b08f d68377abd09f 7161c4096da1 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi094 smithi094 running (4m) 6s ago 4m 57.4M 2048M 18.0.0-6609-g9725b08f d68377abd09f a02e4b4ea963 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.0.smithi003.lontpm smithi003 *:12999 running (106s) 3s ago 106s 74.1M - 5.5 d68377abd09f fb137ad3131c 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (6m) 3s ago 6m 18.5M - 1.5.0 0da6a335fe13 7e5a4471821e 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi094 smithi094 *:9100 running (5m) 6s ago 5m 17.6M - 1.5.0 0da6a335fe13 5df4944ca0af 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi094 running (3m) 6s ago 3m 66.2M 3748M 18.0.0-6609-g9725b08f d68377abd09f 5d5178c33a7a 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (3m) 3s ago 3m 67.6M 2981M 18.0.0-6609-g9725b08f d68377abd09f 402803dd9b6e 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi094 running (3m) 6s ago 3m 59.1M 3748M 18.0.0-6609-g9725b08f d68377abd09f 0cea16e08118 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (3m) 3s ago 3m 64.5M 2981M 18.0.0-6609-g9725b08f d68377abd09f 656bc5361117 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi094 running (3m) 6s ago 3m 54.2M 3748M 18.0.0-6609-g9725b08f d68377abd09f 429f94282b50 2023-10-08T03:02:59.925 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi003 running (3m) 3s ago 3m 54.2M 2981M 18.0.0-6609-g9725b08f d68377abd09f 730b317e754f 2023-10-08T03:02:59.926 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi094 running (3m) 6s ago 3m 56.0M 3748M 18.0.0-6609-g9725b08f d68377abd09f 49768293c3d3 2023-10-08T03:02:59.926 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi003 running (3m) 3s ago 3m 59.7M 2981M 18.0.0-6609-g9725b08f d68377abd09f 19301fc20f51 2023-10-08T03:02:59.926 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (57s) 3s ago 5m 47.6M - 2.43.0 a07b618ecd1d 934f34052a3d 2023-10-08T03:03:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:03:00.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:03:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:01 smithi003 ceph-mon[96088]: pgmap v198: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T03:03:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:01 smithi003 ceph-mon[96088]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:03:01.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:01.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:01 smithi094 ceph-mon[112176]: pgmap v198: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T03:03:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:01 smithi094 ceph-mon[112176]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:03:02.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:02.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:03 smithi003 ceph-mon[96088]: pgmap v199: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-10-08T03:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:03.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:03.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:03 smithi094 ceph-mon[112176]: pgmap v199: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-10-08T03:03:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:04.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:04.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:05.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: pgmap v200: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:03:05.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:05.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:03:05.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:03:05.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.lontpm"}]: dispatch 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.lontpm"}]': finished 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.nhvvnw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.nhvvnw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.nhvvnw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.nhvvnw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T03:03:05.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:05.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:05.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: pgmap v200: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:03:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:03:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.lontpm"}]: dispatch 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.lontpm"}]': finished 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.nhvvnw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.nhvvnw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 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-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.nhvvnw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T03:03:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.nhvvnw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T03:03:05.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:06.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:06 smithi003 ceph-mon[96088]: Fencing old nfs.foo.0.0.smithi003.lontpm 2023-10-08T03:03:06.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:06 smithi003 ceph-mon[96088]: Creating key for client.nfs.foo.0.1.smithi003.nhvvnw 2023-10-08T03:03:06.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:06 smithi003 ceph-mon[96088]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T03:03:06.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:06 smithi003 ceph-mon[96088]: Rados config object exists: conf-nfs.foo 2023-10-08T03:03:06.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:06 smithi003 ceph-mon[96088]: Creating key for client.nfs.foo.0.1.smithi003.nhvvnw-rgw 2023-10-08T03:03:06.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:06 smithi003 ceph-mon[96088]: Bind address in nfs.foo.0.1.smithi003.nhvvnw's ganesha conf is defaulting to empty 2023-10-08T03:03:06.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:06 smithi003 ceph-mon[96088]: Deploying daemon nfs.foo.0.1.smithi003.nhvvnw on smithi003 2023-10-08T03:03:06.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:06.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:06 smithi094 ceph-mon[112176]: Fencing old nfs.foo.0.0.smithi003.lontpm 2023-10-08T03:03:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:06 smithi094 ceph-mon[112176]: Creating key for client.nfs.foo.0.1.smithi003.nhvvnw 2023-10-08T03:03:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:06 smithi094 ceph-mon[112176]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T03:03:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:06 smithi094 ceph-mon[112176]: Rados config object exists: conf-nfs.foo 2023-10-08T03:03:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:06 smithi094 ceph-mon[112176]: Creating key for client.nfs.foo.0.1.smithi003.nhvvnw-rgw 2023-10-08T03:03:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:06 smithi094 ceph-mon[112176]: Bind address in nfs.foo.0.1.smithi003.nhvvnw's ganesha conf is defaulting to empty 2023-10-08T03:03:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:06 smithi094 ceph-mon[112176]: Deploying daemon nfs.foo.0.1.smithi003.nhvvnw on smithi003 2023-10-08T03:03:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:07 smithi003 ceph-mon[96088]: pgmap v201: 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-08T03:03:07.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:07.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:07 smithi094 ceph-mon[112176]: pgmap v201: 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-08T03:03:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040]' entity='mds.foofs.smithi094.iwswxa' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2392167706"}]: dispatch 2023-10-08T03:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mds.? ' entity='mds.foofs.smithi094.iwswxa' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2392167706"}]: dispatch 2023-10-08T03:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:08.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040]' entity='mds.foofs.smithi094.iwswxa' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2392167706"}]: dispatch 2023-10-08T03:03:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mds.? ' entity='mds.foofs.smithi094.iwswxa' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2392167706"}]: dispatch 2023-10-08T03:03:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:03:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:03:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:09 smithi003 ceph-mon[96088]: Evicting (and blocklisting) client session 14622 (172.21.15.3:0/2392167706) 2023-10-08T03:03:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:09 smithi003 ceph-mon[96088]: pgmap v202: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:03:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:09 smithi003 ceph-mon[96088]: from='mds.? ' entity='mds.foofs.smithi094.iwswxa' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2392167706"}]': finished 2023-10-08T03:03:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:09 smithi003 ceph-mon[96088]: osdmap e50: 8 total, 8 up, 8 in 2023-10-08T03:03:09.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:09.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:09 smithi094 ceph-mon[112176]: Evicting (and blocklisting) client session 14622 (172.21.15.3:0/2392167706) 2023-10-08T03:03:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:09 smithi094 ceph-mon[112176]: pgmap v202: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:03:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:09 smithi094 ceph-mon[112176]: from='mds.? ' entity='mds.foofs.smithi094.iwswxa' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2392167706"}]': finished 2023-10-08T03:03:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:09 smithi094 ceph-mon[112176]: osdmap e50: 8 total, 8 up, 8 in 2023-10-08T03:03:10.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:10.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:11.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:11.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:11 smithi094 ceph-mon[112176]: pgmap v204: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 409 B/s wr, 1 op/s 2023-10-08T03:03:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:11 smithi003 ceph-mon[96088]: pgmap v204: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 409 B/s wr, 1 op/s 2023-10-08T03:03:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:12.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:12.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:13.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:13 smithi003 ceph-mon[96088]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 1 op/s 2023-10-08T03:03:13.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:13.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:13.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:13.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:03:13.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:13.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:03:13.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:13.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:13.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:13 smithi094 ceph-mon[112176]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 1 op/s 2023-10-08T03:03:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:03:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:03:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:14.425 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:14 smithi003 ceph-mon[96088]: Reconfiguring haproxy.nfs.foo.smithi003.bjdbwd (dependencies changed)... 2023-10-08T03:03:14.425 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:14 smithi003 ceph-mon[96088]: Reconfiguring daemon haproxy.nfs.foo.smithi003.bjdbwd on smithi003 2023-10-08T03:03:14.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:14.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:14 smithi094 ceph-mon[112176]: Reconfiguring haproxy.nfs.foo.smithi003.bjdbwd (dependencies changed)... 2023-10-08T03:03:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:14 smithi094 ceph-mon[112176]: Reconfiguring daemon haproxy.nfs.foo.smithi003.bjdbwd on smithi003 2023-10-08T03:03:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:15 smithi094 ceph-mon[112176]: pgmap v206: 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-08T03:03:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:15 smithi003 ceph-mon[96088]: pgmap v206: 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-08T03:03:15.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:15.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:16.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:16.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:16 smithi094 ceph-mon[112176]: pgmap v207: 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-08T03:03:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:16 smithi094 ceph-mon[112176]: Reconfiguring haproxy.nfs.foo.smithi094.qvfsso (dependencies changed)... 2023-10-08T03:03:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:16 smithi094 ceph-mon[112176]: Reconfiguring daemon haproxy.nfs.foo.smithi094.qvfsso on smithi094 2023-10-08T03:03:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:16 smithi003 ceph-mon[96088]: pgmap v207: 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-08T03:03:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:16 smithi003 ceph-mon[96088]: Reconfiguring haproxy.nfs.foo.smithi094.qvfsso (dependencies changed)... 2023-10-08T03:03:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:16 smithi003 ceph-mon[96088]: Reconfiguring daemon haproxy.nfs.foo.smithi094.qvfsso on smithi094 2023-10-08T03:03:17.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:17.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:18.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:18.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:19 smithi003 ceph-mon[96088]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 1 op/s 2023-10-08T03:03:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:03:19.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:19.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:19 smithi094 ceph-mon[112176]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 1 op/s 2023-10-08T03:03:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:03:20.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:20.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:21 smithi003 ceph-mon[96088]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 177 B/s rd, 622 B/s wr, 0 op/s 2023-10-08T03:03:21.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:21.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:21 smithi094 ceph-mon[112176]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 177 B/s rd, 622 B/s wr, 0 op/s 2023-10-08T03:03:22.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:22.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:22.949 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:22.949 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:22 smithi094 ceph-mon[112176]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 1 op/s 2023-10-08T03:03:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:22 smithi003 ceph-mon[96088]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 1 op/s 2023-10-08T03:03:23.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:23.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:03:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:03:24.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:24.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:24 smithi003 ceph-mon[96088]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T03:03:25.103 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:25.103 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:25.104 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:03:25.104 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:03:25.104 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:25.104 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:03:25.104 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:03:25.104 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:24 smithi094 ceph-mon[112176]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T03:03:25.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:25.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:26.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:26.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:26 smithi094 ceph-mon[112176]: pgmap v212: 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-08T03:03:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:26 smithi003 ceph-mon[96088]: pgmap v212: 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-08T03:03:27.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:27.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:28.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:28.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:29 smithi003 ceph-mon[96088]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:03:29.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:29.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:29 smithi094 ceph-mon[112176]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:03:30.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:30.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:31 smithi003 ceph-mon[96088]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:03:31.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:31.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:31 smithi094 ceph-mon[112176]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:03:32.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:32.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:33 smithi003 ceph-mon[96088]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:03:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:33 smithi094 ceph-mon[112176]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:03:33.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:33.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:34.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:34.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:35 smithi003 ceph-mon[96088]: pgmap v216: 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-08T03:03:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:35 smithi094 ceph-mon[112176]: pgmap v216: 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-08T03:03:35.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:35.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:36.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:36.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:37 smithi003 ceph-mon[96088]: 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-08T03:03:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:37 smithi094 ceph-mon[112176]: 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-08T03:03:37.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:37.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:03:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:03:38.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:38.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:39 smithi003 ceph-mon[96088]: 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-08T03:03:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:39 smithi094 ceph-mon[112176]: 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-08T03:03:39.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:39.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:40.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:40.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:41 smithi003 ceph-mon[96088]: 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-08T03:03:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:41 smithi094 ceph-mon[112176]: 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-08T03:03:41.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:41.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:42.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:42.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:43 smithi003 ceph-mon[96088]: 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-08T03:03:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:43 smithi094 ceph-mon[112176]: 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-08T03:03:43.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:43.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:44.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:44.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:45 smithi003 ceph-mon[96088]: 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-08T03:03:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:45 smithi094 ceph-mon[112176]: 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-08T03:03:45.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:45.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:46.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:46.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:47 smithi003 ceph-mon[96088]: 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-08T03:03:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:47 smithi094 ceph-mon[112176]: 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-08T03:03:47.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:47.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:48.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:48.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:49 smithi003 ceph-mon[96088]: 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-08T03:03:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:49 smithi094 ceph-mon[112176]: 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-08T03:03:49.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:49.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:50.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:50.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:51 smithi003 ceph-mon[96088]: 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-08T03:03:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:51 smithi094 ceph-mon[112176]: 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-08T03:03:51.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:51.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:52.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:52.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:53.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:53 smithi003 ceph-mon[96088]: 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-08T03:03:53.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:03:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:53 smithi094 ceph-mon[112176]: 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-08T03:03:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:03:53.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:53.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:54.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:54.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:55 smithi003 ceph-mon[96088]: 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-08T03:03:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:55 smithi094 ceph-mon[112176]: 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-08T03:03:55.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:55.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:56.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:56.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:57 smithi003 ceph-mon[96088]: 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-08T03:03:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:57 smithi094 ceph-mon[112176]: 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-08T03:03:57.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:57.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:58.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:58.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:03:59 smithi094 ceph-mon[112176]: 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-08T03:03:59.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:03:59.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:03:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:03:59 smithi003 ceph-mon[96088]: 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-08T03:04:00.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:00.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:01 smithi094 ceph-mon[112176]: 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-08T03:04:01.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:01.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:01 smithi003 ceph-mon[96088]: 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-08T03:04:02.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:02.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:03 smithi094 ceph-mon[112176]: 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-08T03:04:03.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:03.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:03 smithi003 ceph-mon[96088]: 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-08T03:04:04.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:04.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:05 smithi003 ceph-mon[96088]: 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-08T03:04:05.525 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:05 smithi094 ceph-mon[112176]: 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-08T03:04:05.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:05.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:06.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:06.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:07 smithi094 ceph-mon[112176]: 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-08T03:04:07.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:07.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:07 smithi003 ceph-mon[96088]: 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-08T03:04:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:04:08.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:08.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:04:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:09 smithi094 ceph-mon[112176]: 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-08T03:04:09.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:09.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:09 smithi003 ceph-mon[96088]: 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-08T03:04:10.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:10.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:11 smithi094 ceph-mon[112176]: 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-08T03:04:11.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:11.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:11 smithi003 ceph-mon[96088]: 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-08T03:04:12.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:12.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:13 smithi094 ceph-mon[112176]: 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-08T03:04:13.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:13.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:13 smithi003 ceph-mon[96088]: 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-08T03:04:14.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:14.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:15 smithi003 ceph-mon[96088]: 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-08T03:04:15.631 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:15 smithi094 ceph-mon[112176]: 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-08T03:04:15.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:15.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:16.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:16.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:17 smithi094 ceph-mon[112176]: 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-08T03:04:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:17 smithi003 ceph-mon[96088]: 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-08T03:04:17.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:17.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:18.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:18.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:19 smithi094 ceph-mon[112176]: 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-08T03:04:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:19 smithi003 ceph-mon[96088]: 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-08T03:04:19.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:19.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:20.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:20.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:21 smithi094 ceph-mon[112176]: 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-08T03:04:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:21 smithi003 ceph-mon[96088]: 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-08T03:04:21.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:21.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:22.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:22.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:23 smithi094 ceph-mon[112176]: 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-08T03:04:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:04:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:23 smithi003 ceph-mon[96088]: 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-08T03:04:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:04:23.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:23.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:04:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:04:24.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:24.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:25 smithi094 ceph-mon[112176]: 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-08T03:04:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:25 smithi003 ceph-mon[96088]: 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-08T03:04:25.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:25.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:26.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:26.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:27 smithi094 ceph-mon[112176]: 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-08T03:04:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:27 smithi003 ceph-mon[96088]: 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-08T03:04:27.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:27.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:28.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:28.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:29 smithi094 ceph-mon[112176]: 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-08T03:04:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:04:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:04:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:04:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:04:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:04:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:04:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:04:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:29 smithi003 ceph-mon[96088]: 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-08T03:04:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:04:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:04:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:04:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:04:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:04:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:04:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:04:29.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:29.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:30.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:30.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:31 smithi094 ceph-mon[112176]: 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-08T03:04:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:31 smithi003 ceph-mon[96088]: 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-08T03:04:31.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:31.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:32.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:32.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:33 smithi094 ceph-mon[112176]: 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-08T03:04:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:33 smithi003 ceph-mon[96088]: 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-08T03:04:33.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:33.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:34.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:34.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:35 smithi094 ceph-mon[112176]: 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-08T03:04:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:35 smithi003 ceph-mon[96088]: 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-08T03:04:35.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:35.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:36.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:36.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:37 smithi094 ceph-mon[112176]: 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-08T03:04:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:37 smithi003 ceph-mon[96088]: 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-08T03:04:37.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:37.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:04:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:04:38.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:38.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:39 smithi094 ceph-mon[112176]: 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-08T03:04:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:39 smithi003 ceph-mon[96088]: 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-08T03:04:39.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:39.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:40.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:40.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:41 smithi094 ceph-mon[112176]: 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-08T03:04:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:41 smithi003 ceph-mon[96088]: 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-08T03:04:41.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:41.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:42.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:42.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:43 smithi094 ceph-mon[112176]: 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-08T03:04:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:43 smithi003 ceph-mon[96088]: 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-08T03:04:43.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:43.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:44.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:44.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:45 smithi094 ceph-mon[112176]: 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-08T03:04:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:45 smithi003 ceph-mon[96088]: 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-08T03:04:45.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:45.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:46.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:46.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:47 smithi094 ceph-mon[112176]: 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-08T03:04:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:47 smithi003 ceph-mon[96088]: 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-08T03:04:47.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:47.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:48.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:48.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:49 smithi094 ceph-mon[112176]: 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-08T03:04:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:49 smithi003 ceph-mon[96088]: 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-08T03:04:49.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:49.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:50.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:50.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:51 smithi094 ceph-mon[112176]: 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-08T03:04:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:51 smithi003 ceph-mon[96088]: 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-08T03:04:51.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:51.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:52.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:52.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:53 smithi094 ceph-mon[112176]: 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-08T03:04:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:04:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:53 smithi003 ceph-mon[96088]: 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-08T03:04:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:04:53.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:53.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:54.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:54.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:55.613 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:55 smithi003 ceph-mon[96088]: 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-08T03:04:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:55 smithi094 ceph-mon[112176]: 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-08T03:04:55.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:55.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:56.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:56.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:57 smithi094 ceph-mon[112176]: 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-08T03:04:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:57 smithi003 ceph-mon[96088]: 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-08T03:04:57.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:57.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:58.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:58.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:04:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:04:59 smithi094 ceph-mon[112176]: 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-08T03:04:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:04:59 smithi003 ceph-mon[96088]: 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-08T03:04:59.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:04:59.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:00.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:00.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:01 smithi094 ceph-mon[112176]: 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-08T03:05:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:01 smithi003 ceph-mon[96088]: 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-08T03:05:01.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:01.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:02.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:02.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:03 smithi094 ceph-mon[112176]: 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-08T03:05:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:03 smithi003 ceph-mon[96088]: 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-08T03:05:03.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:03.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:04.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:04.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:05 smithi094 ceph-mon[112176]: 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-08T03:05:05.727 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:05 smithi003 ceph-mon[96088]: 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-08T03:05:05.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:05.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:06.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:06.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:07 smithi094 ceph-mon[112176]: 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-08T03:05:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:07 smithi003 ceph-mon[96088]: 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-08T03:05:07.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:07.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:05:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:05:08.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:08.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:09 smithi094 ceph-mon[112176]: 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-08T03:05:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:09 smithi003 ceph-mon[96088]: 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-08T03:05:09.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:09.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:10.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:10.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:11 smithi094 ceph-mon[112176]: 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-08T03:05:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:11 smithi003 ceph-mon[96088]: 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-08T03:05:11.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:11.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:12.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:12.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:13 smithi094 ceph-mon[112176]: 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-08T03:05:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:13 smithi003 ceph-mon[96088]: 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-08T03:05:13.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:13.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:14.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:14.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:15 smithi094 ceph-mon[112176]: 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-08T03:05:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:15 smithi003 ceph-mon[96088]: 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-08T03:05:15.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:15.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:16.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:16.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:17 smithi094 ceph-mon[112176]: 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-08T03:05:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:17 smithi003 ceph-mon[96088]: 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-08T03:05:17.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:17.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:18.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:18.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:19 smithi094 ceph-mon[112176]: 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-08T03:05:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:19 smithi003 ceph-mon[96088]: 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-08T03:05:19.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:19.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:20.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:20.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:21 smithi094 ceph-mon[112176]: 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-08T03:05:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:21 smithi003 ceph-mon[96088]: 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-08T03:05:21.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:21.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:22.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:22.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:23 smithi094 ceph-mon[112176]: 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-08T03:05:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:05:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:23 smithi003 ceph-mon[96088]: 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-08T03:05:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:05:23.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:23.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:24.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:24.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:25 smithi094 ceph-mon[112176]: 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-08T03:05:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:25 smithi003 ceph-mon[96088]: 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-08T03:05:25.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:25.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:26.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:26.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:27 smithi094 ceph-mon[112176]: 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-08T03:05:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:27 smithi003 ceph-mon[96088]: 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-08T03:05:27.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:27.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:28.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:28.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:29 smithi094 ceph-mon[112176]: 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-08T03:05:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:05:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:29 smithi003 ceph-mon[96088]: 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-08T03:05:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:05:29.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:29.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:30.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:30.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:31 smithi094 ceph-mon[112176]: 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-08T03:05:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:31 smithi003 ceph-mon[96088]: 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-08T03:05:31.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:31.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:32.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:32.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:33 smithi094 ceph-mon[112176]: 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-08T03:05:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:33 smithi003 ceph-mon[96088]: 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-08T03:05:33.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:33.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:34.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:34.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:35 smithi094 ceph-mon[112176]: 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-08T03:05:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:05:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:05:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:05:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:05:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:05:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:05:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:05:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:35 smithi003 ceph-mon[96088]: 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-08T03:05:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:05:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:05:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:05:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:05:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:05:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:05:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:05:35.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:35.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:36.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:36.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:37 smithi094 ceph-mon[112176]: 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-08T03:05:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:37 smithi003 ceph-mon[96088]: 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-08T03:05:37.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:37.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:05:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:05:38.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:38.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:39 smithi094 ceph-mon[112176]: 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-08T03:05:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:39 smithi003 ceph-mon[96088]: 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-08T03:05:39.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:39.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:40.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:40.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:41 smithi094 ceph-mon[112176]: 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-08T03:05:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:41 smithi003 ceph-mon[96088]: 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-08T03:05:41.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:41.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:42.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:42.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:43 smithi094 ceph-mon[112176]: 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-08T03:05:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:43 smithi003 ceph-mon[96088]: 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-08T03:05:43.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:43.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:44.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:44.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:45 smithi094 ceph-mon[112176]: 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-08T03:05:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:45 smithi003 ceph-mon[96088]: 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-08T03:05:45.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:45.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:46.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:46.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:47 smithi003 ceph-mon[96088]: 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-08T03:05:47.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:47.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:47 smithi094 ceph-mon[112176]: 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-08T03:05:48.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:48.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:49 smithi003 ceph-mon[96088]: 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-08T03:05:49.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:49.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:49 smithi094 ceph-mon[112176]: 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-08T03:05:50.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:50.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:51 smithi003 ceph-mon[96088]: 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-08T03:05:51.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:51.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:51 smithi094 ceph-mon[112176]: 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-08T03:05:52.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:52.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:53 smithi003 ceph-mon[96088]: 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-08T03:05:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:05:53.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:53.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:53 smithi094 ceph-mon[112176]: 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-08T03:05:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:05:54.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:54.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:55 smithi003 ceph-mon[96088]: 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-08T03:05:55.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:55.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:55 smithi094 ceph-mon[112176]: 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-08T03:05:56.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:56.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:57 smithi003 ceph-mon[96088]: 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-08T03:05:57.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:57.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:57 smithi094 ceph-mon[112176]: 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-08T03:05:58.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:58.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:05:59 smithi003 ceph-mon[96088]: 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-08T03:05:59.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:05:59.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:05:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:05:59 smithi094 ceph-mon[112176]: 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-08T03:06:00.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:00.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:01 smithi003 ceph-mon[96088]: 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-08T03:06:01.740 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:01 smithi094 ceph-mon[112176]: 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-08T03:06:01.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:01.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:02.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:02.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:03 smithi003 ceph-mon[96088]: 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-08T03:06:03.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:03.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:03 smithi094 ceph-mon[112176]: 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-08T03:06:04.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:04.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:05 smithi003 ceph-mon[96088]: 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-08T03:06:05.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:05.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:05 smithi094 ceph-mon[112176]: 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-08T03:06:06.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:06.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:07 smithi003 ceph-mon[96088]: 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-08T03:06:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:07 smithi094 ceph-mon[112176]: 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-08T03:06:07.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:07.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:06:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:08 smithi003 ceph-mon[96088]: 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-08T03:06:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:06:08.922 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:08 smithi094 ceph-mon[112176]: 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-08T03:06:08.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:08.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:09.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:09.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:10.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:10.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:10 smithi094 ceph-mon[112176]: 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-08T03:06:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:10 smithi003 ceph-mon[96088]: 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-08T03:06:11.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:11.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:12.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:12.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:12 smithi094 ceph-mon[112176]: 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-08T03:06:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:12 smithi003 ceph-mon[96088]: 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-08T03:06:13.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:13.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:14.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:14.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:15 smithi003 ceph-mon[96088]: 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-08T03:06:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:15 smithi094 ceph-mon[112176]: 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-08T03:06:15.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:15.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:16.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:16.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:17 smithi003 ceph-mon[96088]: 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-08T03:06:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:17 smithi094 ceph-mon[112176]: 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-08T03:06:17.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:17.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:18.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:18.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:19 smithi094 ceph-mon[112176]: 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-08T03:06:19.710 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:19 smithi003 ceph-mon[96088]: 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-08T03:06:19.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:19.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:20.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:20.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:21.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:21 smithi003 ceph-mon[96088]: 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-08T03:06:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:21 smithi094 ceph-mon[112176]: 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-08T03:06:21.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:21.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:22.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:22.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:23 smithi094 ceph-mon[112176]: 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-08T03:06:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:06:23.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:23 smithi003 ceph-mon[96088]: 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-08T03:06:23.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:06:23.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:23.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:24.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:24.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:25 smithi094 ceph-mon[112176]: 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-08T03:06:25.726 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:25 smithi003 ceph-mon[96088]: 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-08T03:06:25.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:25.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:26.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:26.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:27 smithi094 ceph-mon[112176]: 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-08T03:06:27.710 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:27 smithi003 ceph-mon[96088]: 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-08T03:06:27.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:27.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:28.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:28.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:29 smithi094 ceph-mon[112176]: 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-08T03:06:29.695 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:29 smithi003 ceph-mon[96088]: 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-08T03:06:29.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:29.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:30.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:30.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:31 smithi094 ceph-mon[112176]: 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-08T03:06:31.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:31 smithi003 ceph-mon[96088]: 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-08T03:06:31.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:31.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:32.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:32.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:33 smithi094 ceph-mon[112176]: 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-08T03:06:33.726 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:33 smithi003 ceph-mon[96088]: 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-08T03:06:33.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:33.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:34.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:34.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:35 smithi094 ceph-mon[112176]: 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-08T03:06:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:06:35.710 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:35 smithi003 ceph-mon[96088]: 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-08T03:06:35.710 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:06:35.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:35.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:06:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:06:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:06:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:06:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:06:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:06:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:06:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:06:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:06:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:06:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:06:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:06:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:06:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:06:36.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:36.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:37 smithi094 ceph-mon[112176]: 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-08T03:06:37.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:37 smithi003 ceph-mon[96088]: 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-08T03:06:37.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:37.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:06:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:06:38.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:38.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:39 smithi094 ceph-mon[112176]: 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-08T03:06:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:39 smithi003 ceph-mon[96088]: 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-08T03:06:39.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:39.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:40.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:40.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:41 smithi094 ceph-mon[112176]: 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-08T03:06:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:41 smithi003 ceph-mon[96088]: 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-08T03:06:41.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:41.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:42.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:42.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:43 smithi094 ceph-mon[112176]: 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-08T03:06:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:43 smithi003 ceph-mon[96088]: 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-08T03:06:43.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:43.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:44.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:44.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:45 smithi094 ceph-mon[112176]: 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-08T03:06:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:45 smithi003 ceph-mon[96088]: 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-08T03:06:45.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:45.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:46.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:47.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:47 smithi094 ceph-mon[112176]: 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-08T03:06:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:47 smithi003 ceph-mon[96088]: 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-08T03:06:47.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:47.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:48.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:48.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:49 smithi094 ceph-mon[112176]: 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-08T03:06:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:49 smithi003 ceph-mon[96088]: 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-08T03:06:49.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:49.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:50.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:50.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:51 smithi094 ceph-mon[112176]: 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-08T03:06:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:51 smithi003 ceph-mon[96088]: 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-08T03:06:51.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:51.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:52.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:52.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:53 smithi094 ceph-mon[112176]: 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-08T03:06:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:06:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:53 smithi003 ceph-mon[96088]: 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-08T03:06:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:06:53.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:53.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:54.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:54.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:55.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:55 smithi094 ceph-mon[112176]: 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-08T03:06:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:55 smithi003 ceph-mon[96088]: 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-08T03:06:55.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:55.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:57.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:57.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:57 smithi094 ceph-mon[112176]: 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-08T03:06:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:57 smithi003 ceph-mon[96088]: 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-08T03:06:58.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:58.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:59.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:06:59.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:06:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:06:59 smithi094 ceph-mon[112176]: 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-08T03:06:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:06:59 smithi003 ceph-mon[96088]: 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-08T03:07:00.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:00.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:01.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:01.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:01 smithi094 ceph-mon[112176]: 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-08T03:07:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:01 smithi003 ceph-mon[96088]: 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-08T03:07:02.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:02.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:03.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:03.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:03 smithi094 ceph-mon[112176]: 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-08T03:07:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:03 smithi003 ceph-mon[96088]: 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-08T03:07:04.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:04.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:05.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:05.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:05 smithi094 ceph-mon[112176]: 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-08T03:07:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:05 smithi003 ceph-mon[96088]: 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-08T03:07:06.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:06.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:07.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:07.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:07 smithi003 ceph-mon[96088]: 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-08T03:07:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:07 smithi094 ceph-mon[112176]: 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-08T03:07:08.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:08.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:07:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:07:09.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:09.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:09 smithi094 ceph-mon[112176]: 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-08T03:07:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:09 smithi003 ceph-mon[96088]: 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-08T03:07:10.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:10.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:11.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:11.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:11 smithi094 ceph-mon[112176]: 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-08T03:07:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:11 smithi003 ceph-mon[96088]: 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-08T03:07:12.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:12.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:13.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:13.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:13 smithi094 ceph-mon[112176]: 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-08T03:07:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:13 smithi003 ceph-mon[96088]: 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-08T03:07:14.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:14.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:15.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:15.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:15 smithi094 ceph-mon[112176]: 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-08T03:07:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:15 smithi003 ceph-mon[96088]: 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-08T03:07:16.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:16.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:17.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:17.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:17 smithi003 ceph-mon[96088]: 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-08T03:07:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:17 smithi094 ceph-mon[112176]: 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-08T03:07:18.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:18.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:19.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:19.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:19 smithi094 ceph-mon[112176]: 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-08T03:07:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:19 smithi003 ceph-mon[96088]: 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-08T03:07:20.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:20.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:21.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:21.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:21 smithi094 ceph-mon[112176]: 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-08T03:07:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:21 smithi003 ceph-mon[96088]: 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-08T03:07:22.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:22.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:23.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:23.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:23 smithi094 ceph-mon[112176]: 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-08T03:07:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:07:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:23 smithi003 ceph-mon[96088]: 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-08T03:07:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:07:24.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:24.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:25.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:25.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:25 smithi094 ceph-mon[112176]: 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-08T03:07:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:25 smithi003 ceph-mon[96088]: 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-08T03:07:26.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:26.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:27.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:27.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:27 smithi094 ceph-mon[112176]: 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-08T03:07:27.768 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:27 smithi003 ceph-mon[96088]: 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-08T03:07:28.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:28.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:29.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:29.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:29 smithi094 ceph-mon[112176]: 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-08T03:07:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:29 smithi003 ceph-mon[96088]: 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-08T03:07:30.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:30.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:31.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:31.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:31 smithi094 ceph-mon[112176]: 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-08T03:07:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:31 smithi003 ceph-mon[96088]: 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-08T03:07:32.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:32.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:33.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:33.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:33 smithi094 ceph-mon[112176]: 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-08T03:07:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:33 smithi003 ceph-mon[96088]: 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-08T03:07:34.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:34.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:35.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:35.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:35 smithi094 ceph-mon[112176]: 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-08T03:07:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:35 smithi003 ceph-mon[96088]: 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-08T03:07:36.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:36.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:07:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:07:37.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:37.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:37 smithi094 ceph-mon[112176]: 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-08T03:07:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:07:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:07:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:37 smithi003 ceph-mon[96088]: 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-08T03:07:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:07:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:07:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:07:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:07:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:07:38.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:38.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:07:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:07:39.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:39.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:39 smithi094 ceph-mon[112176]: 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-08T03:07:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:39 smithi003 ceph-mon[96088]: 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-08T03:07:40.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:40.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:41.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:41.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:41 smithi003 ceph-mon[96088]: 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-08T03:07:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:41 smithi094 ceph-mon[112176]: 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-08T03:07:42.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:42.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:43.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:43.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:43 smithi003 ceph-mon[96088]: 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-08T03:07:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:43 smithi094 ceph-mon[112176]: 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-08T03:07:44.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:44.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:45.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:45.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:45 smithi003 ceph-mon[96088]: 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-08T03:07:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:45 smithi094 ceph-mon[112176]: 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-08T03:07:46.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:46.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:47.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:47.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:47 smithi003 ceph-mon[96088]: 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-08T03:07:47.851 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:47 smithi094 ceph-mon[112176]: 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-08T03:07:48.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:48.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:49.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:49.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:49 smithi003 ceph-mon[96088]: 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-08T03:07:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:49 smithi094 ceph-mon[112176]: 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-08T03:07:50.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:50.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:51.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:51.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:51 smithi094 ceph-mon[112176]: 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-08T03:07:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:51 smithi003 ceph-mon[96088]: 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-08T03:07:52.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:52.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:53.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:53.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:53 smithi003 ceph-mon[96088]: 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-08T03:07:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:07:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:53 smithi094 ceph-mon[112176]: 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-08T03:07:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:07:54.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:54.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:55.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:55.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:55 smithi003 ceph-mon[96088]: 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-08T03:07:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:55 smithi094 ceph-mon[112176]: 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-08T03:07:56.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:56.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:57.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:57.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:57 smithi003 ceph-mon[96088]: 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-08T03:07:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:57 smithi094 ceph-mon[112176]: 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-08T03:07:58.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:58.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:59.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:07:59.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:07:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:07:59 smithi003 ceph-mon[96088]: pgmap v348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:07:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:07:59 smithi094 ceph-mon[112176]: pgmap v348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:00.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:00.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:01.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:01.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:01 smithi003 ceph-mon[96088]: pgmap v349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:01 smithi094 ceph-mon[112176]: pgmap v349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:02.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:02.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:03.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:03.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:03 smithi003 ceph-mon[96088]: pgmap v350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:03 smithi094 ceph-mon[112176]: pgmap v350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:04.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:04.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:05.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:05.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:05 smithi003 ceph-mon[96088]: pgmap v351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:08:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:05 smithi094 ceph-mon[112176]: pgmap v351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:08:06.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:06.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:07.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:07.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:07 smithi003 ceph-mon[96088]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:07 smithi094 ceph-mon[112176]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:08.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:08.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:08:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:08:09.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:09.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:09 smithi003 ceph-mon[96088]: pgmap v353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:09 smithi094 ceph-mon[112176]: pgmap v353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:10.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:10.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:11.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:11.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:11 smithi003 ceph-mon[96088]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:11 smithi094 ceph-mon[112176]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:12.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:12.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:13.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:13.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:13 smithi003 ceph-mon[96088]: pgmap v355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:13 smithi094 ceph-mon[112176]: pgmap v355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:14.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:14.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:14 smithi094 ceph-mon[112176]: pgmap v356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:08:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:14 smithi003 ceph-mon[96088]: pgmap v356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:08:15.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:15.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:16.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:16.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:17.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:17.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:16 smithi094 ceph-mon[112176]: pgmap v357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:16 smithi003 ceph-mon[96088]: pgmap v357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:18.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:18.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:19.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:19.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:19 smithi094 ceph-mon[112176]: pgmap v358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:19 smithi003 ceph-mon[96088]: pgmap v358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T03:08:20.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:20.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:21.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:21.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:21 smithi094 ceph-mon[112176]: 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-08T03:08:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:21 smithi003 ceph-mon[96088]: 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-08T03:08:22.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:22.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:23.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:23.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:23 smithi094 ceph-mon[112176]: 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-08T03:08:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:23 smithi094 ceph-mon[112176]: evicting unresponsive client smithi003:nfs.foo.1 (14832), after 314.064 seconds 2023-10-08T03:08:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:23 smithi094 ceph-mon[112176]: Evicting (and blocklisting) client session 14832 (172.21.15.3:0/2249814081) 2023-10-08T03:08:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:23 smithi094 ceph-mon[112176]: from='mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040]' entity='mds.foofs.smithi094.iwswxa' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2249814081"}]: dispatch 2023-10-08T03:08:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:23 smithi094 ceph-mon[112176]: from='mds.? ' entity='mds.foofs.smithi094.iwswxa' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2249814081"}]: dispatch 2023-10-08T03:08:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:08:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:23 smithi003 ceph-mon[96088]: 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-08T03:08:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:23 smithi003 ceph-mon[96088]: evicting unresponsive client smithi003:nfs.foo.1 (14832), after 314.064 seconds 2023-10-08T03:08:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:23 smithi003 ceph-mon[96088]: Evicting (and blocklisting) client session 14832 (172.21.15.3:0/2249814081) 2023-10-08T03:08:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:23 smithi003 ceph-mon[96088]: from='mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040]' entity='mds.foofs.smithi094.iwswxa' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2249814081"}]: dispatch 2023-10-08T03:08:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:23 smithi003 ceph-mon[96088]: from='mds.? ' entity='mds.foofs.smithi094.iwswxa' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2249814081"}]: dispatch 2023-10-08T03:08:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:08:24.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:24.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:24 smithi094 ceph-mon[112176]: from='mds.? ' entity='mds.foofs.smithi094.iwswxa' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2249814081"}]': finished 2023-10-08T03:08:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:24 smithi094 ceph-mon[112176]: osdmap e51: 8 total, 8 up, 8 in 2023-10-08T03:08:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:24 smithi003 ceph-mon[96088]: from='mds.? ' entity='mds.foofs.smithi094.iwswxa' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/2249814081"}]': finished 2023-10-08T03:08:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:24 smithi003 ceph-mon[96088]: osdmap e51: 8 total, 8 up, 8 in 2023-10-08T03:08:25.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:25.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:25 smithi094 ceph-mon[112176]: pgmap v362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T03:08:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:25 smithi094 ceph-mon[112176]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-08T03:08:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:25 smithi094 ceph-mon[112176]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:active 2023-10-08T03:08:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:25 smithi094 ceph-mon[112176]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:08:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:25 smithi003 ceph-mon[96088]: pgmap v362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T03:08:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:25 smithi003 ceph-mon[96088]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-08T03:08:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:25 smithi003 ceph-mon[96088]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:active 2023-10-08T03:08:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:25 smithi003 ceph-mon[96088]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:08:26.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:26.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:27.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:27.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:27 smithi094 ceph-mon[112176]: pgmap v363: 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-08T03:08:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:27 smithi003 ceph-mon[96088]: pgmap v363: 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-08T03:08:28.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:28.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:28 smithi094 ceph-mon[112176]: MDS health message cleared (mds.?): Client 14832 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-08T03:08:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:28 smithi003 ceph-mon[96088]: MDS health message cleared (mds.?): Client 14832 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-08T03:08:29.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:29.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:29 smithi094 ceph-mon[112176]: pgmap v364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T03:08:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:29 smithi094 ceph-mon[112176]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-08T03:08:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:29 smithi094 ceph-mon[112176]: Cluster is now healthy 2023-10-08T03:08:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:29 smithi094 ceph-mon[112176]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:active 2023-10-08T03:08:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:29 smithi094 ceph-mon[112176]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:08:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:29 smithi003 ceph-mon[96088]: pgmap v364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T03:08:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:29 smithi003 ceph-mon[96088]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-08T03:08:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:29 smithi003 ceph-mon[96088]: Cluster is now healthy 2023-10-08T03:08:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:29 smithi003 ceph-mon[96088]: mds.? [v2:172.21.15.94:6832/297247040,v1:172.21.15.94:6833/297247040] up:active 2023-10-08T03:08:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:29 smithi003 ceph-mon[96088]: fsmap foofs:1 {0=foofs.smithi094.iwswxa=up:active} 1 up:standby 2023-10-08T03:08:30.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:30.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:31.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:31.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:31 smithi094 ceph-mon[112176]: pgmap v365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T03:08:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:31 smithi003 ceph-mon[96088]: pgmap v365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T03:08:32.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:32.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:33.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:33.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:33 smithi003 ceph-mon[96088]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T03:08:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:33 smithi094 ceph-mon[112176]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T03:08:34.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:34.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:35.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:35.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:35 smithi094 ceph-mon[112176]: pgmap v367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 97 B/s rd, 194 B/s wr, 0 op/s 2023-10-08T03:08:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:35 smithi003 ceph-mon[96088]: pgmap v367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 97 B/s rd, 194 B/s wr, 0 op/s 2023-10-08T03:08:36.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:36.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:37.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:37.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:37 smithi094 ceph-mon[112176]: pgmap v368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T03:08:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:08:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:08:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:37 smithi003 ceph-mon[96088]: pgmap v368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T03:08:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:08:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:08:38.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:38.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:08:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:08:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:08:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:08:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:08:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:08:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:08:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:08:39.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:39.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:39 smithi094 ceph-mon[112176]: pgmap v369: 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-08T03:08:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:39 smithi003 ceph-mon[96088]: pgmap v369: 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-08T03:08:40.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:40.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:41.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:41.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:41 smithi094 ceph-mon[112176]: 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-08T03:08:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:41 smithi003 ceph-mon[96088]: 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-08T03:08:42.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:42.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:43.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:43.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:43 smithi003 ceph-mon[96088]: 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-08T03:08:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:43 smithi094 ceph-mon[112176]: 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-08T03:08:44.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:44.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:45.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:45.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:45 smithi094 ceph-mon[112176]: 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-08T03:08:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:45 smithi003 ceph-mon[96088]: 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-08T03:08:46.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:46.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:47.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:47.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:47 smithi094 ceph-mon[112176]: 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-08T03:08:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:47 smithi003 ceph-mon[96088]: 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-08T03:08:48.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:48.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:49.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:49.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:49 smithi094 ceph-mon[112176]: 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-08T03:08:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:49 smithi003 ceph-mon[96088]: 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-08T03:08:50.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:50.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:51.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:51.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:51 smithi094 ceph-mon[112176]: 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-08T03:08:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:51 smithi003 ceph-mon[96088]: 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-08T03:08:52.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:52.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:53.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:53.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:53 smithi094 ceph-mon[112176]: 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-08T03:08:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:08:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:53 smithi003 ceph-mon[96088]: 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-08T03:08:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:08:54.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:54.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:55.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:55.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:55 smithi094 ceph-mon[112176]: 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-08T03:08:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:55 smithi003 ceph-mon[96088]: 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-08T03:08:56.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:56.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:57.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:57.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:57 smithi094 ceph-mon[112176]: 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-08T03:08:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:57 smithi003 ceph-mon[96088]: 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-08T03:08:58.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:58.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:59.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:08:59.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:08:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:08:59 smithi094 ceph-mon[112176]: 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-08T03:08:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:08:59 smithi003 ceph-mon[96088]: 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-08T03:09:00.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:00.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:01.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:01.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:01 smithi094 ceph-mon[112176]: 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-08T03:09:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:01 smithi003 ceph-mon[96088]: 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-08T03:09:02.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:02.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:03.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:03.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:03.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:03 smithi094 ceph-mon[112176]: 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-08T03:09:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:03 smithi003 ceph-mon[96088]: 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-08T03:09:04.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:04.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:05.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:05.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:05 smithi094 ceph-mon[112176]: 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-08T03:09:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:05 smithi003 ceph-mon[96088]: 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-08T03:09:06.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:06.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:07.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:07.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:07 smithi094 ceph-mon[112176]: 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-08T03:09:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:07 smithi003 ceph-mon[96088]: 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-08T03:09:08.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:08.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:09:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:09:09.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:09.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:09 smithi094 ceph-mon[112176]: 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-08T03:09:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:09 smithi003 ceph-mon[96088]: 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-08T03:09:10.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:10.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:11.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:11.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:11 smithi094 ceph-mon[112176]: 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-08T03:09:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:11 smithi003 ceph-mon[96088]: 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-08T03:09:12.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:12.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:13.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:13.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:13 smithi094 ceph-mon[112176]: 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-08T03:09:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:13 smithi003 ceph-mon[96088]: 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-08T03:09:14.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:14.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:15.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:15.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:15 smithi094 ceph-mon[112176]: 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-08T03:09:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:15 smithi003 ceph-mon[96088]: 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-08T03:09:16.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:16.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:17.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:17.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:17 smithi094 ceph-mon[112176]: 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-08T03:09:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:17 smithi003 ceph-mon[96088]: 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-08T03:09:18.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:18.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:19.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:19.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:19 smithi094 ceph-mon[112176]: 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-08T03:09:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:19 smithi003 ceph-mon[96088]: 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-08T03:09:20.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:20.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:21.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:21.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:21 smithi094 ceph-mon[112176]: 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-08T03:09:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:21 smithi003 ceph-mon[96088]: 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-08T03:09:22.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:22.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:23.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:23.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:23.659 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:23 smithi003 ceph-mon[96088]: 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-08T03:09:23.660 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:09:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:23 smithi094 ceph-mon[112176]: 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-08T03:09:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:09:24.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:24.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:25.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:25.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:25 smithi094 ceph-mon[112176]: 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-08T03:09:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:25 smithi003 ceph-mon[96088]: 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-08T03:09:26.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:26.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:27.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:27.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:27 smithi094 ceph-mon[112176]: 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-08T03:09:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:27 smithi003 ceph-mon[96088]: 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-08T03:09:28.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:28.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:29.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:29.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:29 smithi094 ceph-mon[112176]: 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-08T03:09:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:29 smithi003 ceph-mon[96088]: 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-08T03:09:30.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:30.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:31.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:31.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:31 smithi094 ceph-mon[112176]: 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-08T03:09:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:31 smithi003 ceph-mon[96088]: 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-08T03:09:32.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:32.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:33 smithi094 ceph-mon[112176]: 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-08T03:09:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:33 smithi003 ceph-mon[96088]: 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-08T03:09:34.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:34.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:35 smithi094 ceph-mon[112176]: 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-08T03:09:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:35 smithi003 ceph-mon[96088]: 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-08T03:09:36.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:37.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:37.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:37 smithi094 ceph-mon[112176]: 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-08T03:09:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:37 smithi003 ceph-mon[96088]: 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-08T03:09:38.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:38.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:09:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:09:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:09:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:09:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:09:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:09:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:09:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:09:39.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:39.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:39 smithi003 ceph-mon[96088]: 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-08T03:09:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:39 smithi094 ceph-mon[112176]: 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-08T03:09:40.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:40.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:41.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:41.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:41 smithi003 ceph-mon[96088]: 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-08T03:09:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:41 smithi094 ceph-mon[112176]: 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-08T03:09:42.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:42.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:43.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:43.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:43 smithi003 ceph-mon[96088]: 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-08T03:09:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:43 smithi094 ceph-mon[112176]: 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-08T03:09:44.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:44.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:45.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:45.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:45 smithi003 ceph-mon[96088]: 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-08T03:09:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:45 smithi094 ceph-mon[112176]: 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-08T03:09:46.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:46.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:47.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:47.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:47 smithi003 ceph-mon[96088]: 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-08T03:09:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:47 smithi094 ceph-mon[112176]: 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-08T03:09:48.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:48.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:49.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:49.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:49 smithi003 ceph-mon[96088]: 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-08T03:09:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:49 smithi094 ceph-mon[112176]: 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-08T03:09:50.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:50.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:51.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:51.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:51 smithi003 ceph-mon[96088]: 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-08T03:09:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:51 smithi094 ceph-mon[112176]: 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-08T03:09:52.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:52.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:53.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:53.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:53 smithi003 ceph-mon[96088]: 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-08T03:09:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:09:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:53 smithi094 ceph-mon[112176]: 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-08T03:09:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:09:54.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:54.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:55.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:55.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:55 smithi003 ceph-mon[96088]: 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-08T03:09:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:55 smithi094 ceph-mon[112176]: 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-08T03:09:56.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:56.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:57.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:57.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:57 smithi003 ceph-mon[96088]: 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-08T03:09:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:57 smithi094 ceph-mon[112176]: 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-08T03:09:58.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:58.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:59.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:09:59.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:09:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:09:59 smithi094 ceph-mon[112176]: 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-08T03:09:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:09:59 smithi003 ceph-mon[96088]: 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-08T03:10:00.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:00.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T03:10:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T03:10:01.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:01.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:01 smithi003 ceph-mon[96088]: 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-08T03:10:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:01 smithi094 ceph-mon[112176]: 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-08T03:10:02.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:02.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:03.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:03.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:03 smithi003 ceph-mon[96088]: 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-08T03:10:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:03 smithi094 ceph-mon[112176]: 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-08T03:10:04.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:04.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:05.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:05.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:05 smithi003 ceph-mon[96088]: 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-08T03:10:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:05 smithi094 ceph-mon[112176]: 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-08T03:10:06.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:06.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:07.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:07.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:07 smithi003 ceph-mon[96088]: 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-08T03:10:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:07 smithi094 ceph-mon[112176]: 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-08T03:10:08.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:08.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:10:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:10:09.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:09.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:09 smithi094 ceph-mon[112176]: 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-08T03:10:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:09 smithi003 ceph-mon[96088]: 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-08T03:10:10.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:10.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:11.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:11.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:11 smithi003 ceph-mon[96088]: 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-08T03:10:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:11 smithi094 ceph-mon[112176]: 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-08T03:10:12.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:12.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:13.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:13.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:13 smithi003 ceph-mon[96088]: 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-08T03:10:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:13 smithi094 ceph-mon[112176]: 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-08T03:10:14.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:14.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:15.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:15.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:15 smithi094 ceph-mon[112176]: 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-08T03:10:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:15 smithi003 ceph-mon[96088]: 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-08T03:10:16.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:16.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:17.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:17.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:17 smithi003 ceph-mon[96088]: 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-08T03:10:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:17 smithi094 ceph-mon[112176]: 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-08T03:10:18.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:18.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:19.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:19.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:19 smithi003 ceph-mon[96088]: 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-08T03:10:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:19 smithi094 ceph-mon[112176]: 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-08T03:10:20.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:20.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:21.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:21.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:21 smithi094 ceph-mon[112176]: 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-08T03:10:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:21 smithi003 ceph-mon[96088]: 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-08T03:10:22.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:22.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:23.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:23.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:23 smithi094 ceph-mon[112176]: 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-08T03:10:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:10:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:23 smithi003 ceph-mon[96088]: 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-08T03:10:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:10:24.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:24.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:24 smithi003 ceph-mon[96088]: 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-08T03:10:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:24 smithi094 ceph-mon[112176]: 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-08T03:10:25.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:25.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:26.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:26.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:26 smithi094 ceph-mon[112176]: 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-08T03:10:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:26 smithi003 ceph-mon[96088]: 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-08T03:10:27.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:27.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:28.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:28.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:29.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:29.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:29.536 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:29 smithi094 ceph-mon[112176]: 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-08T03:10:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:29 smithi003 ceph-mon[96088]: 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-08T03:10:30.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:30.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:31.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:31.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:31 smithi094 ceph-mon[112176]: 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-08T03:10:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:31 smithi003 ceph-mon[96088]: 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-08T03:10:32.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:32.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:33.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:33.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:33 smithi094 ceph-mon[112176]: 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-08T03:10:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:33 smithi003 ceph-mon[96088]: 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-08T03:10:34.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:34.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:35.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:35.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:35 smithi094 ceph-mon[112176]: 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-08T03:10:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:35 smithi003 ceph-mon[96088]: 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-08T03:10:36.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:36.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:37.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:37.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:37 smithi094 ceph-mon[112176]: 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-08T03:10:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:37 smithi003 ceph-mon[96088]: 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-08T03:10:38.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:38.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:10:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:10:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:39.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:39.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:39.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: 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-08T03:10:39.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:10:39.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:10:39.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:39.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:39.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:10:39.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:10:39.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:10:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: 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-08T03:10:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:10:39.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:10:39.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:10:40.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:40.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:40 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi094 to 2660M 2023-10-08T03:10:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:40 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1637M 2023-10-08T03:10:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:40 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi094 to 2660M 2023-10-08T03:10:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:40 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1637M 2023-10-08T03:10:41.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:41.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:41 smithi094 ceph-mon[112176]: 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-08T03:10:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:41 smithi003 ceph-mon[96088]: 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-08T03:10:42.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:42.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:43.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:43.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:43 smithi094 ceph-mon[112176]: 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-08T03:10:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:43 smithi003 ceph-mon[96088]: 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-08T03:10:44.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:44.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:45.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:45.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:45 smithi094 ceph-mon[112176]: 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-08T03:10:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:45 smithi003 ceph-mon[96088]: 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-08T03:10:46.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:46.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:47.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:47.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:47 smithi094 ceph-mon[112176]: 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-08T03:10:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:47 smithi003 ceph-mon[96088]: 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-08T03:10:48.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:48.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:49.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:49.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:49.636 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:49 smithi003 ceph-mon[96088]: 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-08T03:10:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:49 smithi094 ceph-mon[112176]: 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-08T03:10:50.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:50.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:51.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:51.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:51 smithi094 ceph-mon[112176]: 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-08T03:10:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:51 smithi003 ceph-mon[96088]: 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-08T03:10:52.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:52.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:53.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:53.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:53 smithi094 ceph-mon[112176]: 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-08T03:10:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:10:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:53 smithi003 ceph-mon[96088]: 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-08T03:10:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:10:54.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:54.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:55.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:55.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:55 smithi094 ceph-mon[112176]: 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-08T03:10:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:55 smithi003 ceph-mon[96088]: 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-08T03:10:56.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:56.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:57 smithi094 ceph-mon[112176]: 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-08T03:10:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:57 smithi003 ceph-mon[96088]: 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-08T03:10:58.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:58.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:59.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:10:59.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:10:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:10:59 smithi094 ceph-mon[112176]: 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-08T03:10:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:10:59 smithi003 ceph-mon[96088]: 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-08T03:11:00.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:00.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:01.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:01.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:01 smithi094 ceph-mon[112176]: 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-08T03:11:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:01 smithi003 ceph-mon[96088]: 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-08T03:11:02.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:02.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:03.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:03.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:03 smithi094 ceph-mon[112176]: 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-08T03:11:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:03 smithi003 ceph-mon[96088]: 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-08T03:11:04.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:04.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:05.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:05.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:05 smithi094 ceph-mon[112176]: 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-08T03:11:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:05 smithi003 ceph-mon[96088]: 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-08T03:11:06.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:06.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:07.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:07.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:07 smithi094 ceph-mon[112176]: 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-08T03:11:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:07 smithi003 ceph-mon[96088]: 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-08T03:11:08.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:08.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:11:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:11:09.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:09.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:09 smithi094 ceph-mon[112176]: 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-08T03:11:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:09 smithi003 ceph-mon[96088]: 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-08T03:11:10.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:10.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:11.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:11.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:11 smithi094 ceph-mon[112176]: 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-08T03:11:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:11 smithi003 ceph-mon[96088]: 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-08T03:11:12.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:12.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:13.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:13.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:13 smithi094 ceph-mon[112176]: 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-08T03:11:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:13 smithi003 ceph-mon[96088]: 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-08T03:11:14.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:14.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:15.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:15.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:15 smithi094 ceph-mon[112176]: 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-08T03:11:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:15 smithi003 ceph-mon[96088]: 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-08T03:11:16.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:16.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:17.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:17.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:17 smithi094 ceph-mon[112176]: 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-08T03:11:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:17 smithi003 ceph-mon[96088]: 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-08T03:11:18.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:18.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:19.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:19.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:19 smithi094 ceph-mon[112176]: 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-08T03:11:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:19 smithi003 ceph-mon[96088]: 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-08T03:11:20.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:20.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:21.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:21.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:21 smithi094 ceph-mon[112176]: 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-08T03:11:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:21 smithi003 ceph-mon[96088]: 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-08T03:11:22.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:22.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:23.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:23.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:23 smithi094 ceph-mon[112176]: 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-08T03:11:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:11:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:23 smithi003 ceph-mon[96088]: 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-08T03:11:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:11:24.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:24.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:25.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:25.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:25 smithi094 ceph-mon[112176]: 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-08T03:11:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:25 smithi003 ceph-mon[96088]: 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-08T03:11:26.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:26.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:27.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:27.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:27 smithi094 ceph-mon[112176]: 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-08T03:11:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:27 smithi003 ceph-mon[96088]: 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-08T03:11:28.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:28.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:29.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:29.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:29.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:29 smithi094 ceph-mon[112176]: 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-08T03:11:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:29 smithi003 ceph-mon[96088]: 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-08T03:11:30.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:30.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:31.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:31.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:31 smithi094 ceph-mon[112176]: 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-08T03:11:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:31 smithi003 ceph-mon[96088]: 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-08T03:11:32.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:32.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:33.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:33.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:33 smithi094 ceph-mon[112176]: 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-08T03:11:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:33 smithi003 ceph-mon[96088]: 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-08T03:11:34.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:34.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:35.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:35.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:35 smithi094 ceph-mon[112176]: 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-08T03:11:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:35 smithi003 ceph-mon[96088]: 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-08T03:11:36.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:36.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:37.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:37.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:37 smithi094 ceph-mon[112176]: 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-08T03:11:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:37 smithi003 ceph-mon[96088]: 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-08T03:11:38.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:38.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:11:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:11:39.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:39.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:39 smithi003 ceph-mon[96088]: 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-08T03:11:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:11:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:39 smithi094 ceph-mon[112176]: 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-08T03:11:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:11:40.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:40.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:11:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:11:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:11:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:11:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:11:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:11:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:11:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:11:41.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:41.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:41 smithi094 ceph-mon[112176]: 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-08T03:11:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:41 smithi003 ceph-mon[96088]: 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-08T03:11:42.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:42.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:43.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:43.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:43 smithi094 ceph-mon[112176]: 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-08T03:11:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:43 smithi003 ceph-mon[96088]: 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-08T03:11:44.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:44.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:45.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:45.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:45 smithi094 ceph-mon[112176]: 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-08T03:11:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:45 smithi003 ceph-mon[96088]: 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-08T03:11:46.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:46.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:47.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:47.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:47 smithi003 ceph-mon[96088]: 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-08T03:11:48.586 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:47 smithi094 ceph-mon[112176]: 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-08T03:11:48.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:48.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:49.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:49.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:49 smithi094 ceph-mon[112176]: 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-08T03:11:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:49 smithi003 ceph-mon[96088]: 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-08T03:11:50.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:50.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:51.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:51.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:51 smithi094 ceph-mon[112176]: 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-08T03:11:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:51 smithi003 ceph-mon[96088]: 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-08T03:11:52.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:52.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:53.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:53.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:53 smithi094 ceph-mon[112176]: 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-08T03:11:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:11:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:53 smithi003 ceph-mon[96088]: 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-08T03:11:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:11:54.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:54.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:55.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:55.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:55 smithi003 ceph-mon[96088]: 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-08T03:11:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:55 smithi094 ceph-mon[112176]: 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-08T03:11:56.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:56.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:57.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:57.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:57 smithi003 ceph-mon[96088]: 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-08T03:11:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:57 smithi094 ceph-mon[112176]: 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-08T03:11:58.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:58.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:59.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:11:59.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:11:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:11:59 smithi094 ceph-mon[112176]: 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-08T03:11:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:11:59 smithi003 ceph-mon[96088]: 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-08T03:12:00.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:00.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:00 smithi003 ceph-mon[96088]: 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-08T03:12:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:00 smithi094 ceph-mon[112176]: 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-08T03:12:01.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:01.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:02.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:02.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:02 smithi003 ceph-mon[96088]: 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-08T03:12:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:02 smithi094 ceph-mon[112176]: 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-08T03:12:03.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:03.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:04.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:04.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:05.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:05.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:05 smithi094 ceph-mon[112176]: 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-08T03:12:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:05 smithi003 ceph-mon[96088]: 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-08T03:12:06.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:06.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:07.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:07.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:07 smithi094 ceph-mon[112176]: 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-08T03:12:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:07 smithi003 ceph-mon[96088]: 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-08T03:12:08.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:08.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:12:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:12:09.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:09.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:09 smithi094 ceph-mon[112176]: 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-08T03:12:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:09 smithi003 ceph-mon[96088]: 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-08T03:12:10.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:10.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:11.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:11.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:11 smithi094 ceph-mon[112176]: 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-08T03:12:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:11 smithi003 ceph-mon[96088]: 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-08T03:12:12.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:12.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:13.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:13.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:13 smithi094 ceph-mon[112176]: 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-08T03:12:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:13 smithi003 ceph-mon[96088]: 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-08T03:12:14.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:14.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:15.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:15.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:15.609 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:15 smithi003 ceph-mon[96088]: 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-08T03:12:15.638 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:15 smithi094 ceph-mon[112176]: 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-08T03:12:16.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:16.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:17.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:17.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:17 smithi094 ceph-mon[112176]: 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-08T03:12:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:17 smithi003 ceph-mon[96088]: 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-08T03:12:18.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:18.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:19.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:19.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:19 smithi094 ceph-mon[112176]: 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-08T03:12:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:19 smithi003 ceph-mon[96088]: 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-08T03:12:20.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:20.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:21.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:21.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:21 smithi094 ceph-mon[112176]: 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-08T03:12:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:21 smithi003 ceph-mon[96088]: 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-08T03:12:22.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:22.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:23.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:23.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:23 smithi094 ceph-mon[112176]: 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-08T03:12:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:12:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:23 smithi003 ceph-mon[96088]: 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-08T03:12:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:12:24.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:24.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:25.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:25.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:25 smithi094 ceph-mon[112176]: 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-08T03:12:25.724 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:25 smithi003 ceph-mon[96088]: 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-08T03:12:26.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:26.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:27.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:27.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:27 smithi094 ceph-mon[112176]: 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-08T03:12:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:27 smithi003 ceph-mon[96088]: 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-08T03:12:28.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:28.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:29.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:29.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:29 smithi094 ceph-mon[112176]: 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-08T03:12:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:29 smithi003 ceph-mon[96088]: 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-08T03:12:30.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:30.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:31.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:31.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:31 smithi094 ceph-mon[112176]: 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-08T03:12:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:31 smithi003 ceph-mon[96088]: 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-08T03:12:32.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:32.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:33.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:33.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:33 smithi094 ceph-mon[112176]: 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-08T03:12:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:33 smithi003 ceph-mon[96088]: 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-08T03:12:34.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:34.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:35.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:35.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:35 smithi094 ceph-mon[112176]: 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-08T03:12:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:35 smithi003 ceph-mon[96088]: 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-08T03:12:36.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:36.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:37.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:37.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:37 smithi094 ceph-mon[112176]: 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-08T03:12:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:37 smithi003 ceph-mon[96088]: 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-08T03:12:38.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:38.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:12:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:12:39.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:39.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:39 smithi094 ceph-mon[112176]: 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-08T03:12:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:39 smithi003 ceph-mon[96088]: 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-08T03:12:40.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:40.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:12:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:12:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:12:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:12:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:12:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:12:41.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:41.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:41 smithi094 ceph-mon[112176]: 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-08T03:12:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:41 smithi003 ceph-mon[96088]: 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-08T03:12:42.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:42.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:43.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:43.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:43 smithi094 ceph-mon[112176]: 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-08T03:12:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:43 smithi003 ceph-mon[96088]: 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-08T03:12:44.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:44.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:45.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:45.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:45 smithi094 ceph-mon[112176]: 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-08T03:12:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:45 smithi003 ceph-mon[96088]: 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-08T03:12:46.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:46.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:47.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:47.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:47 smithi094 ceph-mon[112176]: 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-08T03:12:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:47 smithi003 ceph-mon[96088]: 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-08T03:12:48.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:48.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:49.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:49.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:49 smithi094 ceph-mon[112176]: 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-08T03:12:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:49 smithi003 ceph-mon[96088]: 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-08T03:12:50.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:50.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:51.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:51.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:51 smithi094 ceph-mon[112176]: 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-08T03:12:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:51 smithi003 ceph-mon[96088]: 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-08T03:12:52.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:52.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:53.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:53.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:53 smithi094 ceph-mon[112176]: 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-08T03:12:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:12:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:53 smithi003 ceph-mon[96088]: 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-08T03:12:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:12:54.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:54.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:55.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:55.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:55 smithi094 ceph-mon[112176]: 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-08T03:12:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:55 smithi003 ceph-mon[96088]: 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-08T03:12:56.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:56.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:57.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:57.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:57 smithi094 ceph-mon[112176]: 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-08T03:12:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:57 smithi003 ceph-mon[96088]: 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-08T03:12:58.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:58.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:59.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:12:59.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:12:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:12:59 smithi094 ceph-mon[112176]: 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-08T03:12:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:12:59 smithi003 ceph-mon[96088]: 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-08T03:13:00.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:00.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:01.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:01.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:01 smithi094 ceph-mon[112176]: 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-08T03:13:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:01 smithi003 ceph-mon[96088]: 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-08T03:13:02.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:02.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:03.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:03.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:03 smithi003 ceph-mon[96088]: 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-08T03:13:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:03 smithi094 ceph-mon[112176]: 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-08T03:13:04.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:04.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:05.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:05.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:05 smithi003 ceph-mon[96088]: 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-08T03:13:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:05 smithi094 ceph-mon[112176]: 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-08T03:13:06.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:06.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:07.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:07.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:07 smithi003 ceph-mon[96088]: 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-08T03:13:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:07 smithi094 ceph-mon[112176]: 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-08T03:13:08.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:08.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:09.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:09.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:09 smithi003 ceph-mon[96088]: 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-08T03:13:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:09 smithi094 ceph-mon[112176]: 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-08T03:13:10.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:10.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:11.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:11.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:11 smithi094 ceph-mon[112176]: 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-08T03:13:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:11 smithi003 ceph-mon[96088]: 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-08T03:13:12.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:12.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:13.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:13.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:13 smithi003 ceph-mon[96088]: 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-08T03:13:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:13 smithi094 ceph-mon[112176]: 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-08T03:13:14.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:14.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:15.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:15.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:15 smithi003 ceph-mon[96088]: 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-08T03:13:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:15 smithi094 ceph-mon[112176]: 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-08T03:13:16.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:16.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:17.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:17.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:17 smithi003 ceph-mon[96088]: 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-08T03:13:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:17 smithi094 ceph-mon[112176]: 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-08T03:13:18.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:18.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:19.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:19.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:19 smithi003 ceph-mon[96088]: 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-08T03:13:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:19 smithi094 ceph-mon[112176]: 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-08T03:13:20.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:20.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:21.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:21.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:21 smithi094 ceph-mon[112176]: 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-08T03:13:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:21 smithi003 ceph-mon[96088]: 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-08T03:13:22.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:22.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:23.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:23.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:23 smithi003 ceph-mon[96088]: 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-08T03:13:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:23 smithi094 ceph-mon[112176]: 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-08T03:13:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:24.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:24.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:25.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:25.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:25 smithi003 ceph-mon[96088]: 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-08T03:13:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:25 smithi094 ceph-mon[112176]: 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-08T03:13:26.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:26.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:27.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:27.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:27 smithi003 ceph-mon[96088]: 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-08T03:13:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:27 smithi094 ceph-mon[112176]: 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-08T03:13:28.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:28.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:29.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:29.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:29 smithi003 ceph-mon[96088]: 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-08T03:13:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:29 smithi094 ceph-mon[112176]: 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-08T03:13:30.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:30.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:31.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:31.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:31 smithi003 ceph-mon[96088]: 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-08T03:13:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:31 smithi094 ceph-mon[112176]: 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-08T03:13:32.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:32.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:33.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:33.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:33 smithi003 ceph-mon[96088]: 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-08T03:13:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:33 smithi094 ceph-mon[112176]: 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-08T03:13:34.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:34.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:35.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:35.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:35 smithi003 ceph-mon[96088]: 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-08T03:13:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:35 smithi094 ceph-mon[112176]: 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-08T03:13:36.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:36.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:37.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:37.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:37 smithi003 ceph-mon[96088]: 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-08T03:13:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:37 smithi094 ceph-mon[112176]: 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-08T03:13:38.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:38.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:39.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:39.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:39 smithi003 ceph-mon[96088]: 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-08T03:13:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:39 smithi094 ceph-mon[112176]: 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-08T03:13:40.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:40.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:41.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:41.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:41 smithi094 ceph-mon[112176]: 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-08T03:13:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:41 smithi003 ceph-mon[96088]: 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-08T03:13:42.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:42.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:43.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:43.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:43 smithi094 ceph-mon[112176]: 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-08T03:13:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:13:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:13:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:43 smithi003 ceph-mon[96088]: 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-08T03:13:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:13:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:13:44.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:44.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:13:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:13:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:13:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:13:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:13:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:13:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:13:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:13:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:13:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:13:45.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:45.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:45 smithi094 ceph-mon[112176]: 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-08T03:13:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:45 smithi003 ceph-mon[96088]: 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-08T03:13:46.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:46.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:46 smithi094 ceph-mon[112176]: 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-08T03:13:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:46 smithi003 ceph-mon[96088]: 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-08T03:13:47.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:47.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:48.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:48.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:49 smithi094 ceph-mon[112176]: 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-08T03:13:49.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:49.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:49 smithi003 ceph-mon[96088]: 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-08T03:13:50.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:50.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:51.632 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:51 smithi094 ceph-mon[112176]: 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-08T03:13:51.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:51 smithi003 ceph-mon[96088]: 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-08T03:13:51.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:51.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:52.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:52.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:53 smithi094 ceph-mon[112176]: 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-08T03:13:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:53.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:53.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:53 smithi003 ceph-mon[96088]: 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-08T03:13:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:54.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:54.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:55 smithi094 ceph-mon[112176]: 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-08T03:13:55.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:55.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:55 smithi003 ceph-mon[96088]: 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-08T03:13:56.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:56.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:57 smithi094 ceph-mon[112176]: 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-08T03:13:57.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:57.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:57 smithi003 ceph-mon[96088]: 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-08T03:13:58.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:58.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:13:59 smithi094 ceph-mon[112176]: 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-08T03:13:59.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:13:59.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:13:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:13:59 smithi003 ceph-mon[96088]: 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-08T03:14:00.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:00.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:01 smithi094 ceph-mon[112176]: 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-08T03:14:01.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:01.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:01 smithi003 ceph-mon[96088]: 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-08T03:14:02.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:02.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:03 smithi094 ceph-mon[112176]: 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-08T03:14:03.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:03.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:03 smithi003 ceph-mon[96088]: 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-08T03:14:04.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:04.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:05 smithi094 ceph-mon[112176]: 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-08T03:14:05.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:05.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:05 smithi003 ceph-mon[96088]: 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-08T03:14:06.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:06.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:07 smithi094 ceph-mon[112176]: 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-08T03:14:07.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:07.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:07 smithi003 ceph-mon[96088]: 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-08T03:14:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:08.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:08.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:09 smithi094 ceph-mon[112176]: 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-08T03:14:09.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:09.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:09 smithi003 ceph-mon[96088]: 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-08T03:14:10.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:10.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:11 smithi094 ceph-mon[112176]: 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-08T03:14:11.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:11.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:11 smithi003 ceph-mon[96088]: 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-08T03:14:12.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:12.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:13 smithi094 ceph-mon[112176]: 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-08T03:14:13.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:13.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:13 smithi003 ceph-mon[96088]: 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-08T03:14:14.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:14.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:15 smithi094 ceph-mon[112176]: 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-08T03:14:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:15 smithi003 ceph-mon[96088]: 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-08T03:14:15.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:15.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:16.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:16.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:17 smithi094 ceph-mon[112176]: 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-08T03:14:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:17 smithi003 ceph-mon[96088]: 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-08T03:14:17.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:17.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:18.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:18.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:19 smithi094 ceph-mon[112176]: 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-08T03:14:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:19 smithi003 ceph-mon[96088]: 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-08T03:14:19.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:19.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:20.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:20.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:21 smithi094 ceph-mon[112176]: 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-08T03:14:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:21 smithi003 ceph-mon[96088]: 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-08T03:14:21.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:21.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:22.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:22.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:23 smithi094 ceph-mon[112176]: 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-08T03:14:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:23 smithi003 ceph-mon[96088]: 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-08T03:14:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:23.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:23.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:24.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:24.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:25 smithi094 ceph-mon[112176]: 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-08T03:14:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:25 smithi003 ceph-mon[96088]: 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-08T03:14:25.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:25.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:26.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:26.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:27 smithi094 ceph-mon[112176]: 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-08T03:14:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:27 smithi003 ceph-mon[96088]: 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-08T03:14:27.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:27.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:28.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:28.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:29 smithi094 ceph-mon[112176]: 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-08T03:14:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:29 smithi003 ceph-mon[96088]: 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-08T03:14:29.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:29.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:30.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:30.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:31 smithi094 ceph-mon[112176]: 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-08T03:14:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:31 smithi003 ceph-mon[96088]: 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-08T03:14:31.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:31.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:32.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:32.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:33 smithi094 ceph-mon[112176]: 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-08T03:14:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:33 smithi003 ceph-mon[96088]: 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-08T03:14:33.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:33.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:34.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:34.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:35 smithi094 ceph-mon[112176]: 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-08T03:14:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:35 smithi003 ceph-mon[96088]: 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-08T03:14:35.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:35.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:36.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:36.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:37 smithi003 ceph-mon[96088]: 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-08T03:14:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:37 smithi094 ceph-mon[112176]: 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-08T03:14:37.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:37.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:38.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:38.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:39 smithi003 ceph-mon[96088]: 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-08T03:14:39.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:39.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:39 smithi094 ceph-mon[112176]: 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-08T03:14:40.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:40.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:41 smithi003 ceph-mon[96088]: 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-08T03:14:41.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:41.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:41 smithi094 ceph-mon[112176]: 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-08T03:14:42.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:42.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:43 smithi003 ceph-mon[96088]: 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-08T03:14:43.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:43.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:43 smithi094 ceph-mon[112176]: 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-08T03:14:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:14:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:14:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:14:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:14:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:14:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:14:44.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:44.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:14:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:14:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:14:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:14:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:14:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:14:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:45 smithi003 ceph-mon[96088]: 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-08T03:14:45.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:45.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:45 smithi094 ceph-mon[112176]: 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-08T03:14:46.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:46.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:47 smithi094 ceph-mon[112176]: 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-08T03:14:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:47 smithi003 ceph-mon[96088]: 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-08T03:14:47.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:47.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:48.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:48.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:49 smithi003 ceph-mon[96088]: 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-08T03:14:49.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:49.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:49 smithi094 ceph-mon[112176]: 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-08T03:14:50.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:50.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:51 smithi003 ceph-mon[96088]: 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-08T03:14:51.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:51.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:51 smithi094 ceph-mon[112176]: 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-08T03:14:52.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:52.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:53 smithi003 ceph-mon[96088]: 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-08T03:14:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:53.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:53.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:53 smithi094 ceph-mon[112176]: 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-08T03:14:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:54.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:54.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:55 smithi003 ceph-mon[96088]: 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-08T03:14:55.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:55.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:55 smithi094 ceph-mon[112176]: 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-08T03:14:56.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:56.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:57 smithi094 ceph-mon[112176]: 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-08T03:14:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:57 smithi003 ceph-mon[96088]: 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-08T03:14:57.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:57.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:58.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:58.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:14:59 smithi003 ceph-mon[96088]: 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-08T03:14:59.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:14:59.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:14:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:14:59 smithi094 ceph-mon[112176]: 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-08T03:15:00.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:00.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:01 smithi003 ceph-mon[96088]: 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-08T03:15:01.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:01.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:01 smithi094 ceph-mon[112176]: 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-08T03:15:02.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:02.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:03 smithi003 ceph-mon[96088]: 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-08T03:15:03.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:03.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:03 smithi094 ceph-mon[112176]: 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-08T03:15:04.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:04.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:05 smithi003 ceph-mon[96088]: 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-08T03:15:05.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:05.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:05 smithi094 ceph-mon[112176]: 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-08T03:15:06.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:06.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:07 smithi003 ceph-mon[96088]: 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-08T03:15:07.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:07.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:07 smithi094 ceph-mon[112176]: 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-08T03:15:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:08.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:08.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:09 smithi003 ceph-mon[96088]: 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-08T03:15:09.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:09.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:09 smithi094 ceph-mon[112176]: 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-08T03:15:10.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:10.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:11 smithi003 ceph-mon[96088]: 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-08T03:15:11.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:11.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:11 smithi094 ceph-mon[112176]: 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-08T03:15:12.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:12.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:13.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:13.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:13 smithi094 ceph-mon[112176]: 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-08T03:15:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:13 smithi003 ceph-mon[96088]: 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-08T03:15:14.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:14.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:15.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:15.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:15 smithi094 ceph-mon[112176]: 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-08T03:15:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:15 smithi003 ceph-mon[96088]: 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-08T03:15:16.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:16.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:17.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:17.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:17 smithi003 ceph-mon[96088]: 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-08T03:15:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:17 smithi094 ceph-mon[112176]: 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-08T03:15:18.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:18.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:19.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:19.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:19 smithi094 ceph-mon[112176]: 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-08T03:15:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:19 smithi003 ceph-mon[96088]: 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-08T03:15:20.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:20.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:21.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:21.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:21 smithi094 ceph-mon[112176]: 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-08T03:15:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:21 smithi003 ceph-mon[96088]: 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-08T03:15:22.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:22.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:23.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:23.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:23 smithi094 ceph-mon[112176]: 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-08T03:15:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:23 smithi003 ceph-mon[96088]: 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-08T03:15:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:24.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:24.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:25.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:25.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:25 smithi094 ceph-mon[112176]: 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-08T03:15:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:25 smithi003 ceph-mon[96088]: 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-08T03:15:26.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:26.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:27.782 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:27 smithi003 ceph-mon[96088]: 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-08T03:15:27.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:27.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:27 smithi094 ceph-mon[112176]: 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-08T03:15:28.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:28.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:29.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:29.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:29 smithi094 ceph-mon[112176]: 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-08T03:15:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:29 smithi003 ceph-mon[96088]: 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-08T03:15:30.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:30.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:31.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:31.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:31 smithi094 ceph-mon[112176]: 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-08T03:15:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:31 smithi003 ceph-mon[96088]: 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-08T03:15:32.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:32.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:33.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:33.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:33 smithi094 ceph-mon[112176]: 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-08T03:15:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:33 smithi003 ceph-mon[96088]: 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-08T03:15:34.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:34.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:35.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:35.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:35 smithi094 ceph-mon[112176]: 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-08T03:15:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:35 smithi003 ceph-mon[96088]: 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-08T03:15:36.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:36.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:37 smithi003 ceph-mon[96088]: 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-08T03:15:37.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:37.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:37 smithi094 ceph-mon[112176]: 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-08T03:15:38.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:38.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:39.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:39.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:39 smithi094 ceph-mon[112176]: 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-08T03:15:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:39 smithi003 ceph-mon[96088]: 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-08T03:15:40.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:40.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:41.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:41.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:41 smithi094 ceph-mon[112176]: 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-08T03:15:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:41 smithi003 ceph-mon[96088]: 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-08T03:15:42.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:42.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:43.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:43.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:43 smithi094 ceph-mon[112176]: 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-08T03:15:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:43 smithi003 ceph-mon[96088]: 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-08T03:15:44.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:44.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:15:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:15:45.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:45.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:45 smithi094 ceph-mon[112176]: 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-08T03:15:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:45 smithi003 ceph-mon[96088]: 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-08T03:15:46.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:46.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:47.835 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:47 smithi094 ceph-mon[112176]: 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-08T03:15:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:47 smithi003 ceph-mon[96088]: 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-08T03:15:47.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:47.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:48.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:48.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:49.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:49.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:49 smithi094 ceph-mon[112176]: 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-08T03:15:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:15:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:15:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:49 smithi003 ceph-mon[96088]: 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-08T03:15:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:15:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:15:50.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:50.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:15:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:15:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:15:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:15:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:15:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:15:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:15:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:15:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:15:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:15:51.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:51.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:51 smithi094 ceph-mon[112176]: 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-08T03:15:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:51 smithi003 ceph-mon[96088]: 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-08T03:15:52.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:52.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:53.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:53.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:53 smithi094 ceph-mon[112176]: 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-08T03:15:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:53 smithi003 ceph-mon[96088]: 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-08T03:15:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:54.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:54.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:54 smithi094 ceph-mon[112176]: 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-08T03:15:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:54 smithi003 ceph-mon[96088]: 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-08T03:15:55.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:55.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:56.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:56.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:57 smithi094 ceph-mon[112176]: 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-08T03:15:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:57 smithi003 ceph-mon[96088]: 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-08T03:15:57.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:57.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:58.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:58.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:15:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:15:59 smithi094 ceph-mon[112176]: 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-08T03:15:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:15:59 smithi003 ceph-mon[96088]: 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-08T03:15:59.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:15:59.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:00.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:00.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:01 smithi094 ceph-mon[112176]: 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-08T03:16:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:01 smithi003 ceph-mon[96088]: 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-08T03:16:01.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:01.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:02.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:02.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:03 smithi003 ceph-mon[96088]: 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-08T03:16:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:03 smithi094 ceph-mon[112176]: 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-08T03:16:03.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:03.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:04.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:04.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:05 smithi094 ceph-mon[112176]: 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-08T03:16:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:05 smithi003 ceph-mon[96088]: 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-08T03:16:05.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:05.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:06.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:06.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:07 smithi094 ceph-mon[112176]: 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-08T03:16:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:07 smithi003 ceph-mon[96088]: 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-08T03:16:07.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:07.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:08.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:08.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:09 smithi094 ceph-mon[112176]: 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-08T03:16:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:09 smithi003 ceph-mon[96088]: 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-08T03:16:09.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:09.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:10.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:10.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:11 smithi094 ceph-mon[112176]: 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-08T03:16:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:11 smithi003 ceph-mon[96088]: 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-08T03:16:11.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:11.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:12.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:12.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:13 smithi094 ceph-mon[112176]: 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-08T03:16:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:13 smithi003 ceph-mon[96088]: 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-08T03:16:13.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:13.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:14.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:14.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:15 smithi094 ceph-mon[112176]: 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-08T03:16:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:15 smithi003 ceph-mon[96088]: 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-08T03:16:15.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:15.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:16.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:16.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:17 smithi094 ceph-mon[112176]: 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-08T03:16:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:17 smithi003 ceph-mon[96088]: 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-08T03:16:17.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:17.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:18.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:18.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:19 smithi094 ceph-mon[112176]: 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-08T03:16:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:19 smithi003 ceph-mon[96088]: 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-08T03:16:19.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:19.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:20.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:20.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:21 smithi094 ceph-mon[112176]: 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-08T03:16:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:21 smithi003 ceph-mon[96088]: 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-08T03:16:21.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:21.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:22.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:22.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:23 smithi094 ceph-mon[112176]: 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-08T03:16:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:23 smithi003 ceph-mon[96088]: 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-08T03:16:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:23.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:23.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:24.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:24.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:25 smithi094 ceph-mon[112176]: 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-08T03:16:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:25 smithi003 ceph-mon[96088]: 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-08T03:16:25.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:25.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:26.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:26.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:27 smithi094 ceph-mon[112176]: 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-08T03:16:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:27 smithi003 ceph-mon[96088]: 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-08T03:16:27.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:27.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:28.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:28.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:29 smithi094 ceph-mon[112176]: 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-08T03:16:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:29 smithi003 ceph-mon[96088]: 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-08T03:16:29.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:29.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:30.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:30.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:31 smithi094 ceph-mon[112176]: 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-08T03:16:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:31 smithi003 ceph-mon[96088]: 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-08T03:16:31.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:31.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:32.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:32.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:33 smithi094 ceph-mon[112176]: 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-08T03:16:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:33 smithi003 ceph-mon[96088]: 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-08T03:16:33.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:33.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:34.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:34.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:35 smithi003 ceph-mon[96088]: 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-08T03:16:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:35 smithi094 ceph-mon[112176]: 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-08T03:16:35.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:35.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:36.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:36.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:37 smithi003 ceph-mon[96088]: 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-08T03:16:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:37 smithi094 ceph-mon[112176]: 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-08T03:16:37.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:37.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:38.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:38.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:39 smithi003 ceph-mon[96088]: 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-08T03:16:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:39 smithi094 ceph-mon[112176]: 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-08T03:16:39.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:39.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:40.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:40.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:41 smithi003 ceph-mon[96088]: 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-08T03:16:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:41 smithi094 ceph-mon[112176]: 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-08T03:16:41.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:41.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:42.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:42.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:43 smithi094 ceph-mon[112176]: 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-08T03:16:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:43 smithi003 ceph-mon[96088]: 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-08T03:16:43.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:43.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:44.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:44.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:45 smithi003 ceph-mon[96088]: 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-08T03:16:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:45 smithi094 ceph-mon[112176]: 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-08T03:16:45.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:45.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:46.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:47.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:47 smithi003 ceph-mon[96088]: 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-08T03:16:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:47 smithi094 ceph-mon[112176]: 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-08T03:16:47.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:47.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:48.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:48.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:49 smithi003 ceph-mon[96088]: 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-08T03:16:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:49 smithi094 ceph-mon[112176]: 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-08T03:16:49.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:49.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:16:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:16:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:16:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:16:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:16:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:16:50.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:50.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:51 smithi003 ceph-mon[96088]: 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-08T03:16:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:16:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:16:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:16:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:16:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:16:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:51 smithi094 ceph-mon[112176]: 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-08T03:16:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:16:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:16:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:16:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:16:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:16:51.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:51.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:52.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:52.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:53 smithi003 ceph-mon[96088]: 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-08T03:16:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:53 smithi094 ceph-mon[112176]: 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-08T03:16:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:53.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:53.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:55.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:55.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:55 smithi003 ceph-mon[96088]: 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-08T03:16:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:55 smithi094 ceph-mon[112176]: 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-08T03:16:56.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:56.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:57.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:57.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:57 smithi003 ceph-mon[96088]: 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-08T03:16:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:57 smithi094 ceph-mon[112176]: 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-08T03:16:58.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:58.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:59.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:16:59.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:16:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:16:59 smithi003 ceph-mon[96088]: 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-08T03:16:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:16:59 smithi094 ceph-mon[112176]: 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-08T03:17:00.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:00.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:01.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:01.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:01 smithi003 ceph-mon[96088]: 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-08T03:17:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:01 smithi094 ceph-mon[112176]: 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-08T03:17:02.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:02.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:03.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:03.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:03.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:03 smithi003 ceph-mon[96088]: 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-08T03:17:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:03 smithi094 ceph-mon[112176]: 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-08T03:17:04.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:04.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:05.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:05.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:05 smithi003 ceph-mon[96088]: 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-08T03:17:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:05 smithi094 ceph-mon[112176]: 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-08T03:17:06.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:06.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:07.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:07.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:07 smithi003 ceph-mon[96088]: 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-08T03:17:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:07 smithi094 ceph-mon[112176]: 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-08T03:17:08.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:08.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:08.926 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:09.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:09.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:09 smithi094 ceph-mon[112176]: 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-08T03:17:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:09 smithi003 ceph-mon[96088]: 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-08T03:17:10.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:10.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:11.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:11.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:11 smithi094 ceph-mon[112176]: 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-08T03:17:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:11 smithi003 ceph-mon[96088]: 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-08T03:17:12.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:12.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:13.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:13.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:13 smithi094 ceph-mon[112176]: 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-08T03:17:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:13 smithi003 ceph-mon[96088]: 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-08T03:17:14.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:14.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:15.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:15.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:15 smithi094 ceph-mon[112176]: 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-08T03:17:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:15 smithi003 ceph-mon[96088]: 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-08T03:17:16.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:16.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:17.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:17.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:17.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:17 smithi003 ceph-mon[96088]: 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-08T03:17:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:17 smithi094 ceph-mon[112176]: 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-08T03:17:18.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:18.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:19.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:19.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:19 smithi094 ceph-mon[112176]: 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-08T03:17:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:19 smithi003 ceph-mon[96088]: 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-08T03:17:20.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:20.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:21.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:21.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:21 smithi094 ceph-mon[112176]: 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-08T03:17:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:21 smithi003 ceph-mon[96088]: 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-08T03:17:22.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:22.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:23.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:23.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:23.827 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:23 smithi094 ceph-mon[112176]: 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-08T03:17:23.827 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:23 smithi003 ceph-mon[96088]: 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-08T03:17:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:24.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:24.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:25.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:25.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:25 smithi094 ceph-mon[112176]: 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-08T03:17:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:25 smithi003 ceph-mon[96088]: 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-08T03:17:26.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:26.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:27.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:27.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:27 smithi003 ceph-mon[96088]: 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-08T03:17:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:27 smithi094 ceph-mon[112176]: 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-08T03:17:28.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:28.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:29.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:29.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:29 smithi094 ceph-mon[112176]: 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-08T03:17:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:29 smithi003 ceph-mon[96088]: 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-08T03:17:30.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:30.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:31.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:31.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:31 smithi094 ceph-mon[112176]: 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-08T03:17:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:31 smithi003 ceph-mon[96088]: 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-08T03:17:32.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:32.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:33.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:33.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:33 smithi094 ceph-mon[112176]: 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-08T03:17:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:33 smithi003 ceph-mon[96088]: 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-08T03:17:34.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:34.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:35.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:35.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:35 smithi094 ceph-mon[112176]: 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-08T03:17:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:35 smithi003 ceph-mon[96088]: 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-08T03:17:36.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:36.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:37.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:37.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:37 smithi003 ceph-mon[96088]: 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-08T03:17:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:37 smithi094 ceph-mon[112176]: 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-08T03:17:38.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:38.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:39.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:39.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:39 smithi094 ceph-mon[112176]: 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-08T03:17:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:39 smithi003 ceph-mon[96088]: 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-08T03:17:40.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:40.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:41.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:41.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:41 smithi094 ceph-mon[112176]: 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-08T03:17:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:41 smithi003 ceph-mon[96088]: 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-08T03:17:42.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:42.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:43.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:43.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:43 smithi094 ceph-mon[112176]: 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-08T03:17:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:43 smithi003 ceph-mon[96088]: 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-08T03:17:44.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:44.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:45.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:45.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:45 smithi094 ceph-mon[112176]: 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-08T03:17:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:45 smithi003 ceph-mon[96088]: 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-08T03:17:46.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:46.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:47.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:47.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:47 smithi003 ceph-mon[96088]: 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-08T03:17:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:47 smithi094 ceph-mon[112176]: 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-08T03:17:48.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:48.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:49.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:49.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:49 smithi003 ceph-mon[96088]: 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-08T03:17:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:49 smithi094 ceph-mon[112176]: 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-08T03:17:50.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:50.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:51.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:51.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:51 smithi094 ceph-mon[112176]: 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-08T03:17:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:17:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:17:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:17:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:17:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:17:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:17:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:51 smithi003 ceph-mon[96088]: 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-08T03:17:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:17:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:17:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:17:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:17:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:17:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:17:52.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:52.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:53.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:53.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:53 smithi094 ceph-mon[112176]: 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-08T03:17:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:53 smithi003 ceph-mon[96088]: 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-08T03:17:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:54.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:54.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:55.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:55.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:55 smithi094 ceph-mon[112176]: 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-08T03:17:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:55 smithi003 ceph-mon[96088]: 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-08T03:17:56.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:56.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:57.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:57.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:57 smithi003 ceph-mon[96088]: 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-08T03:17:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:57 smithi094 ceph-mon[112176]: 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-08T03:17:58.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:58.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:59.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:17:59.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:17:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:17:59 smithi094 ceph-mon[112176]: 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-08T03:17:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:17:59 smithi003 ceph-mon[96088]: 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-08T03:18:00.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:00.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:01.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:01.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:01 smithi094 ceph-mon[112176]: 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-08T03:18:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:01 smithi003 ceph-mon[96088]: 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-08T03:18:02.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:02.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:03.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:03.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:03 smithi094 ceph-mon[112176]: 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-08T03:18:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:03 smithi003 ceph-mon[96088]: 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-08T03:18:04.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:04.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:05.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:05.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:05 smithi094 ceph-mon[112176]: 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-08T03:18:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:05 smithi003 ceph-mon[96088]: 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-08T03:18:06.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:06.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:07.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:07.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:07 smithi003 ceph-mon[96088]: 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-08T03:18:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:07 smithi094 ceph-mon[112176]: 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-08T03:18:08.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:08.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:08 smithi094 ceph-mon[112176]: 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-08T03:18:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:08 smithi003 ceph-mon[96088]: 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-08T03:18:09.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:09.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:10.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:10.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:11.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:11.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:11 smithi094 ceph-mon[112176]: 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-08T03:18:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:11 smithi003 ceph-mon[96088]: 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-08T03:18:12.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:12.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:13.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:13.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:13 smithi094 ceph-mon[112176]: 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-08T03:18:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:13 smithi003 ceph-mon[96088]: 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-08T03:18:14.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:14.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:15.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:15.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:15 smithi094 ceph-mon[112176]: 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-08T03:18:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:15 smithi003 ceph-mon[96088]: 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-08T03:18:16.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:16.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:17.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:17.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:17 smithi094 ceph-mon[112176]: 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-08T03:18:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:17 smithi003 ceph-mon[96088]: 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-08T03:18:18.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:18.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:19.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:19.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:19 smithi094 ceph-mon[112176]: 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-08T03:18:19.727 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:19 smithi003 ceph-mon[96088]: 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-08T03:18:20.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:20.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:21.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:21.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:21 smithi094 ceph-mon[112176]: 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-08T03:18:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:21 smithi003 ceph-mon[96088]: 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-08T03:18:22.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:22.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:23.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:23.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:23 smithi094 ceph-mon[112176]: 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-08T03:18:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:23 smithi003 ceph-mon[96088]: 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-08T03:18:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:24.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:24.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:25.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:25.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:25 smithi094 ceph-mon[112176]: 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-08T03:18:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:25 smithi003 ceph-mon[96088]: 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-08T03:18:26.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:26.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:27.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:27.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:27 smithi003 ceph-mon[96088]: 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-08T03:18:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:27 smithi094 ceph-mon[112176]: 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-08T03:18:28.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:28.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:29.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:29.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:29 smithi003 ceph-mon[96088]: 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-08T03:18:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:29 smithi094 ceph-mon[112176]: 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-08T03:18:30.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:30.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:31.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:31.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:31 smithi003 ceph-mon[96088]: 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-08T03:18:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:31 smithi094 ceph-mon[112176]: 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-08T03:18:32.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:32.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:33.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:33.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:33 smithi003 ceph-mon[96088]: 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-08T03:18:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:33 smithi094 ceph-mon[112176]: 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-08T03:18:34.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:34.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:35.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:35.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:35 smithi003 ceph-mon[96088]: 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-08T03:18:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:35 smithi094 ceph-mon[112176]: 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-08T03:18:36.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:36.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:37.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:37.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:37 smithi003 ceph-mon[96088]: 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-08T03:18:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:37 smithi094 ceph-mon[112176]: 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-08T03:18:38.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:38.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:39.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:39.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:39 smithi003 ceph-mon[96088]: 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-08T03:18:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:39 smithi094 ceph-mon[112176]: 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-08T03:18:40.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:40.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:41.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:41.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:41 smithi003 ceph-mon[96088]: 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-08T03:18:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:41 smithi094 ceph-mon[112176]: 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-08T03:18:42.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:42.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:43.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:43.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:43 smithi003 ceph-mon[96088]: 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-08T03:18:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:43 smithi094 ceph-mon[112176]: 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-08T03:18:44.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:44.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:45.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:45.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:45 smithi003 ceph-mon[96088]: 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-08T03:18:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:45 smithi094 ceph-mon[112176]: 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-08T03:18:46.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:46.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:47.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:47.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:47 smithi003 ceph-mon[96088]: 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-08T03:18:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:47 smithi094 ceph-mon[112176]: 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-08T03:18:48.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:48.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:49.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:49.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:49.718 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:49 smithi094 ceph-mon[112176]: 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-08T03:18:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:49 smithi003 ceph-mon[96088]: 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-08T03:18:50.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:50.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:51.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:51.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:51 smithi003 ceph-mon[96088]: 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-08T03:18:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:18:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:51 smithi094 ceph-mon[112176]: 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-08T03:18:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:18:52.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:52.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:18:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:18:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:52 smithi003 ceph-mon[96088]: 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-08T03:18:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:18:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:18:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:18:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:18:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:18:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:18:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:18:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:52 smithi094 ceph-mon[112176]: 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-08T03:18:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:18:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:18:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:18:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:18:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:18:53.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:53.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:54.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:54.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:54 smithi003 ceph-mon[96088]: 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-08T03:18:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:54 smithi094 ceph-mon[112176]: 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-08T03:18:55.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:55.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:56.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:56.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:57.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:57.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:57 smithi094 ceph-mon[112176]: 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-08T03:18:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:57 smithi003 ceph-mon[96088]: 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-08T03:18:58.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:58.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:59.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:18:59.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:18:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:18:59 smithi094 ceph-mon[112176]: 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-08T03:18:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:18:59 smithi003 ceph-mon[96088]: 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-08T03:19:00.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:00.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:01.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:01.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:01 smithi094 ceph-mon[112176]: 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-08T03:19:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:01 smithi003 ceph-mon[96088]: 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-08T03:19:02.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:02.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:03.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:03.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:03 smithi094 ceph-mon[112176]: 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-08T03:19:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:03 smithi003 ceph-mon[96088]: 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-08T03:19:04.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:04.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:05.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:05.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:05 smithi094 ceph-mon[112176]: 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-08T03:19:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:05 smithi003 ceph-mon[96088]: 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-08T03:19:06.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:06.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:07.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:07.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:07 smithi094 ceph-mon[112176]: 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-08T03:19:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:07 smithi003 ceph-mon[96088]: 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-08T03:19:08.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:08.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:09.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:09.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:09 smithi003 ceph-mon[96088]: 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-08T03:19:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:09 smithi094 ceph-mon[112176]: 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-08T03:19:10.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:10.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:11.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:11.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:11 smithi003 ceph-mon[96088]: 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-08T03:19:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:11 smithi094 ceph-mon[112176]: 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-08T03:19:12.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:12.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:13.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:13.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:13 smithi003 ceph-mon[96088]: 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-08T03:19:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:13 smithi094 ceph-mon[112176]: 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-08T03:19:14.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:14.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:15.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:15.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:15 smithi003 ceph-mon[96088]: 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-08T03:19:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:15 smithi094 ceph-mon[112176]: 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-08T03:19:16.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:16.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:17.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:17.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:17 smithi003 ceph-mon[96088]: 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-08T03:19:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:17 smithi094 ceph-mon[112176]: 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-08T03:19:18.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:18.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:19.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:19.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:19 smithi003 ceph-mon[96088]: 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-08T03:19:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:19 smithi094 ceph-mon[112176]: 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-08T03:19:20.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:20.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:21.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:21.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:21 smithi003 ceph-mon[96088]: 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-08T03:19:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:21 smithi094 ceph-mon[112176]: 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-08T03:19:22.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:22.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:23.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:23.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:23 smithi003 ceph-mon[96088]: 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-08T03:19:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:23 smithi094 ceph-mon[112176]: 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-08T03:19:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:24.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:24.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:25.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:25.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:25 smithi003 ceph-mon[96088]: 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-08T03:19:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:25 smithi094 ceph-mon[112176]: 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-08T03:19:26.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:26.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:27.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:27.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:27 smithi003 ceph-mon[96088]: 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-08T03:19:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:27 smithi094 ceph-mon[112176]: 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-08T03:19:28.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:28.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:29.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:29.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:29 smithi003 ceph-mon[96088]: 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-08T03:19:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:29 smithi094 ceph-mon[112176]: 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-08T03:19:30.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:30.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:31.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:31.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:31 smithi003 ceph-mon[96088]: 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-08T03:19:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:31 smithi094 ceph-mon[112176]: 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-08T03:19:32.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:32.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:33 smithi003 ceph-mon[96088]: 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-08T03:19:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:33 smithi094 ceph-mon[112176]: 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-08T03:19:34.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:34.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:35 smithi003 ceph-mon[96088]: 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-08T03:19:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:35 smithi094 ceph-mon[112176]: 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-08T03:19:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:37.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:37.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:37 smithi003 ceph-mon[96088]: 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-08T03:19:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:37 smithi094 ceph-mon[112176]: 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-08T03:19:38.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:38.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:39 smithi003 ceph-mon[96088]: 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-08T03:19:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:39 smithi094 ceph-mon[112176]: 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-08T03:19:40.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:40.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:41.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:41.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:41 smithi003 ceph-mon[96088]: 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-08T03:19:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:41 smithi094 ceph-mon[112176]: 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-08T03:19:42.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:42.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:43.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:43.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:43 smithi003 ceph-mon[96088]: 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-08T03:19:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:43 smithi094 ceph-mon[112176]: 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-08T03:19:44.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:44.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:45.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:45.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:45 smithi094 ceph-mon[112176]: 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-08T03:19:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:45 smithi003 ceph-mon[96088]: 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-08T03:19:46.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:46.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:47.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:47.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:47 smithi003 ceph-mon[96088]: 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-08T03:19:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:47 smithi094 ceph-mon[112176]: 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-08T03:19:48.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:48.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:49.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:49.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:49 smithi094 ceph-mon[112176]: 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-08T03:19:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:49 smithi003 ceph-mon[96088]: 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-08T03:19:50.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:50.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:51.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:51.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:51 smithi094 ceph-mon[112176]: 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-08T03:19:51.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:51 smithi003 ceph-mon[96088]: 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-08T03:19:52.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:52.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:19:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:19:53.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:53.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:53 smithi094 ceph-mon[112176]: 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-08T03:19:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:19:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:19:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:19:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:19:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:19:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:53 smithi003 ceph-mon[96088]: 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-08T03:19:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:19:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:19:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:19:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:19:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:19:54.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:54.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:55.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:55.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:55 smithi094 ceph-mon[112176]: 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-08T03:19:55.815 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:55 smithi003 ceph-mon[96088]: 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-08T03:19:56.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:56.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:57.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:57.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:57 smithi003 ceph-mon[96088]: 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-08T03:19:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:57 smithi094 ceph-mon[112176]: 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-08T03:19:58.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:58.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:59.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:19:59.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:19:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:19:59 smithi094 ceph-mon[112176]: 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-08T03:19:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:19:59 smithi003 ceph-mon[96088]: 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-08T03:20:00.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:00.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:00.871 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T03:20:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T03:20:01.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:01.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:01 smithi094 ceph-mon[112176]: 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-08T03:20:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:01 smithi003 ceph-mon[96088]: 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-08T03:20:02.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:02.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:03.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:03.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:03 smithi094 ceph-mon[112176]: 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-08T03:20:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:03 smithi003 ceph-mon[96088]: 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-08T03:20:04.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:04.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:05.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:05.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:05 smithi094 ceph-mon[112176]: 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-08T03:20:05.929 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:05 smithi003 ceph-mon[96088]: 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-08T03:20:06.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:06.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:07.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:07.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:07.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:07 smithi003 ceph-mon[96088]: 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-08T03:20:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:07 smithi094 ceph-mon[112176]: 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-08T03:20:08.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:08.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:09.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:09.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:09 smithi094 ceph-mon[112176]: 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-08T03:20:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:09 smithi003 ceph-mon[96088]: 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-08T03:20:10.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:10.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:11.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:11.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:11 smithi094 ceph-mon[112176]: 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-08T03:20:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:11 smithi003 ceph-mon[96088]: 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-08T03:20:12.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:12.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:13.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:13.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:13 smithi094 ceph-mon[112176]: 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-08T03:20:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:13 smithi003 ceph-mon[96088]: 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-08T03:20:14.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:14.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:15.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:15.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:15 smithi094 ceph-mon[112176]: 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-08T03:20:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:15 smithi003 ceph-mon[96088]: 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-08T03:20:16.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:16.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:17.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:17.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:17 smithi003 ceph-mon[96088]: 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-08T03:20:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:17 smithi094 ceph-mon[112176]: 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-08T03:20:18.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:18.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:19.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:19.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:19 smithi094 ceph-mon[112176]: 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-08T03:20:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:19 smithi003 ceph-mon[96088]: 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-08T03:20:20.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:20.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:21.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:21.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:21 smithi094 ceph-mon[112176]: 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-08T03:20:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:21 smithi003 ceph-mon[96088]: 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-08T03:20:22.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:22.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:23.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:23.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:23 smithi094 ceph-mon[112176]: 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-08T03:20:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:23 smithi003 ceph-mon[96088]: 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-08T03:20:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:24.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:24.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:25.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:25.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:25.706 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:25 smithi094 ceph-mon[112176]: 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-08T03:20:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:25 smithi003 ceph-mon[96088]: 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-08T03:20:26.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:26.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:27.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:27.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:27 smithi003 ceph-mon[96088]: 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-08T03:20:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:27 smithi094 ceph-mon[112176]: 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-08T03:20:28.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:28.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:29.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:29.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:29 smithi094 ceph-mon[112176]: 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-08T03:20:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:29 smithi003 ceph-mon[96088]: 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-08T03:20:30.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:30.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:31.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:31.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:31 smithi094 ceph-mon[112176]: 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-08T03:20:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:31 smithi003 ceph-mon[96088]: 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-08T03:20:32.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:32.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:33.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:33.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:33 smithi094 ceph-mon[112176]: 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-08T03:20:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:33 smithi003 ceph-mon[96088]: 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-08T03:20:34.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:34.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:35.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:35.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:35 smithi094 ceph-mon[112176]: 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-08T03:20:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:35 smithi003 ceph-mon[96088]: 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-08T03:20:36.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:36.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:37.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:37.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:37 smithi003 ceph-mon[96088]: 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-08T03:20:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:37 smithi094 ceph-mon[112176]: 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-08T03:20:38.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:38.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:39.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:39.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:39 smithi094 ceph-mon[112176]: 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-08T03:20:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:39 smithi003 ceph-mon[96088]: 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-08T03:20:40.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:40.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:41.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:41.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:41 smithi094 ceph-mon[112176]: 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-08T03:20:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:41 smithi003 ceph-mon[96088]: 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-08T03:20:42.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:42.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:43.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:43.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:43 smithi094 ceph-mon[112176]: 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-08T03:20:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:43 smithi003 ceph-mon[96088]: 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-08T03:20:44.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:44.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:45.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:45.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:45 smithi094 ceph-mon[112176]: 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-08T03:20:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:45 smithi003 ceph-mon[96088]: 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-08T03:20:46.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:46.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:47.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:47.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:47 smithi003 ceph-mon[96088]: 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-08T03:20:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:47 smithi094 ceph-mon[112176]: 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-08T03:20:48.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:48.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:49.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:49.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:49 smithi094 ceph-mon[112176]: 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-08T03:20:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:49 smithi003 ceph-mon[96088]: 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-08T03:20:50.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:50.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:51.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:51.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:51 smithi003 ceph-mon[96088]: 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-08T03:20:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:51 smithi094 ceph-mon[112176]: 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-08T03:20:52.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:52.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:53.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:53.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:53 smithi094 ceph-mon[112176]: 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-08T03:20:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:20:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:20:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:20:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:20:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:20:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:20:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:53 smithi003 ceph-mon[96088]: 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-08T03:20:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:20:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:20:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:20:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:20:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:20:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:20:54.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:54.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:55.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:55.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:55 smithi094 ceph-mon[112176]: 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-08T03:20:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:55 smithi003 ceph-mon[96088]: 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-08T03:20:56.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:56.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:57 smithi003 ceph-mon[96088]: 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-08T03:20:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:57 smithi094 ceph-mon[112176]: 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-08T03:20:58.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:58.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:59.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:20:59.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:20:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:20:59 smithi094 ceph-mon[112176]: 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-08T03:20:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:20:59 smithi003 ceph-mon[96088]: 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-08T03:21:00.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:00.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:00 smithi094 ceph-mon[112176]: 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-08T03:21:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:00 smithi003 ceph-mon[96088]: 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-08T03:21:01.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:01.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:02.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:02.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:03 smithi094 ceph-mon[112176]: 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-08T03:21:03.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:03.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:03 smithi003 ceph-mon[96088]: 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-08T03:21:04.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:04.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:05.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:05.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:05 smithi003 ceph-mon[96088]: 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-08T03:21:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:05 smithi094 ceph-mon[112176]: 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-08T03:21:06.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:06.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:07.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:07.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:07 smithi003 ceph-mon[96088]: 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-08T03:21:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:07 smithi094 ceph-mon[112176]: 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-08T03:21:08.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:08.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:09.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:09.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:09 smithi003 ceph-mon[96088]: 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-08T03:21:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:09 smithi094 ceph-mon[112176]: 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-08T03:21:10.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:10.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:11.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:11.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:11 smithi003 ceph-mon[96088]: 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-08T03:21:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:11 smithi094 ceph-mon[112176]: 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-08T03:21:12.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:12.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:13.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:13.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:13 smithi003 ceph-mon[96088]: 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-08T03:21:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:13 smithi094 ceph-mon[112176]: 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-08T03:21:14.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:14.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:15.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:15.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:15 smithi003 ceph-mon[96088]: 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-08T03:21:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:15 smithi094 ceph-mon[112176]: 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-08T03:21:16.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:16.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:17.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:17.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:17 smithi003 ceph-mon[96088]: 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-08T03:21:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:17 smithi094 ceph-mon[112176]: 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-08T03:21:18.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:18.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:19.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:19.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:19 smithi003 ceph-mon[96088]: 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-08T03:21:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:19 smithi094 ceph-mon[112176]: 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-08T03:21:20.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:20.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:21.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:21.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:21 smithi094 ceph-mon[112176]: 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-08T03:21:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:21 smithi003 ceph-mon[96088]: 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-08T03:21:22.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:22.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:23.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:23.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:23 smithi003 ceph-mon[96088]: 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-08T03:21:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:23 smithi094 ceph-mon[112176]: 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-08T03:21:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:24.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:24.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:25.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:25.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:25 smithi003 ceph-mon[96088]: 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-08T03:21:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:25 smithi094 ceph-mon[112176]: 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-08T03:21:26.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:26.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:27.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:27.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:27 smithi003 ceph-mon[96088]: 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-08T03:21:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:27 smithi094 ceph-mon[112176]: 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-08T03:21:28.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:28.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:29.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:29.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:29 smithi003 ceph-mon[96088]: 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-08T03:21:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:29 smithi094 ceph-mon[112176]: 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-08T03:21:30.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:30.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:31.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:31.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:31 smithi094 ceph-mon[112176]: 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-08T03:21:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:31 smithi003 ceph-mon[96088]: 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-08T03:21:32.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:32.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:33.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:33.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:33 smithi003 ceph-mon[96088]: 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-08T03:21:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:33 smithi094 ceph-mon[112176]: 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-08T03:21:34.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:34.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:35.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:35.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:35 smithi003 ceph-mon[96088]: 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-08T03:21:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:35 smithi094 ceph-mon[112176]: 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-08T03:21:36.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:36.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:37.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:37.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:37 smithi003 ceph-mon[96088]: 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-08T03:21:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:37 smithi094 ceph-mon[112176]: 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-08T03:21:38.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:38.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:39.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:39.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:39 smithi094 ceph-mon[112176]: 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-08T03:21:39.987 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:39 smithi003 ceph-mon[96088]: 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-08T03:21:40.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:40.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:41.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:41.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:41 smithi094 ceph-mon[112176]: 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-08T03:21:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:41 smithi003 ceph-mon[96088]: 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-08T03:21:42.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:42.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:43.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:43.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:43 smithi094 ceph-mon[112176]: 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-08T03:21:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:43 smithi003 ceph-mon[96088]: 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-08T03:21:44.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:44.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:45.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:45.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:45 smithi094 ceph-mon[112176]: 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-08T03:21:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:45 smithi003 ceph-mon[96088]: 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-08T03:21:46.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:46.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:47.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:47.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:47 smithi003 ceph-mon[96088]: 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-08T03:21:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:47 smithi094 ceph-mon[112176]: 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-08T03:21:48.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:48.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:49.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:49.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:49 smithi094 ceph-mon[112176]: 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-08T03:21:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:49 smithi003 ceph-mon[96088]: 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-08T03:21:50.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:50.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:51.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:51.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:51 smithi094 ceph-mon[112176]: 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-08T03:21:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:51 smithi003 ceph-mon[96088]: 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-08T03:21:52.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:52.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:53.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:53.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:53 smithi094 ceph-mon[112176]: 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-08T03:21:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:53 smithi003 ceph-mon[96088]: 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-08T03:21:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:54.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:54.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:21:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:21:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:21:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:21:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:21:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:21:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:21:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:21:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:21:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:21:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:21:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:21:55.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:55.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:55 smithi094 ceph-mon[112176]: 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-08T03:21:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:55 smithi003 ceph-mon[96088]: 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-08T03:21:56.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:56.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:57.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:57.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:57 smithi003 ceph-mon[96088]: 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-08T03:21:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:57 smithi094 ceph-mon[112176]: 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-08T03:21:58.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:58.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:59.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:21:59.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:21:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:21:59 smithi094 ceph-mon[112176]: 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-08T03:21:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:21:59 smithi003 ceph-mon[96088]: 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-08T03:22:00.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:00.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:01.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:01.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:01 smithi094 ceph-mon[112176]: 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-08T03:22:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:01 smithi003 ceph-mon[96088]: 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-08T03:22:02.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:02.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:03.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:03.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:03 smithi094 ceph-mon[112176]: 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-08T03:22:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:03 smithi003 ceph-mon[96088]: 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-08T03:22:04.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:04.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:05.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:05.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:05 smithi094 ceph-mon[112176]: 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-08T03:22:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:05 smithi003 ceph-mon[96088]: 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-08T03:22:06.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:06.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:07.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:07.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:07 smithi003 ceph-mon[96088]: 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-08T03:22:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:07 smithi094 ceph-mon[112176]: 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-08T03:22:08.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:08.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:09.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:09.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:09 smithi094 ceph-mon[112176]: 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-08T03:22:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:09 smithi003 ceph-mon[96088]: 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-08T03:22:10.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:10.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:11.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:11.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:11.808 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:11 smithi094 ceph-mon[112176]: 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-08T03:22:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:11 smithi003 ceph-mon[96088]: 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-08T03:22:12.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:12.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:13.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:13.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:13 smithi094 ceph-mon[112176]: 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-08T03:22:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:13 smithi003 ceph-mon[96088]: 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-08T03:22:14.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:14.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:15.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:15.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:15 smithi094 ceph-mon[112176]: 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-08T03:22:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:15 smithi003 ceph-mon[96088]: 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-08T03:22:16.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:16.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:17.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:17.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:17 smithi003 ceph-mon[96088]: 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-08T03:22:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:17 smithi094 ceph-mon[112176]: 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-08T03:22:18.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:18.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:19.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:19.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:19 smithi094 ceph-mon[112176]: 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-08T03:22:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:19 smithi003 ceph-mon[96088]: 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-08T03:22:20.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:20.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:21.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:21.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:21.912 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:21 smithi094 ceph-mon[112176]: 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-08T03:22:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:21 smithi003 ceph-mon[96088]: 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-08T03:22:22.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:22.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:23.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:23.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:23 smithi094 ceph-mon[112176]: 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-08T03:22:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:23 smithi003 ceph-mon[96088]: 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-08T03:22:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:24.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:24.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:25.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:25.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:25 smithi094 ceph-mon[112176]: 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-08T03:22:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:25 smithi003 ceph-mon[96088]: 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-08T03:22:26.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:26.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:27.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:27.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:27 smithi003 ceph-mon[96088]: 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-08T03:22:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:27 smithi094 ceph-mon[112176]: 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-08T03:22:28.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:28.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:29.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:29.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:29 smithi094 ceph-mon[112176]: 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-08T03:22:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:29 smithi003 ceph-mon[96088]: 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-08T03:22:30.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:30.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:31.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:31.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:31 smithi094 ceph-mon[112176]: 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-08T03:22:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:31 smithi003 ceph-mon[96088]: 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-08T03:22:32.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:32.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:33.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:33.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:33 smithi094 ceph-mon[112176]: 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-08T03:22:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:33 smithi003 ceph-mon[96088]: 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-08T03:22:34.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:34.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:35.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:35.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:35 smithi094 ceph-mon[112176]: 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-08T03:22:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:35 smithi003 ceph-mon[96088]: 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-08T03:22:36.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:36.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:37.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:37.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:37.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:37 smithi003 ceph-mon[96088]: 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-08T03:22:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:37 smithi094 ceph-mon[112176]: 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-08T03:22:38.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:38.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:39.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:39.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:39 smithi094 ceph-mon[112176]: 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-08T03:22:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:39 smithi003 ceph-mon[96088]: 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-08T03:22:40.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:40.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:41.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:41.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:41 smithi094 ceph-mon[112176]: 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-08T03:22:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:41 smithi003 ceph-mon[96088]: 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-08T03:22:42.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:42.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:43.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:43.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:43 smithi094 ceph-mon[112176]: 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-08T03:22:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:43 smithi003 ceph-mon[96088]: 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-08T03:22:44.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:44.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:45.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:45.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:45 smithi094 ceph-mon[112176]: 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-08T03:22:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:45 smithi003 ceph-mon[96088]: 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-08T03:22:46.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:46.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:47.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:47.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:47 smithi003 ceph-mon[96088]: 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-08T03:22:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:47 smithi094 ceph-mon[112176]: 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-08T03:22:48.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:48.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:49.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:49.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:49 smithi094 ceph-mon[112176]: 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-08T03:22:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:49 smithi003 ceph-mon[96088]: 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-08T03:22:50.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:50.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:51.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:51.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:51 smithi094 ceph-mon[112176]: 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-08T03:22:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:51 smithi003 ceph-mon[96088]: 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-08T03:22:52.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:52.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:53.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:53.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:53 smithi094 ceph-mon[112176]: 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-08T03:22:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:53 smithi003 ceph-mon[96088]: 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-08T03:22:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:54.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:54.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:22:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:22:55.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:55.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:55 smithi094 ceph-mon[112176]: 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-08T03:22:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:22:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:22:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:22:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:22:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:22:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:55 smithi003 ceph-mon[96088]: 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-08T03:22:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:22:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:22:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:22:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:22:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:22:56.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:56.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:57.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:57.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:57 smithi094 ceph-mon[112176]: 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-08T03:22:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:57 smithi003 ceph-mon[96088]: 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-08T03:22:58.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:58.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:59.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:22:59.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:22:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:22:59 smithi094 ceph-mon[112176]: 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-08T03:22:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:22:59 smithi003 ceph-mon[96088]: 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-08T03:23:00.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:00.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:01.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:01.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:01 smithi094 ceph-mon[112176]: 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-08T03:23:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:01 smithi003 ceph-mon[96088]: 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-08T03:23:02.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:02.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:02 smithi094 ceph-mon[112176]: 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-08T03:23:02.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:02 smithi003 ceph-mon[96088]: 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-08T03:23:03.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:03.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:04.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:04.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:05.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:05.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:05 smithi003 ceph-mon[96088]: 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-08T03:23:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:05 smithi094 ceph-mon[112176]: 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-08T03:23:06.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:06.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:07.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:07.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:07 smithi094 ceph-mon[112176]: 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-08T03:23:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:07 smithi003 ceph-mon[96088]: 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-08T03:23:08.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:08.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:09.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:09.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:09 smithi003 ceph-mon[96088]: 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-08T03:23:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:09 smithi094 ceph-mon[112176]: 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-08T03:23:10.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:10.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:11.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:11.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:11 smithi003 ceph-mon[96088]: 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-08T03:23:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:11 smithi094 ceph-mon[112176]: 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-08T03:23:12.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:12.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:13.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:13.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:13 smithi003 ceph-mon[96088]: 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-08T03:23:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:13 smithi094 ceph-mon[112176]: 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-08T03:23:14.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:14.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:15.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:15.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:15 smithi003 ceph-mon[96088]: 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-08T03:23:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:15 smithi094 ceph-mon[112176]: 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-08T03:23:16.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:16.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:17.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:17.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:17 smithi003 ceph-mon[96088]: 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-08T03:23:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:17 smithi094 ceph-mon[112176]: 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-08T03:23:18.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:18.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:19.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:19.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:19 smithi003 ceph-mon[96088]: 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-08T03:23:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:19 smithi094 ceph-mon[112176]: 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-08T03:23:20.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:20.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:21.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:21.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:21 smithi094 ceph-mon[112176]: 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-08T03:23:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:21 smithi003 ceph-mon[96088]: 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-08T03:23:22.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:22.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:23.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:23.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:23 smithi094 ceph-mon[112176]: 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-08T03:23:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:23 smithi003 ceph-mon[96088]: 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-08T03:23:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:24.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:24.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:25.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:25.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:25 smithi094 ceph-mon[112176]: 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-08T03:23:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:25 smithi003 ceph-mon[96088]: 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-08T03:23:26.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:26.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:27.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:27.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:27 smithi003 ceph-mon[96088]: 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-08T03:23:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:27 smithi094 ceph-mon[112176]: 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-08T03:23:28.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:28.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:29.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:29.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:29 smithi094 ceph-mon[112176]: 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-08T03:23:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:29 smithi003 ceph-mon[96088]: 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-08T03:23:30.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:30.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:31.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:31.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:31 smithi094 ceph-mon[112176]: 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-08T03:23:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:31 smithi003 ceph-mon[96088]: 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-08T03:23:32.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:32.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:33.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:33.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:33 smithi003 ceph-mon[96088]: 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-08T03:23:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:33 smithi094 ceph-mon[112176]: 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-08T03:23:34.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:34.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:35.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:35.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:35 smithi094 ceph-mon[112176]: 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-08T03:23:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:35 smithi003 ceph-mon[96088]: 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-08T03:23:36.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:36.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:37.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:37.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:37 smithi003 ceph-mon[96088]: 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-08T03:23:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:37 smithi094 ceph-mon[112176]: 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-08T03:23:38.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:38.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:39.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:39.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:39 smithi094 ceph-mon[112176]: 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-08T03:23:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:39 smithi003 ceph-mon[96088]: 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-08T03:23:40.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:40.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:41.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:41.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:41 smithi094 ceph-mon[112176]: 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-08T03:23:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:41 smithi003 ceph-mon[96088]: 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-08T03:23:42.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:42.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:43.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:43.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:43 smithi003 ceph-mon[96088]: 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-08T03:23:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:43 smithi094 ceph-mon[112176]: 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-08T03:23:44.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:44.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:45.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:45.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:45 smithi094 ceph-mon[112176]: 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-08T03:23:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:45 smithi003 ceph-mon[96088]: 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-08T03:23:46.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:46.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:47.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:47.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:47.800 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:47 smithi094 ceph-mon[112176]: 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-08T03:23:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:47 smithi003 ceph-mon[96088]: 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-08T03:23:48.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:48.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:49.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:49.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:49 smithi094 ceph-mon[112176]: 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-08T03:23:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:49 smithi003 ceph-mon[96088]: 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-08T03:23:50.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:50.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:51.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:51.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:51 smithi094 ceph-mon[112176]: 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-08T03:23:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:51 smithi003 ceph-mon[96088]: 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-08T03:23:52.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:52.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:53.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:53.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:53 smithi094 ceph-mon[112176]: 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-08T03:23:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:53 smithi003 ceph-mon[96088]: 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-08T03:23:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:54.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:54.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:55.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:55.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:55 smithi094 ceph-mon[112176]: 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-08T03:23:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:23:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:55 smithi003 ceph-mon[96088]: 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-08T03:23:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:23:56.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:56.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:57.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:57.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:57 smithi003 ceph-mon[96088]: 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-08T03:23:57.903 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:57 smithi094 ceph-mon[112176]: 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-08T03:23:58.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:58.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:23:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:23:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:23:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:58 smithi003 ceph-mon[96088]: 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-08T03:23:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:23:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:23:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:23:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:23:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:23:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:23:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:23:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:23:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:58 smithi094 ceph-mon[112176]: 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-08T03:23:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:23:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:23:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:23:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:23:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:23:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:23:59.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:23:59.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:00.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:00.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:01 smithi094 ceph-mon[112176]: 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-08T03:24:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:01 smithi003 ceph-mon[96088]: 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-08T03:24:01.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:01.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:02.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:02.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:03 smithi094 ceph-mon[112176]: 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-08T03:24:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:03 smithi003 ceph-mon[96088]: 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-08T03:24:03.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:03.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:04.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:04.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:05.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:05.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:05 smithi003 ceph-mon[96088]: 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-08T03:24:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:05 smithi094 ceph-mon[112176]: 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-08T03:24:06.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:06.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:07.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:07.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:07 smithi003 ceph-mon[96088]: 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-08T03:24:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:07 smithi094 ceph-mon[112176]: 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-08T03:24:08.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:08.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:09.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:09.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:09 smithi094 ceph-mon[112176]: 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-08T03:24:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:09 smithi003 ceph-mon[96088]: 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-08T03:24:10.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:10.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:11.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:11.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:11 smithi094 ceph-mon[112176]: 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-08T03:24:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:11 smithi003 ceph-mon[96088]: 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-08T03:24:12.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:12.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:13.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:13.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:13 smithi094 ceph-mon[112176]: 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-08T03:24:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:13 smithi003 ceph-mon[96088]: 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-08T03:24:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:15.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:15.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:15 smithi094 ceph-mon[112176]: 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-08T03:24:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:15 smithi003 ceph-mon[96088]: 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-08T03:24:16.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:16.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:17.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:17.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:17.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:17 smithi003 ceph-mon[96088]: 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-08T03:24:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:17 smithi094 ceph-mon[112176]: 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-08T03:24:18.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:18.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:19.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:19.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:19 smithi094 ceph-mon[112176]: 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-08T03:24:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:19 smithi003 ceph-mon[96088]: 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-08T03:24:20.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:20.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:21.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:21.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:21 smithi094 ceph-mon[112176]: 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-08T03:24:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:21 smithi003 ceph-mon[96088]: 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-08T03:24:22.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:22.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:23.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:23.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:23.852 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:23 smithi003 ceph-mon[96088]: 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-08T03:24:23.852 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:23 smithi094 ceph-mon[112176]: 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-08T03:24:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:24.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:24.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:25.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:25.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:25 smithi094 ceph-mon[112176]: 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-08T03:24:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:25 smithi003 ceph-mon[96088]: 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-08T03:24:26.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:26.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:27.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:27.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:27 smithi003 ceph-mon[96088]: 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-08T03:24:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:27 smithi094 ceph-mon[112176]: 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-08T03:24:28.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:28.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:29.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:29.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:29 smithi094 ceph-mon[112176]: 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-08T03:24:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:29 smithi003 ceph-mon[96088]: 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-08T03:24:30.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:30.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:31.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:31.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:31 smithi094 ceph-mon[112176]: 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-08T03:24:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:31 smithi003 ceph-mon[96088]: 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-08T03:24:32.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:32.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:33.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:33.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:33 smithi094 ceph-mon[112176]: 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-08T03:24:33.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:33 smithi003 ceph-mon[96088]: 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-08T03:24:34.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:34.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:35.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:35.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:35 smithi094 ceph-mon[112176]: 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-08T03:24:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:35 smithi003 ceph-mon[96088]: 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-08T03:24:36.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:36.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:37.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:37.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:37 smithi003 ceph-mon[96088]: 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-08T03:24:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:37 smithi094 ceph-mon[112176]: 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-08T03:24:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:38.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:38.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:39.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:39.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:39 smithi094 ceph-mon[112176]: 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-08T03:24:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:39 smithi003 ceph-mon[96088]: 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-08T03:24:40.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:40.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:41.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:41.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:41 smithi094 ceph-mon[112176]: 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-08T03:24:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:41 smithi003 ceph-mon[96088]: 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-08T03:24:42.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:42.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:43 smithi094 ceph-mon[112176]: 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-08T03:24:43.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:43.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:43 smithi003 ceph-mon[96088]: 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-08T03:24:44.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:44.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:45.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:45.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:45 smithi094 ceph-mon[112176]: 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-08T03:24:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:45 smithi003 ceph-mon[96088]: 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-08T03:24:46.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:46.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:47.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:47.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:47 smithi003 ceph-mon[96088]: 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-08T03:24:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:47 smithi094 ceph-mon[112176]: 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-08T03:24:48.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:48.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:49.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:49.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:49 smithi094 ceph-mon[112176]: 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-08T03:24:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:49 smithi003 ceph-mon[96088]: 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-08T03:24:50.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:50.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:51.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:51.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:51 smithi094 ceph-mon[112176]: 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-08T03:24:51.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:51 smithi003 ceph-mon[96088]: 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-08T03:24:52.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:52.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:53.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:53.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:53 smithi094 ceph-mon[112176]: 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-08T03:24:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:53 smithi003 ceph-mon[96088]: 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-08T03:24:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:54.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:54.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:55.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:55.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:55 smithi094 ceph-mon[112176]: 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-08T03:24:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:55 smithi003 ceph-mon[96088]: 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-08T03:24:56.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:56.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:57.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:57.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:57 smithi003 ceph-mon[96088]: 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-08T03:24:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:57 smithi094 ceph-mon[112176]: 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-08T03:24:58.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:58.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:59 smithi003 ceph-mon[96088]: 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-08T03:24:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:24:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:24:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:24:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:24:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:24:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:24:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:24:59.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:24:59.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:24:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:59 smithi094 ceph-mon[112176]: 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-08T03:24:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:24:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:24:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:24:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:24:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:24:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:24:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:25:00.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:00.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:01.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:01.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:01 smithi094 ceph-mon[112176]: 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-08T03:25:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:01 smithi003 ceph-mon[96088]: 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-08T03:25:02.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:02.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:03.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:03.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:03 smithi094 ceph-mon[112176]: 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-08T03:25:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:03 smithi003 ceph-mon[96088]: 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-08T03:25:04.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:04.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:05.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:05.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:05 smithi094 ceph-mon[112176]: 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-08T03:25:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:05 smithi003 ceph-mon[96088]: 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-08T03:25:06.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:06.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:07.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:07.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:07 smithi003 ceph-mon[96088]: 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-08T03:25:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:07 smithi094 ceph-mon[112176]: 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-08T03:25:08.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:08.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:09 smithi003 ceph-mon[96088]: 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-08T03:25:09.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:09.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:09 smithi094 ceph-mon[112176]: 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-08T03:25:10.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:10.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:11.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:11.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:11 smithi094 ceph-mon[112176]: 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-08T03:25:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:11 smithi003 ceph-mon[96088]: 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-08T03:25:12.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:12.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:13.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:13.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:13 smithi094 ceph-mon[112176]: 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-08T03:25:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:13 smithi003 ceph-mon[96088]: 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-08T03:25:14.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:14.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:15.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:15.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:15 smithi094 ceph-mon[112176]: 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-08T03:25:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:15 smithi003 ceph-mon[96088]: 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-08T03:25:16.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:16.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:17.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:17.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:17 smithi003 ceph-mon[96088]: 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-08T03:25:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:17 smithi094 ceph-mon[112176]: 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-08T03:25:18.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:18.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:19 smithi003 ceph-mon[96088]: 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-08T03:25:19.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:19.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:19 smithi094 ceph-mon[112176]: 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-08T03:25:20.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:20.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:21.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:21.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:21 smithi094 ceph-mon[112176]: 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-08T03:25:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:21 smithi003 ceph-mon[96088]: 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-08T03:25:22.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:22.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:23.788 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:23 smithi094 ceph-mon[112176]: 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-08T03:25:23.789 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:23.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:23.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:23 smithi003 ceph-mon[96088]: 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-08T03:25:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:24.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:24.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:25.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:25.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:25 smithi094 ceph-mon[112176]: 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-08T03:25:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:25 smithi003 ceph-mon[96088]: 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-08T03:25:26.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:26.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:27.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:27.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:27.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:27 smithi003 ceph-mon[96088]: 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-08T03:25:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:27 smithi094 ceph-mon[112176]: 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-08T03:25:28.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:28.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:29.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:29.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:29 smithi094 ceph-mon[112176]: 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-08T03:25:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:29 smithi003 ceph-mon[96088]: 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-08T03:25:30.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:30.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:31.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:31.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:31 smithi094 ceph-mon[112176]: 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-08T03:25:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:31 smithi003 ceph-mon[96088]: 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-08T03:25:32.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:32.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:33.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:33.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:33.893 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:33 smithi094 ceph-mon[112176]: 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-08T03:25:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:33 smithi003 ceph-mon[96088]: 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-08T03:25:34.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:34.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:35.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:35.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:35 smithi094 ceph-mon[112176]: 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-08T03:25:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:35 smithi003 ceph-mon[96088]: 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-08T03:25:36.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:36.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:37 smithi003 ceph-mon[96088]: 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-08T03:25:37.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:37.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:37 smithi094 ceph-mon[112176]: 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-08T03:25:38.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:38.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:39.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:39.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:39 smithi094 ceph-mon[112176]: 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-08T03:25:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:39 smithi003 ceph-mon[96088]: 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-08T03:25:40.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:40.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:41.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:41.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:41 smithi094 ceph-mon[112176]: 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-08T03:25:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:41 smithi003 ceph-mon[96088]: 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-08T03:25:42.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:42.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:43.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:43.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:43 smithi094 ceph-mon[112176]: 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-08T03:25:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:43 smithi003 ceph-mon[96088]: 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-08T03:25:44.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:44.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:45.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:45.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:45 smithi094 ceph-mon[112176]: 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-08T03:25:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:45 smithi003 ceph-mon[96088]: 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-08T03:25:46.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:46.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:47 smithi003 ceph-mon[96088]: 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-08T03:25:47.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:47.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:47 smithi094 ceph-mon[112176]: 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-08T03:25:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:49.824 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:49 smithi003 ceph-mon[96088]: 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-08T03:25:49.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:49.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:49 smithi094 ceph-mon[112176]: 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-08T03:25:50.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:50.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:51.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:51.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:51 smithi094 ceph-mon[112176]: 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-08T03:25:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:51 smithi003 ceph-mon[96088]: 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-08T03:25:52.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:52.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:53.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:53.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:53 smithi094 ceph-mon[112176]: 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-08T03:25:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:53 smithi003 ceph-mon[96088]: 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-08T03:25:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:54.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:54.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:55.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:55.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:55 smithi094 ceph-mon[112176]: 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-08T03:25:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:55 smithi003 ceph-mon[96088]: 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-08T03:25:56.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:56.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:57.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:57 smithi003 ceph-mon[96088]: 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-08T03:25:57.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:57.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:57 smithi094 ceph-mon[112176]: 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-08T03:25:58.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:58.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:59.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:25:59.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:25:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:59 smithi094 ceph-mon[112176]: 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-08T03:25:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:25:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:25:59.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:59 smithi003 ceph-mon[96088]: 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-08T03:25:59.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:25:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:26:00.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:00.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:01 smithi094 ceph-mon[112176]: 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-08T03:26:01.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:01.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:01 smithi003 ceph-mon[96088]: 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-08T03:26:02.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:02.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:03 smithi094 ceph-mon[112176]: 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-08T03:26:03.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:03.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:03 smithi003 ceph-mon[96088]: 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-08T03:26:04.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:04.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:26:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:05 smithi094 ceph-mon[112176]: 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-08T03:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:26:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:26:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:26:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:05 smithi003 ceph-mon[96088]: 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-08T03:26:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:26:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:26:05.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:05.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:06.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:06.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:07 smithi003 ceph-mon[96088]: 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-08T03:26:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:07 smithi094 ceph-mon[112176]: 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-08T03:26:07.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:07.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:08.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:08.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:09 smithi094 ceph-mon[112176]: 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-08T03:26:09.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:09.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:09 smithi003 ceph-mon[96088]: 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-08T03:26:10.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:10.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:11 smithi094 ceph-mon[112176]: 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-08T03:26:11.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:11.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:11 smithi003 ceph-mon[96088]: 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-08T03:26:12.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:12.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:13 smithi094 ceph-mon[112176]: 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-08T03:26:13.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:13.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:13 smithi003 ceph-mon[96088]: 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-08T03:26:14.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:14.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:15 smithi094 ceph-mon[112176]: 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-08T03:26:15.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:15.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:15 smithi003 ceph-mon[96088]: 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-08T03:26:16.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:16.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:17 smithi003 ceph-mon[96088]: 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-08T03:26:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:17 smithi094 ceph-mon[112176]: 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-08T03:26:17.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:17.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:18.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:18.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:19 smithi094 ceph-mon[112176]: 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-08T03:26:19.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:19.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:19 smithi003 ceph-mon[96088]: 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-08T03:26:20.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:20.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:21 smithi094 ceph-mon[112176]: 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-08T03:26:21.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:21.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:21 smithi003 ceph-mon[96088]: 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-08T03:26:22.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:22.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:23 smithi094 ceph-mon[112176]: 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-08T03:26:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:23.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:23.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:23 smithi003 ceph-mon[96088]: 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-08T03:26:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:24.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:24.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:25 smithi094 ceph-mon[112176]: 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-08T03:26:25.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:25.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:25 smithi003 ceph-mon[96088]: 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-08T03:26:26.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:26.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:27 smithi003 ceph-mon[96088]: 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-08T03:26:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:27 smithi094 ceph-mon[112176]: 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-08T03:26:27.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:27.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:28.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:28.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:29 smithi094 ceph-mon[112176]: 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-08T03:26:29.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:29.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:29 smithi003 ceph-mon[96088]: 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-08T03:26:30.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:30.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:31 smithi094 ceph-mon[112176]: 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-08T03:26:31.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:31.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:31 smithi003 ceph-mon[96088]: 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-08T03:26:32.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:32.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:33 smithi094 ceph-mon[112176]: 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-08T03:26:33.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:33.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:33 smithi003 ceph-mon[96088]: 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-08T03:26:34.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:34.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:35 smithi003 ceph-mon[96088]: 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-08T03:26:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:35 smithi094 ceph-mon[112176]: 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-08T03:26:35.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:35.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:36.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:36.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:37 smithi003 ceph-mon[96088]: 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-08T03:26:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:37 smithi094 ceph-mon[112176]: 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-08T03:26:37.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:37.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:38.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:38.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:39 smithi094 ceph-mon[112176]: 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-08T03:26:39.981 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:39 smithi003 ceph-mon[96088]: 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-08T03:26:39.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:39.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:40.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:40.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:41 smithi094 ceph-mon[112176]: 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-08T03:26:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:41 smithi003 ceph-mon[96088]: 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-08T03:26:41.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:41.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:42.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:42.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:43 smithi094 ceph-mon[112176]: 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-08T03:26:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:43 smithi003 ceph-mon[96088]: 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-08T03:26:43.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:43.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:44.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:44.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:45 smithi003 ceph-mon[96088]: 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-08T03:26:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:45 smithi094 ceph-mon[112176]: 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-08T03:26:45.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:45.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:46.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:46.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:47 smithi003 ceph-mon[96088]: 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-08T03:26:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:47 smithi094 ceph-mon[112176]: 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-08T03:26:47.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:47.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:49.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:49.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:49 smithi094 ceph-mon[112176]: 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-08T03:26:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:49 smithi003 ceph-mon[96088]: 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-08T03:26:50.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:50.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:51.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:51.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:51 smithi094 ceph-mon[112176]: 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-08T03:26:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:51 smithi003 ceph-mon[96088]: 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-08T03:26:52.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:52.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:53.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:53.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:53 smithi094 ceph-mon[112176]: 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-08T03:26:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:53 smithi003 ceph-mon[96088]: 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-08T03:26:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:54.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:54.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:55.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:55.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:55 smithi094 ceph-mon[112176]: 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-08T03:26:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:55 smithi003 ceph-mon[96088]: 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-08T03:26:56.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:56.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:57.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:57.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:57 smithi003 ceph-mon[96088]: 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-08T03:26:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:57 smithi094 ceph-mon[112176]: 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-08T03:26:58.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:58.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:59.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:26:59.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:26:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:26:59 smithi094 ceph-mon[112176]: 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-08T03:26:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:26:59 smithi003 ceph-mon[96088]: 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-08T03:27:00.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:00.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:01.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:01.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:01 smithi094 ceph-mon[112176]: 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-08T03:27:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:01 smithi003 ceph-mon[96088]: 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-08T03:27:02.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:02.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:03.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:03.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:03 smithi094 ceph-mon[112176]: 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-08T03:27:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:03 smithi003 ceph-mon[96088]: 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-08T03:27:04.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:04.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:05.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:05.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: 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-08T03:27:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:27:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:27:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:27:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:27:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:27:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:27:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:27:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:27:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: 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-08T03:27:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:27:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:27:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:27:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:27:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:27:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:27:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:27:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:27:06.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:06.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:07.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:07.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:07 smithi003 ceph-mon[96088]: 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-08T03:27:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:07 smithi094 ceph-mon[112176]: 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-08T03:27:08.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:08.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:09.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:09.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:09.890 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:09 smithi094 ceph-mon[112176]: 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-08T03:27:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:09 smithi003 ceph-mon[96088]: 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-08T03:27:10.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:10.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:11.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:11.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:11 smithi094 ceph-mon[112176]: 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-08T03:27:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:11 smithi003 ceph-mon[96088]: 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-08T03:27:12.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:12.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:13.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:13.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:13 smithi094 ceph-mon[112176]: 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-08T03:27:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:13 smithi003 ceph-mon[96088]: 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-08T03:27:14.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:14.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:15.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:15.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:15 smithi094 ceph-mon[112176]: 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-08T03:27:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:15 smithi003 ceph-mon[96088]: 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-08T03:27:16.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:16.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:17.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:17.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:17 smithi003 ceph-mon[96088]: 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-08T03:27:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:17 smithi094 ceph-mon[112176]: 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-08T03:27:18.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:18.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:19.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:19.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:19 smithi094 ceph-mon[112176]: 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-08T03:27:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:19 smithi003 ceph-mon[96088]: 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-08T03:27:20.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:20.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:21.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:21.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:21 smithi094 ceph-mon[112176]: 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-08T03:27:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:21 smithi003 ceph-mon[96088]: 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-08T03:27:22.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:22.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:23.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:23.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:23 smithi094 ceph-mon[112176]: 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-08T03:27:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:23 smithi003 ceph-mon[96088]: 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-08T03:27:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:24.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:24.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:25.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:25.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:25 smithi094 ceph-mon[112176]: 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-08T03:27:25.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:25 smithi003 ceph-mon[96088]: 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-08T03:27:26.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:26.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:27.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:27.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:27 smithi094 ceph-mon[112176]: 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-08T03:27:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:27 smithi003 ceph-mon[96088]: 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-08T03:27:28.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:28.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:29.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:29.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:29 smithi094 ceph-mon[112176]: 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-08T03:27:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:29 smithi003 ceph-mon[96088]: 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-08T03:27:30.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:30.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:31.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:31.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:31 smithi094 ceph-mon[112176]: 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-08T03:27:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:31 smithi003 ceph-mon[96088]: 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-08T03:27:32.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:32.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:33.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:33.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:33 smithi094 ceph-mon[112176]: 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-08T03:27:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:33 smithi003 ceph-mon[96088]: 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-08T03:27:34.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:34.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:35.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:35.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:35 smithi094 ceph-mon[112176]: 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-08T03:27:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:35 smithi003 ceph-mon[96088]: 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-08T03:27:36.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:36.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:37.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:37.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:37 smithi094 ceph-mon[112176]: 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-08T03:27:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:37 smithi003 ceph-mon[96088]: 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-08T03:27:38.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:38.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:38.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:39.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:39.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:39 smithi094 ceph-mon[112176]: 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-08T03:27:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:39 smithi003 ceph-mon[96088]: 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-08T03:27:40.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:40.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:41.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:41.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:41 smithi094 ceph-mon[112176]: 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-08T03:27:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:41 smithi003 ceph-mon[96088]: 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-08T03:27:42.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:42.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:43.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:43.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:43 smithi094 ceph-mon[112176]: 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-08T03:27:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:43 smithi003 ceph-mon[96088]: 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-08T03:27:44.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:44.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:45.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:45.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:45 smithi003 ceph-mon[96088]: 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-08T03:27:46.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:46.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:45 smithi094 ceph-mon[112176]: 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-08T03:27:47.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:47.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:47 smithi003 ceph-mon[96088]: 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-08T03:27:48.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:48.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:47 smithi094 ceph-mon[112176]: 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-08T03:27:49.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:49.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:49 smithi003 ceph-mon[96088]: 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-08T03:27:50.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:50.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:49 smithi094 ceph-mon[112176]: 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-08T03:27:51.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:51.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:51 smithi094 ceph-mon[112176]: 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-08T03:27:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:51 smithi003 ceph-mon[96088]: 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-08T03:27:52.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:52.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:53.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:53.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:53 smithi003 ceph-mon[96088]: 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-08T03:27:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:54.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:54.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:53 smithi094 ceph-mon[112176]: 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-08T03:27:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:55.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:55.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:55 smithi003 ceph-mon[96088]: 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-08T03:27:56.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:56.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:55 smithi094 ceph-mon[112176]: 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-08T03:27:57.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:57.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:57 smithi003 ceph-mon[96088]: 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-08T03:27:58.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:58.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:57 smithi094 ceph-mon[112176]: 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-08T03:27:59.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:27:59.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:27:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:27:59 smithi003 ceph-mon[96088]: 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-08T03:28:00.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:00.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:27:59 smithi094 ceph-mon[112176]: 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-08T03:28:01.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:01.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:01 smithi003 ceph-mon[96088]: 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-08T03:28:02.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:02.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:01 smithi094 ceph-mon[112176]: 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-08T03:28:03.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:03.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:03 smithi003 ceph-mon[96088]: 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-08T03:28:04.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:04.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:03 smithi094 ceph-mon[112176]: 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-08T03:28:05.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:05.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:04 smithi094 ceph-mon[112176]: 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-08T03:28:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:04 smithi003 ceph-mon[96088]: 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-08T03:28:06.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:06.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:28:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:28:07.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:07.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:28:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:06 smithi094 ceph-mon[112176]: 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-08T03:28:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:28:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:28:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:28:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:28:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:28:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:06 smithi003 ceph-mon[96088]: 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-08T03:28:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:28:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:28:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:28:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:28:08.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:08.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:28:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:28:09.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:09.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:09 smithi094 ceph-mon[112176]: 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-08T03:28:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:09 smithi003 ceph-mon[96088]: 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-08T03:28:10.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:10.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:11.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:11.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:11 smithi003 ceph-mon[96088]: 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-08T03:28:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:11 smithi094 ceph-mon[112176]: 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-08T03:28:12.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:12.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:13.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:13.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:13 smithi094 ceph-mon[112176]: 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-08T03:28:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:13 smithi003 ceph-mon[96088]: 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-08T03:28:14.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:14.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:15.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:15.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:15 smithi094 ceph-mon[112176]: 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-08T03:28:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:15 smithi003 ceph-mon[96088]: 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-08T03:28:16.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:16.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:17.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:17.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:17 smithi003 ceph-mon[96088]: 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-08T03:28:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:17 smithi094 ceph-mon[112176]: 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-08T03:28:18.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:18.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:19.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:19.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:19 smithi094 ceph-mon[112176]: 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-08T03:28:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:19 smithi003 ceph-mon[96088]: 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-08T03:28:20.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:20.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:21.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:21.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:21 smithi094 ceph-mon[112176]: 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-08T03:28:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:21 smithi003 ceph-mon[96088]: 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-08T03:28:22.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:22.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:23.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:23.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:23 smithi094 ceph-mon[112176]: 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-08T03:28:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:28:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:23 smithi003 ceph-mon[96088]: 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-08T03:28:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:28:24.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:24.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:25.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:25.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:25 smithi094 ceph-mon[112176]: 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-08T03:28:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:25 smithi003 ceph-mon[96088]: 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-08T03:28:26.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:26.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:27.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:27.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:27 smithi003 ceph-mon[96088]: 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-08T03:28:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:27 smithi094 ceph-mon[112176]: 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-08T03:28:28.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:28.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:29.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:29.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:29 smithi094 ceph-mon[112176]: 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-08T03:28:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:29 smithi003 ceph-mon[96088]: 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-08T03:28:30.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:30.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:31.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:31.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:31 smithi094 ceph-mon[112176]: 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-08T03:28:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:31 smithi003 ceph-mon[96088]: 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-08T03:28:32.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:32.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:33.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:33.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:33 smithi094 ceph-mon[112176]: 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-08T03:28:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:33 smithi003 ceph-mon[96088]: 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-08T03:28:34.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:34.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:35.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:35.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:35 smithi094 ceph-mon[112176]: 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-08T03:28:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:35 smithi003 ceph-mon[96088]: 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-08T03:28:36.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:36.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:37.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:37.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:37 smithi003 ceph-mon[96088]: 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-08T03:28:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:37 smithi094 ceph-mon[112176]: 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-08T03:28:38.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:38.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:28:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:28:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:39 smithi094 ceph-mon[112176]: 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-08T03:28:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:39 smithi003 ceph-mon[96088]: 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-08T03:28:40.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:40.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:41.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:41.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:41 smithi094 ceph-mon[112176]: 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-08T03:28:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:41 smithi003 ceph-mon[96088]: 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-08T03:28:42.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:42.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:43.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:43.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:43 smithi094 ceph-mon[112176]: 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-08T03:28:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:43 smithi003 ceph-mon[96088]: 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-08T03:28:44.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:44.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:45.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:45.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:45.884 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:45 smithi094 ceph-mon[112176]: 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-08T03:28:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:45 smithi003 ceph-mon[96088]: 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-08T03:28:46.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:46.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:47.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:47.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:47 smithi003 ceph-mon[96088]: 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-08T03:28:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:47 smithi094 ceph-mon[112176]: 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-08T03:28:48.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:48.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:49.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:49.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:49 smithi094 ceph-mon[112176]: 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-08T03:28:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:49 smithi003 ceph-mon[96088]: 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-08T03:28:50.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:50.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:51.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:51.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:51.885 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:51 smithi003 ceph-mon[96088]: 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-08T03:28:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:51 smithi094 ceph-mon[112176]: 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-08T03:28:52.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:52.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:53.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:53.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:53 smithi094 ceph-mon[112176]: 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-08T03:28:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:28:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:53 smithi003 ceph-mon[96088]: 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-08T03:28:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:28:54.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:54.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:55.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:55.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:55 smithi094 ceph-mon[112176]: 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-08T03:28:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:55 smithi003 ceph-mon[96088]: 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-08T03:28:56.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:56.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:57.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:57.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:57 smithi003 ceph-mon[96088]: 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-08T03:28:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:57 smithi094 ceph-mon[112176]: 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-08T03:28:58.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:58.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:59.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:28:59.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:28:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:28:59 smithi094 ceph-mon[112176]: 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-08T03:28:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:28:59 smithi003 ceph-mon[96088]: 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-08T03:29:00.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:00.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:01.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:01.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:01 smithi094 ceph-mon[112176]: 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-08T03:29:01.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:01 smithi003 ceph-mon[96088]: 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-08T03:29:02.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:02.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:03 smithi094 ceph-mon[112176]: 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-08T03:29:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:03 smithi003 ceph-mon[96088]: 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-08T03:29:04.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:04.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:05.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:05.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:05 smithi094 ceph-mon[112176]: 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-08T03:29:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:05 smithi003 ceph-mon[96088]: 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-08T03:29:06.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:06.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:29:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:29:07.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:07.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:07 smithi094 ceph-mon[112176]: 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-08T03:29:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:29:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:29:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:29:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:29:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:29:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:29:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:29:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:07 smithi003 ceph-mon[96088]: 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-08T03:29:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:29:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:29:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:29:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:29:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:29:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:29:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:29:08.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:08.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:29:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:29:09.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:09.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:09 smithi003 ceph-mon[96088]: 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-08T03:29:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:09 smithi094 ceph-mon[112176]: 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-08T03:29:10.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:10.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:11.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:11.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:11 smithi003 ceph-mon[96088]: 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-08T03:29:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:11 smithi094 ceph-mon[112176]: 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-08T03:29:12.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:12.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:13.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:13.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:13 smithi003 ceph-mon[96088]: 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-08T03:29:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:13 smithi094 ceph-mon[112176]: 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-08T03:29:14.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:14.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:15.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:15.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:15 smithi003 ceph-mon[96088]: 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-08T03:29:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:15 smithi094 ceph-mon[112176]: 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-08T03:29:16.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:16.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:17.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:17.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:17 smithi003 ceph-mon[96088]: 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-08T03:29:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:17 smithi094 ceph-mon[112176]: 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-08T03:29:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:19.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:19.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:19 smithi003 ceph-mon[96088]: 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-08T03:29:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:19 smithi094 ceph-mon[112176]: 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-08T03:29:20.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:20.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:21.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:21.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:21 smithi003 ceph-mon[96088]: 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-08T03:29:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:21 smithi094 ceph-mon[112176]: 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-08T03:29:22.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:22.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:23 smithi003 ceph-mon[96088]: 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-08T03:29:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:29:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:23 smithi094 ceph-mon[112176]: 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-08T03:29:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:29:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:25.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:25.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:25 smithi003 ceph-mon[96088]: 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-08T03:29:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:25 smithi094 ceph-mon[112176]: 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-08T03:29:26.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:26.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:27.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:27.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:27 smithi003 ceph-mon[96088]: 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-08T03:29:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:27 smithi094 ceph-mon[112176]: 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-08T03:29:28.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:28.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:29.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:29.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:29 smithi003 ceph-mon[96088]: 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-08T03:29:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:29 smithi094 ceph-mon[112176]: 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-08T03:29:30.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:30.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:31.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:31.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:31 smithi003 ceph-mon[96088]: 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-08T03:29:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:31 smithi094 ceph-mon[112176]: 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-08T03:29:32.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:32.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:32 smithi094 ceph-mon[112176]: 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-08T03:29:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:32 smithi003 ceph-mon[96088]: 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-08T03:29:33.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:33.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:34.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:34.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:35.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:35.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:35 smithi094 ceph-mon[112176]: 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-08T03:29:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:35 smithi003 ceph-mon[96088]: 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-08T03:29:36.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:36.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:37.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:37.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:37 smithi003 ceph-mon[96088]: 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-08T03:29:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:37 smithi094 ceph-mon[112176]: 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-08T03:29:38.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:38.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:29:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:29:39.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:39.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:39 smithi094 ceph-mon[112176]: 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-08T03:29:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:39 smithi003 ceph-mon[96088]: 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-08T03:29:40.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:40.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:41.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:41.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:41 smithi094 ceph-mon[112176]: 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-08T03:29:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:41 smithi003 ceph-mon[96088]: 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-08T03:29:42.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:42.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:43.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:43.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:43 smithi094 ceph-mon[112176]: 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-08T03:29:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:43 smithi003 ceph-mon[96088]: 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-08T03:29:44.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:44.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:45.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:45.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:45 smithi094 ceph-mon[112176]: 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-08T03:29:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:45 smithi003 ceph-mon[96088]: 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-08T03:29:46.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:46.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:47.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:47.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:47 smithi003 ceph-mon[96088]: 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-08T03:29:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:47 smithi094 ceph-mon[112176]: 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-08T03:29:48.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:48.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:49.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:49.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:49 smithi094 ceph-mon[112176]: 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-08T03:29:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:49 smithi003 ceph-mon[96088]: 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-08T03:29:50.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:50.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:51.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:51.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:51 smithi094 ceph-mon[112176]: 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-08T03:29:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:51 smithi003 ceph-mon[96088]: 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-08T03:29:52.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:52.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:53.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:53.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:53 smithi094 ceph-mon[112176]: 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-08T03:29:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:29:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:53 smithi003 ceph-mon[96088]: 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-08T03:29:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:29:54.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:54.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:55.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:55.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:55 smithi094 ceph-mon[112176]: 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-08T03:29:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:55 smithi003 ceph-mon[96088]: 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-08T03:29:56.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:56.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:57.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:57.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:57 smithi003 ceph-mon[96088]: 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-08T03:29:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:57 smithi094 ceph-mon[112176]: 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-08T03:29:58.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:58.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:59.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:29:59.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:29:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:29:59 smithi094 ceph-mon[112176]: 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-08T03:29:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:29:59 smithi003 ceph-mon[96088]: 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-08T03:30:00.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:00.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T03:30:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T03:30:01.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:01.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:01 smithi094 ceph-mon[112176]: 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-08T03:30:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:01 smithi003 ceph-mon[96088]: 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-08T03:30:02.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:02.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:03.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:03.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:03 smithi094 ceph-mon[112176]: 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-08T03:30:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:03 smithi003 ceph-mon[96088]: 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-08T03:30:04.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:04.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:05.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:05.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:05 smithi094 ceph-mon[112176]: 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-08T03:30:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:05 smithi003 ceph-mon[96088]: 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-08T03:30:06.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:06.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:07.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:07.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:07.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:07 smithi003 ceph-mon[96088]: 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-08T03:30:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:30:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:07 smithi094 ceph-mon[112176]: 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-08T03:30:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:30:08.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:08.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:30:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:30:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:30:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:30:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:30:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:30:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:30:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:30:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:30:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:30:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:30:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:30:09.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:09.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:09 smithi094 ceph-mon[112176]: 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-08T03:30:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:09 smithi003 ceph-mon[96088]: 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-08T03:30:10.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:10.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:11.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:11.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:11 smithi094 ceph-mon[112176]: 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-08T03:30:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:11 smithi003 ceph-mon[96088]: 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-08T03:30:12.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:12.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:13.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:13.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:13 smithi094 ceph-mon[112176]: 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-08T03:30:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:13 smithi003 ceph-mon[96088]: 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-08T03:30:14.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:14.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:15.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:15.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:15 smithi094 ceph-mon[112176]: 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-08T03:30:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:15 smithi003 ceph-mon[96088]: 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-08T03:30:16.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:16.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:17.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:17.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:17 smithi094 ceph-mon[112176]: 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-08T03:30:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:17 smithi003 ceph-mon[96088]: 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-08T03:30:18.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:18.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:19.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:19.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:19 smithi094 ceph-mon[112176]: 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-08T03:30:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:19 smithi003 ceph-mon[96088]: 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-08T03:30:20.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:20.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:21.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:21.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:21 smithi094 ceph-mon[112176]: 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-08T03:30:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:21 smithi003 ceph-mon[96088]: 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-08T03:30:22.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:22.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:23.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:23.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:23 smithi094 ceph-mon[112176]: 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-08T03:30:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:30:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:23 smithi003 ceph-mon[96088]: 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-08T03:30:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:30:24.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:24.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:25.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:25.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:25 smithi094 ceph-mon[112176]: 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-08T03:30:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:25 smithi003 ceph-mon[96088]: 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-08T03:30:26.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:26.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:27.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:27.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:27 smithi094 ceph-mon[112176]: 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-08T03:30:27.974 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:27 smithi003 ceph-mon[96088]: 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-08T03:30:28.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:28.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:29.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:29.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:29 smithi094 ceph-mon[112176]: 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-08T03:30:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:29 smithi003 ceph-mon[96088]: 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-08T03:30:30.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:30.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:31.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:31.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:31 smithi094 ceph-mon[112176]: 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-08T03:30:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:31 smithi003 ceph-mon[96088]: 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-08T03:30:32.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:32.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:33.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:33.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:33 smithi094 ceph-mon[112176]: 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-08T03:30:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:33 smithi003 ceph-mon[96088]: 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-08T03:30:34.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:34.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:35.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:35.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:35 smithi094 ceph-mon[112176]: 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-08T03:30:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:35 smithi003 ceph-mon[96088]: 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-08T03:30:36.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:36.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:37.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:37.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:37 smithi094 ceph-mon[112176]: 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-08T03:30:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:37 smithi003 ceph-mon[96088]: 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-08T03:30:38.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:38.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:30:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:30:39.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:39.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:39 smithi003 ceph-mon[96088]: 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-08T03:30:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:39 smithi094 ceph-mon[112176]: 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-08T03:30:40.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:40.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:41.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:41.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:41 smithi003 ceph-mon[96088]: 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-08T03:30:42.092 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:41 smithi094 ceph-mon[112176]: 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-08T03:30:42.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:42.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:43.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:43.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:43 smithi003 ceph-mon[96088]: 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-08T03:30:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:43 smithi094 ceph-mon[112176]: 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-08T03:30:44.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:44.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:45.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:45.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:45 smithi003 ceph-mon[96088]: 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-08T03:30:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:45 smithi094 ceph-mon[112176]: 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-08T03:30:46.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:46.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:47.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:47.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:47 smithi003 ceph-mon[96088]: 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-08T03:30:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:47 smithi094 ceph-mon[112176]: 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-08T03:30:48.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:48.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:49.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:49.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:49 smithi003 ceph-mon[96088]: 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-08T03:30:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:49 smithi094 ceph-mon[112176]: 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-08T03:30:50.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:50.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:51.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:51.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:51 smithi003 ceph-mon[96088]: 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-08T03:30:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:51 smithi094 ceph-mon[112176]: 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-08T03:30:52.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:52.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:53.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:53.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:53 smithi003 ceph-mon[96088]: 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-08T03:30:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:30:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:53 smithi094 ceph-mon[112176]: 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-08T03:30:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:30:54.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:54.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:55.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:55.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:55 smithi003 ceph-mon[96088]: 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-08T03:30:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:55 smithi094 ceph-mon[112176]: 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-08T03:30:56.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:56.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:57.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:57.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:57 smithi003 ceph-mon[96088]: 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-08T03:30:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:57 smithi094 ceph-mon[112176]: 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-08T03:30:58.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:58.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:59.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:30:59.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:30:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:30:59 smithi003 ceph-mon[96088]: 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-08T03:31:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:30:59 smithi094 ceph-mon[112176]: 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-08T03:31:00.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:00.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:01.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:01.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:01 smithi003 ceph-mon[96088]: 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-08T03:31:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:01 smithi094 ceph-mon[112176]: 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-08T03:31:02.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:02.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:03.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:03.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:03 smithi003 ceph-mon[96088]: 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-08T03:31:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:03 smithi094 ceph-mon[112176]: 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-08T03:31:04.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:04.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:05.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:05.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:05 smithi003 ceph-mon[96088]: 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-08T03:31:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:05 smithi094 ceph-mon[112176]: 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-08T03:31:06.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:06.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:07.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:07.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:07 smithi003 ceph-mon[96088]: 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-08T03:31:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:07 smithi094 ceph-mon[112176]: 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-08T03:31:08.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:08.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:31:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:31:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:31:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:31:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:09.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:09.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:09 smithi094 ceph-mon[112176]: 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-08T03:31:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:09 smithi003 ceph-mon[96088]: 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-08T03:31:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:10.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:10.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:11.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:11.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:11 smithi003 ceph-mon[96088]: 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-08T03:31:12.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:11 smithi094 ceph-mon[112176]: 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-08T03:31:12.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:12.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:13.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:13.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: 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-08T03:31:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:31:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:31:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:31:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: 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-08T03:31:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:31:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:31:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:31:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:31:14.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:14.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:15.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:15.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:15 smithi003 ceph-mon[96088]: 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-08T03:31:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:15 smithi094 ceph-mon[112176]: 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-08T03:31:16.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:16.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:17.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:17.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:17 smithi003 ceph-mon[96088]: 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-08T03:31:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:17 smithi094 ceph-mon[112176]: 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-08T03:31:18.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:18.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:19.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:19.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:19 smithi094 ceph-mon[112176]: 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-08T03:31:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:19 smithi003 ceph-mon[96088]: 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-08T03:31:20.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:20.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:21.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:21.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:21 smithi094 ceph-mon[112176]: 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-08T03:31:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:21 smithi003 ceph-mon[96088]: 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-08T03:31:22.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:22.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:23.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:23.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:23 smithi094 ceph-mon[112176]: 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-08T03:31:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:31:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:23 smithi003 ceph-mon[96088]: 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-08T03:31:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:31:24.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:24.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:25.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:25.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:25 smithi094 ceph-mon[112176]: 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-08T03:31:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:25 smithi003 ceph-mon[96088]: 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-08T03:31:26.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:26.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:27.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:27.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:27 smithi003 ceph-mon[96088]: 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-08T03:31:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:27 smithi094 ceph-mon[112176]: 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-08T03:31:28.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:28.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:29.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:29.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:29 smithi094 ceph-mon[112176]: 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-08T03:31:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:29 smithi003 ceph-mon[96088]: 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-08T03:31:30.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:30.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:31.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:31.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:31 smithi094 ceph-mon[112176]: 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-08T03:31:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:31 smithi003 ceph-mon[96088]: 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-08T03:31:32.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:32.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:33.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:33.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:33 smithi094 ceph-mon[112176]: 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-08T03:31:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:33 smithi003 ceph-mon[96088]: 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-08T03:31:34.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:34.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:35.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:35.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:35 smithi094 ceph-mon[112176]: 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-08T03:31:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:35 smithi003 ceph-mon[96088]: 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-08T03:31:36.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:36.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:37.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:37.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:37 smithi003 ceph-mon[96088]: 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-08T03:31:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:37 smithi094 ceph-mon[112176]: 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-08T03:31:38.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:38.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:31:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:31:39.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:39.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:39 smithi094 ceph-mon[112176]: 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-08T03:31:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:39 smithi003 ceph-mon[96088]: 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-08T03:31:40.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:40.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:41.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:41.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:41 smithi094 ceph-mon[112176]: 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-08T03:31:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:41 smithi003 ceph-mon[96088]: 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-08T03:31:42.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:42.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:43.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:43.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:43 smithi094 ceph-mon[112176]: 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-08T03:31:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:43 smithi003 ceph-mon[96088]: 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-08T03:31:44.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:44.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:45.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:45.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:45 smithi094 ceph-mon[112176]: 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-08T03:31:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:45 smithi003 ceph-mon[96088]: 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-08T03:31:46.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:46.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:47.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:47.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:47 smithi094 ceph-mon[112176]: 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-08T03:31:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:47 smithi003 ceph-mon[96088]: 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-08T03:31:48.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:48.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:49.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:49.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:49 smithi094 ceph-mon[112176]: 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-08T03:31:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:49 smithi003 ceph-mon[96088]: 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-08T03:31:50.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:50.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:51.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:51.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:51 smithi094 ceph-mon[112176]: 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-08T03:31:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:51 smithi003 ceph-mon[96088]: 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-08T03:31:52.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:52.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:53.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:53.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:53 smithi094 ceph-mon[112176]: 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-08T03:31:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:31:53.953 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:53 smithi003 ceph-mon[96088]: 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-08T03:31:53.953 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:31:54.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:54.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:55.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:55.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:55 smithi094 ceph-mon[112176]: 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-08T03:31:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:55 smithi003 ceph-mon[96088]: 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-08T03:31:56.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:56.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:57.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:57.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:57 smithi094 ceph-mon[112176]: 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-08T03:31:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:57 smithi003 ceph-mon[96088]: 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-08T03:31:58.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:58.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:59.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:31:59.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:31:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:31:59 smithi094 ceph-mon[112176]: 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-08T03:31:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:31:59 smithi003 ceph-mon[96088]: 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-08T03:32:00.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:00.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:01.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:01.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:01 smithi094 ceph-mon[112176]: 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-08T03:32:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:01 smithi003 ceph-mon[96088]: 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-08T03:32:02.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:02.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:03.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:03.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:03 smithi094 ceph-mon[112176]: 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-08T03:32:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:03 smithi003 ceph-mon[96088]: 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-08T03:32:04.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:04.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:05.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:05.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:05 smithi094 ceph-mon[112176]: 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-08T03:32:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:05 smithi003 ceph-mon[96088]: 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-08T03:32:06.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:06.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:07.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:07.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:07 smithi094 ceph-mon[112176]: 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-08T03:32:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:07 smithi003 ceph-mon[96088]: 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-08T03:32:08.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:08.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:32:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:32:09.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:09.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:09 smithi094 ceph-mon[112176]: 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-08T03:32:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:09 smithi003 ceph-mon[96088]: 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-08T03:32:10.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:10.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:11.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:11.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:11 smithi003 ceph-mon[96088]: 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-08T03:32:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:11 smithi094 ceph-mon[112176]: 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-08T03:32:12.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:12.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:13.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:13.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:13 smithi003 ceph-mon[96088]: 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-08T03:32:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:32:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:13 smithi094 ceph-mon[112176]: 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-08T03:32:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:32:14.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:14.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:32:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:32:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:32:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:32:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:32:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:32:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:32:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:32:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:32:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:32:15.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:15.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:15 smithi003 ceph-mon[96088]: 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-08T03:32:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:15 smithi094 ceph-mon[112176]: 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-08T03:32:16.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:16.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:17.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:17.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:17 smithi003 ceph-mon[96088]: 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-08T03:32:18.089 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:17 smithi094 ceph-mon[112176]: 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-08T03:32:18.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:18.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:19.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:19.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:19 smithi003 ceph-mon[96088]: 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-08T03:32:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:19 smithi094 ceph-mon[112176]: 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-08T03:32:20.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:20.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:21.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:21.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:21 smithi003 ceph-mon[96088]: 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-08T03:32:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:21 smithi094 ceph-mon[112176]: 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-08T03:32:22.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:22.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:23.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:23.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:23 smithi003 ceph-mon[96088]: 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-08T03:32:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:32:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:23 smithi094 ceph-mon[112176]: 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-08T03:32:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:32:24.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:24.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:25.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:25.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:25 smithi003 ceph-mon[96088]: 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-08T03:32:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:25 smithi094 ceph-mon[112176]: 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-08T03:32:26.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:26.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:27.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:27.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:27 smithi003 ceph-mon[96088]: 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-08T03:32:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:27 smithi094 ceph-mon[112176]: 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-08T03:32:28.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:28.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:29.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:29.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:29 smithi003 ceph-mon[96088]: 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-08T03:32:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:29 smithi094 ceph-mon[112176]: 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-08T03:32:30.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:30.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:31.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:31.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:31 smithi094 ceph-mon[112176]: 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-08T03:32:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:31 smithi003 ceph-mon[96088]: 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-08T03:32:32.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:32.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:33.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:33.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:33 smithi094 ceph-mon[112176]: 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-08T03:32:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:33 smithi003 ceph-mon[96088]: 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-08T03:32:34.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:34.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:35.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:35.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:35 smithi094 ceph-mon[112176]: 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-08T03:32:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:35 smithi003 ceph-mon[96088]: 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-08T03:32:36.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:36.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:36 smithi094 ceph-mon[112176]: 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-08T03:32:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:36 smithi003 ceph-mon[96088]: 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-08T03:32:37.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:37.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:32:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:32:38.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:38.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:39.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:39.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:39 smithi003 ceph-mon[96088]: 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-08T03:32:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:39 smithi094 ceph-mon[112176]: 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-08T03:32:40.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:40.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:41.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:41.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:41 smithi094 ceph-mon[112176]: 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-08T03:32:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:41 smithi003 ceph-mon[96088]: 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-08T03:32:42.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:42.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:43.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:43.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:43 smithi094 ceph-mon[112176]: 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-08T03:32:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:43 smithi003 ceph-mon[96088]: 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-08T03:32:44.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:44.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:45.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:45.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:45 smithi094 ceph-mon[112176]: 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-08T03:32:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:45 smithi003 ceph-mon[96088]: 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-08T03:32:46.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:46.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:47.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:47.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:47.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:47 smithi003 ceph-mon[96088]: 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-08T03:32:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:47 smithi094 ceph-mon[112176]: 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-08T03:32:48.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:48.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:49.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:49.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:49 smithi094 ceph-mon[112176]: 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-08T03:32:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:49 smithi003 ceph-mon[96088]: 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-08T03:32:50.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:50.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:51.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:51.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:51 smithi094 ceph-mon[112176]: 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-08T03:32:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:51 smithi003 ceph-mon[96088]: 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-08T03:32:52.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:52.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:53.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:53.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:53 smithi094 ceph-mon[112176]: 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-08T03:32:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:32:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:53 smithi003 ceph-mon[96088]: 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-08T03:32:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:32:54.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:54.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:55.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:55.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:55 smithi094 ceph-mon[112176]: 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-08T03:32:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:55 smithi003 ceph-mon[96088]: 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-08T03:32:56.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:56.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:57.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:57.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:57 smithi094 ceph-mon[112176]: 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-08T03:32:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:57 smithi003 ceph-mon[96088]: 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-08T03:32:58.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:58.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:59.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:32:59.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:32:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:32:59 smithi094 ceph-mon[112176]: 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-08T03:32:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:32:59 smithi003 ceph-mon[96088]: 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-08T03:33:00.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:00.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:01.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:01.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:01 smithi094 ceph-mon[112176]: 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-08T03:33:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:01 smithi003 ceph-mon[96088]: 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-08T03:33:02.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:02.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:03.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:03.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:03 smithi094 ceph-mon[112176]: 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-08T03:33:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:03 smithi003 ceph-mon[96088]: 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-08T03:33:04.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:04.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:05.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:05.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:05 smithi094 ceph-mon[112176]: 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-08T03:33:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:05 smithi003 ceph-mon[96088]: 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-08T03:33:06.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:06.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:07.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:07.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:07 smithi094 ceph-mon[112176]: 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-08T03:33:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:07 smithi003 ceph-mon[96088]: 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-08T03:33:08.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:08.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:33:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:33:09.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:09.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:09 smithi094 ceph-mon[112176]: 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-08T03:33:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:09 smithi003 ceph-mon[96088]: 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-08T03:33:10.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:10.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:11.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:11.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:11 smithi094 ceph-mon[112176]: 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-08T03:33:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:11 smithi003 ceph-mon[96088]: 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-08T03:33:12.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:12.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:13.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:13.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:13 smithi094 ceph-mon[112176]: 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-08T03:33:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:13 smithi003 ceph-mon[96088]: 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-08T03:33:14.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:14.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:33:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:33:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:33:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:33:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:33:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:33:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:33:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:33:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:33:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:33:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:33:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:33:15.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:15.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:15 smithi094 ceph-mon[112176]: 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-08T03:33:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:15 smithi003 ceph-mon[96088]: 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-08T03:33:16.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:16.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:17.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:17.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:17 smithi094 ceph-mon[112176]: 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-08T03:33:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:17 smithi003 ceph-mon[96088]: 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-08T03:33:18.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:18.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:19.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:19.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:19 smithi094 ceph-mon[112176]: 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-08T03:33:19.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:19 smithi003 ceph-mon[96088]: 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-08T03:33:20.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:20.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:21.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:21.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:21 smithi094 ceph-mon[112176]: 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-08T03:33:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:21 smithi003 ceph-mon[96088]: 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-08T03:33:22.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:22.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:23.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:23.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:23 smithi003 ceph-mon[96088]: 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-08T03:33:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:33:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:23 smithi094 ceph-mon[112176]: 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-08T03:33:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:33:24.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:24.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:25.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:25.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:25 smithi003 ceph-mon[96088]: 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-08T03:33:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:25 smithi094 ceph-mon[112176]: 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-08T03:33:26.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:26.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:27.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:27.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:27 smithi003 ceph-mon[96088]: 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-08T03:33:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:27 smithi094 ceph-mon[112176]: 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-08T03:33:28.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:28.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:29.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:29.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:29 smithi003 ceph-mon[96088]: 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-08T03:33:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:29 smithi094 ceph-mon[112176]: 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-08T03:33:30.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:30.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:31.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:31.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:31 smithi003 ceph-mon[96088]: 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-08T03:33:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:31 smithi094 ceph-mon[112176]: 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-08T03:33:32.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:32.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:33.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:33.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:33 smithi003 ceph-mon[96088]: 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-08T03:33:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:33 smithi094 ceph-mon[112176]: 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-08T03:33:34.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:34.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:35.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:35.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:35 smithi003 ceph-mon[96088]: 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-08T03:33:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:35 smithi094 ceph-mon[112176]: 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-08T03:33:36.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:36.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:37.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:37.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:37 smithi003 ceph-mon[96088]: 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-08T03:33:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:37 smithi094 ceph-mon[112176]: 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-08T03:33:38.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:38.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:33:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:33:39.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:39.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:39 smithi003 ceph-mon[96088]: 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-08T03:33:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:39 smithi094 ceph-mon[112176]: 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-08T03:33:40.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:40.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:41.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:41.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:41 smithi003 ceph-mon[96088]: 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-08T03:33:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:41 smithi094 ceph-mon[112176]: 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-08T03:33:42.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:42.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:43.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:43.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:43 smithi003 ceph-mon[96088]: 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-08T03:33:43.983 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:43 smithi094 ceph-mon[112176]: 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-08T03:33:44.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:44.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:45.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:45.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:45 smithi003 ceph-mon[96088]: 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-08T03:33:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:45 smithi094 ceph-mon[112176]: 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-08T03:33:46.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:46.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:47.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:47.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:47 smithi003 ceph-mon[96088]: 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-08T03:33:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:47 smithi094 ceph-mon[112176]: 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-08T03:33:48.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:48.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:49.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:49.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:49 smithi003 ceph-mon[96088]: 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-08T03:33:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:49 smithi094 ceph-mon[112176]: 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-08T03:33:50.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:50.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:51.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:51.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:51 smithi003 ceph-mon[96088]: 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-08T03:33:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:51 smithi094 ceph-mon[112176]: 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-08T03:33:52.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:52.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:53.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:53.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:53 smithi003 ceph-mon[96088]: 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-08T03:33:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:33:54.089 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:53 smithi094 ceph-mon[112176]: 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-08T03:33:54.089 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:33:54.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:54.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:55.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:55.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:55 smithi003 ceph-mon[96088]: 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-08T03:33:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:55 smithi094 ceph-mon[112176]: 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-08T03:33:56.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:56.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:57.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:57.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:57 smithi003 ceph-mon[96088]: 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-08T03:33:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:57 smithi094 ceph-mon[112176]: 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-08T03:33:58.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:58.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:59.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:33:59.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:33:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:33:59 smithi003 ceph-mon[96088]: 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-08T03:34:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:33:59 smithi094 ceph-mon[112176]: 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-08T03:34:00.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:00.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:01.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:01.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:01 smithi003 ceph-mon[96088]: 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-08T03:34:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:01 smithi094 ceph-mon[112176]: 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-08T03:34:02.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:02.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:03.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:03.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:03 smithi003 ceph-mon[96088]: 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-08T03:34:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:03 smithi094 ceph-mon[112176]: 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-08T03:34:04.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:04.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:05.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:05.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:05 smithi003 ceph-mon[96088]: 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-08T03:34:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:05 smithi094 ceph-mon[112176]: 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-08T03:34:06.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:06.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:07.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:07.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:07 smithi094 ceph-mon[112176]: 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-08T03:34:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:07 smithi003 ceph-mon[96088]: 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-08T03:34:08.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:08.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:34:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:34:09.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:09.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:09 smithi094 ceph-mon[112176]: 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-08T03:34:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:09 smithi003 ceph-mon[96088]: 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-08T03:34:10.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:10.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:11.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:11.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:11 smithi094 ceph-mon[112176]: 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-08T03:34:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:11 smithi003 ceph-mon[96088]: 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-08T03:34:12.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:12.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:13.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:13.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:13 smithi094 ceph-mon[112176]: 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-08T03:34:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:13 smithi003 ceph-mon[96088]: 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-08T03:34:14.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:14.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:34:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:34:15.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:15.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:15 smithi003 ceph-mon[96088]: 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-08T03:34:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:15 smithi094 ceph-mon[112176]: 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-08T03:34:16.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:16.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:17.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:17.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:17 smithi094 ceph-mon[112176]: 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-08T03:34:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:34:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:34:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:17 smithi003 ceph-mon[96088]: 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-08T03:34:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:34:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:34:18.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:18.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:34:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:34:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:34:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:34:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:34:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:34:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:34:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:34:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:34:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:34:19.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:19.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:19 smithi094 ceph-mon[112176]: 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-08T03:34:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:19 smithi003 ceph-mon[96088]: 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-08T03:34:20.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:20.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:21.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:21.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:21 smithi094 ceph-mon[112176]: 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-08T03:34:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:21 smithi003 ceph-mon[96088]: 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-08T03:34:22.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:22.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:22 smithi094 ceph-mon[112176]: 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-08T03:34:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:22 smithi003 ceph-mon[96088]: 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-08T03:34:23.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:23.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:34:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:34:24.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:24.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:24 smithi094 ceph-mon[112176]: 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-08T03:34:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:24 smithi003 ceph-mon[96088]: 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-08T03:34:25.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:25.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:26.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:26.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:27 smithi094 ceph-mon[112176]: 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-08T03:34:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:27 smithi003 ceph-mon[96088]: 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-08T03:34:27.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:27.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:28.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:28.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:29.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:29.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:29 smithi094 ceph-mon[112176]: 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-08T03:34:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:29 smithi003 ceph-mon[96088]: 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-08T03:34:30.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:30.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:31.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:31.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:31 smithi094 ceph-mon[112176]: 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-08T03:34:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:31 smithi003 ceph-mon[96088]: 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-08T03:34:32.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:32.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:33.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:33.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:33 smithi094 ceph-mon[112176]: 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-08T03:34:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:33 smithi003 ceph-mon[96088]: 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-08T03:34:34.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:34.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:35.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:35.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:35 smithi094 ceph-mon[112176]: 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-08T03:34:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:35 smithi003 ceph-mon[96088]: 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-08T03:34:36.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:36.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:37.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:37.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:37 smithi094 ceph-mon[112176]: 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-08T03:34:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:37 smithi003 ceph-mon[96088]: 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-08T03:34:38.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:38.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:34:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:34:39.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:39.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:39 smithi094 ceph-mon[112176]: 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-08T03:34:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:39 smithi003 ceph-mon[96088]: 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-08T03:34:40.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:40.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:41.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:41.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:41 smithi094 ceph-mon[112176]: 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-08T03:34:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:41 smithi003 ceph-mon[96088]: 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-08T03:34:42.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:42.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:43.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:43.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:43 smithi094 ceph-mon[112176]: 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-08T03:34:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:43 smithi003 ceph-mon[96088]: 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-08T03:34:44.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:44.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:45.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:45.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:45 smithi094 ceph-mon[112176]: 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-08T03:34:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:45 smithi003 ceph-mon[96088]: 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-08T03:34:46.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:46.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:47.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:47.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:47 smithi094 ceph-mon[112176]: 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-08T03:34:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:47 smithi003 ceph-mon[96088]: 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-08T03:34:48.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:48.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:49.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:49.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:49 smithi094 ceph-mon[112176]: 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-08T03:34:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:49 smithi003 ceph-mon[96088]: 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-08T03:34:50.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:50.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:51.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:51.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:51 smithi094 ceph-mon[112176]: 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-08T03:34:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:51 smithi003 ceph-mon[96088]: 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-08T03:34:52.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:52.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:53.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:53.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:53 smithi094 ceph-mon[112176]: 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-08T03:34:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:34:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:53 smithi003 ceph-mon[96088]: 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-08T03:34:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:34:54.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:54.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:55.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:55.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:55 smithi094 ceph-mon[112176]: 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-08T03:34:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:55 smithi003 ceph-mon[96088]: 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-08T03:34:56.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:56.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:57.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:57.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:57 smithi003 ceph-mon[96088]: 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-08T03:34:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:57 smithi094 ceph-mon[112176]: 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-08T03:34:58.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:58.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:59.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:34:59.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:34:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:34:59 smithi003 ceph-mon[96088]: 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-08T03:35:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:34:59 smithi094 ceph-mon[112176]: 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-08T03:35:00.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:00.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:01.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:01.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:01 smithi003 ceph-mon[96088]: 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-08T03:35:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:01 smithi094 ceph-mon[112176]: 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-08T03:35:02.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:02.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:03.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:03.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:03 smithi003 ceph-mon[96088]: 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-08T03:35:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:03 smithi094 ceph-mon[112176]: 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-08T03:35:04.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:04.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:05.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:05.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:05 smithi003 ceph-mon[96088]: 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-08T03:35:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:05 smithi094 ceph-mon[112176]: 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-08T03:35:06.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:06.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:07.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:07.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:07 smithi003 ceph-mon[96088]: 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-08T03:35:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:07 smithi094 ceph-mon[112176]: 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-08T03:35:08.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:08.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:35:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:35:09.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:09.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:09 smithi003 ceph-mon[96088]: 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-08T03:35:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:09 smithi094 ceph-mon[112176]: 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-08T03:35:10.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:10.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:11.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:11.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:11 smithi003 ceph-mon[96088]: 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-08T03:35:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:11 smithi094 ceph-mon[112176]: 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-08T03:35:12.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:12.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:13.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:13.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:13 smithi003 ceph-mon[96088]: 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-08T03:35:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:13 smithi094 ceph-mon[112176]: 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-08T03:35:14.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:14.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:15.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:15.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:15 smithi003 ceph-mon[96088]: 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-08T03:35:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:15 smithi094 ceph-mon[112176]: 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-08T03:35:16.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:16.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:17.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:17.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:17 smithi003 ceph-mon[96088]: 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-08T03:35:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:17 smithi094 ceph-mon[112176]: 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-08T03:35:18.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:18.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:35:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:35:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:35:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:35:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:35:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:35:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:35:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:35:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:35:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:35:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:35:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:35:19.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:19.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:19 smithi003 ceph-mon[96088]: 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-08T03:35:19.986 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:19 smithi094 ceph-mon[112176]: 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-08T03:35:20.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:20.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:21.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:21.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:21 smithi003 ceph-mon[96088]: 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-08T03:35:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:21 smithi094 ceph-mon[112176]: 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-08T03:35:22.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:22.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:23.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:23.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:23 smithi003 ceph-mon[96088]: 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-08T03:35:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:35:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:23 smithi094 ceph-mon[112176]: 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-08T03:35:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:35:24.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:24.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:25.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:25.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:25 smithi003 ceph-mon[96088]: 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-08T03:35:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:25 smithi094 ceph-mon[112176]: 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-08T03:35:26.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:26.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:27.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:27.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:27 smithi003 ceph-mon[96088]: 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-08T03:35:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:27 smithi094 ceph-mon[112176]: 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-08T03:35:28.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:28.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:29.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:29.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:29 smithi003 ceph-mon[96088]: 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-08T03:35:30.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:29 smithi094 ceph-mon[112176]: 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-08T03:35:30.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:30.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:31.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:31.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:31 smithi003 ceph-mon[96088]: 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-08T03:35:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:31 smithi094 ceph-mon[112176]: 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-08T03:35:32.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:32.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:33.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:33.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:33 smithi003 ceph-mon[96088]: 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-08T03:35:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:33 smithi094 ceph-mon[112176]: 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-08T03:35:34.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:34.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:35.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:35.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:35 smithi094 ceph-mon[112176]: 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-08T03:35:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:35 smithi003 ceph-mon[96088]: 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-08T03:35:36.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:36.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:37.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:37.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:37 smithi094 ceph-mon[112176]: 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-08T03:35:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:37 smithi003 ceph-mon[96088]: 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-08T03:35:38.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:38.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:35:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:35:39.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:39.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:39 smithi094 ceph-mon[112176]: 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-08T03:35:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:39 smithi003 ceph-mon[96088]: 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-08T03:35:40.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:40.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:41.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:41.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:41 smithi003 ceph-mon[96088]: 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-08T03:35:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:41 smithi094 ceph-mon[112176]: 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-08T03:35:42.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:42.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:43.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:43.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:43 smithi094 ceph-mon[112176]: 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-08T03:35:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:43 smithi003 ceph-mon[96088]: 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-08T03:35:44.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:44.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:45.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:45.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:45 smithi094 ceph-mon[112176]: 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-08T03:35:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:45 smithi003 ceph-mon[96088]: 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-08T03:35:46.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:46.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:47.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:47.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:47 smithi094 ceph-mon[112176]: 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-08T03:35:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:47 smithi003 ceph-mon[96088]: 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-08T03:35:48.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:48.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:49.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:49.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:49 smithi094 ceph-mon[112176]: 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-08T03:35:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:49 smithi003 ceph-mon[96088]: 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-08T03:35:50.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:50.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:51.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:51.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:51 smithi003 ceph-mon[96088]: 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-08T03:35:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:51 smithi094 ceph-mon[112176]: 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-08T03:35:52.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:52.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:53.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:53.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:53 smithi094 ceph-mon[112176]: 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-08T03:35:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:35:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:53 smithi003 ceph-mon[96088]: 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-08T03:35:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:35:54.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:54.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:55.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:55.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:55 smithi094 ceph-mon[112176]: 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-08T03:35:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:55 smithi003 ceph-mon[96088]: 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-08T03:35:56.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:56.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:57.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:57.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:57 smithi094 ceph-mon[112176]: 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-08T03:35:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:57 smithi003 ceph-mon[96088]: 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-08T03:35:58.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:58.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:35:59.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:35:59.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:35:59 smithi094 ceph-mon[112176]: 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-08T03:36:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:35:59 smithi003 ceph-mon[96088]: 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-08T03:36:00.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:00.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:01.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:01.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:01 smithi094 ceph-mon[112176]: 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-08T03:36:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:01 smithi003 ceph-mon[96088]: 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-08T03:36:02.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:02.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:02 smithi094 ceph-mon[112176]: 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-08T03:36:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:02 smithi003 ceph-mon[96088]: 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-08T03:36:03.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:03.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:04.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:04.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:05 smithi094 ceph-mon[112176]: 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-08T03:36:05.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:05.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:05 smithi003 ceph-mon[96088]: 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-08T03:36:06.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:06.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:07 smithi094 ceph-mon[112176]: 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-08T03:36:07.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:07.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:07 smithi003 ceph-mon[96088]: 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-08T03:36:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:36:08.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:08.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:36:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:09 smithi094 ceph-mon[112176]: 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-08T03:36:09.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:09.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:09 smithi003 ceph-mon[96088]: 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-08T03:36:10.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:10.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:11 smithi094 ceph-mon[112176]: 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-08T03:36:11.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:11.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:11 smithi003 ceph-mon[96088]: 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-08T03:36:12.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:12.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:13 smithi094 ceph-mon[112176]: 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-08T03:36:13.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:13.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:13 smithi003 ceph-mon[96088]: 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-08T03:36:14.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:14.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:15 smithi094 ceph-mon[112176]: 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-08T03:36:15.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:15.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:15 smithi003 ceph-mon[96088]: 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-08T03:36:16.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:16.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:17 smithi094 ceph-mon[112176]: 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-08T03:36:17.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:17.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:17 smithi003 ceph-mon[96088]: 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-08T03:36:18.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:18.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:36:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:36:19.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:19.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:19 smithi003 ceph-mon[96088]: 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-08T03:36:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:19 smithi094 ceph-mon[112176]: 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-08T03:36:20.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:20.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:21.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:21.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:21 smithi003 ceph-mon[96088]: 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-08T03:36:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:21 smithi094 ceph-mon[112176]: 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-08T03:36:22.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:22.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:23.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:23.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:23 smithi003 ceph-mon[96088]: 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-08T03:36:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:36:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:36:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:36:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:23 smithi094 ceph-mon[112176]: 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-08T03:36:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:36:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:36:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:36:24.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:24.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:36:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:36:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:36:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:36:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:36:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:36:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:36:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:36:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:36:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:36:25.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:25.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:25 smithi094 ceph-mon[112176]: 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-08T03:36:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:25 smithi003 ceph-mon[96088]: 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-08T03:36:26.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:26.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:27.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:27.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:27 smithi094 ceph-mon[112176]: 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-08T03:36:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:27 smithi003 ceph-mon[96088]: 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-08T03:36:28.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:28.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:29.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:29.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:29 smithi094 ceph-mon[112176]: 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-08T03:36:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:29 smithi003 ceph-mon[96088]: 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-08T03:36:30.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:30.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:31.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:31.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:32.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:31 smithi003 ceph-mon[96088]: 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-08T03:36:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:31 smithi094 ceph-mon[112176]: 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-08T03:36:32.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:32.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:33.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:33.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:33 smithi094 ceph-mon[112176]: 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-08T03:36:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:33 smithi003 ceph-mon[96088]: 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-08T03:36:34.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:34.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:35.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:35.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:35 smithi094 ceph-mon[112176]: 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-08T03:36:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:35 smithi003 ceph-mon[96088]: 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-08T03:36:36.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:36.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:37.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:37.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:37 smithi094 ceph-mon[112176]: 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-08T03:36:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:36:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:37 smithi003 ceph-mon[96088]: 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-08T03:36:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:36:38.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:38.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:39.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:39.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:40.076 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:39 smithi003 ceph-mon[96088]: 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-08T03:36:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:39 smithi094 ceph-mon[112176]: 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-08T03:36:40.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:40.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:41.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:41.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:41 smithi094 ceph-mon[112176]: 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-08T03:36:42.215 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:41 smithi003 ceph-mon[96088]: 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-08T03:36:42.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:42.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:43.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:43.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:43 smithi094 ceph-mon[112176]: 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-08T03:36:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:43 smithi003 ceph-mon[96088]: 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-08T03:36:44.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:44.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:45.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:45.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:45 smithi094 ceph-mon[112176]: 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-08T03:36:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:45 smithi003 ceph-mon[96088]: 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-08T03:36:46.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:46.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:47.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:47.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:47 smithi094 ceph-mon[112176]: 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-08T03:36:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:47 smithi003 ceph-mon[96088]: 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-08T03:36:48.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:49.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:50.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:50.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:49 smithi094 ceph-mon[112176]: 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-08T03:36:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:49 smithi003 ceph-mon[96088]: 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-08T03:36:51.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:51.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:52.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:52.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:51 smithi094 ceph-mon[112176]: 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-08T03:36:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:51 smithi003 ceph-mon[96088]: 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-08T03:36:53.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:53.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:52 smithi094 ceph-mon[112176]: 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-08T03:36:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:36:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:52 smithi003 ceph-mon[96088]: 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-08T03:36:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:36:54.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:54.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:55.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:55.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:55 smithi094 ceph-mon[112176]: 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-08T03:36:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:55 smithi003 ceph-mon[96088]: 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-08T03:36:56.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:56.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:57.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:57.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:57 smithi094 ceph-mon[112176]: 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-08T03:36:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:57 smithi003 ceph-mon[96088]: 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-08T03:36:58.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:58.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:59.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:36:59.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:36:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:36:59 smithi094 ceph-mon[112176]: 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-08T03:36:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:36:59 smithi003 ceph-mon[96088]: 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-08T03:37:00.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:00.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:01.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:01.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:01 smithi094 ceph-mon[112176]: 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-08T03:37:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:01 smithi003 ceph-mon[96088]: 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-08T03:37:02.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:02.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:03.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:03.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:03 smithi003 ceph-mon[96088]: 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-08T03:37:04.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:04.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:03 smithi094 ceph-mon[112176]: 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-08T03:37:05.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:05.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:05 smithi003 ceph-mon[96088]: 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-08T03:37:06.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:06.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:06.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:05 smithi094 ceph-mon[112176]: 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-08T03:37:07.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:07.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:07 smithi003 ceph-mon[96088]: 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-08T03:37:08.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:08.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:07 smithi094 ceph-mon[112176]: 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-08T03:37:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:37:09.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:09.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:37:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:09 smithi003 ceph-mon[96088]: 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-08T03:37:10.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:10.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:09 smithi094 ceph-mon[112176]: 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-08T03:37:11.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:11.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:11 smithi003 ceph-mon[96088]: 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-08T03:37:12.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:12.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:11 smithi094 ceph-mon[112176]: 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-08T03:37:13.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:13.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:13 smithi003 ceph-mon[96088]: 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-08T03:37:14.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:14.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:13 smithi094 ceph-mon[112176]: 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-08T03:37:15.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:15.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:15 smithi003 ceph-mon[96088]: 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-08T03:37:16.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:16.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:15 smithi094 ceph-mon[112176]: 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-08T03:37:17.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:17.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:17 smithi003 ceph-mon[96088]: 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-08T03:37:18.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:18.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:17 smithi094 ceph-mon[112176]: 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-08T03:37:19.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:19.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:19 smithi003 ceph-mon[96088]: 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-08T03:37:20.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:20.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:19 smithi094 ceph-mon[112176]: 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-08T03:37:21.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:21.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:21 smithi003 ceph-mon[96088]: 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-08T03:37:22.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:22.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:21 smithi094 ceph-mon[112176]: 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-08T03:37:23.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:23.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:23 smithi003 ceph-mon[96088]: 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-08T03:37:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:37:24.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:24.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:23 smithi094 ceph-mon[112176]: 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-08T03:37:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:37:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:37:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:37:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:37:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:37:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:37:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:37:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:37:25.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:25.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:37:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:37:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:37:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:37:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:37:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:37:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:37:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:25 smithi003 ceph-mon[96088]: 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-08T03:37:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:37:26.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:26.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:25 smithi094 ceph-mon[112176]: 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-08T03:37:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:37:27.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:27.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:27 smithi003 ceph-mon[96088]: 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-08T03:37:28.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:28.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:27 smithi094 ceph-mon[112176]: 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-08T03:37:29.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:29.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:29 smithi003 ceph-mon[96088]: 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-08T03:37:30.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:30.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:29 smithi094 ceph-mon[112176]: 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-08T03:37:31.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:31.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:31 smithi003 ceph-mon[96088]: 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-08T03:37:32.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:32.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:31 smithi094 ceph-mon[112176]: 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-08T03:37:33.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:33.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:33 smithi003 ceph-mon[96088]: 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-08T03:37:34.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:34.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:33 smithi094 ceph-mon[112176]: 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-08T03:37:35.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:35.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:35 smithi003 ceph-mon[96088]: 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-08T03:37:36.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:36.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:35 smithi094 ceph-mon[112176]: 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-08T03:37:37.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:37.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:37 smithi003 ceph-mon[96088]: 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-08T03:37:38.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:38.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:37 smithi094 ceph-mon[112176]: 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-08T03:37:39.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:39.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:37:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:37:40.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:40.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:39 smithi094 ceph-mon[112176]: 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-08T03:37:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:39 smithi003 ceph-mon[96088]: 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-08T03:37:41.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:41.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:42.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:42.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:41 smithi094 ceph-mon[112176]: 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-08T03:37:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:41 smithi003 ceph-mon[96088]: 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-08T03:37:43.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:43.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:44.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:44.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:43 smithi094 ceph-mon[112176]: 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-08T03:37:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:43 smithi003 ceph-mon[96088]: 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-08T03:37:45.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:45.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:46.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:46.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:45 smithi094 ceph-mon[112176]: 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-08T03:37:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:45 smithi003 ceph-mon[96088]: 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-08T03:37:47.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:47.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:48.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:48.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:47 smithi094 ceph-mon[112176]: 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-08T03:37:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:47 smithi003 ceph-mon[96088]: 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-08T03:37:49.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:49.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:50.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:50.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:49 smithi094 ceph-mon[112176]: 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-08T03:37:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:49 smithi003 ceph-mon[96088]: 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-08T03:37:51.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:51.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:51 smithi094 ceph-mon[112176]: 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-08T03:37:52.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:52.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:51 smithi003 ceph-mon[96088]: 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-08T03:37:53.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:53.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:54.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:54.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:53 smithi094 ceph-mon[112176]: 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-08T03:37:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:37:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:53 smithi003 ceph-mon[96088]: 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-08T03:37:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:37:55.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:55.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:56.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:56.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:55 smithi094 ceph-mon[112176]: 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-08T03:37:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:55 smithi003 ceph-mon[96088]: 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-08T03:37:57.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:57.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:58.077 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:57 smithi003 ceph-mon[96088]: 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-08T03:37:58.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:58.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:37:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:57 smithi094 ceph-mon[112176]: 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-08T03:37:59.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:37:59.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:00.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:00.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:37:59 smithi094 ceph-mon[112176]: 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-08T03:38:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:37:59 smithi003 ceph-mon[96088]: 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-08T03:38:01.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:01.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:01 smithi094 ceph-mon[112176]: 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-08T03:38:02.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:02.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:01 smithi003 ceph-mon[96088]: 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-08T03:38:03.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:03.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:04.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:04.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:03 smithi094 ceph-mon[112176]: 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-08T03:38:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:03 smithi003 ceph-mon[96088]: 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-08T03:38:05.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:05.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:06.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:06.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:05 smithi094 ceph-mon[112176]: 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-08T03:38:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:05 smithi003 ceph-mon[96088]: 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-08T03:38:07.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:07.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:08.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:08.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:07 smithi094 ceph-mon[112176]: 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-08T03:38:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:38:08.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:07 smithi003 ceph-mon[96088]: 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-08T03:38:08.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:38:09.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:09.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:10.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:10.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:09 smithi094 ceph-mon[112176]: 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-08T03:38:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:09 smithi003 ceph-mon[96088]: 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-08T03:38:11.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:11.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:12.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:12.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:11 smithi094 ceph-mon[112176]: 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-08T03:38:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:11 smithi003 ceph-mon[96088]: 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-08T03:38:13.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:13.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:14.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:14.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:13 smithi094 ceph-mon[112176]: 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-08T03:38:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:13 smithi003 ceph-mon[96088]: 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-08T03:38:15.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:15.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:16.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:16.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:15 smithi094 ceph-mon[112176]: 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-08T03:38:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:15 smithi003 ceph-mon[96088]: 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-08T03:38:17.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:17.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:18.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:18.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:17 smithi094 ceph-mon[112176]: 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-08T03:38:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:17 smithi003 ceph-mon[96088]: 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-08T03:38:19.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:19.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:20.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:20.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:19 smithi094 ceph-mon[112176]: 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-08T03:38:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:19 smithi003 ceph-mon[96088]: 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-08T03:38:21.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:21.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:22.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:22.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:21 smithi094 ceph-mon[112176]: 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-08T03:38:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:21 smithi003 ceph-mon[96088]: 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-08T03:38:23.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:23.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:22 smithi094 ceph-mon[112176]: 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-08T03:38:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:38:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:22 smithi003 ceph-mon[96088]: 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-08T03:38:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:38:24.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:24.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:25.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:25.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:25 smithi003 ceph-mon[96088]: 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-08T03:38:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:38:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:38:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:38:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:38:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:38:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:38:26.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:26.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:25 smithi094 ceph-mon[112176]: 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-08T03:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:38:27.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:27.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:27 smithi003 ceph-mon[96088]: 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-08T03:38:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:27 smithi094 ceph-mon[112176]: 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-08T03:38:28.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:28.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:29.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:29.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:29 smithi003 ceph-mon[96088]: 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-08T03:38:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:29 smithi094 ceph-mon[112176]: 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-08T03:38:30.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:30.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:31.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:31.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:31.970 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:31 smithi094 ceph-mon[112176]: 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-08T03:38:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:31 smithi003 ceph-mon[96088]: 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-08T03:38:32.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:32.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:33.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:33.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:33 smithi003 ceph-mon[96088]: 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-08T03:38:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:33 smithi094 ceph-mon[112176]: 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-08T03:38:34.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:34.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:35.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:35.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:35 smithi003 ceph-mon[96088]: 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-08T03:38:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:35 smithi094 ceph-mon[112176]: 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-08T03:38:36.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:36.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:37.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:37.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:37 smithi003 ceph-mon[96088]: 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-08T03:38:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:37 smithi094 ceph-mon[112176]: 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-08T03:38:38.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:38.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:38:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:38:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:39 smithi003 ceph-mon[96088]: 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-08T03:38:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:39 smithi094 ceph-mon[112176]: 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-08T03:38:40.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:40.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:41.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:41.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:41 smithi003 ceph-mon[96088]: 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-08T03:38:42.073 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:41 smithi094 ceph-mon[112176]: 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-08T03:38:42.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:42.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:43.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:43.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:43.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:43 smithi003 ceph-mon[96088]: 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-08T03:38:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:43 smithi094 ceph-mon[112176]: 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-08T03:38:44.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:44.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:45.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:45.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:45 smithi003 ceph-mon[96088]: 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-08T03:38:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:45 smithi094 ceph-mon[112176]: 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-08T03:38:46.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:46.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:47.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:47.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:47 smithi003 ceph-mon[96088]: 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-08T03:38:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:47 smithi094 ceph-mon[112176]: 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-08T03:38:48.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:48.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:49.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:49.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:49 smithi003 ceph-mon[96088]: 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-08T03:38:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:49 smithi094 ceph-mon[112176]: 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-08T03:38:50.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:50.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:51.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:51.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:51 smithi003 ceph-mon[96088]: 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-08T03:38:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:51 smithi094 ceph-mon[112176]: 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-08T03:38:52.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:52.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:53.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:53.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:53 smithi003 ceph-mon[96088]: 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-08T03:38:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:38:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:53 smithi094 ceph-mon[112176]: 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-08T03:38:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:38:54.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:54.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:55.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:55.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:55 smithi003 ceph-mon[96088]: 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-08T03:38:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:55 smithi094 ceph-mon[112176]: 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-08T03:38:56.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:56.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:57.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:57.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:57 smithi094 ceph-mon[112176]: 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-08T03:38:58.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:58.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:38:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:57 smithi003 ceph-mon[96088]: 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-08T03:38:59.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:38:59.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:38:59 smithi094 ceph-mon[112176]: 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-08T03:39:00.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:00.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:38:59 smithi003 ceph-mon[96088]: 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-08T03:39:01.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:01.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:01 smithi094 ceph-mon[112176]: 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-08T03:39:02.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:02.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:01 smithi003 ceph-mon[96088]: 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-08T03:39:03.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:03.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:03 smithi094 ceph-mon[112176]: 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-08T03:39:04.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:04.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:03 smithi003 ceph-mon[96088]: 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-08T03:39:05.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:05.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:05 smithi094 ceph-mon[112176]: 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-08T03:39:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:05 smithi003 ceph-mon[96088]: 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-08T03:39:06.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:06.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:07.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:07.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:07 smithi094 ceph-mon[112176]: 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-08T03:39:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:07 smithi003 ceph-mon[96088]: 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-08T03:39:08.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:08.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:39:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:39:09.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:09.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:09 smithi094 ceph-mon[112176]: 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-08T03:39:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:09 smithi003 ceph-mon[96088]: 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-08T03:39:10.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:10.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:11.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:11.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:11 smithi094 ceph-mon[112176]: 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-08T03:39:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:11 smithi003 ceph-mon[96088]: 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-08T03:39:12.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:12.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:13.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:13.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:13 smithi094 ceph-mon[112176]: 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-08T03:39:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:13 smithi003 ceph-mon[96088]: 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-08T03:39:14.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:14.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:15.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:15.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:15 smithi094 ceph-mon[112176]: 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-08T03:39:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:15 smithi003 ceph-mon[96088]: 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-08T03:39:16.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:16.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:17.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:17.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:17 smithi094 ceph-mon[112176]: 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-08T03:39:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:17 smithi003 ceph-mon[96088]: 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-08T03:39:18.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:18.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:19.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:19.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:19 smithi094 ceph-mon[112176]: 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-08T03:39:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:19 smithi003 ceph-mon[96088]: 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-08T03:39:20.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:20.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:21.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:21.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:21 smithi094 ceph-mon[112176]: 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-08T03:39:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:21 smithi003 ceph-mon[96088]: 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-08T03:39:22.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:22.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:23.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:23.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:24.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:23 smithi003 ceph-mon[96088]: 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-08T03:39:24.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:39:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:23 smithi094 ceph-mon[112176]: 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-08T03:39:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:39:24.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:24.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:25.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:25.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:25 smithi094 ceph-mon[112176]: 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-08T03:39:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:39:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:25 smithi003 ceph-mon[96088]: 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-08T03:39:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:39:26.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:26.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:39:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:39:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:39:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:39:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:39:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:39:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:39:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:39:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:39:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:39:27.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:27.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:27 smithi094 ceph-mon[112176]: 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-08T03:39:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:27 smithi003 ceph-mon[96088]: 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-08T03:39:28.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:28.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:29.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:29.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:29 smithi094 ceph-mon[112176]: 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-08T03:39:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:29 smithi003 ceph-mon[96088]: 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-08T03:39:30.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:30.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:31.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:31.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:31 smithi094 ceph-mon[112176]: 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-08T03:39:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:31 smithi003 ceph-mon[96088]: 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-08T03:39:32.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:32.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:33.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:33.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:33 smithi094 ceph-mon[112176]: 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-08T03:39:34.169 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:33 smithi003 ceph-mon[96088]: 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-08T03:39:34.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:34.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:35.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:35.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:35 smithi094 ceph-mon[112176]: 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-08T03:39:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:35 smithi003 ceph-mon[96088]: 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-08T03:39:36.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:36.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:37.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:37.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:37 smithi094 ceph-mon[112176]: 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-08T03:39:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:39:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:37 smithi003 ceph-mon[96088]: 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-08T03:39:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:39:38.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:38.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:39.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:39.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:39 smithi094 ceph-mon[112176]: 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-08T03:39:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:39 smithi003 ceph-mon[96088]: 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-08T03:39:40.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:40.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:41.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:41.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:41 smithi094 ceph-mon[112176]: 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-08T03:39:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:41 smithi003 ceph-mon[96088]: 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-08T03:39:42.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:42.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:43.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:43.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:43 smithi094 ceph-mon[112176]: 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-08T03:39:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:43 smithi003 ceph-mon[96088]: 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-08T03:39:44.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:44.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:45.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:45.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:45 smithi094 ceph-mon[112176]: 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-08T03:39:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:45 smithi003 ceph-mon[96088]: 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-08T03:39:46.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:46.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:46 smithi094 ceph-mon[112176]: 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-08T03:39:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:46 smithi003 ceph-mon[96088]: 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-08T03:39:47.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:47.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:48.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:48.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:49.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:49.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:49 smithi003 ceph-mon[96088]: 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-08T03:39:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:49 smithi094 ceph-mon[112176]: 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-08T03:39:50.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:50.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:51.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:51.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:51 smithi003 ceph-mon[96088]: 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-08T03:39:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:51 smithi094 ceph-mon[112176]: 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-08T03:39:52.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:52.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:53.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:53.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:53 smithi003 ceph-mon[96088]: 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-08T03:39:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:39:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:53 smithi094 ceph-mon[112176]: 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-08T03:39:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:39:54.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:54.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:55.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:55.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:55 smithi003 ceph-mon[96088]: 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-08T03:39:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:55 smithi094 ceph-mon[112176]: 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-08T03:39:56.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:56.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:57.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:57.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:57 smithi003 ceph-mon[96088]: 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-08T03:39:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:57 smithi094 ceph-mon[112176]: 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-08T03:39:58.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:58.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:59.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:39:59.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:39:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:39:59 smithi003 ceph-mon[96088]: 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-08T03:40:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:39:59 smithi094 ceph-mon[112176]: 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-08T03:40:00.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:00.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T03:40:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T03:40:01.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:01.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:01 smithi003 ceph-mon[96088]: 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-08T03:40:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:01 smithi094 ceph-mon[112176]: 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-08T03:40:02.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:02.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:03.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:03.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:03 smithi003 ceph-mon[96088]: 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-08T03:40:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:03 smithi094 ceph-mon[112176]: 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-08T03:40:04.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:04.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:05.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:05.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:05 smithi003 ceph-mon[96088]: 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-08T03:40:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:05 smithi094 ceph-mon[112176]: 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-08T03:40:06.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:06.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:07.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:07.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:07 smithi094 ceph-mon[112176]: 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-08T03:40:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:07 smithi003 ceph-mon[96088]: 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-08T03:40:08.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:08.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:40:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:40:09.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:09.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:09 smithi003 ceph-mon[96088]: 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-08T03:40:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:09 smithi094 ceph-mon[112176]: 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-08T03:40:10.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:10.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:11.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:11.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:11 smithi094 ceph-mon[112176]: 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-08T03:40:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:11 smithi003 ceph-mon[96088]: 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-08T03:40:12.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:12.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:13.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:13.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:13 smithi094 ceph-mon[112176]: 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-08T03:40:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:13 smithi003 ceph-mon[96088]: 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-08T03:40:14.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:14.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:15.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:15.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:15 smithi094 ceph-mon[112176]: 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-08T03:40:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:15 smithi003 ceph-mon[96088]: 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-08T03:40:16.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:16.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:17.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:17.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:18.074 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:17 smithi094 ceph-mon[112176]: 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-08T03:40:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:17 smithi003 ceph-mon[96088]: 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-08T03:40:18.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:18.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:19.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:19.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:19 smithi003 ceph-mon[96088]: 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-08T03:40:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:19 smithi094 ceph-mon[112176]: 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-08T03:40:20.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:20.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:21.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:21.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:21 smithi094 ceph-mon[112176]: 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-08T03:40:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:21 smithi003 ceph-mon[96088]: 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-08T03:40:22.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:22.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:23.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:23.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:23 smithi094 ceph-mon[112176]: 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-08T03:40:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:40:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:23 smithi003 ceph-mon[96088]: 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-08T03:40:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:40:24.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:24.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:25.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:25.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:25 smithi094 ceph-mon[112176]: 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-08T03:40:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:25 smithi003 ceph-mon[96088]: 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-08T03:40:26.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:26.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:40:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:40:27.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:27.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:27 smithi094 ceph-mon[112176]: 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-08T03:40:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:40:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:40:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:40:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:40:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:40:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:27 smithi003 ceph-mon[96088]: 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-08T03:40:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:40:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:40:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:40:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:40:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:40:28.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:28.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:29.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:29.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:29 smithi094 ceph-mon[112176]: 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-08T03:40:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:29 smithi003 ceph-mon[96088]: 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-08T03:40:30.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:30.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:31.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:31.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:31 smithi094 ceph-mon[112176]: 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-08T03:40:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:31 smithi003 ceph-mon[96088]: 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-08T03:40:32.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:32.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:33.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:33.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:33 smithi094 ceph-mon[112176]: 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-08T03:40:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:33 smithi003 ceph-mon[96088]: 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-08T03:40:34.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:34.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:35.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:35.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:35 smithi094 ceph-mon[112176]: 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-08T03:40:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:35 smithi003 ceph-mon[96088]: 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-08T03:40:36.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:36.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:37.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:37.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:37 smithi094 ceph-mon[112176]: 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-08T03:40:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:40:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:37 smithi003 ceph-mon[96088]: 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-08T03:40:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:40:38.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:38.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:39.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:39.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:39 smithi094 ceph-mon[112176]: 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-08T03:40:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:39 smithi003 ceph-mon[96088]: 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-08T03:40:40.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:40.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:41.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:41.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:41 smithi094 ceph-mon[112176]: 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-08T03:40:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:41 smithi003 ceph-mon[96088]: 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-08T03:40:42.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:42.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:43.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:43.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:43 smithi094 ceph-mon[112176]: 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-08T03:40:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:43 smithi003 ceph-mon[96088]: 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-08T03:40:44.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:44.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:45.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:45.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:45 smithi094 ceph-mon[112176]: 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-08T03:40:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:45 smithi003 ceph-mon[96088]: 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-08T03:40:46.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:46.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:47.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:47.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:47 smithi094 ceph-mon[112176]: 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-08T03:40:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:47 smithi003 ceph-mon[96088]: 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-08T03:40:48.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:48.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:49.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:49.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:49 smithi094 ceph-mon[112176]: 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-08T03:40:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:49 smithi003 ceph-mon[96088]: 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-08T03:40:50.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:50.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:51.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:51.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:51 smithi094 ceph-mon[112176]: 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-08T03:40:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:51 smithi003 ceph-mon[96088]: 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-08T03:40:52.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:52.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:40:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:40:53.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:53.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:53 smithi094 ceph-mon[112176]: 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-08T03:40:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:53 smithi003 ceph-mon[96088]: 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-08T03:40:54.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:54.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:55.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:55.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:55 smithi094 ceph-mon[112176]: 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-08T03:40:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:55 smithi003 ceph-mon[96088]: 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-08T03:40:56.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:56.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:57.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:57.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:57 smithi094 ceph-mon[112176]: 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-08T03:40:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:57 smithi003 ceph-mon[96088]: 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-08T03:40:58.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:58.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:40:59.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:40:59.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:00.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:40:59 smithi003 ceph-mon[96088]: 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-08T03:41:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:40:59 smithi094 ceph-mon[112176]: 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-08T03:41:00.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:00.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:01.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:01.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:01 smithi094 ceph-mon[112176]: 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-08T03:41:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:01 smithi003 ceph-mon[96088]: 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-08T03:41:02.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:02.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:02 smithi094 ceph-mon[112176]: 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-08T03:41:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:02 smithi003 ceph-mon[96088]: 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-08T03:41:03.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:03.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:04.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:04.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:05.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:05.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:05 smithi094 ceph-mon[112176]: 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-08T03:41:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:05 smithi003 ceph-mon[96088]: 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-08T03:41:06.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:06.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:07.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:07.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:07 smithi003 ceph-mon[96088]: 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-08T03:41:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:07 smithi094 ceph-mon[112176]: 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-08T03:41:08.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:08.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:41:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:41:09.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:09.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:09 smithi003 ceph-mon[96088]: 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-08T03:41:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:09 smithi094 ceph-mon[112176]: 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-08T03:41:10.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:10.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:11.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:11.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:11 smithi003 ceph-mon[96088]: 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-08T03:41:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:11 smithi094 ceph-mon[112176]: 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-08T03:41:12.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:12.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:13.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:13.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:13 smithi094 ceph-mon[112176]: 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-08T03:41:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:13 smithi003 ceph-mon[96088]: 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-08T03:41:14.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:14.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:15.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:15.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:15 smithi094 ceph-mon[112176]: 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-08T03:41:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:15 smithi003 ceph-mon[96088]: 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-08T03:41:16.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:16.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:17.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:17.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:18.051 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:17 smithi094 ceph-mon[112176]: 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-08T03:41:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:17 smithi003 ceph-mon[96088]: 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-08T03:41:18.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:18.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:19.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:19.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:19 smithi094 ceph-mon[112176]: 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-08T03:41:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:19 smithi003 ceph-mon[96088]: 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-08T03:41:20.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:20.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:21.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:21.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:21 smithi094 ceph-mon[112176]: 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-08T03:41:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:21 smithi003 ceph-mon[96088]: 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-08T03:41:22.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:22.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:23.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:23.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:23 smithi094 ceph-mon[112176]: 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-08T03:41:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:41:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:23 smithi003 ceph-mon[96088]: 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-08T03:41:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:41:24.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:24.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:25.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:25.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:25 smithi094 ceph-mon[112176]: 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-08T03:41:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:25 smithi003 ceph-mon[96088]: 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-08T03:41:26.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:26.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:27.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:27.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:27 smithi094 ceph-mon[112176]: 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-08T03:41:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:41:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:41:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:41:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:41:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:41:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:41:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:27 smithi003 ceph-mon[96088]: 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-08T03:41:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:41:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:41:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:41:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:41:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:41:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:41:28.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:28.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:29.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:29.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:29 smithi094 ceph-mon[112176]: 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-08T03:41:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:29 smithi003 ceph-mon[96088]: 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-08T03:41:30.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:30.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:31.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:31.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:31 smithi094 ceph-mon[112176]: 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-08T03:41:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:31 smithi003 ceph-mon[96088]: 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-08T03:41:32.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:32.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:33.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:33.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:33 smithi094 ceph-mon[112176]: 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-08T03:41:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:33 smithi003 ceph-mon[96088]: 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-08T03:41:34.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:34.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:35.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:35.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:35 smithi003 ceph-mon[96088]: 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-08T03:41:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:35 smithi094 ceph-mon[112176]: 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-08T03:41:36.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:36.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:37.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:37.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:37 smithi094 ceph-mon[112176]: 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-08T03:41:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:37 smithi003 ceph-mon[96088]: 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-08T03:41:38.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:38.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:41:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:41:39.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:39.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:39 smithi094 ceph-mon[112176]: 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-08T03:41:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:39 smithi003 ceph-mon[96088]: 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-08T03:41:40.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:40.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:41.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:41.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:41 smithi094 ceph-mon[112176]: 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-08T03:41:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:41 smithi003 ceph-mon[96088]: 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-08T03:41:42.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:42.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:43.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:43.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:43 smithi094 ceph-mon[112176]: 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-08T03:41:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:43 smithi003 ceph-mon[96088]: 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-08T03:41:44.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:44.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:45.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:45.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:45 smithi003 ceph-mon[96088]: 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-08T03:41:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:45 smithi094 ceph-mon[112176]: 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-08T03:41:46.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:46.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:47.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:47.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:47 smithi094 ceph-mon[112176]: 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-08T03:41:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:47 smithi003 ceph-mon[96088]: 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-08T03:41:48.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:48.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:49.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:49.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:49 smithi094 ceph-mon[112176]: 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-08T03:41:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:49 smithi003 ceph-mon[96088]: 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-08T03:41:50.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:50.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:51.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:51.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:51 smithi094 ceph-mon[112176]: 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-08T03:41:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:51 smithi003 ceph-mon[96088]: 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-08T03:41:52.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:52.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:41:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:41:53.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:53.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:54.075 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:53 smithi094 ceph-mon[112176]: 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-08T03:41:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:53 smithi003 ceph-mon[96088]: 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-08T03:41:54.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:54.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:55.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:55.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:55 smithi094 ceph-mon[112176]: 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-08T03:41:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:55 smithi003 ceph-mon[96088]: 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-08T03:41:56.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:56.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:57.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:57.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:57 smithi094 ceph-mon[112176]: 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-08T03:41:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:57 smithi003 ceph-mon[96088]: 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-08T03:41:58.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:58.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:41:59.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:41:59.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:41:59 smithi094 ceph-mon[112176]: 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-08T03:42:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:41:59 smithi003 ceph-mon[96088]: 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-08T03:42:00.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:00.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:01.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:01.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:01 smithi094 ceph-mon[112176]: 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-08T03:42:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:01 smithi003 ceph-mon[96088]: 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-08T03:42:02.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:02.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:03.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:03.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:03 smithi094 ceph-mon[112176]: 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-08T03:42:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:03 smithi003 ceph-mon[96088]: 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-08T03:42:04.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:04.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:05.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:05.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:05 smithi094 ceph-mon[112176]: 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-08T03:42:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:05 smithi003 ceph-mon[96088]: 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-08T03:42:06.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:06.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:07.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:07.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:07 smithi094 ceph-mon[112176]: 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-08T03:42:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:42:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:07 smithi003 ceph-mon[96088]: 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-08T03:42:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:42:08.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:08.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:09.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:09.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:09 smithi094 ceph-mon[112176]: 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-08T03:42:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:09 smithi003 ceph-mon[96088]: 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-08T03:42:10.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:10.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:11.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:11.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:11 smithi094 ceph-mon[112176]: 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-08T03:42:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:11 smithi003 ceph-mon[96088]: 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-08T03:42:12.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:12.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:13.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:13.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:13 smithi094 ceph-mon[112176]: 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-08T03:42:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:13 smithi003 ceph-mon[96088]: 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-08T03:42:14.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:14.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:15.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:15.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:15 smithi094 ceph-mon[112176]: 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-08T03:42:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:15 smithi003 ceph-mon[96088]: 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-08T03:42:16.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:16.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:17.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:17.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:17 smithi094 ceph-mon[112176]: 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-08T03:42:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:17 smithi003 ceph-mon[96088]: 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-08T03:42:18.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:18.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:19.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:19.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:19 smithi094 ceph-mon[112176]: 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-08T03:42:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:19 smithi003 ceph-mon[96088]: 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-08T03:42:20.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:20.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:21.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:21.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:21 smithi094 ceph-mon[112176]: 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-08T03:42:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:21 smithi003 ceph-mon[96088]: 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-08T03:42:22.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:22.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:42:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:42:23.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:23.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:23 smithi094 ceph-mon[112176]: 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-08T03:42:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:23 smithi003 ceph-mon[96088]: 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-08T03:42:24.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:24.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:25.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:25.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:26.120 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:25 smithi003 ceph-mon[96088]: 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-08T03:42:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:25 smithi094 ceph-mon[112176]: 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-08T03:42:26.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:26.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:26 smithi094 ceph-mon[112176]: 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-08T03:42:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:26 smithi003 ceph-mon[96088]: 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-08T03:42:27.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:27.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:42:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:42:28.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:28.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:42:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:42:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:42:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:42:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:42:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:28 smithi094 ceph-mon[112176]: 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-08T03:42:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:42:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:42:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:42:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:42:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:42:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:28 smithi003 ceph-mon[96088]: 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-08T03:42:29.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:29.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:30.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:30.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:31.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:31.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:31 smithi094 ceph-mon[112176]: 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-08T03:42:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:31 smithi003 ceph-mon[96088]: 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-08T03:42:32.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:32.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:33.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:33.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:33 smithi094 ceph-mon[112176]: 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-08T03:42:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:33 smithi003 ceph-mon[96088]: 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-08T03:42:34.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:34.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:35.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:35.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:35 smithi094 ceph-mon[112176]: 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-08T03:42:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:35 smithi003 ceph-mon[96088]: 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-08T03:42:36.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:36.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:37.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:37.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:37 smithi094 ceph-mon[112176]: 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-08T03:42:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:37 smithi003 ceph-mon[96088]: 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-08T03:42:38.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:38.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:42:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:42:39.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:39.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:39 smithi094 ceph-mon[112176]: 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-08T03:42:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:39 smithi003 ceph-mon[96088]: 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-08T03:42:40.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:40.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:41.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:41.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:41 smithi094 ceph-mon[112176]: 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-08T03:42:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:41 smithi003 ceph-mon[96088]: 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-08T03:42:42.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:42.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:43.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:43.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:43 smithi094 ceph-mon[112176]: 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-08T03:42:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:43 smithi003 ceph-mon[96088]: 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-08T03:42:44.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:44.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:45.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:45.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:45 smithi094 ceph-mon[112176]: 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-08T03:42:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:45 smithi003 ceph-mon[96088]: 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-08T03:42:46.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:46.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:47.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:47.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:47 smithi094 ceph-mon[112176]: 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-08T03:42:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:47 smithi003 ceph-mon[96088]: 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-08T03:42:48.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:48.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:49.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:49.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:49 smithi094 ceph-mon[112176]: 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-08T03:42:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:49 smithi003 ceph-mon[96088]: 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-08T03:42:50.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:50.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:51.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:51.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:51 smithi094 ceph-mon[112176]: 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-08T03:42:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:51 smithi003 ceph-mon[96088]: 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-08T03:42:52.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:52.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:53.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:53.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:53 smithi094 ceph-mon[112176]: 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-08T03:42:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:42:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:53 smithi003 ceph-mon[96088]: 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-08T03:42:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:42:54.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:54.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:55.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:55.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:55 smithi094 ceph-mon[112176]: 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-08T03:42:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:55 smithi003 ceph-mon[96088]: 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-08T03:42:56.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:56.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:57.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:57.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:57 smithi094 ceph-mon[112176]: 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-08T03:42:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:57 smithi003 ceph-mon[96088]: 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-08T03:42:58.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:58.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:42:59.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:42:59.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:42:59 smithi094 ceph-mon[112176]: 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-08T03:43:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:42:59 smithi003 ceph-mon[96088]: 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-08T03:43:00.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:00.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:01.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:01.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:01 smithi094 ceph-mon[112176]: 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-08T03:43:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:01 smithi003 ceph-mon[96088]: 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-08T03:43:02.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:02.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:03.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:03.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:03 smithi094 ceph-mon[112176]: 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-08T03:43:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:03 smithi003 ceph-mon[96088]: 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-08T03:43:04.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:04.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:05.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:05.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:05 smithi094 ceph-mon[112176]: 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-08T03:43:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:05 smithi003 ceph-mon[96088]: 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-08T03:43:06.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:06.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:07.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:07.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:07 smithi094 ceph-mon[112176]: 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-08T03:43:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:43:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:07 smithi003 ceph-mon[96088]: 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-08T03:43:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:43:08.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:08.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:09.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:09.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:09 smithi094 ceph-mon[112176]: 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-08T03:43:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:09 smithi003 ceph-mon[96088]: 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-08T03:43:10.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:10.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:11.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:11.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:11 smithi003 ceph-mon[96088]: 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-08T03:43:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:11 smithi094 ceph-mon[112176]: 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-08T03:43:12.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:12.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:13.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:13.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:13 smithi094 ceph-mon[112176]: 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-08T03:43:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:13 smithi003 ceph-mon[96088]: 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-08T03:43:14.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:14.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:15.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:15.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:15 smithi094 ceph-mon[112176]: 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-08T03:43:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:15 smithi003 ceph-mon[96088]: 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-08T03:43:16.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:16.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:17.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:17.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:18.164 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:17 smithi094 ceph-mon[112176]: 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-08T03:43:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:17 smithi003 ceph-mon[96088]: 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-08T03:43:18.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:18.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:19.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:19.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:19 smithi094 ceph-mon[112176]: 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-08T03:43:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:19 smithi003 ceph-mon[96088]: 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-08T03:43:20.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:20.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:21.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:21.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:21 smithi094 ceph-mon[112176]: 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-08T03:43:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:21 smithi003 ceph-mon[96088]: 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-08T03:43:22.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:22.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:43:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:43:23.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:23.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:23 smithi094 ceph-mon[112176]: 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-08T03:43:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:23 smithi003 ceph-mon[96088]: 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-08T03:43:24.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:24.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:25.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:25.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:25 smithi094 ceph-mon[112176]: 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-08T03:43:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:25 smithi003 ceph-mon[96088]: 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-08T03:43:26.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:26.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:27.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:27.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:27 smithi094 ceph-mon[112176]: 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-08T03:43:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:27 smithi003 ceph-mon[96088]: 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-08T03:43:28.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:28.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:43:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:43:29.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:29.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:29 smithi094 ceph-mon[112176]: 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-08T03:43:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:43:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:43:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:43:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:43:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:43:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:29 smithi003 ceph-mon[96088]: 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-08T03:43:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:43:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:43:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:43:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:43:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:43:30.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:30.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:31.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:31.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:31 smithi094 ceph-mon[112176]: 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-08T03:43:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:31 smithi003 ceph-mon[96088]: 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-08T03:43:32.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:32.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:33.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:33.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:33 smithi094 ceph-mon[112176]: 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-08T03:43:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:33 smithi003 ceph-mon[96088]: 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-08T03:43:34.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:34.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:35.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:35.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:35 smithi094 ceph-mon[112176]: 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-08T03:43:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:35 smithi003 ceph-mon[96088]: 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-08T03:43:36.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:36.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:37.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:37.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:37 smithi094 ceph-mon[112176]: 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-08T03:43:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:43:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:37 smithi003 ceph-mon[96088]: 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-08T03:43:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:43:38.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:38.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:39.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:39.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:39 smithi094 ceph-mon[112176]: 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-08T03:43:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:39 smithi003 ceph-mon[96088]: 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-08T03:43:40.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:40.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:41.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:41.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:41 smithi094 ceph-mon[112176]: 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-08T03:43:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:41 smithi003 ceph-mon[96088]: 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-08T03:43:42.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:42.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:43.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:43.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:43 smithi094 ceph-mon[112176]: 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-08T03:43:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:43 smithi003 ceph-mon[96088]: 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-08T03:43:44.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:44.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:45.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:45.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:45 smithi094 ceph-mon[112176]: 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-08T03:43:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:45 smithi003 ceph-mon[96088]: 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-08T03:43:46.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:46.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:47.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:47.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:47 smithi094 ceph-mon[112176]: 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-08T03:43:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:47 smithi003 ceph-mon[96088]: 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-08T03:43:48.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:48.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:49.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:49.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:49 smithi094 ceph-mon[112176]: 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-08T03:43:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:49 smithi003 ceph-mon[96088]: 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-08T03:43:50.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:50.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:51.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:51.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:51 smithi094 ceph-mon[112176]: 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-08T03:43:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:51 smithi003 ceph-mon[96088]: 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-08T03:43:52.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:52.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:43:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:43:53.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:53.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:53 smithi094 ceph-mon[112176]: 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-08T03:43:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:53 smithi003 ceph-mon[96088]: 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-08T03:43:54.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:54.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:54 smithi094 ceph-mon[112176]: 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-08T03:43:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:54 smithi003 ceph-mon[96088]: 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-08T03:43:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:56.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:56.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:57.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:57.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:57.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:57 smithi003 ceph-mon[96088]: 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-08T03:43:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:57 smithi094 ceph-mon[112176]: 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-08T03:43:58.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:58.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:43:59.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:43:59.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:43:59 smithi094 ceph-mon[112176]: 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-08T03:44:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:43:59 smithi003 ceph-mon[96088]: 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-08T03:44:00.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:00.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:01.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:01.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:01 smithi094 ceph-mon[112176]: 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-08T03:44:02.210 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:01 smithi003 ceph-mon[96088]: 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-08T03:44:02.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:02.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:03.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:03.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:03 smithi094 ceph-mon[112176]: 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-08T03:44:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:03 smithi003 ceph-mon[96088]: 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-08T03:44:04.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:04.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:05.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:05.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:05 smithi094 ceph-mon[112176]: 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-08T03:44:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:05 smithi003 ceph-mon[96088]: 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-08T03:44:06.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:06.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:07.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:07.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:07 smithi094 ceph-mon[112176]: 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-08T03:44:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:07 smithi003 ceph-mon[96088]: 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-08T03:44:08.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:08.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:44:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:44:09.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:09.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:09 smithi094 ceph-mon[112176]: 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-08T03:44:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:09 smithi003 ceph-mon[96088]: 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-08T03:44:10.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:10.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:11.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:11.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:11 smithi094 ceph-mon[112176]: 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-08T03:44:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:11 smithi003 ceph-mon[96088]: 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-08T03:44:12.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:12.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:13.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:13.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:13 smithi094 ceph-mon[112176]: 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-08T03:44:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:13 smithi003 ceph-mon[96088]: 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-08T03:44:14.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:14.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:15.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:15.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:15 smithi094 ceph-mon[112176]: 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-08T03:44:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:15 smithi003 ceph-mon[96088]: 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-08T03:44:16.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:16.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:17.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:17.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:17 smithi094 ceph-mon[112176]: 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-08T03:44:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:17 smithi003 ceph-mon[96088]: 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-08T03:44:18.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:18.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:19.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:19.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:19 smithi094 ceph-mon[112176]: 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-08T03:44:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:19 smithi003 ceph-mon[96088]: 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-08T03:44:20.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:20.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:21.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:21.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:21 smithi094 ceph-mon[112176]: 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-08T03:44:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:21 smithi003 ceph-mon[96088]: 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-08T03:44:22.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:22.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:44:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:44:23.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:23.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:23 smithi094 ceph-mon[112176]: 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-08T03:44:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:23 smithi003 ceph-mon[96088]: 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-08T03:44:24.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:24.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:25.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:25.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:25 smithi094 ceph-mon[112176]: 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-08T03:44:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:25 smithi003 ceph-mon[96088]: 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-08T03:44:26.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:26.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:27.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:27.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:27 smithi094 ceph-mon[112176]: 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-08T03:44:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:27 smithi003 ceph-mon[96088]: 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-08T03:44:28.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:28.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:29.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:29.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:29 smithi094 ceph-mon[112176]: 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-08T03:44:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:44:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:29 smithi003 ceph-mon[96088]: 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-08T03:44:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:44:30.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:30.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:31.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:31.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:31 smithi094 ceph-mon[112176]: 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-08T03:44:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:31 smithi003 ceph-mon[96088]: 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-08T03:44:32.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:32.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:44:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:44:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:44:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:44:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:44:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:44:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:44:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:44:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:44:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:44:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:44:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:44:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:44:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:44:33.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:33.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:33 smithi094 ceph-mon[112176]: 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-08T03:44:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:33 smithi003 ceph-mon[96088]: 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-08T03:44:34.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:34.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:34 smithi094 ceph-mon[112176]: 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-08T03:44:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:34 smithi003 ceph-mon[96088]: 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-08T03:44:35.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:35.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:36.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:36.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:37.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:37.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:37 smithi003 ceph-mon[96088]: 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-08T03:44:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:37 smithi094 ceph-mon[112176]: 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-08T03:44:38.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:38.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:44:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:44:39.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:39.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:39 smithi094 ceph-mon[112176]: 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-08T03:44:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:39 smithi003 ceph-mon[96088]: 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-08T03:44:40.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:40.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:41.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:41.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:41 smithi094 ceph-mon[112176]: 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-08T03:44:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:41 smithi003 ceph-mon[96088]: 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-08T03:44:42.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:42.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:43.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:43.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:43 smithi094 ceph-mon[112176]: 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-08T03:44:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:43 smithi003 ceph-mon[96088]: 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-08T03:44:44.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:44.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:45.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:45.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:45 smithi094 ceph-mon[112176]: 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-08T03:44:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:45 smithi003 ceph-mon[96088]: 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-08T03:44:46.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:46.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:47.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:47.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:47 smithi003 ceph-mon[96088]: 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-08T03:44:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:47 smithi094 ceph-mon[112176]: 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-08T03:44:48.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:48.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:49.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:49.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:49 smithi094 ceph-mon[112176]: 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-08T03:44:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:49 smithi003 ceph-mon[96088]: 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-08T03:44:50.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:50.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:51.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:51.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:51 smithi094 ceph-mon[112176]: 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-08T03:44:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:51 smithi003 ceph-mon[96088]: 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-08T03:44:52.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:52.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:44:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:44:53.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:53.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:53 smithi094 ceph-mon[112176]: 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-08T03:44:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:53 smithi003 ceph-mon[96088]: 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-08T03:44:54.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:54.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:55.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:55.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:55 smithi094 ceph-mon[112176]: 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-08T03:44:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:55 smithi003 ceph-mon[96088]: 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-08T03:44:56.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:56.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:57.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:57.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:57 smithi094 ceph-mon[112176]: 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-08T03:44:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:57 smithi003 ceph-mon[96088]: 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-08T03:44:58.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:58.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:44:59.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:44:59.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:44:59 smithi094 ceph-mon[112176]: 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-08T03:45:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:44:59 smithi003 ceph-mon[96088]: 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-08T03:45:00.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:00.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:01.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:01.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:01 smithi094 ceph-mon[112176]: 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-08T03:45:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:01 smithi003 ceph-mon[96088]: 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-08T03:45:02.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:02.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:03.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:03.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:03 smithi094 ceph-mon[112176]: 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-08T03:45:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:03 smithi003 ceph-mon[96088]: 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-08T03:45:04.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:04.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:05.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:05.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:05 smithi094 ceph-mon[112176]: 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-08T03:45:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:05 smithi003 ceph-mon[96088]: 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-08T03:45:06.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:06.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:07.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:07.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:07 smithi094 ceph-mon[112176]: 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-08T03:45:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:45:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:07 smithi003 ceph-mon[96088]: 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-08T03:45:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:45:08.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:08.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:09.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:09.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:09 smithi094 ceph-mon[112176]: 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-08T03:45:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:09 smithi003 ceph-mon[96088]: 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-08T03:45:10.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:10.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:11.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:11.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:11 smithi094 ceph-mon[112176]: 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-08T03:45:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:11 smithi003 ceph-mon[96088]: 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-08T03:45:12.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:12.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:13.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:13.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:13 smithi094 ceph-mon[112176]: 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-08T03:45:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:13 smithi003 ceph-mon[96088]: 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-08T03:45:14.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:14.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:15.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:15.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:15 smithi094 ceph-mon[112176]: 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-08T03:45:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:15 smithi003 ceph-mon[96088]: 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-08T03:45:16.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:16.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:17.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:17.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:17 smithi094 ceph-mon[112176]: 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-08T03:45:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:17 smithi003 ceph-mon[96088]: 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-08T03:45:18.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:18.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:19.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:19.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:19 smithi094 ceph-mon[112176]: 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-08T03:45:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:19 smithi003 ceph-mon[96088]: 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-08T03:45:20.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:20.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:21.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:21.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:21 smithi094 ceph-mon[112176]: 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-08T03:45:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:21 smithi003 ceph-mon[96088]: 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-08T03:45:22.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:22.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:45:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:45:23.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:23.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:23 smithi094 ceph-mon[112176]: 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-08T03:45:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:23 smithi003 ceph-mon[96088]: 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-08T03:45:24.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:24.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:24 smithi094 ceph-mon[112176]: 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-08T03:45:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:24 smithi003 ceph-mon[96088]: 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-08T03:45:25.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:25.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:26.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:26.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:27 smithi003 ceph-mon[96088]: 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-08T03:45:27.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:27.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:27 smithi094 ceph-mon[112176]: 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-08T03:45:28.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:28.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:29.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:29.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:29 smithi094 ceph-mon[112176]: 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-08T03:45:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:29 smithi003 ceph-mon[96088]: 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-08T03:45:30.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:30.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:31.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:31.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:31 smithi094 ceph-mon[112176]: 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-08T03:45:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:31 smithi003 ceph-mon[96088]: 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-08T03:45:32.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:32.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:45:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:45:33.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:33.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:33 smithi094 ceph-mon[112176]: 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-08T03:45:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:45:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:45:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:45:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:45:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:45:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:33 smithi003 ceph-mon[96088]: 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-08T03:45:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:45:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:45:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:45:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:45:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:45:34.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:34.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:35.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:35.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:35 smithi094 ceph-mon[112176]: 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-08T03:45:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:35 smithi003 ceph-mon[96088]: 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-08T03:45:36.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:36.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:37.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:37.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:37 smithi094 ceph-mon[112176]: 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-08T03:45:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:45:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:37 smithi003 ceph-mon[96088]: 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-08T03:45:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:45:38.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:38.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:39.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:39.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:39 smithi094 ceph-mon[112176]: 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-08T03:45:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:39 smithi003 ceph-mon[96088]: 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-08T03:45:40.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:40.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:41.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:41.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:41 smithi094 ceph-mon[112176]: 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-08T03:45:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:41 smithi003 ceph-mon[96088]: 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-08T03:45:42.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:42.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:43.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:43.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:43 smithi094 ceph-mon[112176]: 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-08T03:45:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:43 smithi003 ceph-mon[96088]: 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-08T03:45:44.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:44.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:45.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:45.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:45 smithi094 ceph-mon[112176]: 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-08T03:45:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:45 smithi003 ceph-mon[96088]: 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-08T03:45:46.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:46.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:47.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:47.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:47 smithi094 ceph-mon[112176]: 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-08T03:45:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:47 smithi003 ceph-mon[96088]: 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-08T03:45:48.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:48.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:49.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:49.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:49 smithi094 ceph-mon[112176]: 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-08T03:45:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:49 smithi003 ceph-mon[96088]: 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-08T03:45:50.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:50.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:51.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:51.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:51 smithi094 ceph-mon[112176]: 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-08T03:45:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:51 smithi003 ceph-mon[96088]: 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-08T03:45:52.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:52.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:45:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:45:53.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:53.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:53 smithi094 ceph-mon[112176]: 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-08T03:45:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:53 smithi003 ceph-mon[96088]: 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-08T03:45:54.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:54.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:55.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:55.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:55 smithi094 ceph-mon[112176]: 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-08T03:45:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:55 smithi003 ceph-mon[96088]: 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-08T03:45:56.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:56.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:57.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:57.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:57 smithi094 ceph-mon[112176]: 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-08T03:45:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:57 smithi003 ceph-mon[96088]: 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-08T03:45:58.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:58.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:45:59.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:45:59.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:45:59 smithi094 ceph-mon[112176]: 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-08T03:46:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:45:59 smithi003 ceph-mon[96088]: 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-08T03:46:00.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:00.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:01 smithi094 ceph-mon[112176]: 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-08T03:46:01.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:01.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:01 smithi003 ceph-mon[96088]: 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-08T03:46:02.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:02.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:03.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:03.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:03 smithi094 ceph-mon[112176]: 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-08T03:46:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:03 smithi003 ceph-mon[96088]: 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-08T03:46:04.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:04.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:05.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:05.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:05 smithi094 ceph-mon[112176]: 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-08T03:46:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:05 smithi003 ceph-mon[96088]: 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-08T03:46:06.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:06.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:07.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:07.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:07 smithi094 ceph-mon[112176]: 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-08T03:46:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:46:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:07 smithi003 ceph-mon[96088]: 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-08T03:46:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:46:08.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:08.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:09.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:09.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:09 smithi094 ceph-mon[112176]: 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-08T03:46:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:09 smithi003 ceph-mon[96088]: 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-08T03:46:10.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:10.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:11.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:11.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:11 smithi094 ceph-mon[112176]: 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-08T03:46:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:11 smithi003 ceph-mon[96088]: 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-08T03:46:12.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:12.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:13.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:13.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:13 smithi003 ceph-mon[96088]: 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-08T03:46:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:13 smithi094 ceph-mon[112176]: 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-08T03:46:14.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:14.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:15.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:15.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:15 smithi094 ceph-mon[112176]: 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-08T03:46:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:15 smithi003 ceph-mon[96088]: 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-08T03:46:16.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:16.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:17.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:17.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:17 smithi094 ceph-mon[112176]: 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-08T03:46:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:17 smithi003 ceph-mon[96088]: 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-08T03:46:18.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:18.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:19.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:19.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:19 smithi094 ceph-mon[112176]: 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-08T03:46:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:19 smithi003 ceph-mon[96088]: 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-08T03:46:20.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:20.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:21.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:21.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:21 smithi094 ceph-mon[112176]: 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-08T03:46:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:21 smithi003 ceph-mon[96088]: 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-08T03:46:22.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:22.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:46:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:46:23.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:23.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:23 smithi094 ceph-mon[112176]: 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-08T03:46:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:23 smithi003 ceph-mon[96088]: 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-08T03:46:24.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:24.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:25.878 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:25 smithi094 ceph-mon[112176]: 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-08T03:46:25.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:25.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:25 smithi003 ceph-mon[96088]: 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-08T03:46:26.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:26.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:27.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:27.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:27 smithi094 ceph-mon[112176]: 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-08T03:46:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:27 smithi003 ceph-mon[96088]: 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-08T03:46:28.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:28.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:29.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:29.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:29 smithi094 ceph-mon[112176]: 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-08T03:46:30.290 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:29 smithi003 ceph-mon[96088]: 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-08T03:46:30.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:30.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:31.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:31.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:31 smithi094 ceph-mon[112176]: 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-08T03:46:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:31 smithi003 ceph-mon[96088]: 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-08T03:46:32.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:32.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:33.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:33.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:33 smithi094 ceph-mon[112176]: 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-08T03:46:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:46:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:33 smithi003 ceph-mon[96088]: 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-08T03:46:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:46:34.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:34.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:35.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:35.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:35 smithi094 ceph-mon[112176]: 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-08T03:46:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:35 smithi003 ceph-mon[96088]: 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-08T03:46:36.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:36.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:37.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:37.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:37 smithi094 ceph-mon[112176]: 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-08T03:46:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:46:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:46:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:46:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:37 smithi003 ceph-mon[96088]: 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-08T03:46:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:46:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:46:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:46:38.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:38.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:46:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:46:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:46:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:46:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:46:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:46:39.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:39.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:39 smithi094 ceph-mon[112176]: 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-08T03:46:40.167 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:39 smithi003 ceph-mon[96088]: 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-08T03:46:40.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:40.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:41.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:41.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:41 smithi094 ceph-mon[112176]: 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-08T03:46:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:41 smithi003 ceph-mon[96088]: 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-08T03:46:42.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:42.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:42 smithi094 ceph-mon[112176]: 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-08T03:46:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:42 smithi003 ceph-mon[96088]: 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-08T03:46:44.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:44.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:45.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:45.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:46.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:46.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:45 smithi094 ceph-mon[112176]: 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-08T03:46:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:45 smithi003 ceph-mon[96088]: 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-08T03:46:47.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:47.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:48.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:48.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:47 smithi094 ceph-mon[112176]: 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-08T03:46:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:47 smithi003 ceph-mon[96088]: 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-08T03:46:49.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:49.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:50.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:50.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:49 smithi094 ceph-mon[112176]: 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-08T03:46:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:49 smithi003 ceph-mon[96088]: 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-08T03:46:51.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:51.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:52.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:52.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:51 smithi094 ceph-mon[112176]: 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-08T03:46:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:51 smithi003 ceph-mon[96088]: 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-08T03:46:53.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:53.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:46:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:46:54.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:54.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:54.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:53 smithi003 ceph-mon[96088]: 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-08T03:46:54.164 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:53 smithi094 ceph-mon[112176]: 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-08T03:46:55.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:55.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:56.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:56.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:55 smithi094 ceph-mon[112176]: 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-08T03:46:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:55 smithi003 ceph-mon[96088]: 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-08T03:46:57.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:57.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:58.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:58.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:46:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:57 smithi094 ceph-mon[112176]: 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-08T03:46:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:57 smithi003 ceph-mon[96088]: 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-08T03:46:59.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:46:59.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:00.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:00.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:46:59 smithi094 ceph-mon[112176]: 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-08T03:47:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:46:59 smithi003 ceph-mon[96088]: 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-08T03:47:01.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:01.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:02.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:02.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:01 smithi094 ceph-mon[112176]: 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-08T03:47:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:01 smithi003 ceph-mon[96088]: 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-08T03:47:03.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:03.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:04.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:04.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:03 smithi094 ceph-mon[112176]: 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-08T03:47:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:03 smithi003 ceph-mon[96088]: 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-08T03:47:05.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:05.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:06.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:06.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:05 smithi094 ceph-mon[112176]: 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-08T03:47:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:05 smithi003 ceph-mon[96088]: 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-08T03:47:07.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:07.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:08.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:08.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:07 smithi094 ceph-mon[112176]: 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-08T03:47:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:47:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:07 smithi003 ceph-mon[96088]: 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-08T03:47:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:47:09.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:09.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:10.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:10.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:09 smithi094 ceph-mon[112176]: 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-08T03:47:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:09 smithi003 ceph-mon[96088]: 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-08T03:47:11.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:11.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:12.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:12.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:11 smithi094 ceph-mon[112176]: 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-08T03:47:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:11 smithi003 ceph-mon[96088]: 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-08T03:47:13.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:13.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:14.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:14.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:13 smithi094 ceph-mon[112176]: 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-08T03:47:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:13 smithi003 ceph-mon[96088]: 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-08T03:47:15.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:15.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:16.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:16.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:15 smithi094 ceph-mon[112176]: 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-08T03:47:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:15 smithi003 ceph-mon[96088]: 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-08T03:47:17.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:17.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:18.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:18.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:17 smithi094 ceph-mon[112176]: 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-08T03:47:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:17 smithi003 ceph-mon[96088]: 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-08T03:47:19.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:19.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:20.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:20.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:19 smithi094 ceph-mon[112176]: 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-08T03:47:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:19 smithi003 ceph-mon[96088]: 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-08T03:47:21.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:21.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:22.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:22.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:21 smithi094 ceph-mon[112176]: 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-08T03:47:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:21 smithi003 ceph-mon[96088]: 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-08T03:47:23.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:23.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:47:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:47:24.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:24.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:23 smithi094 ceph-mon[112176]: 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-08T03:47:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:23 smithi003 ceph-mon[96088]: 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-08T03:47:25.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:25.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:26.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:26.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:25 smithi094 ceph-mon[112176]: 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-08T03:47:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:25 smithi003 ceph-mon[96088]: 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-08T03:47:27.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:27.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:28.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:28.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:27 smithi094 ceph-mon[112176]: 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-08T03:47:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:27 smithi003 ceph-mon[96088]: 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-08T03:47:29.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:29.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:30.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:30.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:29 smithi094 ceph-mon[112176]: 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-08T03:47:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:29 smithi003 ceph-mon[96088]: 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-08T03:47:31.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:31.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:32.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:32.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:31 smithi094 ceph-mon[112176]: 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-08T03:47:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:31 smithi003 ceph-mon[96088]: 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-08T03:47:33.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:33.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:34.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:34.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:33 smithi094 ceph-mon[112176]: 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-08T03:47:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:33 smithi003 ceph-mon[96088]: 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-08T03:47:35.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:35.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:36.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:36.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:35 smithi094 ceph-mon[112176]: 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-08T03:47:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:35 smithi003 ceph-mon[96088]: 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-08T03:47:37.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:37.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:37.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:37 smithi094 ceph-mon[112176]: 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-08T03:47:37.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:47:38.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:38.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:37 smithi003 ceph-mon[96088]: 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-08T03:47:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:47:39.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:39.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:47:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:47:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:47:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:47:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:47:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:47:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:39 smithi003 ceph-mon[96088]: 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-08T03:47:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:47:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:47:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:47:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:47:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:47:40.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:40.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:39 smithi094 ceph-mon[112176]: 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-08T03:47:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:47:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:47:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:47:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:47:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:47:41.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:41.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:42.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:42.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:42.164 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:41 smithi094 ceph-mon[112176]: 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-08T03:47:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:41 smithi003 ceph-mon[96088]: 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-08T03:47:43.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:43.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:44.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:44.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:43 smithi094 ceph-mon[112176]: 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-08T03:47:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:43 smithi003 ceph-mon[96088]: 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-08T03:47:45.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:45.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:46.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:46.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:45 smithi094 ceph-mon[112176]: 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-08T03:47:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:45 smithi003 ceph-mon[96088]: 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-08T03:47:47.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:47.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:48.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:48.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:47 smithi094 ceph-mon[112176]: 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-08T03:47:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:47 smithi003 ceph-mon[96088]: 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-08T03:47:49.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:49.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:50.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:50.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:49 smithi094 ceph-mon[112176]: 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-08T03:47:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:49 smithi003 ceph-mon[96088]: 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-08T03:47:51.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:51.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:51 smithi094 ceph-mon[112176]: 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-08T03:47:52.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:52.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:51 smithi003 ceph-mon[96088]: 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-08T03:47:53.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:53.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:47:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:47:54.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:54.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:53 smithi094 ceph-mon[112176]: 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-08T03:47:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:53 smithi003 ceph-mon[96088]: 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-08T03:47:55.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:55.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:56.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:56.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:55 smithi094 ceph-mon[112176]: 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-08T03:47:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:55 smithi003 ceph-mon[96088]: 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-08T03:47:57.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:57.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:58.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:58.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:47:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:57 smithi094 ceph-mon[112176]: 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-08T03:47:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:57 smithi003 ceph-mon[96088]: 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-08T03:47:59.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:47:59.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:00.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:00.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:47:59 smithi094 ceph-mon[112176]: 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-08T03:48:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:47:59 smithi003 ceph-mon[96088]: 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-08T03:48:01.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:01.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:02.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:02.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:02.164 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:01 smithi094 ceph-mon[112176]: 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-08T03:48:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:01 smithi003 ceph-mon[96088]: 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-08T03:48:03.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:03.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:04.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:04.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:03 smithi094 ceph-mon[112176]: 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-08T03:48:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:03 smithi003 ceph-mon[96088]: 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-08T03:48:05.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:05.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:06.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:06.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:05 smithi094 ceph-mon[112176]: 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-08T03:48:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:05 smithi003 ceph-mon[96088]: 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-08T03:48:07.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:07.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:08.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:08.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:07 smithi094 ceph-mon[112176]: 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-08T03:48:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:48:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:07 smithi003 ceph-mon[96088]: 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-08T03:48:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:48:09.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:09.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:10.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:10.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:10.207 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:09 smithi094 ceph-mon[112176]: 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-08T03:48:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:09 smithi003 ceph-mon[96088]: 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-08T03:48:11.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:11.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:12.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:12.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:12.164 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:11 smithi094 ceph-mon[112176]: 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-08T03:48:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:11 smithi003 ceph-mon[96088]: 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-08T03:48:13.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:13.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:14.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:14.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:13 smithi094 ceph-mon[112176]: 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-08T03:48:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:13 smithi003 ceph-mon[96088]: 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-08T03:48:15.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:15.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:16.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:16.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:15 smithi094 ceph-mon[112176]: 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-08T03:48:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:15 smithi003 ceph-mon[96088]: 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-08T03:48:17.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:17.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:18.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:18.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:17 smithi094 ceph-mon[112176]: 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-08T03:48:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:17 smithi003 ceph-mon[96088]: 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-08T03:48:19.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:19.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:20.129 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:19 smithi003 ceph-mon[96088]: 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-08T03:48:20.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:20.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:20.164 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:19 smithi094 ceph-mon[112176]: 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-08T03:48:21.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:21.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:21 smithi094 ceph-mon[112176]: 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-08T03:48:22.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:22.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:21 smithi003 ceph-mon[96088]: 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-08T03:48:23.123 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:48:23.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:23.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:48:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:23 smithi094 ceph-mon[112176]: 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-08T03:48:24.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:24.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:23 smithi003 ceph-mon[96088]: 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-08T03:48:25.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:25.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:25 smithi094 ceph-mon[112176]: 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-08T03:48:26.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:26.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:25 smithi003 ceph-mon[96088]: 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-08T03:48:27.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:27.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:27 smithi094 ceph-mon[112176]: 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-08T03:48:28.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:28.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:27 smithi003 ceph-mon[96088]: 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-08T03:48:29.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:29.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:29 smithi094 ceph-mon[112176]: 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-08T03:48:30.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:30.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:30.203 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:29 smithi003 ceph-mon[96088]: 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-08T03:48:31.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:31.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:31 smithi094 ceph-mon[112176]: 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-08T03:48:32.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:32.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:31 smithi003 ceph-mon[96088]: 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-08T03:48:33.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:33.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:33 smithi094 ceph-mon[112176]: 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-08T03:48:34.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:34.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:33 smithi003 ceph-mon[96088]: 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-08T03:48:35.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:35.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:35 smithi094 ceph-mon[112176]: 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-08T03:48:36.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:36.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:35 smithi003 ceph-mon[96088]: 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-08T03:48:37.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:37.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:37 smithi094 ceph-mon[112176]: 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-08T03:48:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:48:38.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:38.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:37 smithi003 ceph-mon[96088]: 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-08T03:48:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:48:39.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:39.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:39 smithi094 ceph-mon[112176]: 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-08T03:48:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:48:40.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:40.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:39 smithi003 ceph-mon[96088]: 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-08T03:48:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:48:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:48:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:48:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:48:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:48:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:48:41.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:41.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:48:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:48:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:48:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:48:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:48:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:41 smithi094 ceph-mon[112176]: 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-08T03:48:42.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:42.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:41 smithi003 ceph-mon[96088]: 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-08T03:48:43.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:43.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:43 smithi094 ceph-mon[112176]: 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-08T03:48:44.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:44.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:43 smithi003 ceph-mon[96088]: 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-08T03:48:45.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:45.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:45 smithi094 ceph-mon[112176]: 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-08T03:48:46.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:46.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:45 smithi003 ceph-mon[96088]: 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-08T03:48:47.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:47.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:47 smithi094 ceph-mon[112176]: 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-08T03:48:48.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:48.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:47 smithi003 ceph-mon[96088]: 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-08T03:48:49.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:49.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:49 smithi094 ceph-mon[112176]: 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-08T03:48:50.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:50.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:49 smithi003 ceph-mon[96088]: 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-08T03:48:51.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:51.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:52.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:52.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:51 smithi003 ceph-mon[96088]: 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-08T03:48:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:51 smithi094 ceph-mon[112176]: 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-08T03:48:53.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:53.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:48:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:48:54.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:54.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:53 smithi003 ceph-mon[96088]: 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-08T03:48:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:53 smithi094 ceph-mon[112176]: 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-08T03:48:55.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:55.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:56.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:56.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:55 smithi003 ceph-mon[96088]: 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-08T03:48:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:55 smithi094 ceph-mon[112176]: 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-08T03:48:57.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:57.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:58.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:58.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:48:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:57 smithi003 ceph-mon[96088]: 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-08T03:48:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:57 smithi094 ceph-mon[112176]: 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-08T03:48:59.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:48:59.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:48:59 smithi094 ceph-mon[112176]: 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-08T03:49:00.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:00.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:48:59 smithi003 ceph-mon[96088]: 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-08T03:49:01.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:01.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:01 smithi094 ceph-mon[112176]: 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-08T03:49:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:01 smithi003 ceph-mon[96088]: 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-08T03:49:02.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:02.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:03.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:03.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:03 smithi094 ceph-mon[112176]: 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-08T03:49:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:03 smithi003 ceph-mon[96088]: 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-08T03:49:04.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:04.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:05.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:05.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:05 smithi003 ceph-mon[96088]: 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-08T03:49:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:05 smithi094 ceph-mon[112176]: 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-08T03:49:06.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:06.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:07.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:07.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:07 smithi094 ceph-mon[112176]: 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-08T03:49:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:49:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:07 smithi003 ceph-mon[96088]: 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-08T03:49:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:49:08.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:08.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:09.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:09.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:09 smithi094 ceph-mon[112176]: 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-08T03:49:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:09 smithi003 ceph-mon[96088]: 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-08T03:49:10.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:10.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:11.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:11.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:11 smithi094 ceph-mon[112176]: 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-08T03:49:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:11 smithi003 ceph-mon[96088]: 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-08T03:49:12.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:12.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:13.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:13.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:13 smithi094 ceph-mon[112176]: 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-08T03:49:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:13 smithi003 ceph-mon[96088]: 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-08T03:49:14.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:14.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:15.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:15.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:15 smithi094 ceph-mon[112176]: 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-08T03:49:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:15 smithi003 ceph-mon[96088]: 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-08T03:49:16.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:16.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:17.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:17.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:17 smithi094 ceph-mon[112176]: 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-08T03:49:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:17 smithi003 ceph-mon[96088]: 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-08T03:49:18.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:18.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:19.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:19.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:19 smithi094 ceph-mon[112176]: 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-08T03:49:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:19 smithi003 ceph-mon[96088]: 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-08T03:49:20.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:20.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:21.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:21.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:21 smithi094 ceph-mon[112176]: 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-08T03:49:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:21 smithi003 ceph-mon[96088]: 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-08T03:49:22.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:22.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:49:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:49:23.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:23.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:23 smithi094 ceph-mon[112176]: 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-08T03:49:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:23 smithi003 ceph-mon[96088]: 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-08T03:49:24.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:24.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:25.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:25.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:25 smithi094 ceph-mon[112176]: 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-08T03:49:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:25 smithi003 ceph-mon[96088]: 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-08T03:49:26.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:26.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:27.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:27.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:27 smithi094 ceph-mon[112176]: 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-08T03:49:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:27 smithi003 ceph-mon[96088]: 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-08T03:49:28.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:28.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:29.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:29.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:29 smithi094 ceph-mon[112176]: 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-08T03:49:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:29 smithi003 ceph-mon[96088]: 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-08T03:49:30.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:30.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:31.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:31.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:31 smithi094 ceph-mon[112176]: 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-08T03:49:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:31 smithi003 ceph-mon[96088]: 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-08T03:49:32.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:32.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:33.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:33.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:33 smithi094 ceph-mon[112176]: 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-08T03:49:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:33 smithi003 ceph-mon[96088]: 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-08T03:49:34.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:34.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:35.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:35.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:35 smithi094 ceph-mon[112176]: 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-08T03:49:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:35 smithi003 ceph-mon[96088]: 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-08T03:49:36.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:36.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:37.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:37.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:37 smithi094 ceph-mon[112176]: 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-08T03:49:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:49:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:37 smithi003 ceph-mon[96088]: 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-08T03:49:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:49:38.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:38.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:39.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:39.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:39 smithi094 ceph-mon[112176]: 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-08T03:49:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:39 smithi003 ceph-mon[96088]: 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-08T03:49:40.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:40.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:49:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:49:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:49:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:49:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:49:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:49:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:49:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:49:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:49:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:49:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:49:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:49:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:49:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:49:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:49:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:49:41.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:41.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:41 smithi094 ceph-mon[112176]: 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-08T03:49:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:41 smithi003 ceph-mon[96088]: 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-08T03:49:42.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:42.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:43.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:43.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:43 smithi094 ceph-mon[112176]: 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-08T03:49:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:43 smithi003 ceph-mon[96088]: 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-08T03:49:44.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:44.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:45.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:45.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:45 smithi094 ceph-mon[112176]: 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-08T03:49:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:45 smithi003 ceph-mon[96088]: 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-08T03:49:46.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:46.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:47.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:47.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:47 smithi094 ceph-mon[112176]: 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-08T03:49:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:47 smithi003 ceph-mon[96088]: 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-08T03:49:48.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:48.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:49.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:49.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:49 smithi094 ceph-mon[112176]: 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-08T03:49:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:49 smithi003 ceph-mon[96088]: 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-08T03:49:50.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:50.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:51.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:51.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:51 smithi094 ceph-mon[112176]: 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-08T03:49:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:51 smithi003 ceph-mon[96088]: 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-08T03:49:52.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:52.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:49:53.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:53.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:49:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:53 smithi003 ceph-mon[96088]: 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-08T03:49:54.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:54.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:53 smithi094 ceph-mon[112176]: 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-08T03:49:55.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:55.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:56.215 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:55 smithi003 ceph-mon[96088]: 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-08T03:49:56.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:56.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:55 smithi094 ceph-mon[112176]: 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-08T03:49:57.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:57.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:57 smithi003 ceph-mon[96088]: 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-08T03:49:58.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:58.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:49:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:57 smithi094 ceph-mon[112176]: 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-08T03:49:59.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:49:59.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:49:59 smithi003 ceph-mon[96088]: 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-08T03:50:00.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:00.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:49:59 smithi094 ceph-mon[112176]: 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-08T03:50:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T03:50:01.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:01.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T03:50:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:01 smithi003 ceph-mon[96088]: 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-08T03:50:02.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:02.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:01 smithi094 ceph-mon[112176]: 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-08T03:50:03.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:03.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:03 smithi003 ceph-mon[96088]: 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-08T03:50:04.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:04.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:03 smithi094 ceph-mon[112176]: 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-08T03:50:05.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:05.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:05 smithi003 ceph-mon[96088]: 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-08T03:50:06.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:06.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:05 smithi094 ceph-mon[112176]: 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-08T03:50:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:06 smithi094 ceph-mon[112176]: 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-08T03:50:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:06 smithi003 ceph-mon[96088]: 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-08T03:50:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:50:08.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:08.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:50:09.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:09.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:09 smithi094 ceph-mon[112176]: 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-08T03:50:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:09 smithi003 ceph-mon[96088]: 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-08T03:50:10.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:10.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:11.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:11.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:11 smithi094 ceph-mon[112176]: 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-08T03:50:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:11 smithi003 ceph-mon[96088]: 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-08T03:50:12.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:12.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:13.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:13.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:13 smithi094 ceph-mon[112176]: 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-08T03:50:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:13 smithi003 ceph-mon[96088]: 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-08T03:50:14.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:14.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:15.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:15.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:15 smithi094 ceph-mon[112176]: 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-08T03:50:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:15 smithi003 ceph-mon[96088]: 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-08T03:50:16.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:16.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:17.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:17.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:17 smithi094 ceph-mon[112176]: 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-08T03:50:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:17 smithi003 ceph-mon[96088]: 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-08T03:50:18.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:18.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:19.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:19.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:19 smithi094 ceph-mon[112176]: 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-08T03:50:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:19 smithi003 ceph-mon[96088]: 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-08T03:50:20.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:20.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:21.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:21.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:21 smithi094 ceph-mon[112176]: 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-08T03:50:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:21 smithi003 ceph-mon[96088]: 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-08T03:50:22.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:22.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:50:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:50:23.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:23.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:23 smithi094 ceph-mon[112176]: 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-08T03:50:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:23 smithi003 ceph-mon[96088]: 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-08T03:50:24.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:24.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:25.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:25.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:25 smithi094 ceph-mon[112176]: 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-08T03:50:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:25 smithi003 ceph-mon[96088]: 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-08T03:50:26.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:26.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:27.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:27.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:27 smithi094 ceph-mon[112176]: 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-08T03:50:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:27 smithi003 ceph-mon[96088]: 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-08T03:50:28.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:28.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:29.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:29.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:29 smithi094 ceph-mon[112176]: 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-08T03:50:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:29 smithi003 ceph-mon[96088]: 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-08T03:50:30.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:30.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:31.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:31.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:31 smithi094 ceph-mon[112176]: 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-08T03:50:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:31 smithi003 ceph-mon[96088]: 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-08T03:50:32.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:32.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:33.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:33.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:33 smithi094 ceph-mon[112176]: 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-08T03:50:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:33 smithi003 ceph-mon[96088]: 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-08T03:50:34.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:34.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:35.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:35.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:35 smithi094 ceph-mon[112176]: 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-08T03:50:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:35 smithi003 ceph-mon[96088]: 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-08T03:50:36.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:36.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:37.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:37.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:37 smithi094 ceph-mon[112176]: 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-08T03:50:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:50:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:37 smithi003 ceph-mon[96088]: 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-08T03:50:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:50:38.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:38.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:39.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:39.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:39 smithi094 ceph-mon[112176]: 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-08T03:50:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:39 smithi003 ceph-mon[96088]: 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-08T03:50:40.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:40.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:41.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:41.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:41 smithi003 ceph-mon[96088]: 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-08T03:50:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:50:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:50:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:50:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:50:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:50:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:50:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:41 smithi094 ceph-mon[112176]: 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-08T03:50:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:50:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:50:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:50:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:50:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:50:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:50:42.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:42.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:43.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:43.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:43 smithi094 ceph-mon[112176]: 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-08T03:50:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:43 smithi003 ceph-mon[96088]: 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-08T03:50:44.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:44.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:45.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:45.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:45 smithi094 ceph-mon[112176]: 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-08T03:50:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:45 smithi003 ceph-mon[96088]: 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-08T03:50:46.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:46.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:47.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:47.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:47 smithi094 ceph-mon[112176]: 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-08T03:50:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:47 smithi003 ceph-mon[96088]: 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-08T03:50:48.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:48.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:49.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:49.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:49 smithi094 ceph-mon[112176]: 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-08T03:50:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:49 smithi003 ceph-mon[96088]: 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-08T03:50:50.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:50.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:51.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:51.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:51 smithi094 ceph-mon[112176]: 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-08T03:50:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:51 smithi003 ceph-mon[96088]: 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-08T03:50:52.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:52.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:50:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:50:53.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:53.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:53 smithi003 ceph-mon[96088]: 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-08T03:50:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:53 smithi094 ceph-mon[112176]: 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-08T03:50:54.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:54.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:55.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:55.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:55 smithi003 ceph-mon[96088]: 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-08T03:50:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:55 smithi094 ceph-mon[112176]: 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-08T03:50:56.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:56.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:57.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:57.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:57 smithi003 ceph-mon[96088]: 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-08T03:50:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:57 smithi094 ceph-mon[112176]: 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-08T03:50:58.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:58.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:50:59.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:50:59.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:50:59 smithi094 ceph-mon[112176]: 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-08T03:51:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:50:59 smithi003 ceph-mon[96088]: 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-08T03:51:00.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:00.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:01.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:01.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:01 smithi003 ceph-mon[96088]: 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-08T03:51:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:01 smithi094 ceph-mon[112176]: 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-08T03:51:02.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:02.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:03.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:03.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:03 smithi003 ceph-mon[96088]: 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-08T03:51:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:03 smithi094 ceph-mon[112176]: 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-08T03:51:04.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:04.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:05.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:05.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:05 smithi003 ceph-mon[96088]: 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-08T03:51:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:05 smithi094 ceph-mon[112176]: 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-08T03:51:06.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:06.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:07.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:07.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:07 smithi003 ceph-mon[96088]: 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-08T03:51:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:51:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:07 smithi094 ceph-mon[112176]: 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-08T03:51:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:51:08.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:08.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:09.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:09.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:09 smithi094 ceph-mon[112176]: 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-08T03:51:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:09 smithi003 ceph-mon[96088]: 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-08T03:51:10.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:10.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:11.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:11.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:11 smithi003 ceph-mon[96088]: 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-08T03:51:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:11 smithi094 ceph-mon[112176]: 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-08T03:51:12.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:12.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:13.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:13.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:13 smithi003 ceph-mon[96088]: 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-08T03:51:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:13 smithi094 ceph-mon[112176]: 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-08T03:51:14.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:14.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:15.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:15.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:15 smithi003 ceph-mon[96088]: 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-08T03:51:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:15 smithi094 ceph-mon[112176]: 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-08T03:51:16.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:16.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:17.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:17.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:17 smithi003 ceph-mon[96088]: 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-08T03:51:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:17 smithi094 ceph-mon[112176]: 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-08T03:51:18.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:18.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:19.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:19.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:19 smithi094 ceph-mon[112176]: 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-08T03:51:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:19 smithi003 ceph-mon[96088]: 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-08T03:51:20.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:20.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:21.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:21.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:21 smithi094 ceph-mon[112176]: 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-08T03:51:22.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:21 smithi003 ceph-mon[96088]: 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-08T03:51:22.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:22.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:51:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:51:23.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:23.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:23 smithi094 ceph-mon[112176]: 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-08T03:51:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:23 smithi003 ceph-mon[96088]: 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-08T03:51:24.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:24.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:25.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:25.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:25 smithi094 ceph-mon[112176]: 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-08T03:51:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:25 smithi003 ceph-mon[96088]: 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-08T03:51:26.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:26.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:27.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:27.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:27 smithi094 ceph-mon[112176]: 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-08T03:51:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:27 smithi003 ceph-mon[96088]: 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-08T03:51:28.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:28.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:29.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:29.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:29 smithi094 ceph-mon[112176]: 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-08T03:51:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:29 smithi003 ceph-mon[96088]: 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-08T03:51:30.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:30.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:31.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:31.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:31 smithi094 ceph-mon[112176]: 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-08T03:51:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:31 smithi003 ceph-mon[96088]: 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-08T03:51:32.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:32.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:33.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:33.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:33 smithi094 ceph-mon[112176]: 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-08T03:51:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:33 smithi003 ceph-mon[96088]: 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-08T03:51:34.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:34.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:35.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:35.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:35 smithi094 ceph-mon[112176]: 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-08T03:51:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:35 smithi003 ceph-mon[96088]: 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-08T03:51:36.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:36.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:37.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:37.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:37 smithi094 ceph-mon[112176]: 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-08T03:51:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:51:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:37 smithi003 ceph-mon[96088]: 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-08T03:51:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:51:38.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:38.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:39.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:39.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:39 smithi094 ceph-mon[112176]: 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-08T03:51:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:39 smithi003 ceph-mon[96088]: 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-08T03:51:40.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:40.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:41.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:41.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:41 smithi094 ceph-mon[112176]: 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-08T03:51:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:51:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:41 smithi003 ceph-mon[96088]: 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-08T03:51:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:51:42.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:42.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:51:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:51:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:51:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:51:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:51:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:51:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:51:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:51:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:51:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:51:43.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:43.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:43 smithi094 ceph-mon[112176]: 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-08T03:51:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:43 smithi003 ceph-mon[96088]: 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-08T03:51:44.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:44.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:45.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:45.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:45 smithi094 ceph-mon[112176]: 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-08T03:51:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:45 smithi003 ceph-mon[96088]: 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-08T03:51:46.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:46.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:47.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:47.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:47 smithi094 ceph-mon[112176]: 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-08T03:51:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:47 smithi003 ceph-mon[96088]: 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-08T03:51:48.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:48.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:49.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:49.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:49 smithi094 ceph-mon[112176]: 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-08T03:51:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:49 smithi003 ceph-mon[96088]: 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-08T03:51:50.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:50.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:51.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:51.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:51 smithi094 ceph-mon[112176]: 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-08T03:51:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:51 smithi003 ceph-mon[96088]: 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-08T03:51:52.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:52.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:51:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:51:53.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:53.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:53 smithi003 ceph-mon[96088]: 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-08T03:51:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:53 smithi094 ceph-mon[112176]: 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-08T03:51:54.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:54.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:55.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:55.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:55 smithi003 ceph-mon[96088]: 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-08T03:51:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:55 smithi094 ceph-mon[112176]: 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-08T03:51:56.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:56.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:57.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:57.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:57 smithi003 ceph-mon[96088]: 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-08T03:51:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:57 smithi094 ceph-mon[112176]: 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-08T03:51:58.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:58.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:51:59.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:51:59.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:51:59 smithi003 ceph-mon[96088]: 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-08T03:52:00.389 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:51:59 smithi094 ceph-mon[112176]: 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-08T03:52:00.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:00.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:01.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:01.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:01 smithi003 ceph-mon[96088]: 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-08T03:52:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:01 smithi094 ceph-mon[112176]: 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-08T03:52:02.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:02.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:03.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:03.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:03 smithi003 ceph-mon[96088]: 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-08T03:52:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:03 smithi094 ceph-mon[112176]: 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-08T03:52:04.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:04.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:05.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:05.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:05 smithi003 ceph-mon[96088]: 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-08T03:52:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:05 smithi094 ceph-mon[112176]: 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-08T03:52:06.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:06.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:07.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:07.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:07 smithi003 ceph-mon[96088]: 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-08T03:52:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:52:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:07 smithi094 ceph-mon[112176]: 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-08T03:52:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:52:08.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:08.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:09.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:09.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:09 smithi003 ceph-mon[96088]: 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-08T03:52:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:09 smithi094 ceph-mon[112176]: 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-08T03:52:10.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:10.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:11.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:11.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:11 smithi003 ceph-mon[96088]: 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-08T03:52:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:11 smithi094 ceph-mon[112176]: 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-08T03:52:12.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:12.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:13.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:13.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:13 smithi003 ceph-mon[96088]: 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-08T03:52:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:13 smithi094 ceph-mon[112176]: 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-08T03:52:14.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:14.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:15.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:15.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:15 smithi003 ceph-mon[96088]: 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-08T03:52:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:15 smithi094 ceph-mon[112176]: 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-08T03:52:16.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:16.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:17.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:17.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:17 smithi003 ceph-mon[96088]: 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-08T03:52:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:17 smithi094 ceph-mon[112176]: 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-08T03:52:18.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:18.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:19.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:19.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:19 smithi003 ceph-mon[96088]: 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-08T03:52:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:19 smithi094 ceph-mon[112176]: 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-08T03:52:20.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:20.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:21.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:21.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:21 smithi003 ceph-mon[96088]: 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-08T03:52:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:21 smithi094 ceph-mon[112176]: 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-08T03:52:22.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:22.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:52:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:52:23.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:23.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:23 smithi003 ceph-mon[96088]: 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-08T03:52:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:23 smithi094 ceph-mon[112176]: 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-08T03:52:24.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:24.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:24 smithi003 ceph-mon[96088]: 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-08T03:52:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:24 smithi094 ceph-mon[112176]: 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-08T03:52:25.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:25.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:26.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:26.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:27.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:27.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:27 smithi003 ceph-mon[96088]: 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-08T03:52:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:27 smithi094 ceph-mon[112176]: 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-08T03:52:28.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:28.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:29.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:29.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:30.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:29 smithi094 ceph-mon[112176]: 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-08T03:52:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:29 smithi003 ceph-mon[96088]: 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-08T03:52:30.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:30.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:31.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:31.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:31 smithi094 ceph-mon[112176]: 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-08T03:52:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:31 smithi003 ceph-mon[96088]: 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-08T03:52:32.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:32.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:33.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:33.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:33 smithi094 ceph-mon[112176]: 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-08T03:52:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:33 smithi003 ceph-mon[96088]: 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-08T03:52:34.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:34.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:35.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:35.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:35 smithi094 ceph-mon[112176]: 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-08T03:52:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:35 smithi003 ceph-mon[96088]: 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-08T03:52:36.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:36.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:37.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:37.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:37 smithi094 ceph-mon[112176]: 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-08T03:52:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:52:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:37 smithi003 ceph-mon[96088]: 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-08T03:52:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:52:38.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:38.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:39.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:39.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:39 smithi094 ceph-mon[112176]: 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-08T03:52:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:39 smithi003 ceph-mon[96088]: 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-08T03:52:40.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:40.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:41.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:41.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:41 smithi094 ceph-mon[112176]: 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-08T03:52:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:41 smithi003 ceph-mon[96088]: 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-08T03:52:42.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:42.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:52:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:52:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:52:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:52:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:52:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:52:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:52:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:52:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:52:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:52:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:52:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:52:43.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:43.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:43 smithi094 ceph-mon[112176]: 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-08T03:52:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:43 smithi003 ceph-mon[96088]: 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-08T03:52:44.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:44.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:45.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:45.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:45 smithi094 ceph-mon[112176]: 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-08T03:52:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:45 smithi003 ceph-mon[96088]: 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-08T03:52:46.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:46.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:47.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:47.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:48.153 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:47 smithi003 ceph-mon[96088]: 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-08T03:52:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:47 smithi094 ceph-mon[112176]: 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-08T03:52:48.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:48.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:49.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:49.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:49 smithi094 ceph-mon[112176]: 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-08T03:52:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:49 smithi003 ceph-mon[96088]: 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-08T03:52:50.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:50.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:51.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:51.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:51 smithi094 ceph-mon[112176]: 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-08T03:52:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:51 smithi003 ceph-mon[96088]: 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-08T03:52:52.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:52.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:53.210 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:52:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:52:53.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:53.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:53 smithi003 ceph-mon[96088]: 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-08T03:52:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:53 smithi094 ceph-mon[112176]: 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-08T03:52:54.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:54.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:55 smithi003 ceph-mon[96088]: 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-08T03:52:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:55 smithi094 ceph-mon[112176]: 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-08T03:52:56.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:56.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:57.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:57.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:57 smithi003 ceph-mon[96088]: 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-08T03:52:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:57 smithi094 ceph-mon[112176]: 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-08T03:52:58.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:58.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:52:59.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:52:59.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:52:59 smithi003 ceph-mon[96088]: 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-08T03:53:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:52:59 smithi094 ceph-mon[112176]: 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-08T03:53:00.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:00.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:01.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:01.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:01 smithi003 ceph-mon[96088]: 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-08T03:53:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:01 smithi094 ceph-mon[112176]: 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-08T03:53:02.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:02.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:03.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:03.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:03 smithi003 ceph-mon[96088]: 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-08T03:53:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:03 smithi094 ceph-mon[112176]: 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-08T03:53:04.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:04.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:05.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:05.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:05 smithi003 ceph-mon[96088]: 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-08T03:53:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:05 smithi094 ceph-mon[112176]: 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-08T03:53:06.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:06.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:07.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:07.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:07 smithi003 ceph-mon[96088]: 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-08T03:53:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:53:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:07 smithi094 ceph-mon[112176]: 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-08T03:53:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:53:08.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:08.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:09.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:09.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:09 smithi003 ceph-mon[96088]: 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-08T03:53:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:09 smithi094 ceph-mon[112176]: 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-08T03:53:10.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:10.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:11.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:11.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:11 smithi003 ceph-mon[96088]: 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-08T03:53:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:11 smithi094 ceph-mon[112176]: 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-08T03:53:12.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:12.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:13.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:13.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:13 smithi003 ceph-mon[96088]: 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-08T03:53:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:13 smithi094 ceph-mon[112176]: 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-08T03:53:14.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:14.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:15.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:15.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:15 smithi003 ceph-mon[96088]: 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-08T03:53:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:15 smithi094 ceph-mon[112176]: 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-08T03:53:16.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:16.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:17.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:17.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:17 smithi003 ceph-mon[96088]: 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-08T03:53:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:17 smithi094 ceph-mon[112176]: 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-08T03:53:18.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:18.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:19.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:19.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:19 smithi003 ceph-mon[96088]: 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-08T03:53:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:19 smithi094 ceph-mon[112176]: 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-08T03:53:20.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:20.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:21.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:21.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:21 smithi003 ceph-mon[96088]: 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-08T03:53:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:21 smithi094 ceph-mon[112176]: 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-08T03:53:22.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:22.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:53:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:53:23.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:23.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:23 smithi003 ceph-mon[96088]: 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-08T03:53:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:23 smithi094 ceph-mon[112176]: 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-08T03:53:24.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:24.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:25.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:25.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:25 smithi003 ceph-mon[96088]: 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-08T03:53:26.277 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:25 smithi094 ceph-mon[112176]: 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-08T03:53:26.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:26.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:27.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:27.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:27 smithi003 ceph-mon[96088]: 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-08T03:53:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:27 smithi094 ceph-mon[112176]: 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-08T03:53:28.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:28.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:29.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:29.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:29 smithi003 ceph-mon[96088]: 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-08T03:53:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:29 smithi094 ceph-mon[112176]: 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-08T03:53:30.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:30.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:31.328 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:30 smithi094 ceph-mon[112176]: 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-08T03:53:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:30 smithi003 ceph-mon[96088]: 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-08T03:53:31.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:31.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:32.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:32.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:33.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:33.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:33 smithi003 ceph-mon[96088]: 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-08T03:53:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:33 smithi094 ceph-mon[112176]: 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-08T03:53:34.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:34.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:35.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:35.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:35 smithi094 ceph-mon[112176]: 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-08T03:53:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:35 smithi003 ceph-mon[96088]: 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-08T03:53:36.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:36.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:37.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:37.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:37 smithi094 ceph-mon[112176]: 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-08T03:53:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:53:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:37 smithi003 ceph-mon[96088]: 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-08T03:53:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:53:38.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:38.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:39.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:39.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:39 smithi094 ceph-mon[112176]: 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-08T03:53:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:39 smithi003 ceph-mon[96088]: 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-08T03:53:40.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:40.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:41.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:41.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:41 smithi094 ceph-mon[112176]: 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-08T03:53:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:41 smithi003 ceph-mon[96088]: 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-08T03:53:42.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:42.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:43.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:43.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:43 smithi094 ceph-mon[112176]: 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-08T03:53:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:53:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:53:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:53:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:53:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:53:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:53:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:43 smithi003 ceph-mon[96088]: 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-08T03:53:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:53:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:53:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:53:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:53:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:53:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:53:44.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:44.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:45.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:45.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:45 smithi094 ceph-mon[112176]: 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-08T03:53:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:45 smithi003 ceph-mon[96088]: 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-08T03:53:46.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:46.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:47.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:47.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:47 smithi094 ceph-mon[112176]: 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-08T03:53:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:47 smithi003 ceph-mon[96088]: 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-08T03:53:48.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:48.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:49.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:49.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:49 smithi094 ceph-mon[112176]: 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-08T03:53:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:49 smithi003 ceph-mon[96088]: 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-08T03:53:50.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:50.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:51.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:51.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:51 smithi003 ceph-mon[96088]: 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-08T03:53:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:51 smithi094 ceph-mon[112176]: 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-08T03:53:52.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:52.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:53:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:53:53.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:53.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:53 smithi003 ceph-mon[96088]: 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-08T03:53:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:53 smithi094 ceph-mon[112176]: 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-08T03:53:54.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:54.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:55.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:55.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:55 smithi003 ceph-mon[96088]: 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-08T03:53:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:55 smithi094 ceph-mon[112176]: 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-08T03:53:56.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:56.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:57.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:57.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:57 smithi003 ceph-mon[96088]: 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-08T03:53:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:57 smithi094 ceph-mon[112176]: 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-08T03:53:58.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:58.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:53:59.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:53:59.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:53:59 smithi003 ceph-mon[96088]: 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-08T03:54:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:53:59 smithi094 ceph-mon[112176]: 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-08T03:54:00.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:00.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:01.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:01.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:01 smithi003 ceph-mon[96088]: 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-08T03:54:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:01 smithi094 ceph-mon[112176]: 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-08T03:54:02.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:02.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:03.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:03.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:03 smithi003 ceph-mon[96088]: 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-08T03:54:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:03 smithi094 ceph-mon[112176]: 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-08T03:54:04.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:04.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:05.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:05.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:05 smithi003 ceph-mon[96088]: 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-08T03:54:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:05 smithi094 ceph-mon[112176]: 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-08T03:54:06.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:06.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:07.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:07.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:07 smithi003 ceph-mon[96088]: 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-08T03:54:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:54:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:07 smithi094 ceph-mon[112176]: 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-08T03:54:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:54:08.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:08.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:09.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:09.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:09 smithi003 ceph-mon[96088]: 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-08T03:54:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:09 smithi094 ceph-mon[112176]: 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-08T03:54:10.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:10.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:11.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:11.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:11 smithi094 ceph-mon[112176]: 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-08T03:54:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:11 smithi003 ceph-mon[96088]: 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-08T03:54:12.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:12.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:13.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:13.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:13 smithi003 ceph-mon[96088]: 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-08T03:54:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:13 smithi094 ceph-mon[112176]: 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-08T03:54:14.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:14.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:15.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:15.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:15 smithi003 ceph-mon[96088]: 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-08T03:54:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:15 smithi094 ceph-mon[112176]: 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-08T03:54:16.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:16.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:17.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:17.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:17 smithi003 ceph-mon[96088]: 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-08T03:54:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:17 smithi094 ceph-mon[112176]: 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-08T03:54:18.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:18.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:19.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:19.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:19 smithi003 ceph-mon[96088]: 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-08T03:54:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:19 smithi094 ceph-mon[112176]: 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-08T03:54:20.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:20.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:21.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:21.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:21 smithi094 ceph-mon[112176]: 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-08T03:54:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:21 smithi003 ceph-mon[96088]: 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-08T03:54:22.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:22.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:54:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:54:23.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:23.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:24.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:23 smithi003 ceph-mon[96088]: 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-08T03:54:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:23 smithi094 ceph-mon[112176]: 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-08T03:54:24.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:24.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:25.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:25.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:25 smithi003 ceph-mon[96088]: 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-08T03:54:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:25 smithi094 ceph-mon[112176]: 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-08T03:54:26.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:26.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:27.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:27.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:27 smithi003 ceph-mon[96088]: 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-08T03:54:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:27 smithi094 ceph-mon[112176]: 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-08T03:54:28.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:28.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:29.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:29.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:29 smithi003 ceph-mon[96088]: 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-08T03:54:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:29 smithi094 ceph-mon[112176]: 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-08T03:54:30.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:30.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:31.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:31.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:31 smithi094 ceph-mon[112176]: 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-08T03:54:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:31 smithi003 ceph-mon[96088]: 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-08T03:54:32.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:32.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:33.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:33.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:34.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:33 smithi003 ceph-mon[96088]: 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-08T03:54:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:33 smithi094 ceph-mon[112176]: 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-08T03:54:34.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:34.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:35.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:35.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:35 smithi094 ceph-mon[112176]: 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-08T03:54:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:35 smithi003 ceph-mon[96088]: 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-08T03:54:36.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:36.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:36 smithi094 ceph-mon[112176]: 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-08T03:54:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:36 smithi003 ceph-mon[96088]: 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-08T03:54:37.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:37.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:54:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:54:38.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:38.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:39.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:39.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:39 smithi094 ceph-mon[112176]: 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-08T03:54:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:39 smithi003 ceph-mon[96088]: 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-08T03:54:40.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:40.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:41.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:41.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:41 smithi094 ceph-mon[112176]: 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-08T03:54:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:41 smithi003 ceph-mon[96088]: 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-08T03:54:42.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:42.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:43.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:43.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:43 smithi094 ceph-mon[112176]: 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-08T03:54:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:54:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:43 smithi003 ceph-mon[96088]: 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-08T03:54:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:54:44.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:44.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:45.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:45.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:45 smithi094 ceph-mon[112176]: 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-08T03:54:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:45 smithi003 ceph-mon[96088]: 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-08T03:54:46.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:46.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:54:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:54:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:47 smithi094 ceph-mon[112176]: 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-08T03:54:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:54:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:54:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:54:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:54:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:54:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:54:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:54:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:47 smithi003 ceph-mon[96088]: 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-08T03:54:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:54:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:54:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:54:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:54:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:54:47.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:47.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:48.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:48.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:49.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:49.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:49 smithi094 ceph-mon[112176]: 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-08T03:54:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:49 smithi003 ceph-mon[96088]: 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-08T03:54:50.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:50.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:51.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:51.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:51 smithi094 ceph-mon[112176]: 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-08T03:54:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:51 smithi003 ceph-mon[96088]: 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-08T03:54:52.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:52.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:54:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:54:53.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:53.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:53 smithi003 ceph-mon[96088]: 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-08T03:54:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:53 smithi094 ceph-mon[112176]: 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-08T03:54:54.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:54.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:55.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:55.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:55 smithi003 ceph-mon[96088]: 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-08T03:54:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:55 smithi094 ceph-mon[112176]: 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-08T03:54:56.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:56.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:57.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:57.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:57 smithi003 ceph-mon[96088]: 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-08T03:54:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:57 smithi094 ceph-mon[112176]: 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-08T03:54:58.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:58.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:54:59.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:54:59.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:54:59 smithi003 ceph-mon[96088]: 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-08T03:55:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:54:59 smithi094 ceph-mon[112176]: 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-08T03:55:00.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:00.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:01.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:01.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:01 smithi003 ceph-mon[96088]: 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-08T03:55:02.272 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:01 smithi094 ceph-mon[112176]: 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-08T03:55:02.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:02.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:03.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:03.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:03 smithi003 ceph-mon[96088]: 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-08T03:55:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:03 smithi094 ceph-mon[112176]: 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-08T03:55:04.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:04.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:05.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:05.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:05 smithi003 ceph-mon[96088]: 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-08T03:55:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:05 smithi094 ceph-mon[112176]: 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-08T03:55:06.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:06.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:07.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:07.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:07 smithi003 ceph-mon[96088]: 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-08T03:55:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:55:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:07 smithi094 ceph-mon[112176]: 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-08T03:55:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:55:08.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:08.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:09.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:09.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:09 smithi003 ceph-mon[96088]: 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-08T03:55:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:09 smithi094 ceph-mon[112176]: 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-08T03:55:10.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:10.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:11.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:11.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:11 smithi003 ceph-mon[96088]: 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-08T03:55:12.379 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:11 smithi094 ceph-mon[112176]: 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-08T03:55:12.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:12.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:13.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:13.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:13 smithi003 ceph-mon[96088]: 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-08T03:55:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:13 smithi094 ceph-mon[112176]: 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-08T03:55:14.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:14.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:15.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:15.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:15 smithi003 ceph-mon[96088]: 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-08T03:55:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:15 smithi094 ceph-mon[112176]: 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-08T03:55:16.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:16.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:17.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:17.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:17 smithi003 ceph-mon[96088]: 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-08T03:55:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:17 smithi094 ceph-mon[112176]: 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-08T03:55:18.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:18.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:19.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:19.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:19 smithi003 ceph-mon[96088]: 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-08T03:55:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:19 smithi094 ceph-mon[112176]: 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-08T03:55:20.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:20.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:21.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:21.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:21 smithi003 ceph-mon[96088]: 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-08T03:55:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:21 smithi094 ceph-mon[112176]: 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-08T03:55:22.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:22.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:55:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:55:23.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:23.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:23 smithi003 ceph-mon[96088]: 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-08T03:55:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:23 smithi094 ceph-mon[112176]: 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-08T03:55:24.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:24.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:25.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:25.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:25 smithi003 ceph-mon[96088]: 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-08T03:55:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:25 smithi094 ceph-mon[112176]: 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-08T03:55:26.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:26.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:27.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:27.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:27 smithi003 ceph-mon[96088]: 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-08T03:55:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:27 smithi094 ceph-mon[112176]: 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-08T03:55:28.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:28.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:29.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:29.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:29 smithi003 ceph-mon[96088]: 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-08T03:55:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:29 smithi094 ceph-mon[112176]: 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-08T03:55:30.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:30.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:31.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:31.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:31 smithi003 ceph-mon[96088]: 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-08T03:55:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:31 smithi094 ceph-mon[112176]: 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-08T03:55:32.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:32.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:33.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:33.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:33 smithi003 ceph-mon[96088]: 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-08T03:55:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:33 smithi094 ceph-mon[112176]: 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-08T03:55:34.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:34.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:35.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:35.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:35 smithi094 ceph-mon[112176]: 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-08T03:55:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:35 smithi003 ceph-mon[96088]: 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-08T03:55:36.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:36.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:37.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:37.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:37 smithi003 ceph-mon[96088]: 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-08T03:55:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:55:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:37 smithi094 ceph-mon[112176]: 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-08T03:55:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:55:38.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:38.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:39.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:39.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:39 smithi094 ceph-mon[112176]: 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-08T03:55:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:39 smithi003 ceph-mon[96088]: 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-08T03:55:40.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:40.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:41.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:41.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:41 smithi094 ceph-mon[112176]: 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-08T03:55:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:41 smithi003 ceph-mon[96088]: 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-08T03:55:42.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:42.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:43.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:43.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:43 smithi094 ceph-mon[112176]: 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-08T03:55:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:43 smithi003 ceph-mon[96088]: 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-08T03:55:44.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:44.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:45.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:45.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:46 smithi094 ceph-mon[112176]: 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-08T03:55:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:46 smithi003 ceph-mon[96088]: 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-08T03:55:46.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:46.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:55:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:55:47.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:47.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:48 smithi003 ceph-mon[96088]: 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-08T03:55:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:55:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:55:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:55:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:55:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:55:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:48 smithi094 ceph-mon[112176]: 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-08T03:55:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:55:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:55:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:55:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:55:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:55:48.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:48.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:49.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:49.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:50.213 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:49 smithi003 ceph-mon[96088]: 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-08T03:55:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:49 smithi094 ceph-mon[112176]: 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-08T03:55:50.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:50.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:51.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:51.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:51 smithi003 ceph-mon[96088]: 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-08T03:55:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:51 smithi094 ceph-mon[112176]: 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-08T03:55:52.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:52.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:55:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:55:53.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:53.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:53 smithi003 ceph-mon[96088]: 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-08T03:55:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:53 smithi094 ceph-mon[112176]: 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-08T03:55:54.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:54.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:55.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:55.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:55 smithi003 ceph-mon[96088]: 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-08T03:55:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:55 smithi094 ceph-mon[112176]: 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-08T03:55:56.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:56.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:57.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:57.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:57 smithi094 ceph-mon[112176]: 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-08T03:55:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:57 smithi003 ceph-mon[96088]: 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-08T03:55:58.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:58.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:55:59.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:55:59.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:55:59 smithi003 ceph-mon[96088]: 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-08T03:56:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:55:59 smithi094 ceph-mon[112176]: 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-08T03:56:00.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:00.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:01.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:01.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:01 smithi003 ceph-mon[96088]: 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-08T03:56:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:01 smithi094 ceph-mon[112176]: 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-08T03:56:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:03.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:03 smithi003 ceph-mon[96088]: 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-08T03:56:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:03 smithi094 ceph-mon[112176]: 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-08T03:56:04.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:04.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:05.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:05.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:05 smithi003 ceph-mon[96088]: 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-08T03:56:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:05 smithi094 ceph-mon[112176]: 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-08T03:56:06.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:06.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:07.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:07.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:07 smithi003 ceph-mon[96088]: 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-08T03:56:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:56:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:07 smithi094 ceph-mon[112176]: 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-08T03:56:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:56:08.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:08.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:09.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:09.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:09 smithi003 ceph-mon[96088]: 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-08T03:56:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:09 smithi094 ceph-mon[112176]: 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-08T03:56:10.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:10.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:11.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:11.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:11 smithi003 ceph-mon[96088]: 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-08T03:56:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:11 smithi094 ceph-mon[112176]: 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-08T03:56:12.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:12.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:13.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:13.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:13 smithi003 ceph-mon[96088]: 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-08T03:56:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:13 smithi094 ceph-mon[112176]: 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-08T03:56:14.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:14.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:15.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:15.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:15 smithi003 ceph-mon[96088]: 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-08T03:56:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:15 smithi094 ceph-mon[112176]: 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-08T03:56:16.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:16.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:17.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:17.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:17 smithi003 ceph-mon[96088]: 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-08T03:56:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:17 smithi094 ceph-mon[112176]: 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-08T03:56:18.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:18.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:19.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:19.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:19 smithi003 ceph-mon[96088]: 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-08T03:56:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:19 smithi094 ceph-mon[112176]: 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-08T03:56:20.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:20.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:21.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:21.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:21 smithi003 ceph-mon[96088]: 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-08T03:56:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:21 smithi094 ceph-mon[112176]: 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-08T03:56:22.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:22.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:56:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:56:23.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:23.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:23 smithi003 ceph-mon[96088]: 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-08T03:56:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:23 smithi094 ceph-mon[112176]: 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-08T03:56:24.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:24.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:25.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:25.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:25 smithi003 ceph-mon[96088]: 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-08T03:56:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:25 smithi094 ceph-mon[112176]: 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-08T03:56:26.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:26.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:27.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:27.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:27 smithi003 ceph-mon[96088]: 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-08T03:56:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:27 smithi094 ceph-mon[112176]: 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-08T03:56:28.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:28.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:29.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:29.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:29 smithi094 ceph-mon[112176]: 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-08T03:56:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:29 smithi003 ceph-mon[96088]: 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-08T03:56:30.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:30.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:31.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:31.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:31 smithi094 ceph-mon[112176]: 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-08T03:56:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:31 smithi003 ceph-mon[96088]: 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-08T03:56:32.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:32.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:33.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:33.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:33 smithi094 ceph-mon[112176]: 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-08T03:56:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:33 smithi003 ceph-mon[96088]: 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-08T03:56:34.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:34.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:35.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:35.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:36 smithi094 ceph-mon[112176]: 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-08T03:56:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:36 smithi003 ceph-mon[96088]: 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-08T03:56:36.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:36.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:37.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:37.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:38 smithi003 ceph-mon[96088]: 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-08T03:56:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:56:38.264 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:38 smithi094 ceph-mon[112176]: 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-08T03:56:38.264 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:56:39.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:39.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:40.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:40.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:40 smithi094 ceph-mon[112176]: 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-08T03:56:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:40 smithi003 ceph-mon[96088]: 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-08T03:56:41.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:41.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:42.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:42.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:42 smithi094 ceph-mon[112176]: 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-08T03:56:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:42 smithi003 ceph-mon[96088]: 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-08T03:56:43.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:43.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:44.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:44.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:44 smithi094 ceph-mon[112176]: 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-08T03:56:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:44 smithi003 ceph-mon[96088]: 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-08T03:56:45.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:45.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:46.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:46.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:46 smithi003 ceph-mon[96088]: 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-08T03:56:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:46 smithi094 ceph-mon[112176]: 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-08T03:56:47.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:47.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:47 smithi094 ceph-mon[112176]: 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-08T03:56:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:47 smithi003 ceph-mon[96088]: 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-08T03:56:48.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:48.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:56:48.369 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:56:49.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:49.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:50.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:50.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:49 smithi003 ceph-mon[96088]: 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-08T03:56:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:49 smithi094 ceph-mon[112176]: 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-08T03:56:51.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:51.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:52.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:52.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:51 smithi003 ceph-mon[96088]: 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-08T03:56:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:51 smithi094 ceph-mon[112176]: 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-08T03:56:53.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:53.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:56:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:56:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: 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-08T03:56:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:56:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:56:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:56:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:56:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:56:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:56:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:56:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:56:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: 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-08T03:56:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:56:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:56:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:56:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:56:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:56:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:56:54.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:54.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:55.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:55.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:56.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:56.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:55 smithi003 ceph-mon[96088]: 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-08T03:56:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:55 smithi094 ceph-mon[112176]: 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-08T03:56:57.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:57.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:58.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:58.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:56:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:57 smithi003 ceph-mon[96088]: 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-08T03:56:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:57 smithi094 ceph-mon[112176]: 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-08T03:56:59.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:56:59.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:00.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:00.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:56:59 smithi003 ceph-mon[96088]: 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-08T03:57:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:56:59 smithi094 ceph-mon[112176]: 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-08T03:57:01.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:01.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:02.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:02.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:01 smithi003 ceph-mon[96088]: 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-08T03:57:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:01 smithi094 ceph-mon[112176]: 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-08T03:57:03.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:03.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:04.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:04.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:03 smithi003 ceph-mon[96088]: 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-08T03:57:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:03 smithi094 ceph-mon[112176]: 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-08T03:57:05.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:05.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:06.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:06.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:05 smithi003 ceph-mon[96088]: 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-08T03:57:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:05 smithi094 ceph-mon[112176]: 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-08T03:57:07.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:07.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:08.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:08.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:07 smithi003 ceph-mon[96088]: 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-08T03:57:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:57:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:07 smithi094 ceph-mon[112176]: 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-08T03:57:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:57:09.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:09.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:10.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:10.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:09 smithi003 ceph-mon[96088]: 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-08T03:57:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:09 smithi094 ceph-mon[112176]: 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-08T03:57:11.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:11.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:12.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:12.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:11 smithi003 ceph-mon[96088]: 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-08T03:57:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:11 smithi094 ceph-mon[112176]: 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-08T03:57:13.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:13.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:14.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:14.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:13 smithi003 ceph-mon[96088]: 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-08T03:57:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:13 smithi094 ceph-mon[112176]: 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-08T03:57:15.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:15.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:16.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:16.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:15 smithi003 ceph-mon[96088]: 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-08T03:57:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:15 smithi094 ceph-mon[112176]: 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-08T03:57:17.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:17.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:18.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:18.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:17 smithi003 ceph-mon[96088]: 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-08T03:57:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:17 smithi094 ceph-mon[112176]: 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-08T03:57:19.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:19.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:20.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:20.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:19 smithi003 ceph-mon[96088]: 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-08T03:57:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:19 smithi094 ceph-mon[112176]: 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-08T03:57:21.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:21.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:22.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:22.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:21 smithi003 ceph-mon[96088]: 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-08T03:57:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:21 smithi094 ceph-mon[112176]: 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-08T03:57:23.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:23.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:57:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:57:24.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:24.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:23 smithi094 ceph-mon[112176]: 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-08T03:57:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:23 smithi003 ceph-mon[96088]: 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-08T03:57:25.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:25.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:26.306 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:25 smithi003 ceph-mon[96088]: 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-08T03:57:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:25 smithi094 ceph-mon[112176]: 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-08T03:57:27.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:27.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:28.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:28.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:27 smithi003 ceph-mon[96088]: 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-08T03:57:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:27 smithi094 ceph-mon[112176]: 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-08T03:57:29.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:29.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:30.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:30.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:29 smithi094 ceph-mon[112176]: 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-08T03:57:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:29 smithi003 ceph-mon[96088]: 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-08T03:57:31.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:31.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:32.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:32.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:31 smithi094 ceph-mon[112176]: 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-08T03:57:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:31 smithi003 ceph-mon[96088]: 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-08T03:57:33.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:33.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:34.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:34.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:33 smithi094 ceph-mon[112176]: 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-08T03:57:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:33 smithi003 ceph-mon[96088]: 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-08T03:57:35.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:35.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:36.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:36.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:36 smithi094 ceph-mon[112176]: 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-08T03:57:36.422 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:36 smithi003 ceph-mon[96088]: 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-08T03:57:37.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:37.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:38.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:38.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:38 smithi003 ceph-mon[96088]: 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-08T03:57:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:57:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:38 smithi094 ceph-mon[112176]: 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-08T03:57:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:57:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:40.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:40.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:40 smithi094 ceph-mon[112176]: 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-08T03:57:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:40 smithi003 ceph-mon[96088]: 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-08T03:57:41.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:41.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:42.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:42.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:42 smithi094 ceph-mon[112176]: 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-08T03:57:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:42 smithi003 ceph-mon[96088]: 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-08T03:57:43.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:43.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:44.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:44.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:44 smithi094 ceph-mon[112176]: 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-08T03:57:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:44 smithi003 ceph-mon[96088]: 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-08T03:57:45.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:45.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:46.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:46.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:46 smithi094 ceph-mon[112176]: 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-08T03:57:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:46 smithi003 ceph-mon[96088]: 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-08T03:57:47.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:47.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:48.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:48.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:48 smithi003 ceph-mon[96088]: 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-08T03:57:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:48 smithi094 ceph-mon[112176]: 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-08T03:57:49.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:49.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:50.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:50.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:50 smithi094 ceph-mon[112176]: 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-08T03:57:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:50 smithi003 ceph-mon[96088]: 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-08T03:57:51.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:51.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:52.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:52.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:52 smithi094 ceph-mon[112176]: 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-08T03:57:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:52 smithi003 ceph-mon[96088]: 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-08T03:57:53.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:53.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:57:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:57:54.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:54.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: 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-08T03:57:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:57:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:57:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:57:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:57:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:57:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:57:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:57:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:57:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: 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-08T03:57:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:57:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:57:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:57:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:57:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:57:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:57:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:57:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:57:55.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:55.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:55 smithi094 ceph-mon[112176]: 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-08T03:57:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:55 smithi003 ceph-mon[96088]: 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-08T03:57:56.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:56.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:57.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:57.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:58.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:58.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:57:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:57 smithi094 ceph-mon[112176]: 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-08T03:57:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:57 smithi003 ceph-mon[96088]: 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-08T03:57:59.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:57:59.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:00.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:00.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:57:59 smithi003 ceph-mon[96088]: 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-08T03:58:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:57:59 smithi094 ceph-mon[112176]: 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-08T03:58:01.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:01.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:01 smithi003 ceph-mon[96088]: 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-08T03:58:02.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:02.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:01 smithi094 ceph-mon[112176]: 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-08T03:58:03.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:03.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:04.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:04.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:03 smithi003 ceph-mon[96088]: 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-08T03:58:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:03 smithi094 ceph-mon[112176]: 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-08T03:58:05.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:05.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:06.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:06.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:05 smithi003 ceph-mon[96088]: 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-08T03:58:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:05 smithi094 ceph-mon[112176]: 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-08T03:58:07.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:07.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:08.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:08.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:07 smithi003 ceph-mon[96088]: 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-08T03:58:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:58:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:07 smithi094 ceph-mon[112176]: 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-08T03:58:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:58:09.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:09.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:10.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:10.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:09 smithi003 ceph-mon[96088]: 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-08T03:58:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:09 smithi094 ceph-mon[112176]: 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-08T03:58:11.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:11.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:12.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:12.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:11 smithi003 ceph-mon[96088]: 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-08T03:58:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:11 smithi094 ceph-mon[112176]: 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-08T03:58:13.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:13.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:14.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:14.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:13 smithi003 ceph-mon[96088]: 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-08T03:58:14.254 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:13 smithi094 ceph-mon[112176]: 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-08T03:58:15.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:15.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:16.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:16.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:15 smithi003 ceph-mon[96088]: 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-08T03:58:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:15 smithi094 ceph-mon[112176]: 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-08T03:58:17.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:17.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:18.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:18.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:17 smithi003 ceph-mon[96088]: 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-08T03:58:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:17 smithi094 ceph-mon[112176]: 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-08T03:58:19.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:19.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:20.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:20.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:19 smithi003 ceph-mon[96088]: 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-08T03:58:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:19 smithi094 ceph-mon[112176]: 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-08T03:58:21.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:21.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:22.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:22.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:21 smithi003 ceph-mon[96088]: 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-08T03:58:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:21 smithi094 ceph-mon[112176]: 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-08T03:58:23.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:23.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:58:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:58:24.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:24.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:24.359 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:23 smithi094 ceph-mon[112176]: 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-08T03:58:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:23 smithi003 ceph-mon[96088]: 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-08T03:58:25.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:25.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:26.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:26.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:25 smithi094 ceph-mon[112176]: 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-08T03:58:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:25 smithi003 ceph-mon[96088]: 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-08T03:58:27.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:27.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:28.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:28.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:27 smithi003 ceph-mon[96088]: 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-08T03:58:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:27 smithi094 ceph-mon[112176]: 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-08T03:58:29.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:29.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:30.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:30.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:29 smithi094 ceph-mon[112176]: 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-08T03:58:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:29 smithi003 ceph-mon[96088]: 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-08T03:58:31.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:31.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:32 smithi094 ceph-mon[112176]: 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-08T03:58:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:32 smithi003 ceph-mon[96088]: 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-08T03:58:33.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:33.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:34.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:34.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:34 smithi094 ceph-mon[112176]: 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-08T03:58:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:34 smithi003 ceph-mon[96088]: 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-08T03:58:35.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:35.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:36.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:36.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:36 smithi094 ceph-mon[112176]: 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-08T03:58:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:36 smithi003 ceph-mon[96088]: 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-08T03:58:37.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:37.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:38.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:38.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:38 smithi003 ceph-mon[96088]: 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-08T03:58:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:58:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:38 smithi094 ceph-mon[112176]: 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-08T03:58:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:58:39.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:39.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:40.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:40.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:40 smithi094 ceph-mon[112176]: 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-08T03:58:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:40 smithi003 ceph-mon[96088]: 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-08T03:58:41.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:41.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:42.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:42.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:42 smithi094 ceph-mon[112176]: 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-08T03:58:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:42 smithi003 ceph-mon[96088]: 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-08T03:58:43.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:43.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:44.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:44.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:44 smithi094 ceph-mon[112176]: 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-08T03:58:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:44 smithi003 ceph-mon[96088]: 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-08T03:58:45.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:45.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:46.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:46.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:46 smithi094 ceph-mon[112176]: 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-08T03:58:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:46 smithi003 ceph-mon[96088]: 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-08T03:58:47.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:47.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:48.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:48.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:48 smithi003 ceph-mon[96088]: 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-08T03:58:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:48 smithi094 ceph-mon[112176]: 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-08T03:58:49.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:49.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:50.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:50.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:50 smithi094 ceph-mon[112176]: 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-08T03:58:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:50 smithi003 ceph-mon[96088]: 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-08T03:58:51.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:51.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:52.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:52.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:52 smithi094 ceph-mon[112176]: 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-08T03:58:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:52 smithi003 ceph-mon[96088]: 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-08T03:58:53.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:53.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:58:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:58:54.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:54.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:54 smithi094 ceph-mon[112176]: 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-08T03:58:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:54 smithi003 ceph-mon[96088]: 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-08T03:58:55.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:55.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:58:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:58:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:58:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:58:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:55 smithi094 ceph-mon[112176]: 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-08T03:58:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:58:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:58:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:58:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:58:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:58:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:58:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:55 smithi003 ceph-mon[96088]: 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-08T03:58:56.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:56.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:57.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:57.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:57 smithi094 ceph-mon[112176]: 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-08T03:58:58.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:58.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:58:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:57 smithi003 ceph-mon[96088]: 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-08T03:58:59.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:58:59.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:58:59 smithi094 ceph-mon[112176]: 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-08T03:59:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:58:59 smithi003 ceph-mon[96088]: 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-08T03:59:00.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:00.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:01.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:01.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:01 smithi003 ceph-mon[96088]: 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-08T03:59:02.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:02.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:01 smithi094 ceph-mon[112176]: 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-08T03:59:03.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:03.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:03 smithi003 ceph-mon[96088]: 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-08T03:59:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:03 smithi094 ceph-mon[112176]: 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-08T03:59:05.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:05.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:05 smithi003 ceph-mon[96088]: 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-08T03:59:06.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:06.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:05 smithi094 ceph-mon[112176]: 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-08T03:59:07.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:07.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:07 smithi003 ceph-mon[96088]: 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-08T03:59:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:59:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:07 smithi094 ceph-mon[112176]: 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-08T03:59:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:59:09.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:09.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:09 smithi094 ceph-mon[112176]: 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-08T03:59:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:09 smithi003 ceph-mon[96088]: 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-08T03:59:10.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:10.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:11 smithi003 ceph-mon[96088]: 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-08T03:59:12.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:12.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:11 smithi094 ceph-mon[112176]: 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-08T03:59:13.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:13.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:14.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:14.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:13 smithi094 ceph-mon[112176]: 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-08T03:59:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:13 smithi003 ceph-mon[96088]: 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-08T03:59:15.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:15.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:16.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:16.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:15 smithi094 ceph-mon[112176]: 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-08T03:59:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:15 smithi003 ceph-mon[96088]: 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-08T03:59:17.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:17.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:17 smithi003 ceph-mon[96088]: 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-08T03:59:18.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:18.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:17 smithi094 ceph-mon[112176]: 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-08T03:59:19.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:19.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:20.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:20.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:19 smithi094 ceph-mon[112176]: 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-08T03:59:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:19 smithi003 ceph-mon[96088]: 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-08T03:59:21.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:21.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:22.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:22.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:22 smithi094 ceph-mon[112176]: 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-08T03:59:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:22 smithi003 ceph-mon[96088]: 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-08T03:59:23.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:23.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:59:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:59:24.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:24.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:24 smithi094 ceph-mon[112176]: 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-08T03:59:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:24 smithi003 ceph-mon[96088]: 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-08T03:59:25.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:25.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:26.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:26.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:26 smithi094 ceph-mon[112176]: 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-08T03:59:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:26 smithi003 ceph-mon[96088]: 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-08T03:59:27.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:27.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:28.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:28 smithi094 ceph-mon[112176]: 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-08T03:59:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:28 smithi003 ceph-mon[96088]: 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-08T03:59:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:30.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:30.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:30 smithi094 ceph-mon[112176]: 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-08T03:59:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:30 smithi003 ceph-mon[96088]: 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-08T03:59:31.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:31.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:32.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:32 smithi094 ceph-mon[112176]: 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-08T03:59:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:32 smithi003 ceph-mon[96088]: 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-08T03:59:33.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:33.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:34.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:34.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:34 smithi094 ceph-mon[112176]: 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-08T03:59:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:34 smithi003 ceph-mon[96088]: 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-08T03:59:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:35.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:36.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:36.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:36 smithi094 ceph-mon[112176]: 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-08T03:59:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:36 smithi003 ceph-mon[96088]: 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-08T03:59:37.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:37.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:38 smithi003 ceph-mon[96088]: 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-08T03:59:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:59:38.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:38.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:38 smithi094 ceph-mon[112176]: 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-08T03:59:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:59:39.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:39.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:40.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:40.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:40 smithi094 ceph-mon[112176]: 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-08T03:59:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:40 smithi003 ceph-mon[96088]: 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-08T03:59:41.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:41.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:42.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:42.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:42 smithi094 ceph-mon[112176]: 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-08T03:59:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:42 smithi003 ceph-mon[96088]: 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-08T03:59:43.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:43.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:44.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:44.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:44 smithi094 ceph-mon[112176]: 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-08T03:59:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:44 smithi003 ceph-mon[96088]: 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-08T03:59:45.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:45.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:46.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:46.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:46 smithi094 ceph-mon[112176]: 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-08T03:59:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:46 smithi003 ceph-mon[96088]: 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-08T03:59:47.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:47.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:48 smithi003 ceph-mon[96088]: 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-08T03:59:48.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:48.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:48 smithi094 ceph-mon[112176]: 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-08T03:59:49.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:49.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:49 smithi003 ceph-mon[96088]: 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-08T03:59:50.244 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:49 smithi094 ceph-mon[112176]: 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-08T03:59:50.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:50.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:51.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:51.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:51 smithi003 ceph-mon[96088]: 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-08T03:59:52.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:52.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:51 smithi094 ceph-mon[112176]: 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-08T03:59:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:59:53.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:53.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:59:54.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:54.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:53 smithi094 ceph-mon[112176]: 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-08T03:59:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:53 smithi003 ceph-mon[96088]: 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-08T03:59:55.296 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:59:55.296 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:59:55.296 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:59:55.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:55.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:59:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:59:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:59:56.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:56.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:55 smithi094 ceph-mon[112176]: 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-08T03:59:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:59:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:59:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:59:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:59:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:59:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:55 smithi003 ceph-mon[96088]: 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-08T03:59:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:59:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:59:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:59:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:59:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T03:59:57.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:57.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 03:59:57 smithi003 ceph-mon[96088]: 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-08T03:59:58.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:58.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T03:59:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 03:59:58 smithi094 ceph-mon[112176]: 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-08T03:59:59.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T03:59:59.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:00.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:00.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:00.350 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:00 smithi094 ceph-mon[112176]: 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-08T04:00:00.351 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T04:00:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:00 smithi003 ceph-mon[96088]: 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-08T04:00:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T04:00:01.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:01.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:02.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:02.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:02 smithi094 ceph-mon[112176]: 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-08T04:00:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:02 smithi003 ceph-mon[96088]: 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-08T04:00:03.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:03.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:04.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:04.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:04 smithi094 ceph-mon[112176]: 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-08T04:00:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:04 smithi003 ceph-mon[96088]: 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-08T04:00:05.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:05.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:06.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:06.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:06 smithi094 ceph-mon[112176]: 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-08T04:00:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:06 smithi003 ceph-mon[96088]: 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-08T04:00:07.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:07.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:08.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:08 smithi003 ceph-mon[96088]: 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-08T04:00:08.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:00:08.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:08.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:08 smithi094 ceph-mon[112176]: 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-08T04:00:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:00:09.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:09.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:10.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:10.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:10 smithi094 ceph-mon[112176]: 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-08T04:00:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:10 smithi003 ceph-mon[96088]: 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-08T04:00:11.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:11.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:12.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:12.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:12 smithi094 ceph-mon[112176]: 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-08T04:00:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:12 smithi003 ceph-mon[96088]: 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-08T04:00:13.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:13.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:14.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:14.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:14 smithi094 ceph-mon[112176]: 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-08T04:00:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:14 smithi003 ceph-mon[96088]: 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-08T04:00:15.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:15.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:16.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:16.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:16 smithi094 ceph-mon[112176]: 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-08T04:00:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:16 smithi003 ceph-mon[96088]: 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-08T04:00:17.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:17.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:18 smithi003 ceph-mon[96088]: 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-08T04:00:18.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:18.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:18 smithi094 ceph-mon[112176]: 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-08T04:00:19.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:19.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:20.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:20.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:20.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:20 smithi094 ceph-mon[112176]: 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-08T04:00:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:20 smithi003 ceph-mon[96088]: 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-08T04:00:21.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:21.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:22.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:22.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:22 smithi094 ceph-mon[112176]: 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-08T04:00:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:22 smithi003 ceph-mon[96088]: 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-08T04:00:23.316 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:00:23.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:23.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:00:24.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:24.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:24 smithi094 ceph-mon[112176]: 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-08T04:00:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:24 smithi003 ceph-mon[96088]: 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-08T04:00:25.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:25.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:26.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:26.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:26 smithi094 ceph-mon[112176]: 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-08T04:00:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:26 smithi003 ceph-mon[96088]: 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-08T04:00:27.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:27.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:28 smithi003 ceph-mon[96088]: 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-08T04:00:28.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:28.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:28 smithi094 ceph-mon[112176]: 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-08T04:00:29.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:29.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:30.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:30.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:30 smithi094 ceph-mon[112176]: 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-08T04:00:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:30 smithi003 ceph-mon[96088]: 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-08T04:00:31.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:31.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:32 smithi094 ceph-mon[112176]: 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-08T04:00:32.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:32.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:32 smithi003 ceph-mon[96088]: 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-08T04:00:33.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:33.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:33 smithi094 ceph-mon[112176]: 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-08T04:00:33.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:33 smithi003 ceph-mon[96088]: 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-08T04:00:34.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:34.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:35.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:35.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:36.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:36.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:36.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:35 smithi094 ceph-mon[112176]: 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-08T04:00:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:35 smithi003 ceph-mon[96088]: 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-08T04:00:37.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:37.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:37 smithi003 ceph-mon[96088]: 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-08T04:00:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:00:38.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:38.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:37 smithi094 ceph-mon[112176]: 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-08T04:00:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:00:39.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:39.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:40.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:40.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:39 smithi094 ceph-mon[112176]: 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-08T04:00:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:39 smithi003 ceph-mon[96088]: 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-08T04:00:41.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:41.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:42.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:42.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:41 smithi094 ceph-mon[112176]: 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-08T04:00:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:41 smithi003 ceph-mon[96088]: 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-08T04:00:43.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:43.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:44.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:44.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:44 smithi094 ceph-mon[112176]: 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-08T04:00:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:44 smithi003 ceph-mon[96088]: 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-08T04:00:45.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:45.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:46 smithi094 ceph-mon[112176]: 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-08T04:00:46.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:46.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:46 smithi003 ceph-mon[96088]: 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-08T04:00:47.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:47.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:48 smithi003 ceph-mon[96088]: 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-08T04:00:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:48 smithi094 ceph-mon[112176]: 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-08T04:00:48.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:48.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:49.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:49.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:50 smithi094 ceph-mon[112176]: 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-08T04:00:50.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:50.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:50 smithi003 ceph-mon[96088]: 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-08T04:00:51.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:51.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:52 smithi094 ceph-mon[112176]: 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-08T04:00:52.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:52.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:52 smithi003 ceph-mon[96088]: 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-08T04:00:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:00:53.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:53.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:00:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:54 smithi094 ceph-mon[112176]: 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-08T04:00:54.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:54.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:54 smithi003 ceph-mon[96088]: 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-08T04:00:55.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:55.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:56 smithi094 ceph-mon[112176]: 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-08T04:00:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:00:56.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:56.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:56 smithi003 ceph-mon[96088]: 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-08T04:00:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:00:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:00:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:00:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:00:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:00:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:00:57.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:57.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:00:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:00:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:00:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:00:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:00:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:00:58 smithi003 ceph-mon[96088]: 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-08T04:00:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:00:58 smithi094 ceph-mon[112176]: 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-08T04:00:58.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:58.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:00:59.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:00:59.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:00 smithi094 ceph-mon[112176]: 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-08T04:01:00.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:00.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:00 smithi003 ceph-mon[96088]: 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-08T04:01:01.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:01.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:02 smithi094 ceph-mon[112176]: 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-08T04:01:02.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:02.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:02 smithi003 ceph-mon[96088]: 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-08T04:01:03.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:03.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:04 smithi094 ceph-mon[112176]: 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-08T04:01:04.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:04.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:04 smithi003 ceph-mon[96088]: 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-08T04:01:05.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:05.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:06 smithi094 ceph-mon[112176]: 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-08T04:01:06.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:06.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:06 smithi003 ceph-mon[96088]: 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-08T04:01:07.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:07.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:08 smithi003 ceph-mon[96088]: 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-08T04:01:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:01:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:08 smithi094 ceph-mon[112176]: 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-08T04:01:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:01:08.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:08.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:09.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:09.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:10 smithi094 ceph-mon[112176]: 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-08T04:01:10.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:10.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:10 smithi003 ceph-mon[96088]: 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-08T04:01:11.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:11.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:12 smithi094 ceph-mon[112176]: 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-08T04:01:12.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:12.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:12 smithi003 ceph-mon[96088]: 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-08T04:01:13.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:13.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:14 smithi003 ceph-mon[96088]: 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-08T04:01:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:14 smithi094 ceph-mon[112176]: 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-08T04:01:14.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:14.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:15.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:15.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:16 smithi094 ceph-mon[112176]: 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-08T04:01:16.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:16.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:16 smithi003 ceph-mon[96088]: 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-08T04:01:17.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:17.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:18 smithi003 ceph-mon[96088]: 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-08T04:01:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:18 smithi094 ceph-mon[112176]: 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-08T04:01:18.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:18.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:19.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:19.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:20 smithi094 ceph-mon[112176]: 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-08T04:01:20.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:20.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:20 smithi003 ceph-mon[96088]: 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-08T04:01:21.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:21.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:22 smithi094 ceph-mon[112176]: 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-08T04:01:22.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:22.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:22 smithi003 ceph-mon[96088]: 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-08T04:01:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:01:23.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:23.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:01:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:24 smithi094 ceph-mon[112176]: 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-08T04:01:24.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:24.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:24 smithi003 ceph-mon[96088]: 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-08T04:01:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:25 smithi094 ceph-mon[112176]: 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-08T04:01:25.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:25.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:25 smithi003 ceph-mon[96088]: 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-08T04:01:26.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:26.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:27.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:27.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:27 smithi094 ceph-mon[112176]: 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-08T04:01:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:27 smithi003 ceph-mon[96088]: 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-08T04:01:28.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:28.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:29.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:29.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:30 smithi094 ceph-mon[112176]: 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-08T04:01:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:30 smithi003 ceph-mon[96088]: 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-08T04:01:30.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:30.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:31.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:31.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:32 smithi094 ceph-mon[112176]: 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-08T04:01:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:32 smithi003 ceph-mon[96088]: 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-08T04:01:32.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:32.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:33.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:33.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:34 smithi094 ceph-mon[112176]: 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-08T04:01:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:34 smithi003 ceph-mon[96088]: 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-08T04:01:34.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:34.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:35.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:35.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:36.351 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:36 smithi094 ceph-mon[112176]: 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-08T04:01:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:36 smithi003 ceph-mon[96088]: 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-08T04:01:36.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:36.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:37.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:37.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:38 smithi003 ceph-mon[96088]: 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-08T04:01:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:01:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:38 smithi094 ceph-mon[112176]: 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-08T04:01:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:01:38.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:38.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:40 smithi094 ceph-mon[112176]: 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-08T04:01:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:40 smithi003 ceph-mon[96088]: 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-08T04:01:40.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:40.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:41.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:41.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:42 smithi094 ceph-mon[112176]: 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-08T04:01:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:42 smithi003 ceph-mon[96088]: 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-08T04:01:42.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:42.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:43.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:43.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:44 smithi094 ceph-mon[112176]: 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-08T04:01:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:44 smithi003 ceph-mon[96088]: 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-08T04:01:44.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:44.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:45.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:45.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:46 smithi094 ceph-mon[112176]: 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-08T04:01:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:46 smithi003 ceph-mon[96088]: 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-08T04:01:46.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:46.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:47.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:47.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:48 smithi003 ceph-mon[96088]: 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-08T04:01:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:48 smithi094 ceph-mon[112176]: 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-08T04:01:48.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:48.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:49.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:49.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:50 smithi094 ceph-mon[112176]: 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-08T04:01:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:50 smithi003 ceph-mon[96088]: 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-08T04:01:50.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:50.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:51.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:51.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:52 smithi094 ceph-mon[112176]: 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-08T04:01:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:52 smithi003 ceph-mon[96088]: 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-08T04:01:52.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:52.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:01:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:01:53.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:53.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:54.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:54 smithi003 ceph-mon[96088]: 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-08T04:01:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:54 smithi094 ceph-mon[112176]: 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-08T04:01:54.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:54.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:55.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:55.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:56 smithi094 ceph-mon[112176]: 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-08T04:01:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:56 smithi003 ceph-mon[96088]: 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-08T04:01:56.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:56.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:01:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:01:57.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:57.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:58 smithi094 ceph-mon[112176]: 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-08T04:01:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:01:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:01:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:01:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:01:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:01:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:58 smithi003 ceph-mon[96088]: 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-08T04:01:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:01:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:01:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:01:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:01:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:01:58.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:58.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:01:59.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:01:59.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:00 smithi094 ceph-mon[112176]: 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-08T04:02:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:00 smithi003 ceph-mon[96088]: 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-08T04:02:00.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:00.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:01.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:01.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: 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-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: 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-08T04:02:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:02:02.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:02.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:03.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:03.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:03 smithi003 ceph-mon[96088]: 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-08T04:02:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:03 smithi094 ceph-mon[112176]: 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-08T04:02:04.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:04.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:05.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:05.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:06 smithi094 ceph-mon[112176]: 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-08T04:02:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:06 smithi003 ceph-mon[96088]: 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-08T04:02:06.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:06.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:07.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:07.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:08 smithi003 ceph-mon[96088]: 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-08T04:02:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:02:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:08 smithi094 ceph-mon[112176]: 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-08T04:02:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:02:08.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:08.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:09.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:09.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:10 smithi094 ceph-mon[112176]: 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-08T04:02:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:10 smithi003 ceph-mon[96088]: 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-08T04:02:10.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:10.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:11.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:11.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:12 smithi094 ceph-mon[112176]: 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-08T04:02:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:12 smithi003 ceph-mon[96088]: 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-08T04:02:12.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:12.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:13.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:13.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:14 smithi094 ceph-mon[112176]: 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-08T04:02:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:14 smithi003 ceph-mon[96088]: 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-08T04:02:14.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:14.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:15.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:15.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:16 smithi094 ceph-mon[112176]: 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-08T04:02:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:16 smithi003 ceph-mon[96088]: 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-08T04:02:16.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:16.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:17.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:17.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:18 smithi003 ceph-mon[96088]: 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-08T04:02:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:18 smithi094 ceph-mon[112176]: 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-08T04:02:18.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:18.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:19.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:19.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:20 smithi094 ceph-mon[112176]: 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-08T04:02:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:20 smithi003 ceph-mon[96088]: 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-08T04:02:20.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:20.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:21.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:21.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:22 smithi094 ceph-mon[112176]: 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-08T04:02:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:22 smithi003 ceph-mon[96088]: 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-08T04:02:22.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:22.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:02:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:02:23.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:23.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:24 smithi094 ceph-mon[112176]: 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-08T04:02:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:24 smithi003 ceph-mon[96088]: 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-08T04:02:24.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:24.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:25.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:25.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:26 smithi094 ceph-mon[112176]: 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-08T04:02:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:26 smithi003 ceph-mon[96088]: 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-08T04:02:26.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:26.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:27.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:27.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:28 smithi003 ceph-mon[96088]: 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-08T04:02:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:28 smithi094 ceph-mon[112176]: 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-08T04:02:28.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:28.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:29.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:29.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:30 smithi094 ceph-mon[112176]: 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-08T04:02:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:30 smithi003 ceph-mon[96088]: 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-08T04:02:30.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:30.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:31.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:31.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:32 smithi094 ceph-mon[112176]: 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-08T04:02:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:32 smithi003 ceph-mon[96088]: 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-08T04:02:32.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:32.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:33.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:33.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:34 smithi094 ceph-mon[112176]: 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-08T04:02:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:34 smithi003 ceph-mon[96088]: 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-08T04:02:34.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:34.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:35.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:35.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:36 smithi094 ceph-mon[112176]: 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-08T04:02:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:36 smithi003 ceph-mon[96088]: 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-08T04:02:36.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:36.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:37.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:37.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:38 smithi003 ceph-mon[96088]: 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-08T04:02:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:02:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:38 smithi094 ceph-mon[112176]: 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-08T04:02:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:02:38.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:38.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:39.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:39.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:40 smithi003 ceph-mon[96088]: 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-08T04:02:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:40 smithi094 ceph-mon[112176]: 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-08T04:02:40.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:40.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:41.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:41.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:42 smithi094 ceph-mon[112176]: 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-08T04:02:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:42 smithi003 ceph-mon[96088]: 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-08T04:02:42.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:42.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:43.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:43.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:44 smithi094 ceph-mon[112176]: pgmap v1991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:44 smithi003 ceph-mon[96088]: pgmap v1991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:44.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:44.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:45 smithi003 ceph-mon[96088]: pgmap v1992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:02:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:45 smithi094 ceph-mon[112176]: pgmap v1992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:02:45.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:45.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:46.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:46.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:47.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:47.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:47 smithi094 ceph-mon[112176]: pgmap v1993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:47 smithi003 ceph-mon[96088]: pgmap v1993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:48.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:48.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:49.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:49.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:50 smithi003 ceph-mon[96088]: pgmap v1994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:50 smithi094 ceph-mon[112176]: pgmap v1994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:50.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:50.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:51.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:51.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:52 smithi094 ceph-mon[112176]: pgmap v1995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:52 smithi003 ceph-mon[96088]: pgmap v1995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:52.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:52.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:02:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:02:53.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:53.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:54 smithi094 ceph-mon[112176]: pgmap v1996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:54 smithi003 ceph-mon[96088]: pgmap v1996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:54.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:54.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:55.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:55.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:56 smithi094 ceph-mon[112176]: pgmap v1997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:02:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:56 smithi003 ceph-mon[96088]: pgmap v1997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:02:56.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:56.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:57.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:57.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:02:58 smithi003 ceph-mon[96088]: pgmap v1998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:02:58 smithi094 ceph-mon[112176]: pgmap v1998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:02:58.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:58.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:02:59.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:02:59.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:00 smithi094 ceph-mon[112176]: 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-08T04:03:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:00 smithi003 ceph-mon[96088]: 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-08T04:03:00.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:00.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:01.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:01.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:02 smithi094 ceph-mon[112176]: 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-08T04:03:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:03:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:03:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:03:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:03:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:03:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:03:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:02 smithi003 ceph-mon[96088]: 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-08T04:03:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:03:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:03:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:03:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:03:02.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:03:02.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:03:02.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:02.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:03.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:03.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:04 smithi094 ceph-mon[112176]: 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-08T04:03:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:04 smithi003 ceph-mon[96088]: 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-08T04:03:04.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:04.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:05.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:05.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:06 smithi094 ceph-mon[112176]: pgmap v2002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:03:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:06 smithi003 ceph-mon[96088]: pgmap v2002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:03:06.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:06.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:07.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:07.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:08 smithi003 ceph-mon[96088]: pgmap v2003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:03:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:03:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:08 smithi094 ceph-mon[112176]: pgmap v2003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:03:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:03:08.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:08.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:09.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:09.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:10 smithi094 ceph-mon[112176]: 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-08T04:03:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:10 smithi094 ceph-mon[112176]: osdmap e52: 8 total, 8 up, 8 in 2023-10-08T04:03:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:10 smithi003 ceph-mon[96088]: 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-08T04:03:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:10 smithi003 ceph-mon[96088]: osdmap e52: 8 total, 8 up, 8 in 2023-10-08T04:03:10.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:10.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:11.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:11.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:12.343 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:12 smithi094 ceph-mon[112176]: pgmap v2006: 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:03:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:12 smithi003 ceph-mon[96088]: pgmap v2006: 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:03:12.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:12.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:13.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:13.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:14 smithi094 ceph-mon[112176]: pgmap v2007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:03:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:14 smithi003 ceph-mon[96088]: pgmap v2007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:03:14.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:14.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:15.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:15.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:16 smithi094 ceph-mon[112176]: pgmap v2008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:03:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:16 smithi003 ceph-mon[96088]: pgmap v2008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:03:16.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:16.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:17.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:17.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:18 smithi003 ceph-mon[96088]: pgmap v2009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:03:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:18 smithi094 ceph-mon[112176]: pgmap v2009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:03:18.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:18.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:19.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:19.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:20.319 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:20 smithi003 ceph-mon[96088]: pgmap v2010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:03:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:20 smithi094 ceph-mon[112176]: pgmap v2010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:03:20.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:20.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:21.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:21.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:22 smithi094 ceph-mon[112176]: pgmap v2011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-10-08T04:03:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:22 smithi003 ceph-mon[96088]: pgmap v2011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-10-08T04:03:22.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:22.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:03:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:03:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:24 smithi094 ceph-mon[112176]: 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-08T04:03:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:24 smithi003 ceph-mon[96088]: 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-08T04:03:24.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:24.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:25.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:25.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:26 smithi094 ceph-mon[112176]: 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-08T04:03:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:26 smithi003 ceph-mon[96088]: 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-08T04:03:26.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:26.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:27.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:27.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:28 smithi003 ceph-mon[96088]: 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-08T04:03:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:28 smithi094 ceph-mon[112176]: 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-08T04:03:28.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:28.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:29.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:29.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:30 smithi094 ceph-mon[112176]: 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-08T04:03:30.433 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:30 smithi003 ceph-mon[96088]: 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-08T04:03:30.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:30.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:31.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:32.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:32.768 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:32 smithi094 ceph-mon[112176]: 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-08T04:03:32.768 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:32 smithi003 ceph-mon[96088]: 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-08T04:03:32.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:32.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:33.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:33.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:34 smithi094 ceph-mon[112176]: 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-08T04:03:34.558 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:34 smithi003 ceph-mon[96088]: 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-08T04:03:34.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:34.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:35.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:35.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:36 smithi094 ceph-mon[112176]: 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-08T04:03:36.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:36 smithi003 ceph-mon[96088]: 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-08T04:03:36.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:36.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:37.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:37.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:38 smithi003 ceph-mon[96088]: 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-08T04:03:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:03:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:38 smithi094 ceph-mon[112176]: 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-08T04:03:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:03:38.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:38.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:39.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:39.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:40 smithi094 ceph-mon[112176]: 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-08T04:03:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:40 smithi003 ceph-mon[96088]: 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-08T04:03:40.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:40.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:41.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:41.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:42 smithi094 ceph-mon[112176]: 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-08T04:03:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:42 smithi003 ceph-mon[96088]: 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-08T04:03:42.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:42.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:43.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:43.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:44 smithi094 ceph-mon[112176]: 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-08T04:03:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:44 smithi003 ceph-mon[96088]: 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-08T04:03:44.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:44.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:45.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:45.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:46 smithi094 ceph-mon[112176]: 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-08T04:03:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:46 smithi003 ceph-mon[96088]: 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-08T04:03:46.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:46.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:47.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:47.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:48 smithi003 ceph-mon[96088]: 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-08T04:03:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:48 smithi094 ceph-mon[112176]: 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-08T04:03:48.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:48.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:49.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:49.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:50 smithi094 ceph-mon[112176]: 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-08T04:03:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:50 smithi003 ceph-mon[96088]: 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-08T04:03:50.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:50.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:51 smithi094 ceph-mon[112176]: 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-08T04:03:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:51 smithi003 ceph-mon[96088]: 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-08T04:03:51.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:51.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:52.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:52.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:03:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:03:53.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:53.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:53 smithi094 ceph-mon[112176]: 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-08T04:03:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:53 smithi003 ceph-mon[96088]: 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-08T04:03:54.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:54.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:55.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:55.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:56 smithi094 ceph-mon[112176]: 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-08T04:03:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:56 smithi003 ceph-mon[96088]: 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-08T04:03:56.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:56.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:57.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:57.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:03:58 smithi094 ceph-mon[112176]: 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-08T04:03:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:03:58 smithi003 ceph-mon[96088]: 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-08T04:03:58.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:58.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:03:59.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:03:59.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:00 smithi094 ceph-mon[112176]: 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-08T04:04:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:00 smithi003 ceph-mon[96088]: 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-08T04:04:00.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:00.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:01.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:01.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:02 smithi094 ceph-mon[112176]: 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-08T04:04:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:04:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:02 smithi003 ceph-mon[96088]: 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-08T04:04:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:04:02.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:02.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:04:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:04:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:04:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:04:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:04:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:04:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:04:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:04:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:04:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:04:03.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:03.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:04 smithi094 ceph-mon[112176]: 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-08T04:04:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:04 smithi003 ceph-mon[96088]: 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-08T04:04:04.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:04.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:05.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:05.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:06 smithi003 ceph-mon[96088]: 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-08T04:04:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:06 smithi094 ceph-mon[112176]: 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-08T04:04:06.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:06.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:07.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:07.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:08 smithi094 ceph-mon[112176]: 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-08T04:04:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:04:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:08 smithi003 ceph-mon[96088]: 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-08T04:04:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:04:08.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:08.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:09.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:09.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:10 smithi094 ceph-mon[112176]: 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-08T04:04:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:10 smithi003 ceph-mon[96088]: 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-08T04:04:10.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:10.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:11.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:11.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:12 smithi094 ceph-mon[112176]: 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-08T04:04:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:12 smithi003 ceph-mon[96088]: 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-08T04:04:12.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:12.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:13.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:13.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:14 smithi094 ceph-mon[112176]: 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-08T04:04:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:14 smithi003 ceph-mon[96088]: 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-08T04:04:14.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:14.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:15.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:15.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:16 smithi003 ceph-mon[96088]: 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-08T04:04:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:16 smithi094 ceph-mon[112176]: 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-08T04:04:16.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:16.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:17.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:17.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:18 smithi003 ceph-mon[96088]: 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-08T04:04:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:18 smithi094 ceph-mon[112176]: 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-08T04:04:18.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:18.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:19.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:19.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:20 smithi094 ceph-mon[112176]: 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-08T04:04:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:20 smithi003 ceph-mon[96088]: 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-08T04:04:20.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:20.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:21.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:21.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:22 smithi094 ceph-mon[112176]: 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-08T04:04:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:22 smithi003 ceph-mon[96088]: 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-08T04:04:22.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:22.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:04:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:04:23.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:23.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:24 smithi094 ceph-mon[112176]: 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-08T04:04:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:24 smithi003 ceph-mon[96088]: 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-08T04:04:24.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:24.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:25.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:25.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:26 smithi094 ceph-mon[112176]: 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-08T04:04:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:26 smithi003 ceph-mon[96088]: 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-08T04:04:26.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:26.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:27.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:27.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:28 smithi003 ceph-mon[96088]: 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-08T04:04:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:28 smithi094 ceph-mon[112176]: 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-08T04:04:28.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:28.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:29.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:29.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:30 smithi094 ceph-mon[112176]: 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-08T04:04:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:30 smithi003 ceph-mon[96088]: 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-08T04:04:30.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:30.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:31 smithi094 ceph-mon[112176]: 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-08T04:04:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:31 smithi003 ceph-mon[96088]: 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-08T04:04:31.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:31.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:32.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:32.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:33.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:33.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:33 smithi003 ceph-mon[96088]: 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-08T04:04:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:33 smithi094 ceph-mon[112176]: 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-08T04:04:34.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:34.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:35.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:35.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:36 smithi094 ceph-mon[112176]: 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-08T04:04:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:36 smithi003 ceph-mon[96088]: 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-08T04:04:36.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:36.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:37.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:37.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:38 smithi003 ceph-mon[96088]: 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-08T04:04:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:04:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:38 smithi094 ceph-mon[112176]: 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-08T04:04:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:04:38.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:38.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:39.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:39.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:40 smithi094 ceph-mon[112176]: 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-08T04:04:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:40 smithi003 ceph-mon[96088]: 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-08T04:04:40.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:40.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:41.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:41.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:42 smithi094 ceph-mon[112176]: 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-08T04:04:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:42 smithi003 ceph-mon[96088]: 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-08T04:04:42.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:42.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:43.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:43.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:44 smithi094 ceph-mon[112176]: 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-08T04:04:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:44 smithi003 ceph-mon[96088]: 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-08T04:04:44.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:44.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:45.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:45.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:46 smithi094 ceph-mon[112176]: 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-08T04:04:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:46 smithi003 ceph-mon[96088]: 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-08T04:04:46.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:46.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:47.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:47.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:48 smithi003 ceph-mon[96088]: 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-08T04:04:48.326 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:48 smithi094 ceph-mon[112176]: 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-08T04:04:48.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:48.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:49.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:49.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:50 smithi094 ceph-mon[112176]: 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-08T04:04:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:50 smithi003 ceph-mon[96088]: 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-08T04:04:50.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:50.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:51.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:51.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:52 smithi094 ceph-mon[112176]: 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-08T04:04:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:52 smithi003 ceph-mon[96088]: 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-08T04:04:52.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:52.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:53.379 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:04:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:04:53.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:53.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:54 smithi094 ceph-mon[112176]: 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-08T04:04:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:54 smithi003 ceph-mon[96088]: 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-08T04:04:54.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:54.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:55.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:55.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:56.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:56 smithi003 ceph-mon[96088]: 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-08T04:04:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:56 smithi094 ceph-mon[112176]: 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-08T04:04:56.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:56.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:57.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:57.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:04:58 smithi003 ceph-mon[96088]: 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-08T04:04:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:04:58 smithi094 ceph-mon[112176]: 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-08T04:04:58.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:58.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:04:59.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:04:59.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:00 smithi094 ceph-mon[112176]: 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-08T04:05:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:00 smithi003 ceph-mon[96088]: 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-08T04:05:00.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:00.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:01.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:01.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:02 smithi094 ceph-mon[112176]: 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-08T04:05:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:02 smithi003 ceph-mon[96088]: 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-08T04:05:02.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:02.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:05:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:05:03.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:03.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:04 smithi094 ceph-mon[112176]: 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-08T04:05:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:04 smithi003 ceph-mon[96088]: 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-08T04:05:04.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:04.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:05.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:05.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:06 smithi094 ceph-mon[112176]: 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-08T04:05:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:05:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:05:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:05:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:05:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:05:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:05:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:05:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:06 smithi003 ceph-mon[96088]: 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-08T04:05:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:05:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:05:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:05:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:05:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:05:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:05:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:05:06.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:06.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:07.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:07.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:08 smithi003 ceph-mon[96088]: 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-08T04:05:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:05:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:08 smithi094 ceph-mon[112176]: 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-08T04:05:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:05:08.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:08.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:09.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:09.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:10 smithi094 ceph-mon[112176]: 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-08T04:05:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:10 smithi003 ceph-mon[96088]: 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-08T04:05:10.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:10.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:11.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:11.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:12 smithi094 ceph-mon[112176]: 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-08T04:05:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:12 smithi003 ceph-mon[96088]: 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-08T04:05:12.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:12.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:13 smithi094 ceph-mon[112176]: 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-08T04:05:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:13 smithi003 ceph-mon[96088]: 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-08T04:05:13.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:13.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:14.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:14.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:15.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:15.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:16 smithi094 ceph-mon[112176]: 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-08T04:05:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:16 smithi003 ceph-mon[96088]: 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-08T04:05:16.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:16.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:17.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:17.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:18 smithi003 ceph-mon[96088]: 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-08T04:05:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:18 smithi094 ceph-mon[112176]: 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-08T04:05:18.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:18.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:19.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:19.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:20 smithi094 ceph-mon[112176]: 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-08T04:05:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:20 smithi003 ceph-mon[96088]: 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-08T04:05:20.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:20.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:21.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:21.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:22 smithi094 ceph-mon[112176]: 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-08T04:05:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:22 smithi003 ceph-mon[96088]: 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-08T04:05:22.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:22.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:05:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:05:23.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:23.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:24 smithi094 ceph-mon[112176]: 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-08T04:05:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:24 smithi003 ceph-mon[96088]: 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-08T04:05:24.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:24.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:25.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:25.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:26 smithi094 ceph-mon[112176]: 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-08T04:05:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:26 smithi003 ceph-mon[96088]: 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-08T04:05:26.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:26.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:27.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:27.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:28 smithi003 ceph-mon[96088]: 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-08T04:05:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:28 smithi094 ceph-mon[112176]: 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-08T04:05:28.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:28.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:29.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:29.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:30 smithi094 ceph-mon[112176]: 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-08T04:05:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:30 smithi003 ceph-mon[96088]: 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-08T04:05:30.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:30.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:31.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:31.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:32 smithi094 ceph-mon[112176]: 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-08T04:05:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:32 smithi003 ceph-mon[96088]: 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-08T04:05:32.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:32.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:33.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:33.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:34 smithi094 ceph-mon[112176]: 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-08T04:05:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:34 smithi003 ceph-mon[96088]: 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-08T04:05:34.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:34.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:35.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:35.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:36 smithi094 ceph-mon[112176]: 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-08T04:05:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:36 smithi003 ceph-mon[96088]: 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-08T04:05:36.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:36.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:37.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:37.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:38 smithi003 ceph-mon[96088]: 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-08T04:05:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:05:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:38 smithi094 ceph-mon[112176]: 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-08T04:05:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:05:38.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:38.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:39.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:39.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:40 smithi094 ceph-mon[112176]: 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-08T04:05:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:40 smithi003 ceph-mon[96088]: 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-08T04:05:40.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:40.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:41.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:41.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:42 smithi003 ceph-mon[96088]: 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-08T04:05:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:42 smithi094 ceph-mon[112176]: 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-08T04:05:42.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:42.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:43.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:43.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:44 smithi094 ceph-mon[112176]: 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-08T04:05:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:44 smithi003 ceph-mon[96088]: 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-08T04:05:44.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:44.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:45.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:45.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:46 smithi094 ceph-mon[112176]: 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-08T04:05:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:46 smithi003 ceph-mon[96088]: 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-08T04:05:46.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:46.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:47.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:47.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:48 smithi003 ceph-mon[96088]: 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-08T04:05:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:48 smithi094 ceph-mon[112176]: 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-08T04:05:48.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:48.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:49.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:49.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:50 smithi094 ceph-mon[112176]: 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-08T04:05:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:50 smithi003 ceph-mon[96088]: 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-08T04:05:50.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:50.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:51 smithi094 ceph-mon[112176]: 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-08T04:05:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:51 smithi003 ceph-mon[96088]: 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-08T04:05:51.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:51.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:52.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:52.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:05:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:05:53.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:53.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:53 smithi094 ceph-mon[112176]: 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-08T04:05:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:53 smithi003 ceph-mon[96088]: 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-08T04:05:54.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:54.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:55.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:55.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:56 smithi094 ceph-mon[112176]: 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-08T04:05:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:56 smithi003 ceph-mon[96088]: 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-08T04:05:56.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:56.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:57.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:57.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:05:58 smithi003 ceph-mon[96088]: 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-08T04:05:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:05:58 smithi094 ceph-mon[112176]: 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-08T04:05:58.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:58.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:05:59.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:05:59.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:00 smithi094 ceph-mon[112176]: 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-08T04:06:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:00 smithi003 ceph-mon[96088]: 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-08T04:06:00.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:00.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:01.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:01.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:02 smithi094 ceph-mon[112176]: 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-08T04:06:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:02 smithi003 ceph-mon[96088]: 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-08T04:06:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:03.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:03.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:04 smithi094 ceph-mon[112176]: 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-08T04:06:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:04 smithi003 ceph-mon[96088]: 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-08T04:06:04.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:04.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:05.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:05.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:06 smithi094 ceph-mon[112176]: 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-08T04:06:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:06:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:06 smithi003 ceph-mon[96088]: 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-08T04:06:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:06:06.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:06.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:06:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:06:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:06:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:06:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:06:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:06:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:06:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:06:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:06:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:06:07.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:07.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:08 smithi003 ceph-mon[96088]: 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-08T04:06:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:06:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:08 smithi094 ceph-mon[112176]: 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-08T04:06:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:06:08.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:08.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:09.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:09.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:10 smithi094 ceph-mon[112176]: 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-08T04:06:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:10 smithi003 ceph-mon[96088]: 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-08T04:06:10.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:10.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:11.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:11.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:12 smithi094 ceph-mon[112176]: 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-08T04:06:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:12 smithi003 ceph-mon[96088]: 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-08T04:06:12.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:12.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:13.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:13.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:14 smithi094 ceph-mon[112176]: 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-08T04:06:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:14 smithi003 ceph-mon[96088]: 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-08T04:06:14.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:14.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:15.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:15.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:16 smithi094 ceph-mon[112176]: 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-08T04:06:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:16 smithi003 ceph-mon[96088]: 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-08T04:06:16.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:16.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:17.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:17.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:18 smithi003 ceph-mon[96088]: 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-08T04:06:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:18 smithi094 ceph-mon[112176]: 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-08T04:06:18.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:18.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:19.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:19.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:20 smithi094 ceph-mon[112176]: 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-08T04:06:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:20 smithi003 ceph-mon[96088]: 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-08T04:06:20.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:20.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:21.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:21.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:22.378 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:22 smithi003 ceph-mon[96088]: 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-08T04:06:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:22 smithi094 ceph-mon[112176]: 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-08T04:06:22.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:22.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:06:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:06:23.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:23.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:24 smithi094 ceph-mon[112176]: 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-08T04:06:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:24 smithi003 ceph-mon[96088]: 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-08T04:06:24.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:24.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:25 smithi003 ceph-mon[96088]: 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-08T04:06:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:25 smithi094 ceph-mon[112176]: 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-08T04:06:25.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:25.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:26.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:26.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:27.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:27.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:27 smithi003 ceph-mon[96088]: 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-08T04:06:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:27 smithi094 ceph-mon[112176]: 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-08T04:06:28.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:28.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:29.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:29.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:30 smithi094 ceph-mon[112176]: 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-08T04:06:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:30 smithi003 ceph-mon[96088]: 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-08T04:06:30.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:30.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:31.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:31.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:32 smithi094 ceph-mon[112176]: 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-08T04:06:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:32 smithi003 ceph-mon[96088]: 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-08T04:06:32.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:32.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:33.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:33.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:34 smithi094 ceph-mon[112176]: 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-08T04:06:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:34 smithi003 ceph-mon[96088]: 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-08T04:06:34.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:34.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:35.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:35.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:36 smithi094 ceph-mon[112176]: 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-08T04:06:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:36 smithi003 ceph-mon[96088]: 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-08T04:06:36.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:36.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:37.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:37.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:38 smithi003 ceph-mon[96088]: 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-08T04:06:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:06:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:38 smithi094 ceph-mon[112176]: 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-08T04:06:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:06:39.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:39.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:40.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:40.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:40 smithi094 ceph-mon[112176]: 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-08T04:06:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:40 smithi003 ceph-mon[96088]: 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-08T04:06:41.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:41.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:42.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:42.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:42 smithi094 ceph-mon[112176]: 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-08T04:06:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:42 smithi003 ceph-mon[96088]: 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-08T04:06:43.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:43.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:44.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:44.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:44 smithi094 ceph-mon[112176]: 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-08T04:06:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:44 smithi003 ceph-mon[96088]: 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-08T04:06:45.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:45.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:46.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:46.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:46 smithi094 ceph-mon[112176]: 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-08T04:06:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:46 smithi003 ceph-mon[96088]: 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-08T04:06:47.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:47.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:48.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:48.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:48 smithi094 ceph-mon[112176]: 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-08T04:06:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:48 smithi003 ceph-mon[96088]: 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-08T04:06:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:49.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:50.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:50.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:50 smithi094 ceph-mon[112176]: 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-08T04:06:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:50 smithi003 ceph-mon[96088]: 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-08T04:06:51.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:51.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:52.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:52.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:52 smithi094 ceph-mon[112176]: 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-08T04:06:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:52 smithi003 ceph-mon[96088]: 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-08T04:06:53.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:53.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:06:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:06:54.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:54.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:54 smithi094 ceph-mon[112176]: 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-08T04:06:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:54 smithi003 ceph-mon[96088]: 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-08T04:06:55.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:55.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:56.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:56.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:56 smithi094 ceph-mon[112176]: 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-08T04:06:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:56 smithi003 ceph-mon[96088]: 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-08T04:06:57.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:57.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:58.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:58.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:06:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:06:58 smithi094 ceph-mon[112176]: 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-08T04:06:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:06:58 smithi003 ceph-mon[96088]: 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-08T04:06:59.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:06:59.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:00.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:00.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:00 smithi094 ceph-mon[112176]: 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-08T04:07:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:00 smithi003 ceph-mon[96088]: 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-08T04:07:01.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:01.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:02.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:02.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:02 smithi094 ceph-mon[112176]: 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-08T04:07:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:02 smithi003 ceph-mon[96088]: 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-08T04:07:03.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:03.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:04.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:04.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:04 smithi094 ceph-mon[112176]: 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-08T04:07:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:04 smithi003 ceph-mon[96088]: 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-08T04:07:05.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:05.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:05 smithi003 ceph-mon[96088]: 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-08T04:07:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:05 smithi094 ceph-mon[112176]: 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-08T04:07:06.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:06.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:07.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:07.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:07:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:07:08.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:08.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:07 smithi094 ceph-mon[112176]: 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-08T04:07:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:07 smithi003 ceph-mon[96088]: 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-08T04:07:09.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:09.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:07:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:07:10.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:10.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:10 smithi094 ceph-mon[112176]: 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-08T04:07:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:10 smithi003 ceph-mon[96088]: 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-08T04:07:11.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:11.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:12.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:12.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:12 smithi094 ceph-mon[112176]: 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-08T04:07:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:07:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:07:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:12 smithi003 ceph-mon[96088]: 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-08T04:07:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:07:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:07:13.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:13.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:07:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:07:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:07:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:07:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:07:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:07:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:07:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:07:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:07:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:07:14.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:14.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:14 smithi094 ceph-mon[112176]: 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-08T04:07:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:14 smithi003 ceph-mon[96088]: 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-08T04:07:15.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:15.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:16.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:16.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:16 smithi094 ceph-mon[112176]: 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-08T04:07:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:16 smithi003 ceph-mon[96088]: 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-08T04:07:17.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:17.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:18.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:18.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:18 smithi003 ceph-mon[96088]: 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-08T04:07:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:18 smithi094 ceph-mon[112176]: 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-08T04:07:19.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:19.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:20.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:20.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:20 smithi094 ceph-mon[112176]: 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-08T04:07:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:20 smithi003 ceph-mon[96088]: 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-08T04:07:21.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:21.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:22.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:22.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:22 smithi094 ceph-mon[112176]: 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-08T04:07:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:22 smithi003 ceph-mon[96088]: 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-08T04:07:23.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:23.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:07:23.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:07:24.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:24.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:24 smithi094 ceph-mon[112176]: 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-08T04:07:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:24 smithi003 ceph-mon[96088]: 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-08T04:07:25.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:25.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:26 smithi094 ceph-mon[112176]: 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-08T04:07:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:26 smithi003 ceph-mon[96088]: 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-08T04:07:27.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:27.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:28.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:28.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:28.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:28 smithi003 ceph-mon[96088]: 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-08T04:07:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:28 smithi094 ceph-mon[112176]: 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-08T04:07:29.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:29.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:30.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:30.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:30 smithi094 ceph-mon[112176]: 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-08T04:07:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:30 smithi003 ceph-mon[96088]: 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-08T04:07:31.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:31.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:32.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:32.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:32 smithi094 ceph-mon[112176]: 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-08T04:07:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:32 smithi003 ceph-mon[96088]: 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-08T04:07:33.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:33.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:34.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:34.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:34 smithi094 ceph-mon[112176]: 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-08T04:07:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:34 smithi003 ceph-mon[96088]: 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-08T04:07:35.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:35.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:36.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:36.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:36 smithi094 ceph-mon[112176]: 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-08T04:07:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:36 smithi003 ceph-mon[96088]: 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-08T04:07:37.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:37.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:38.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:38.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:38 smithi094 ceph-mon[112176]: 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-08T04:07:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:07:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:38 smithi003 ceph-mon[96088]: 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-08T04:07:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:07:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:40.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:40.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:40 smithi094 ceph-mon[112176]: 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-08T04:07:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:40 smithi003 ceph-mon[96088]: 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-08T04:07:41.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:41.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:42.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:42.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:42 smithi094 ceph-mon[112176]: 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-08T04:07:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:42 smithi003 ceph-mon[96088]: 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-08T04:07:43.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:43.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:44.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:44.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:44 smithi094 ceph-mon[112176]: 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-08T04:07:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:44 smithi003 ceph-mon[96088]: 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-08T04:07:45.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:45.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:46.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:46.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:46 smithi094 ceph-mon[112176]: 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-08T04:07:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:46 smithi003 ceph-mon[96088]: 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-08T04:07:47.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:47.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:48.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:48.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:48 smithi003 ceph-mon[96088]: 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-08T04:07:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:48 smithi094 ceph-mon[112176]: 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-08T04:07:49.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:49.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:50.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:50.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:50 smithi094 ceph-mon[112176]: 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-08T04:07:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:50 smithi003 ceph-mon[96088]: 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-08T04:07:51.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:51.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:52.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:52.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:52 smithi094 ceph-mon[112176]: 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-08T04:07:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:52 smithi003 ceph-mon[96088]: 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-08T04:07:53.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:53.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:53.410 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:07:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:07:54.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:54.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:54 smithi094 ceph-mon[112176]: 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-08T04:07:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:54 smithi003 ceph-mon[96088]: 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-08T04:07:55.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:55.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:56.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:56.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:56 smithi094 ceph-mon[112176]: 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-08T04:07:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:56 smithi003 ceph-mon[96088]: 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-08T04:07:57.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:57.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:58.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:58.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:07:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:07:58 smithi094 ceph-mon[112176]: 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-08T04:07:58.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:07:58 smithi003 ceph-mon[96088]: 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-08T04:07:59.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:07:59.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:00.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:00.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:00 smithi094 ceph-mon[112176]: 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-08T04:08:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:00 smithi003 ceph-mon[96088]: 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-08T04:08:01.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:01.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:02.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:02.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:02 smithi094 ceph-mon[112176]: 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-08T04:08:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:02 smithi003 ceph-mon[96088]: 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-08T04:08:03.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:03.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:04.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:04.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:04 smithi094 ceph-mon[112176]: pgmap v2152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:04 smithi003 ceph-mon[96088]: pgmap v2152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:05.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:05.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:06.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:06.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:06 smithi094 ceph-mon[112176]: pgmap v2153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:08:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:06 smithi003 ceph-mon[96088]: pgmap v2153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:08:07.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:07.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:08.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:08.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:08 smithi094 ceph-mon[112176]: pgmap v2154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:08:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:08 smithi003 ceph-mon[96088]: pgmap v2154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:08:09.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:09.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:10.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:10.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:10 smithi094 ceph-mon[112176]: pgmap v2155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:10 smithi003 ceph-mon[96088]: pgmap v2155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:11.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:11.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:11 smithi003 ceph-mon[96088]: pgmap v2156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:11 smithi094 ceph-mon[112176]: pgmap v2156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:12.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:12.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:08:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:08:13.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:13.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:08:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:13 smithi003 ceph-mon[96088]: pgmap v2157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:08:14.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:14.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:08:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:08:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:13 smithi094 ceph-mon[112176]: pgmap v2157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:08:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:08:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:08:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:08:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:08:15.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:15.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:16.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:16.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:16 smithi094 ceph-mon[112176]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:08:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:16 smithi003 ceph-mon[96088]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:08:17.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:17.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:18.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:18.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:18 smithi003 ceph-mon[96088]: pgmap v2159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:18 smithi094 ceph-mon[112176]: pgmap v2159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:08:19.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:19.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:20.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:20.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:20 smithi094 ceph-mon[112176]: 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-08T04:08:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:20 smithi003 ceph-mon[96088]: 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-08T04:08:21.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:21.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:22.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:22.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:22 smithi094 ceph-mon[112176]: 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-08T04:08:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:22 smithi003 ceph-mon[96088]: 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-08T04:08:23.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:23.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:08:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:08:24.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:24.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:24 smithi094 ceph-mon[112176]: 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-08T04:08:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:24 smithi094 ceph-mon[112176]: osdmap e53: 8 total, 8 up, 8 in 2023-10-08T04:08:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:24 smithi003 ceph-mon[96088]: 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-08T04:08:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:24 smithi003 ceph-mon[96088]: osdmap e53: 8 total, 8 up, 8 in 2023-10-08T04:08:25.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:25.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:26.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:26.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:26 smithi094 ceph-mon[112176]: pgmap v2164: 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:08:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:26 smithi003 ceph-mon[96088]: pgmap v2164: 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:08:27.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:27.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:28.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:28.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:28 smithi094 ceph-mon[112176]: pgmap v2165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:08:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:28 smithi003 ceph-mon[96088]: pgmap v2165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:08:29.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:29.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:30.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:30.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:30 smithi094 ceph-mon[112176]: pgmap v2166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:08:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:30 smithi003 ceph-mon[96088]: pgmap v2166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:08:31.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:31.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:32 smithi094 ceph-mon[112176]: pgmap v2167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:08:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:32 smithi003 ceph-mon[96088]: pgmap v2167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:08:33.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:33.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:34.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:34.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:34 smithi094 ceph-mon[112176]: pgmap v2168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:08:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:34 smithi003 ceph-mon[96088]: pgmap v2168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T04:08:35.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:35.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:36.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:36.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:36 smithi094 ceph-mon[112176]: pgmap v2169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-10-08T04:08:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:36 smithi003 ceph-mon[96088]: pgmap v2169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-10-08T04:08:37.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:37.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:38.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:38.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:38 smithi094 ceph-mon[112176]: 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-08T04:08:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:08:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:38 smithi003 ceph-mon[96088]: 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-08T04:08:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:08:39.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:39.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:40.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:40.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:40 smithi094 ceph-mon[112176]: 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-08T04:08:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:40 smithi003 ceph-mon[96088]: 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-08T04:08:41.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:41.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:42.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:42.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:42 smithi094 ceph-mon[112176]: 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-08T04:08:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:42 smithi003 ceph-mon[96088]: 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-08T04:08:43.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:43.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:44.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:44.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:44 smithi003 ceph-mon[96088]: 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-08T04:08:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:44 smithi094 ceph-mon[112176]: 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-08T04:08:45.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:45.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:46.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:46.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:46 smithi094 ceph-mon[112176]: 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-08T04:08:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:46 smithi003 ceph-mon[96088]: 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-08T04:08:47.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:47.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:48.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:48.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:48 smithi094 ceph-mon[112176]: 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-08T04:08:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:48 smithi003 ceph-mon[96088]: 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-08T04:08:49.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:49.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:50.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:50.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:50 smithi094 ceph-mon[112176]: 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-08T04:08:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:50 smithi003 ceph-mon[96088]: 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-08T04:08:51.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:51.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:52.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:52.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:52 smithi094 ceph-mon[112176]: 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-08T04:08:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:52 smithi003 ceph-mon[96088]: 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-08T04:08:53.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:53.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:08:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:08:54.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:54.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:54 smithi094 ceph-mon[112176]: 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-08T04:08:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:54 smithi003 ceph-mon[96088]: 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-08T04:08:55.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:55.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:56 smithi094 ceph-mon[112176]: 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-08T04:08:56.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:56.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:56 smithi003 ceph-mon[96088]: 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-08T04:08:57.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:58.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:58.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:58.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:08:58.527 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:08:58 smithi094 ceph-mon[112176]: 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-08T04:08:58.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:08:58 smithi003 ceph-mon[96088]: 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-08T04:08:59.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:08:59.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:00.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:00.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:00 smithi094 ceph-mon[112176]: 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-08T04:09:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:00 smithi003 ceph-mon[96088]: 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-08T04:09:01.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:01.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:02.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:02.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:02 smithi094 ceph-mon[112176]: 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-08T04:09:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:02 smithi003 ceph-mon[96088]: 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-08T04:09:03.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:03.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:04.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:04 smithi094 ceph-mon[112176]: 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-08T04:09:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:04 smithi003 ceph-mon[96088]: 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-08T04:09:05.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:05.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:06.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:06.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:06 smithi094 ceph-mon[112176]: 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-08T04:09:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:06 smithi003 ceph-mon[96088]: 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-08T04:09:07.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:07.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:08 smithi094 ceph-mon[112176]: 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-08T04:09:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:09:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:08 smithi003 ceph-mon[96088]: 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-08T04:09:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:09:09.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:09.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:10.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:10.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:10 smithi094 ceph-mon[112176]: 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-08T04:09:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:10 smithi003 ceph-mon[96088]: 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-08T04:09:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:12.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:12.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:12 smithi094 ceph-mon[112176]: 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-08T04:09:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:12 smithi003 ceph-mon[96088]: 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-08T04:09:13.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:13.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:14.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:14.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:14 smithi094 ceph-mon[112176]: 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-08T04:09:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:09:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:09:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:09:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:09:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:09:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:09:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:14 smithi003 ceph-mon[96088]: 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-08T04:09:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:09:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:09:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:09:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:09:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:09:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:09:15.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:15.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:15 smithi094 ceph-mon[112176]: 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-08T04:09:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:15 smithi003 ceph-mon[96088]: 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-08T04:09:16.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:16.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:17.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:17.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:18 smithi003 ceph-mon[96088]: 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-08T04:09:18.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:18.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:18 smithi094 ceph-mon[112176]: 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-08T04:09:19.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:19.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:20.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:20.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:20 smithi094 ceph-mon[112176]: 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-08T04:09:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:20 smithi003 ceph-mon[96088]: 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-08T04:09:21.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:21.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:22.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:22.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:22 smithi094 ceph-mon[112176]: 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-08T04:09:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:22 smithi003 ceph-mon[96088]: 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-08T04:09:23.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:23.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:09:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:09:24.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:24.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:24 smithi094 ceph-mon[112176]: 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-08T04:09:24.432 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:24 smithi003 ceph-mon[96088]: 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-08T04:09:25.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:25.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:26.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:26.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:26 smithi094 ceph-mon[112176]: 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-08T04:09:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:26 smithi003 ceph-mon[96088]: 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-08T04:09:27.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:27.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:28 smithi094 ceph-mon[112176]: 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-08T04:09:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:28 smithi003 ceph-mon[96088]: 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-08T04:09:29.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:30.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:30.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:30 smithi094 ceph-mon[112176]: 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-08T04:09:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:30 smithi003 ceph-mon[96088]: 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-08T04:09:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:32 smithi094 ceph-mon[112176]: 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-08T04:09:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:32 smithi003 ceph-mon[96088]: 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-08T04:09:33.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:33.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:34.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:34.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:34 smithi094 ceph-mon[112176]: 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-08T04:09:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:34 smithi003 ceph-mon[96088]: 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-08T04:09:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:36.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:36.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:36 smithi094 ceph-mon[112176]: 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-08T04:09:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:36 smithi003 ceph-mon[96088]: 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-08T04:09:37.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:37.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:38.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:38.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:38 smithi094 ceph-mon[112176]: 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-08T04:09:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:09:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:38 smithi003 ceph-mon[96088]: 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-08T04:09:38.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:09:39.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:39.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:40.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:40.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:40 smithi094 ceph-mon[112176]: 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-08T04:09:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:40 smithi003 ceph-mon[96088]: 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-08T04:09:41.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:41.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:42.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:42.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:42 smithi094 ceph-mon[112176]: 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-08T04:09:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:42 smithi003 ceph-mon[96088]: 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-08T04:09:43.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:43.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:44.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:44.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:44 smithi094 ceph-mon[112176]: 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-08T04:09:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:44 smithi003 ceph-mon[96088]: 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-08T04:09:45.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:45.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:46.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:46.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:46 smithi094 ceph-mon[112176]: 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-08T04:09:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:46 smithi003 ceph-mon[96088]: 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-08T04:09:47.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:47.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:47 smithi094 ceph-mon[112176]: 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-08T04:09:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:47 smithi003 ceph-mon[96088]: 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-08T04:09:48.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:48.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:49.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:49.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:50.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:50.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:50 smithi094 ceph-mon[112176]: 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-08T04:09:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:50 smithi003 ceph-mon[96088]: 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-08T04:09:51.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:51.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:52.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:52.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:52 smithi094 ceph-mon[112176]: 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-08T04:09:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:52 smithi003 ceph-mon[96088]: 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-08T04:09:53.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:53.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:09:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:09:54.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:54.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:54 smithi094 ceph-mon[112176]: 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-08T04:09:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:54 smithi003 ceph-mon[96088]: 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-08T04:09:55.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:55.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:56.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:56.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:56 smithi094 ceph-mon[112176]: 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-08T04:09:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:56 smithi003 ceph-mon[96088]: 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-08T04:09:57.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:57.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:58.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:58.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:09:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:09:58 smithi094 ceph-mon[112176]: 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-08T04:09:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:09:58 smithi003 ceph-mon[96088]: 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-08T04:09:59.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:09:59.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:00.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:00.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:00 smithi094 ceph-mon[112176]: 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-08T04:10:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T04:10:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:00 smithi003 ceph-mon[96088]: 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-08T04:10:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T04:10:01.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:01.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:02.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:02.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:02 smithi094 ceph-mon[112176]: 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-08T04:10:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:02 smithi003 ceph-mon[96088]: 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-08T04:10:03.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:03.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:04.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:04.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:04 smithi094 ceph-mon[112176]: 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-08T04:10:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:04 smithi003 ceph-mon[96088]: 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-08T04:10:05.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:05.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:06.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:06.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:06 smithi094 ceph-mon[112176]: 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-08T04:10:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:06 smithi003 ceph-mon[96088]: 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-08T04:10:07.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:07.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:08.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:08.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:08 smithi094 ceph-mon[112176]: 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-08T04:10:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:10:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:08 smithi003 ceph-mon[96088]: 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-08T04:10:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:10:09.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:09.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:10 smithi003 ceph-mon[96088]: 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-08T04:10:10.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:10.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:10 smithi094 ceph-mon[112176]: 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-08T04:10:11.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:11.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:12.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:12.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:12 smithi094 ceph-mon[112176]: 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-08T04:10:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:12 smithi003 ceph-mon[96088]: 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-08T04:10:13.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:13.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:13 smithi003 ceph-mon[96088]: 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-08T04:10:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:13 smithi094 ceph-mon[112176]: 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-08T04:10:14.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:14.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:15.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:15.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:10:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:10:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:10:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:10:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:10:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:10:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:10:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:10:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:10:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:10:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:10:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:10:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:10:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:10:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:10:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:10:16.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:16.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:16 smithi094 ceph-mon[112176]: 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-08T04:10:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:16 smithi003 ceph-mon[96088]: 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-08T04:10:17.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:17.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:18.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:18.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:18 smithi094 ceph-mon[112176]: 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-08T04:10:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:18 smithi003 ceph-mon[96088]: 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-08T04:10:19.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:19.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:20.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:20.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:20 smithi094 ceph-mon[112176]: 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-08T04:10:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:20 smithi003 ceph-mon[96088]: 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-08T04:10:21.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:21.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:22.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:22.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:22 smithi094 ceph-mon[112176]: 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-08T04:10:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:22 smithi003 ceph-mon[96088]: 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-08T04:10:23.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:23.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:10:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:10:24.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:24.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:24 smithi094 ceph-mon[112176]: 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-08T04:10:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:24 smithi003 ceph-mon[96088]: 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-08T04:10:25.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:25.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:26.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:26.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:26.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:26 smithi094 ceph-mon[112176]: 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-08T04:10:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:26 smithi003 ceph-mon[96088]: 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-08T04:10:27.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:27.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:28.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:28.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:28 smithi094 ceph-mon[112176]: 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-08T04:10:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:28 smithi003 ceph-mon[96088]: 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-08T04:10:29.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:29.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:30.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:30.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:30 smithi094 ceph-mon[112176]: 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-08T04:10:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:30 smithi003 ceph-mon[96088]: 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-08T04:10:31.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:31.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:32.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:32.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:32 smithi094 ceph-mon[112176]: 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-08T04:10:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:32 smithi003 ceph-mon[96088]: 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-08T04:10:33.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:33.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:34.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:34.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:34 smithi094 ceph-mon[112176]: 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-08T04:10:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:34 smithi003 ceph-mon[96088]: 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-08T04:10:35.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:35.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:36.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:36.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:36 smithi094 ceph-mon[112176]: 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-08T04:10:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:36 smithi003 ceph-mon[96088]: 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-08T04:10:37.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:37.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:38.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:38.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:38 smithi094 ceph-mon[112176]: 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-08T04:10:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:10:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:38 smithi003 ceph-mon[96088]: 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-08T04:10:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:10:39.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:39.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:40.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:40.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:40 smithi003 ceph-mon[96088]: 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-08T04:10:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:40 smithi094 ceph-mon[112176]: 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-08T04:10:41.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:41.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:41 smithi003 ceph-mon[96088]: 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-08T04:10:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:41 smithi094 ceph-mon[112176]: 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-08T04:10:42.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:42.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:43.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:43.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:44.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:44.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:44 smithi094 ceph-mon[112176]: 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-08T04:10:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:44 smithi003 ceph-mon[96088]: 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-08T04:10:45.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:45.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:46.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:46.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:46 smithi094 ceph-mon[112176]: 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-08T04:10:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:46 smithi003 ceph-mon[96088]: 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-08T04:10:47.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:47.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:48 smithi094 ceph-mon[112176]: 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-08T04:10:48.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:48.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:48 smithi003 ceph-mon[96088]: 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-08T04:10:49.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:49.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:50.402 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:50 smithi003 ceph-mon[96088]: 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-08T04:10:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:50 smithi094 ceph-mon[112176]: 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-08T04:10:50.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:50.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:51.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:51.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:52 smithi094 ceph-mon[112176]: 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-08T04:10:52.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:52.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:52 smithi003 ceph-mon[96088]: 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-08T04:10:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:10:53.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:53.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:10:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:54 smithi094 ceph-mon[112176]: 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-08T04:10:54.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:54.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:54 smithi003 ceph-mon[96088]: 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-08T04:10:55.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:55.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:56 smithi094 ceph-mon[112176]: 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-08T04:10:56.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:56.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:56 smithi003 ceph-mon[96088]: 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-08T04:10:57.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:57.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:10:58 smithi094 ceph-mon[112176]: 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-08T04:10:58.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:58.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:10:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:10:58 smithi003 ceph-mon[96088]: 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-08T04:10:59.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:10:59.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:00 smithi094 ceph-mon[112176]: 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-08T04:11:00.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:00.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:00 smithi003 ceph-mon[96088]: 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-08T04:11:01.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:01.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:02 smithi094 ceph-mon[112176]: 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-08T04:11:02.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:02.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:02 smithi003 ceph-mon[96088]: 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-08T04:11:03.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:03.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:04.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:04.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:04 smithi003 ceph-mon[96088]: 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-08T04:11:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:04 smithi094 ceph-mon[112176]: 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-08T04:11:05.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:05.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:06.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:06.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:06 smithi003 ceph-mon[96088]: 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-08T04:11:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:06 smithi094 ceph-mon[112176]: 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-08T04:11:07.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:07.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:07 smithi003 ceph-mon[96088]: 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-08T04:11:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:07 smithi094 ceph-mon[112176]: 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-08T04:11:08.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:08.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:11:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:11:09.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:09.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:10 smithi094 ceph-mon[112176]: 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-08T04:11:10.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:10.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:10 smithi003 ceph-mon[96088]: 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-08T04:11:11.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:11.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:12 smithi094 ceph-mon[112176]: 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-08T04:11:12.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:12.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:12 smithi003 ceph-mon[96088]: 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-08T04:11:13.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:13.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:14 smithi094 ceph-mon[112176]: 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-08T04:11:14.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:14.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:14 smithi003 ceph-mon[96088]: 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-08T04:11:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:11:15.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:15.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:11:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:16 smithi094 ceph-mon[112176]: 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-08T04:11:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:11:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:11:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:11:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:11:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:11:16.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:16.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:16 smithi003 ceph-mon[96088]: 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-08T04:11:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:11:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:11:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:11:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:11:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:11:17.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:17.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:18 smithi094 ceph-mon[112176]: 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-08T04:11:18.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:18.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:18 smithi003 ceph-mon[96088]: 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-08T04:11:19.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:19.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:20 smithi094 ceph-mon[112176]: 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-08T04:11:20.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:20.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:20 smithi003 ceph-mon[96088]: 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-08T04:11:21.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:21.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:22 smithi094 ceph-mon[112176]: 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-08T04:11:23.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:23.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:23.004 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:22 smithi003 ceph-mon[96088]: 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-08T04:11:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:11:23.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:23.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:11:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:24 smithi094 ceph-mon[112176]: 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-08T04:11:24.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:24.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:24 smithi003 ceph-mon[96088]: 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-08T04:11:25.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:25.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:26.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:26.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:26 smithi003 ceph-mon[96088]: 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-08T04:11:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:26 smithi094 ceph-mon[112176]: 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-08T04:11:27.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:27.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:28 smithi003 ceph-mon[96088]: 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-08T04:11:28.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:28.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:28 smithi094 ceph-mon[112176]: 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-08T04:11:29.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:29.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:30 smithi003 ceph-mon[96088]: 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-08T04:11:30.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:30.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:30 smithi094 ceph-mon[112176]: 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-08T04:11:31.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:31.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:32 smithi003 ceph-mon[96088]: 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-08T04:11:32.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:32.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:32.524 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:32 smithi094 ceph-mon[112176]: 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-08T04:11:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:33 smithi003 ceph-mon[96088]: 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-08T04:11:33.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:33.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:33 smithi094 ceph-mon[112176]: 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-08T04:11:34.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:34.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:35.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:35.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:36 smithi003 ceph-mon[96088]: 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-08T04:11:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:36 smithi094 ceph-mon[112176]: 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-08T04:11:36.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:36.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:37.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:37.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:38 smithi094 ceph-mon[112176]: 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-08T04:11:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:11:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:38 smithi003 ceph-mon[96088]: 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-08T04:11:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:11:38.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:38.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:40 smithi094 ceph-mon[112176]: 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-08T04:11:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:40 smithi003 ceph-mon[96088]: 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-08T04:11:40.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:40.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:41.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:41.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:42 smithi094 ceph-mon[112176]: 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-08T04:11:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:42 smithi003 ceph-mon[96088]: 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-08T04:11:42.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:42.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:43.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:43.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:44 smithi094 ceph-mon[112176]: 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-08T04:11:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:44 smithi003 ceph-mon[96088]: 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-08T04:11:44.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:44.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:45.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:45.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:46 smithi094 ceph-mon[112176]: 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-08T04:11:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:46 smithi003 ceph-mon[96088]: 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-08T04:11:46.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:46.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:47.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:47.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:48 smithi094 ceph-mon[112176]: 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-08T04:11:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:48 smithi003 ceph-mon[96088]: 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-08T04:11:48.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:48.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:49.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:49.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:50 smithi003 ceph-mon[96088]: 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-08T04:11:50.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:50.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:50 smithi094 ceph-mon[112176]: 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-08T04:11:51.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:51.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:52 smithi003 ceph-mon[96088]: 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-08T04:11:52.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:52.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:52 smithi094 ceph-mon[112176]: 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-08T04:11:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:11:53.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:53.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:11:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:54 smithi003 ceph-mon[96088]: 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-08T04:11:54.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:54.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:54 smithi094 ceph-mon[112176]: 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-08T04:11:55.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:55.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:56 smithi003 ceph-mon[96088]: 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-08T04:11:56.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:56.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:56 smithi094 ceph-mon[112176]: 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-08T04:11:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:11:57 smithi003 ceph-mon[96088]: 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-08T04:11:57.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:57.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:11:57 smithi094 ceph-mon[112176]: 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-08T04:11:58.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:58.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:11:59.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:11:59.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:00 smithi094 ceph-mon[112176]: 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-08T04:12:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:00 smithi003 ceph-mon[96088]: 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-08T04:12:00.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:00.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:01.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:01.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:02 smithi094 ceph-mon[112176]: 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-08T04:12:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:02 smithi003 ceph-mon[96088]: 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-08T04:12:02.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:02.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:03.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:03.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:04 smithi094 ceph-mon[112176]: 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-08T04:12:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:04 smithi003 ceph-mon[96088]: 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-08T04:12:04.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:04.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:05.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:05.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:06 smithi094 ceph-mon[112176]: 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-08T04:12:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:06 smithi003 ceph-mon[96088]: 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-08T04:12:06.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:06.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:07.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:07.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:08 smithi094 ceph-mon[112176]: 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-08T04:12:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:12:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:08 smithi003 ceph-mon[96088]: 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-08T04:12:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:12:08.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:08.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:09.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:09.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:10 smithi003 ceph-mon[96088]: 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-08T04:12:10.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:10.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:10 smithi094 ceph-mon[112176]: 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-08T04:12:11.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:11.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:12 smithi003 ceph-mon[96088]: 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-08T04:12:12.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:12.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:12 smithi094 ceph-mon[112176]: 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-08T04:12:13.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:13.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:14 smithi003 ceph-mon[96088]: 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-08T04:12:14.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:14.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:14 smithi094 ceph-mon[112176]: 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-08T04:12:15.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:15.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:16 smithi003 ceph-mon[96088]: 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-08T04:12:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:12:16.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:16.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:16 smithi094 ceph-mon[112176]: 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-08T04:12:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:12:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:12:17.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:17.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:12:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:12:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:12:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:12:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:12:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:18 smithi094 ceph-mon[112176]: 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-08T04:12:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:18 smithi003 ceph-mon[96088]: 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-08T04:12:18.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:18.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:19.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:19.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:20 smithi003 ceph-mon[96088]: 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-08T04:12:20.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:20.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:20 smithi094 ceph-mon[112176]: 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-08T04:12:21.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:21.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:21 smithi094 ceph-mon[112176]: 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-08T04:12:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:21 smithi003 ceph-mon[96088]: 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-08T04:12:22.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:22.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:12:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:12:23.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:23.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:23 smithi094 ceph-mon[112176]: 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-08T04:12:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:23 smithi003 ceph-mon[96088]: 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-08T04:12:24.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:24.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:25.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:25.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:26 smithi094 ceph-mon[112176]: 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-08T04:12:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:26 smithi003 ceph-mon[96088]: 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-08T04:12:26.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:26.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:27.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:27.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:28 smithi094 ceph-mon[112176]: 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-08T04:12:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:28 smithi003 ceph-mon[96088]: 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-08T04:12:28.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:28.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:29.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:29.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:30 smithi003 ceph-mon[96088]: 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-08T04:12:30.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:30.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:30 smithi094 ceph-mon[112176]: 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-08T04:12:31.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:31.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:32 smithi003 ceph-mon[96088]: 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-08T04:12:32.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:32.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:32 smithi094 ceph-mon[112176]: 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-08T04:12:33.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:33.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:34 smithi003 ceph-mon[96088]: 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-08T04:12:34.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:34.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:34 smithi094 ceph-mon[112176]: 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-08T04:12:35.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:35.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:36 smithi003 ceph-mon[96088]: 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-08T04:12:36.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:36.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:36 smithi094 ceph-mon[112176]: 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-08T04:12:37.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:37.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:38 smithi003 ceph-mon[96088]: 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-08T04:12:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:12:38.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:38.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:38 smithi094 ceph-mon[112176]: 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-08T04:12:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:12:39.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:39.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:40 smithi003 ceph-mon[96088]: 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-08T04:12:40.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:40.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:40 smithi094 ceph-mon[112176]: 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-08T04:12:41.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:41.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:42 smithi003 ceph-mon[96088]: 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-08T04:12:42.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:42.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:42 smithi094 ceph-mon[112176]: 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-08T04:12:43.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:43.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:43 smithi094 ceph-mon[112176]: 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-08T04:12:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:43 smithi003 ceph-mon[96088]: 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-08T04:12:44.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:44.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:45.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:45.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:46 smithi094 ceph-mon[112176]: 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-08T04:12:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:46 smithi003 ceph-mon[96088]: 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-08T04:12:46.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:46.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:47.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:47.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:48 smithi003 ceph-mon[96088]: 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-08T04:12:48.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:48.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:48 smithi094 ceph-mon[112176]: 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-08T04:12:49.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:49.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:50 smithi003 ceph-mon[96088]: 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-08T04:12:50.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:50.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:50 smithi094 ceph-mon[112176]: 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-08T04:12:51.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:51.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:52 smithi003 ceph-mon[96088]: 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-08T04:12:52.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:52.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:52 smithi094 ceph-mon[112176]: 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-08T04:12:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:12:53.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:53.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:12:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:54 smithi003 ceph-mon[96088]: 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-08T04:12:54.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:54.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:54 smithi094 ceph-mon[112176]: 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-08T04:12:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:56 smithi003 ceph-mon[96088]: 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-08T04:12:56.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:56.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:56 smithi094 ceph-mon[112176]: 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-08T04:12:57.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:57.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:12:58 smithi003 ceph-mon[96088]: 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-08T04:12:58.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:58.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:12:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:12:58 smithi094 ceph-mon[112176]: 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-08T04:12:59.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:12:59.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:00 smithi003 ceph-mon[96088]: 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-08T04:13:00.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:00.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:00 smithi094 ceph-mon[112176]: 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-08T04:13:01.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:01.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:02 smithi003 ceph-mon[96088]: 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-08T04:13:02.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:02.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:02 smithi094 ceph-mon[112176]: 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-08T04:13:03.469 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:03 smithi094 ceph-mon[112176]: 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-08T04:13:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:03 smithi003 ceph-mon[96088]: 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-08T04:13:03.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:03.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:04.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:04.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:05.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:05.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:06 smithi003 ceph-mon[96088]: 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-08T04:13:06.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:06.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:06 smithi094 ceph-mon[112176]: 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-08T04:13:07.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:07.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:08 smithi003 ceph-mon[96088]: 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-08T04:13:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:13:08.522 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:08 smithi094 ceph-mon[112176]: 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-08T04:13:08.522 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:13:08.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:08.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:09.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:09.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:10 smithi003 ceph-mon[96088]: 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-08T04:13:10.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:10.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:10 smithi094 ceph-mon[112176]: 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-08T04:13:11.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:11.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:12 smithi003 ceph-mon[96088]: 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-08T04:13:12.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:12.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:12 smithi094 ceph-mon[112176]: 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-08T04:13:13.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:13.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:14 smithi003 ceph-mon[96088]: 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-08T04:13:14.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:14.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:14 smithi094 ceph-mon[112176]: 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-08T04:13:15.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:15.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:16 smithi003 ceph-mon[96088]: 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-08T04:13:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:16 smithi094 ceph-mon[112176]: 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-08T04:13:16.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:16.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:13:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:13:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:13:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:13:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:13:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:13:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:13:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:13:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:13:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:13:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:13:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:13:17.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:17.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:18 smithi003 ceph-mon[96088]: 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-08T04:13:18.626 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:18 smithi094 ceph-mon[112176]: 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-08T04:13:18.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:18.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:19.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:19.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:20 smithi003 ceph-mon[96088]: 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-08T04:13:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:20 smithi094 ceph-mon[112176]: 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-08T04:13:20.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:20.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:22 smithi003 ceph-mon[96088]: 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-08T04:13:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:22 smithi094 ceph-mon[112176]: 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-08T04:13:22.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:22.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:13:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:13:23.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:23.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:24 smithi003 ceph-mon[96088]: 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-08T04:13:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:24 smithi094 ceph-mon[112176]: 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-08T04:13:24.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:24.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:25 smithi003 ceph-mon[96088]: 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-08T04:13:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:25 smithi094 ceph-mon[112176]: 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-08T04:13:25.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:25.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:26.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:26.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:27.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:27.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:28 smithi094 ceph-mon[112176]: 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-08T04:13:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:28 smithi003 ceph-mon[96088]: 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-08T04:13:28.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:28.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:29.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:29.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:30 smithi003 ceph-mon[96088]: 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-08T04:13:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:30 smithi094 ceph-mon[112176]: 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-08T04:13:30.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:30.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:31.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:31.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:32 smithi003 ceph-mon[96088]: 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-08T04:13:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:32 smithi094 ceph-mon[112176]: 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-08T04:13:32.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:32.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:33.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:33.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:34 smithi003 ceph-mon[96088]: pgmap v2318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:13:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:34 smithi094 ceph-mon[112176]: pgmap v2318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:13:34.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:34.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:35.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:35.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:36 smithi003 ceph-mon[96088]: 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-08T04:13:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:36 smithi094 ceph-mon[112176]: 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-08T04:13:36.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:36.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:37.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:37.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:38 smithi003 ceph-mon[96088]: 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-08T04:13:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:13:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:38 smithi094 ceph-mon[112176]: 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-08T04:13:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:13:38.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:38.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:39.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:39.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:40 smithi003 ceph-mon[96088]: 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-08T04:13:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:40 smithi094 ceph-mon[112176]: 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-08T04:13:40.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:40.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:41.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:41.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:42 smithi003 ceph-mon[96088]: 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-08T04:13:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:42 smithi094 ceph-mon[112176]: 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-08T04:13:42.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:42.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:43.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:43.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:44 smithi003 ceph-mon[96088]: pgmap v2323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:13:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:44 smithi094 ceph-mon[112176]: pgmap v2323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:13:44.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:44.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:45.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:45.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:46 smithi003 ceph-mon[96088]: pgmap v2324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:13:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:46 smithi094 ceph-mon[112176]: pgmap v2324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:13:46.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:46.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:47 smithi003 ceph-mon[96088]: 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-08T04:13:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:47 smithi094 ceph-mon[112176]: 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-08T04:13:47.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:47.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:48.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:48.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:49.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:49.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:50 smithi003 ceph-mon[96088]: 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-08T04:13:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:50 smithi094 ceph-mon[112176]: 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-08T04:13:50.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:50.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:51.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:51.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:52.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:52 smithi003 ceph-mon[96088]: 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-08T04:13:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:52 smithi094 ceph-mon[112176]: 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-08T04:13:52.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:52.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:13:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:13:53.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:53.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:54 smithi094 ceph-mon[112176]: pgmap v2328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:13:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:54 smithi003 ceph-mon[96088]: pgmap v2328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:13:54.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:54.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:55.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:55.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:56 smithi003 ceph-mon[96088]: pgmap v2329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:13:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:56 smithi094 ceph-mon[112176]: pgmap v2329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:13:56.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:56.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:57.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:57.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:13:58 smithi003 ceph-mon[96088]: 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-08T04:13:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:13:58 smithi094 ceph-mon[112176]: 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-08T04:13:58.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:58.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:13:59.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:13:59.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:00 smithi003 ceph-mon[96088]: 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-08T04:14:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:00 smithi094 ceph-mon[112176]: 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-08T04:14:00.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:00.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:01.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:01.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:02 smithi003 ceph-mon[96088]: 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-08T04:14:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:02 smithi094 ceph-mon[112176]: 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-08T04:14:02.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:02.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:03.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:03.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:04 smithi094 ceph-mon[112176]: pgmap v2333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:04 smithi003 ceph-mon[96088]: pgmap v2333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:04.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:04.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:05 smithi094 ceph-mon[112176]: pgmap v2334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:05 smithi003 ceph-mon[96088]: pgmap v2334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:05.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:05.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:06.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:06.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:07.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:07.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:08 smithi094 ceph-mon[112176]: 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-08T04:14:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:14:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:08 smithi003 ceph-mon[96088]: 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-08T04:14:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:14:08.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:08.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:09.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:09.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:10 smithi003 ceph-mon[96088]: 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-08T04:14:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:10 smithi094 ceph-mon[112176]: 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-08T04:14:10.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:10.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:11.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:11.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:12 smithi003 ceph-mon[96088]: 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-08T04:14:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:12 smithi094 ceph-mon[112176]: 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-08T04:14:12.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:12.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:13.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:13.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:14 smithi003 ceph-mon[96088]: pgmap v2338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:14 smithi094 ceph-mon[112176]: pgmap v2338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:14.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:14.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:15.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:15.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:16 smithi003 ceph-mon[96088]: pgmap v2339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:16 smithi094 ceph-mon[112176]: pgmap v2339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:16.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:16.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:14:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:14:17.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:17.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:18 smithi003 ceph-mon[96088]: 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-08T04:14:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:14:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:14:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:14:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:14:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:14:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:18 smithi094 ceph-mon[112176]: 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-08T04:14:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:14:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:14:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:14:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:14:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:14:18.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:18.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:19.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:19.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:20 smithi003 ceph-mon[96088]: 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-08T04:14:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:20 smithi094 ceph-mon[112176]: 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-08T04:14:20.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:20.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:21.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:21.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:22 smithi003 ceph-mon[96088]: 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-08T04:14:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:22 smithi094 ceph-mon[112176]: 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-08T04:14:22.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:22.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:14:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:14:23.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:23.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:24 smithi003 ceph-mon[96088]: pgmap v2343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:24 smithi094 ceph-mon[112176]: pgmap v2343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:24.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:24.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:25 smithi003 ceph-mon[96088]: pgmap v2344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:25 smithi094 ceph-mon[112176]: pgmap v2344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:25.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:25.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:26.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:26.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:27.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:27.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:28 smithi094 ceph-mon[112176]: 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-08T04:14:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:28 smithi003 ceph-mon[96088]: 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-08T04:14:28.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:28.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:29.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:29.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:30 smithi003 ceph-mon[96088]: 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-08T04:14:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:30 smithi094 ceph-mon[112176]: 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-08T04:14:30.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:30.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:31.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:31.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:32 smithi003 ceph-mon[96088]: 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-08T04:14:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:32 smithi094 ceph-mon[112176]: 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-08T04:14:32.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:32.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:33.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:33.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:34 smithi003 ceph-mon[96088]: pgmap v2348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:34 smithi094 ceph-mon[112176]: pgmap v2348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:34.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:34.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:35.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:35.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:36 smithi003 ceph-mon[96088]: pgmap v2349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:36 smithi094 ceph-mon[112176]: pgmap v2349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:36.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:36.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:37.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:37.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:38 smithi003 ceph-mon[96088]: 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-08T04:14:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:14:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:38 smithi094 ceph-mon[112176]: 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-08T04:14:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:14:38.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:38.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:39.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:39.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:40 smithi003 ceph-mon[96088]: 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-08T04:14:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:40 smithi094 ceph-mon[112176]: 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-08T04:14:40.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:40.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:41.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:41.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:42 smithi003 ceph-mon[96088]: 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-08T04:14:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:42 smithi094 ceph-mon[112176]: 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-08T04:14:42.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:42.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:43.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:43.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:44 smithi003 ceph-mon[96088]: pgmap v2353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:44.510 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:44 smithi094 ceph-mon[112176]: pgmap v2353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:44.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:44.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:45 smithi003 ceph-mon[96088]: pgmap v2354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:45 smithi094 ceph-mon[112176]: pgmap v2354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:45.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:45.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:46.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:46.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:47.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:47.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:48 smithi094 ceph-mon[112176]: 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-08T04:14:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:48 smithi003 ceph-mon[96088]: 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-08T04:14:48.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:48.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:49.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:49.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:50 smithi003 ceph-mon[96088]: 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-08T04:14:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:50 smithi094 ceph-mon[112176]: 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-08T04:14:50.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:50.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:51.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:51.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:52 smithi003 ceph-mon[96088]: 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-08T04:14:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:52 smithi094 ceph-mon[112176]: 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-08T04:14:52.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:52.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:14:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:14:53.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:53.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:54 smithi003 ceph-mon[96088]: pgmap v2358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:54.615 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:54 smithi094 ceph-mon[112176]: pgmap v2358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:14:54.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:54.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:55.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:55.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:56 smithi003 ceph-mon[96088]: pgmap v2359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:56 smithi094 ceph-mon[112176]: pgmap v2359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:14:56.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:56.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:57.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:57.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:14:58 smithi003 ceph-mon[96088]: 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-08T04:14:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:14:58 smithi094 ceph-mon[112176]: 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-08T04:14:58.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:58.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:14:59.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:14:59.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:00 smithi003 ceph-mon[96088]: 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-08T04:15:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:00 smithi094 ceph-mon[112176]: 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-08T04:15:00.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:00.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:01.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:01.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:02 smithi003 ceph-mon[96088]: 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-08T04:15:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:02 smithi094 ceph-mon[112176]: 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-08T04:15:02.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:02.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:03 smithi094 ceph-mon[112176]: pgmap v2363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:03 smithi003 ceph-mon[96088]: pgmap v2363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:03.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:03.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:04.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:04.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:05.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:05.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:06 smithi003 ceph-mon[96088]: pgmap v2364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:06 smithi094 ceph-mon[112176]: pgmap v2364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:06.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:06.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:07.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:07.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:08 smithi003 ceph-mon[96088]: 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-08T04:15:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:15:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:08 smithi094 ceph-mon[112176]: 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-08T04:15:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:15:08.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:08.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:09.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:09.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:10 smithi003 ceph-mon[96088]: 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-08T04:15:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:10 smithi094 ceph-mon[112176]: 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-08T04:15:10.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:10.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:11.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:11.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:12 smithi003 ceph-mon[96088]: 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-08T04:15:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:12 smithi094 ceph-mon[112176]: 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-08T04:15:12.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:12.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:13.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:13.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:14 smithi003 ceph-mon[96088]: pgmap v2368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:14 smithi094 ceph-mon[112176]: pgmap v2368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:14.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:15.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:15.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:15.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:16 smithi003 ceph-mon[96088]: pgmap v2369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:16 smithi094 ceph-mon[112176]: pgmap v2369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:16.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:16.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:17.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:17.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:18 smithi003 ceph-mon[96088]: 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-08T04:15:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:15:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:18 smithi094 ceph-mon[112176]: 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-08T04:15:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:15:18.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:18.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:19.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:19.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:20 smithi003 ceph-mon[96088]: 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-08T04:15:20.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:20 smithi094 ceph-mon[112176]: 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-08T04:15:20.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:20.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:21.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:21.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:15:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:15:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:15:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:15:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:15:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:15:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:15:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:21 smithi094 ceph-mon[112176]: 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-08T04:15:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:15:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:15:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:15:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:15:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:15:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:15:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:15:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:21 smithi003 ceph-mon[96088]: 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-08T04:15:22.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:22.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:15:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:15:23.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:23.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:24 smithi094 ceph-mon[112176]: pgmap v2373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:24 smithi003 ceph-mon[96088]: pgmap v2373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:24.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:24.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:25.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:25.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:26 smithi003 ceph-mon[96088]: pgmap v2374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:26 smithi094 ceph-mon[112176]: pgmap v2374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:26.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:26.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:27.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:27.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:28 smithi003 ceph-mon[96088]: 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-08T04:15:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:28 smithi094 ceph-mon[112176]: 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-08T04:15:28.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:28.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:29.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:29.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:30 smithi094 ceph-mon[112176]: 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-08T04:15:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:30 smithi003 ceph-mon[96088]: 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-08T04:15:30.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:30.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:31.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:31.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:32 smithi003 ceph-mon[96088]: 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-08T04:15:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:32 smithi094 ceph-mon[112176]: 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-08T04:15:32.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:32.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:33.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:33.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:34 smithi003 ceph-mon[96088]: pgmap v2378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:34 smithi094 ceph-mon[112176]: pgmap v2378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:34.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:34.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:35.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:35.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:36 smithi003 ceph-mon[96088]: pgmap v2379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:36 smithi094 ceph-mon[112176]: pgmap v2379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:36.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:36.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:37 smithi094 ceph-mon[112176]: 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-08T04:15:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:37 smithi003 ceph-mon[96088]: 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-08T04:15:37.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:37.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:38.656 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:15:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:15:38.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:38.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:39.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:39.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:40 smithi094 ceph-mon[112176]: 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-08T04:15:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:40 smithi003 ceph-mon[96088]: 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-08T04:15:40.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:40.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:41.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:41.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:42 smithi003 ceph-mon[96088]: 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-08T04:15:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:42 smithi094 ceph-mon[112176]: 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-08T04:15:42.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:42.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:43.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:43.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:44 smithi003 ceph-mon[96088]: pgmap v2383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:44 smithi094 ceph-mon[112176]: pgmap v2383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:44.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:44.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:45.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:45.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:46 smithi003 ceph-mon[96088]: pgmap v2384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:46 smithi094 ceph-mon[112176]: pgmap v2384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:46.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:46.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:47.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:47.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:48 smithi003 ceph-mon[96088]: 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-08T04:15:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:48 smithi094 ceph-mon[112176]: 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-08T04:15:48.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:48.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:49.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:49.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:50 smithi003 ceph-mon[96088]: 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-08T04:15:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:50 smithi094 ceph-mon[112176]: 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-08T04:15:50.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:50.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:51.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:51.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:52 smithi003 ceph-mon[96088]: 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-08T04:15:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:52 smithi094 ceph-mon[112176]: 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-08T04:15:52.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:52.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:15:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:15:53.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:53.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:54 smithi003 ceph-mon[96088]: pgmap v2388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:54 smithi094 ceph-mon[112176]: pgmap v2388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:15:54.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:54.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:55.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:55.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:56 smithi003 ceph-mon[96088]: pgmap v2389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:56 smithi094 ceph-mon[112176]: pgmap v2389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:15:56.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:56.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:57.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:57.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:15:58 smithi003 ceph-mon[96088]: 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-08T04:15:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:15:58 smithi094 ceph-mon[112176]: 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-08T04:15:58.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:58.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:15:59.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:15:59.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:00 smithi003 ceph-mon[96088]: 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-08T04:16:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:00 smithi094 ceph-mon[112176]: 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-08T04:16:00.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:00.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:01 smithi003 ceph-mon[96088]: 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-08T04:16:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:01 smithi094 ceph-mon[112176]: 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-08T04:16:01.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:01.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:04 smithi003 ceph-mon[96088]: pgmap v2393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:04 smithi094 ceph-mon[112176]: pgmap v2393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:04.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:04.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:05.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:05.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:06 smithi003 ceph-mon[96088]: pgmap v2394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:06 smithi094 ceph-mon[112176]: pgmap v2394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:06.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:06.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:07.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:07.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:08 smithi003 ceph-mon[96088]: 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-08T04:16:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:16:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:08 smithi094 ceph-mon[112176]: 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-08T04:16:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:16:08.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:08.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:09.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:09.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:10 smithi003 ceph-mon[96088]: 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-08T04:16:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:10 smithi094 ceph-mon[112176]: 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-08T04:16:10.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:10.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:11.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:11.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:12 smithi003 ceph-mon[96088]: 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-08T04:16:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:12 smithi094 ceph-mon[112176]: 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-08T04:16:12.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:12.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:13.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:13.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:14 smithi003 ceph-mon[96088]: pgmap v2398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:14 smithi094 ceph-mon[112176]: pgmap v2398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:14.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:14.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:15 smithi094 ceph-mon[112176]: pgmap v2399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:15 smithi003 ceph-mon[96088]: pgmap v2399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:15.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:15.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:16.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:16.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:17.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:17.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:18 smithi003 ceph-mon[96088]: 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-08T04:16:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:18 smithi094 ceph-mon[112176]: 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-08T04:16:18.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:18.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:19.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:19.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:20 smithi003 ceph-mon[96088]: 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-08T04:16:20.506 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:20 smithi094 ceph-mon[112176]: 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-08T04:16:20.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:20.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:16:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:16:21.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:21.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:22 smithi003 ceph-mon[96088]: 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-08T04:16:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:16:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:16:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:16:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:16:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:16:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:22 smithi094 ceph-mon[112176]: 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-08T04:16:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:16:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:16:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:16:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:16:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:16:22.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:22.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:16:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:16:23.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:23.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:24 smithi003 ceph-mon[96088]: pgmap v2403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:24 smithi094 ceph-mon[112176]: pgmap v2403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:24.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:24.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:25.559 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:25 smithi094 ceph-mon[112176]: pgmap v2404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:25 smithi003 ceph-mon[96088]: pgmap v2404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:25.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:25.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:26.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:26.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:27.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:27.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:28 smithi003 ceph-mon[96088]: 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-08T04:16:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:28 smithi094 ceph-mon[112176]: 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-08T04:16:28.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:28.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:29.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:29.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:30 smithi003 ceph-mon[96088]: 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-08T04:16:30.611 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:30 smithi094 ceph-mon[112176]: 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-08T04:16:30.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:30.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:31.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:31.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:32 smithi003 ceph-mon[96088]: 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-08T04:16:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:32 smithi094 ceph-mon[112176]: 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-08T04:16:32.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:32.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:33.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:33.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:34 smithi003 ceph-mon[96088]: pgmap v2408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:34 smithi094 ceph-mon[112176]: pgmap v2408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:34.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:34.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:35.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:35.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:36 smithi003 ceph-mon[96088]: pgmap v2409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:36 smithi094 ceph-mon[112176]: pgmap v2409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:36.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:36.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:38.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:38.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:38 smithi003 ceph-mon[96088]: 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-08T04:16:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:16:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:38 smithi094 ceph-mon[112176]: 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-08T04:16:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:16:39.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:39.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:40.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:40.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:40 smithi003 ceph-mon[96088]: 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-08T04:16:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:40 smithi094 ceph-mon[112176]: 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-08T04:16:41.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:41.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:41 smithi094 ceph-mon[112176]: 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-08T04:16:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:41 smithi003 ceph-mon[96088]: 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-08T04:16:42.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:42.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:43.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:43.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:44.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:44.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:44 smithi003 ceph-mon[96088]: pgmap v2413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:44 smithi094 ceph-mon[112176]: pgmap v2413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:45.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:45.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:46.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:46.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:46 smithi003 ceph-mon[96088]: pgmap v2414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:46 smithi094 ceph-mon[112176]: pgmap v2414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:47.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:47.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:48.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:48.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:48 smithi003 ceph-mon[96088]: 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-08T04:16:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:48 smithi094 ceph-mon[112176]: 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-08T04:16:49.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:49.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:50.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:50.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:50 smithi003 ceph-mon[96088]: 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-08T04:16:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:50 smithi094 ceph-mon[112176]: 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-08T04:16:51.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:51.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:51 smithi094 ceph-mon[112176]: 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-08T04:16:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:51 smithi003 ceph-mon[96088]: 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-08T04:16:52.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:52.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:53.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:53.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:16:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:16:54.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:53 smithi094 ceph-mon[112176]: pgmap v2418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:53 smithi003 ceph-mon[96088]: pgmap v2418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:16:55.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:55.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:56 smithi003 ceph-mon[96088]: pgmap v2419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:56 smithi094 ceph-mon[112176]: pgmap v2419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:16:57.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:57.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:58.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:58.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:16:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:16:58 smithi003 ceph-mon[96088]: 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-08T04:16:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:16:58 smithi094 ceph-mon[112176]: 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-08T04:16:59.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:16:59.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:00.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:00.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:00 smithi003 ceph-mon[96088]: 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-08T04:17:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:00 smithi094 ceph-mon[112176]: 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-08T04:17:01.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:01.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:01 smithi094 ceph-mon[112176]: 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-08T04:17:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:01 smithi003 ceph-mon[96088]: 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-08T04:17:02.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:02.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:03.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:03.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:04.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:04.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:04 smithi003 ceph-mon[96088]: pgmap v2423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:04 smithi094 ceph-mon[112176]: pgmap v2423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:05.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:05.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:06.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:06.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:06 smithi003 ceph-mon[96088]: pgmap v2424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:06 smithi094 ceph-mon[112176]: pgmap v2424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:07.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:07.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:08.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:08.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:08 smithi003 ceph-mon[96088]: 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-08T04:17:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:17:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:08 smithi094 ceph-mon[112176]: 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-08T04:17:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:17:09.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:09.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:10.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:10.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:10 smithi003 ceph-mon[96088]: 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-08T04:17:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:10 smithi094 ceph-mon[112176]: 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-08T04:17:11.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:11.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:12.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:12.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:12 smithi003 ceph-mon[96088]: 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-08T04:17:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:12 smithi094 ceph-mon[112176]: 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-08T04:17:13.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:13.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:14.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:14.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:14 smithi003 ceph-mon[96088]: pgmap v2428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:14 smithi094 ceph-mon[112176]: pgmap v2428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:15.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:15.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:15 smithi094 ceph-mon[112176]: pgmap v2429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:15 smithi003 ceph-mon[96088]: pgmap v2429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:16.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:16.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:17.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:17.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:18.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:18.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:18 smithi003 ceph-mon[96088]: 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-08T04:17:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:18 smithi094 ceph-mon[112176]: 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-08T04:17:19.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:19.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:20.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:20.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:20 smithi003 ceph-mon[96088]: 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-08T04:17:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:20 smithi094 ceph-mon[112176]: 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-08T04:17:21.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:21.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:22.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:22.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:22 smithi003 ceph-mon[96088]: 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-08T04:17:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:17:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:22 smithi094 ceph-mon[112176]: 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-08T04:17:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:17:23.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:23.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:17:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:17:24.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:24.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:24 smithi094 ceph-mon[112176]: pgmap v2433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:24 smithi003 ceph-mon[96088]: pgmap v2433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:25.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:25.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:25 smithi094 ceph-mon[112176]: pgmap v2434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:25 smithi003 ceph-mon[96088]: pgmap v2434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:26.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:26.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:27.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:27.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:17:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:17:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:27 smithi003 ceph-mon[96088]: 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-08T04:17:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:17:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:17:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:17:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:17:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:17:28.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:28.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:17:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:17:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:27 smithi094 ceph-mon[112176]: 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-08T04:17:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:17:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:17:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:17:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:17:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:17:29.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:29.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:30.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:30.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:30 smithi003 ceph-mon[96088]: 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-08T04:17:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:30 smithi094 ceph-mon[112176]: 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-08T04:17:31.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:31.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:32.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:32.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:32 smithi094 ceph-mon[112176]: 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-08T04:17:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:32 smithi003 ceph-mon[96088]: 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-08T04:17:33.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:33.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:33 smithi094 ceph-mon[112176]: pgmap v2438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:33 smithi003 ceph-mon[96088]: pgmap v2438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:34.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:34.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:35.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:35.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:36.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:36.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:36 smithi094 ceph-mon[112176]: pgmap v2439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:36 smithi003 ceph-mon[96088]: pgmap v2439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:37.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:37.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:38.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:38.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:38 smithi094 ceph-mon[112176]: 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-08T04:17:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:17:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:38 smithi003 ceph-mon[96088]: 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-08T04:17:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:17:39.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:39.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:40.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:40.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:40 smithi003 ceph-mon[96088]: 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-08T04:17:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:40 smithi094 ceph-mon[112176]: 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-08T04:17:41.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:41.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:42.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:42.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:42 smithi094 ceph-mon[112176]: 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-08T04:17:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:42 smithi003 ceph-mon[96088]: 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-08T04:17:43.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:43.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:43 smithi094 ceph-mon[112176]: pgmap v2443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:43 smithi003 ceph-mon[96088]: pgmap v2443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:44.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:44.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:45.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:45.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:46.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:46.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:46 smithi094 ceph-mon[112176]: pgmap v2444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:46 smithi003 ceph-mon[96088]: pgmap v2444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:47.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:47.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:47 smithi094 ceph-mon[112176]: 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-08T04:17:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:47 smithi003 ceph-mon[96088]: 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-08T04:17:48.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:48.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:49.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:49.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:50.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:50.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:50 smithi003 ceph-mon[96088]: 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-08T04:17:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:50 smithi094 ceph-mon[112176]: 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-08T04:17:51.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:51.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:52.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:52.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:52 smithi094 ceph-mon[112176]: 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-08T04:17:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:52 smithi003 ceph-mon[96088]: 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-08T04:17:53.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:53.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:17:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:53 smithi094 ceph-mon[112176]: pgmap v2448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:17:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:53 smithi003 ceph-mon[96088]: pgmap v2448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:17:54.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:54.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:55.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:55.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:56.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:56.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:56.506 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:56 smithi094 ceph-mon[112176]: pgmap v2449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:56 smithi003 ceph-mon[96088]: pgmap v2449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:17:57.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:57.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:17:57 smithi094 ceph-mon[112176]: 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-08T04:17:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:17:57 smithi003 ceph-mon[96088]: 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-08T04:17:58.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:58.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:17:59.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:17:59.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:00.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:00.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:00 smithi094 ceph-mon[112176]: 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-08T04:18:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:00 smithi003 ceph-mon[96088]: 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-08T04:18:01.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:01.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:01.559 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:01 smithi094 ceph-mon[112176]: 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-08T04:18:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:01 smithi003 ceph-mon[96088]: 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-08T04:18:02.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:02.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:03.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:03.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:04.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:04.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:04 smithi003 ceph-mon[96088]: pgmap v2453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:04 smithi094 ceph-mon[112176]: pgmap v2453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:05.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:05.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:06.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:06.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:06.611 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:06 smithi094 ceph-mon[112176]: pgmap v2454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:06 smithi003 ceph-mon[96088]: pgmap v2454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:07.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:07.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:07 smithi094 ceph-mon[112176]: 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-08T04:18:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:07 smithi003 ceph-mon[96088]: 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-08T04:18:08.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:08.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:18:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:18:09.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:09.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:10.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:10.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:10 smithi094 ceph-mon[112176]: 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-08T04:18:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:10 smithi003 ceph-mon[96088]: 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-08T04:18:11.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:11.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:11.664 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:11 smithi094 ceph-mon[112176]: 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-08T04:18:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:11 smithi003 ceph-mon[96088]: 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-08T04:18:12.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:12.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:13.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:13.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:14.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:14.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:14 smithi003 ceph-mon[96088]: pgmap v2458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:14 smithi094 ceph-mon[112176]: pgmap v2458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:15.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:15.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:16.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:16.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:16 smithi094 ceph-mon[112176]: pgmap v2459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:16 smithi003 ceph-mon[96088]: pgmap v2459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:17.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:17.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:17 smithi094 ceph-mon[112176]: 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-08T04:18:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:17 smithi003 ceph-mon[96088]: 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-08T04:18:18.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:18.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:19.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:19.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:20.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:20.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:20 smithi094 ceph-mon[112176]: 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-08T04:18:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:20 smithi003 ceph-mon[96088]: 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-08T04:18:21.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:21.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:21 smithi094 ceph-mon[112176]: 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-08T04:18:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:21 smithi003 ceph-mon[96088]: 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-08T04:18:22.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:22.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:18:23.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:23.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:18:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:23 smithi094 ceph-mon[112176]: pgmap v2463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:24.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:24.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:23 smithi003 ceph-mon[96088]: pgmap v2463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:25.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:25.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:26.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:26.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:26 smithi094 ceph-mon[112176]: pgmap v2464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:26 smithi003 ceph-mon[96088]: pgmap v2464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:27.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:27.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:27 smithi094 ceph-mon[112176]: 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-08T04:18:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:27 smithi003 ceph-mon[96088]: 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-08T04:18:28.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:28.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:18:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:18:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:18:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:18:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:18:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:18:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:18:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:18:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:18:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:18:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:18:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:18:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:18:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:18:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:18:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:18:29.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:29.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:30.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:30.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:30 smithi003 ceph-mon[96088]: 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-08T04:18:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:30 smithi094 ceph-mon[112176]: 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-08T04:18:31.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:31.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:31 smithi094 ceph-mon[112176]: 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-08T04:18:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:31 smithi003 ceph-mon[96088]: 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-08T04:18:32.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:32.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:33.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:33.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:34.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:34.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:34 smithi003 ceph-mon[96088]: pgmap v2468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:34 smithi094 ceph-mon[112176]: pgmap v2468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:35.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:35.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:35.657 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:35 smithi003 ceph-mon[96088]: pgmap v2469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:35 smithi094 ceph-mon[112176]: pgmap v2469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:36.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:36.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:37.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:37.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:38.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:38.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:38 smithi003 ceph-mon[96088]: 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-08T04:18:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:18:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:38 smithi094 ceph-mon[112176]: 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-08T04:18:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:18:39.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:39.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:40.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:40.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:40 smithi003 ceph-mon[96088]: 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-08T04:18:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:40 smithi094 ceph-mon[112176]: 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-08T04:18:41.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:41.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:42.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:42.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:42 smithi094 ceph-mon[112176]: 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-08T04:18:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:42 smithi003 ceph-mon[96088]: 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-08T04:18:43.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:43.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:44.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:44.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:44 smithi003 ceph-mon[96088]: pgmap v2473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:44 smithi094 ceph-mon[112176]: pgmap v2473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:45.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:45.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:45 smithi094 ceph-mon[112176]: pgmap v2474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:45 smithi003 ceph-mon[96088]: pgmap v2474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:46.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:46.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:47.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:47.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:48.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:48.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:48 smithi003 ceph-mon[96088]: 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-08T04:18:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:48 smithi094 ceph-mon[112176]: 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-08T04:18:49.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:49.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:50.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:50.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:50 smithi003 ceph-mon[96088]: 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-08T04:18:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:50 smithi094 ceph-mon[112176]: 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-08T04:18:51.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:51.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:52.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:52.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:52 smithi094 ceph-mon[112176]: 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-08T04:18:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:52 smithi003 ceph-mon[96088]: 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-08T04:18:53.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:53.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:18:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:18:54.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:54.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:54 smithi094 ceph-mon[112176]: pgmap v2478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:54 smithi003 ceph-mon[96088]: pgmap v2478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:18:55.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:55.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:55 smithi094 ceph-mon[112176]: pgmap v2479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:55 smithi003 ceph-mon[96088]: pgmap v2479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:18:56.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:56.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:57.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:57.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:58.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:58.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:18:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:18:58 smithi003 ceph-mon[96088]: 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-08T04:18:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:18:58 smithi094 ceph-mon[112176]: 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-08T04:18:59.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:18:59.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:00.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:00.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:00 smithi094 ceph-mon[112176]: 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-08T04:19:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:00 smithi003 ceph-mon[96088]: 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-08T04:19:01.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:01.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:01 smithi094 ceph-mon[112176]: 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-08T04:19:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:01 smithi003 ceph-mon[96088]: 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-08T04:19:02.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:02.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:03.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:03.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:04.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:04.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:04 smithi003 ceph-mon[96088]: pgmap v2483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:04 smithi094 ceph-mon[112176]: pgmap v2483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:05.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:05.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:05 smithi094 ceph-mon[112176]: pgmap v2484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:05 smithi003 ceph-mon[96088]: pgmap v2484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:06.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:06.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:07.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:07.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:08.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:08.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:08 smithi003 ceph-mon[96088]: 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-08T04:19:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:19:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:08 smithi094 ceph-mon[112176]: 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-08T04:19:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:19:09.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:09.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:10.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:10.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:10 smithi094 ceph-mon[112176]: 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-08T04:19:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:10 smithi003 ceph-mon[96088]: 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-08T04:19:11.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:11.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:12.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:12.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:12 smithi094 ceph-mon[112176]: 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-08T04:19:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:12 smithi003 ceph-mon[96088]: 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-08T04:19:13.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:13.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:14.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:14.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:14 smithi094 ceph-mon[112176]: pgmap v2488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:14 smithi003 ceph-mon[96088]: pgmap v2488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:15.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:15.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:15 smithi094 ceph-mon[112176]: pgmap v2489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:15 smithi003 ceph-mon[96088]: pgmap v2489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:16.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:16.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:17.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:17.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:18.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:18.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:18 smithi094 ceph-mon[112176]: 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-08T04:19:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:18 smithi003 ceph-mon[96088]: 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-08T04:19:19.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:19.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:20.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:20.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:20 smithi094 ceph-mon[112176]: 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-08T04:19:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:20 smithi003 ceph-mon[96088]: 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-08T04:19:21.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:21.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:22.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:22.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:22 smithi094 ceph-mon[112176]: 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-08T04:19:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:22 smithi003 ceph-mon[96088]: 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-08T04:19:23.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:23.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:19:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:19:24.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:24.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:24 smithi094 ceph-mon[112176]: pgmap v2493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:24 smithi003 ceph-mon[96088]: pgmap v2493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:25.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:25.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:25 smithi094 ceph-mon[112176]: pgmap v2494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:25 smithi003 ceph-mon[96088]: pgmap v2494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:26.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:26.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:27.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:27.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:28.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:28.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:28 smithi094 ceph-mon[112176]: 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-08T04:19:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:28 smithi003 ceph-mon[96088]: 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-08T04:19:29.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:29.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:19:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:19:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:19:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:19:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:19:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:19:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:19:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:19:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:19:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:19:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:19:29.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:19:30.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:30.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:30 smithi094 ceph-mon[112176]: 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-08T04:19:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:30 smithi003 ceph-mon[96088]: 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-08T04:19:31.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:31.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:32.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:32.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:32.509 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:32 smithi094 ceph-mon[112176]: 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-08T04:19:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:32 smithi003 ceph-mon[96088]: 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-08T04:19:33.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:33.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:34.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:34.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:34 smithi094 ceph-mon[112176]: pgmap v2498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:34 smithi003 ceph-mon[96088]: pgmap v2498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:35.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:35.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:35 smithi094 ceph-mon[112176]: pgmap v2499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:35 smithi003 ceph-mon[96088]: pgmap v2499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:36.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:36.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:37.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:37.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:38.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:38.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:38 smithi094 ceph-mon[112176]: 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-08T04:19:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:19:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:38 smithi003 ceph-mon[96088]: 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-08T04:19:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:19:39.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:39.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:40.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:40.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:40 smithi094 ceph-mon[112176]: 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-08T04:19:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:40 smithi003 ceph-mon[96088]: 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-08T04:19:41.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:41.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:42.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:42.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:42.613 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:42 smithi094 ceph-mon[112176]: 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-08T04:19:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:42 smithi003 ceph-mon[96088]: 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-08T04:19:43.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:43.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:44.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:44.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:44 smithi094 ceph-mon[112176]: pgmap v2503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:44 smithi003 ceph-mon[96088]: pgmap v2503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:45.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:45.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:45 smithi094 ceph-mon[112176]: pgmap v2504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:45 smithi003 ceph-mon[96088]: pgmap v2504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:46.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:46.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:47.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:47.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:48.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:48.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:48 smithi094 ceph-mon[112176]: 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-08T04:19:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:48 smithi003 ceph-mon[96088]: 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-08T04:19:49.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:49.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:50.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:50.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:50 smithi094 ceph-mon[112176]: 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-08T04:19:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:50 smithi003 ceph-mon[96088]: 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-08T04:19:51.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:51.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:52.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:52.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:52 smithi094 ceph-mon[112176]: 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-08T04:19:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:52 smithi003 ceph-mon[96088]: 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-08T04:19:53.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:53.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:19:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:19:54.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:54.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:54 smithi094 ceph-mon[112176]: pgmap v2508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:54 smithi003 ceph-mon[96088]: pgmap v2508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:19:55.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:55.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:55 smithi094 ceph-mon[112176]: pgmap v2509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:55 smithi003 ceph-mon[96088]: pgmap v2509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:19:56.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:56.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:57.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:57.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:58.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:58.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:19:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:19:58 smithi094 ceph-mon[112176]: 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-08T04:19:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:19:58 smithi003 ceph-mon[96088]: 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-08T04:19:59.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:19:59.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:00.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:00.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:00 smithi094 ceph-mon[112176]: 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-08T04:20:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T04:20:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:00 smithi003 ceph-mon[96088]: 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-08T04:20:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T04:20:01.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:01.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:02.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:02.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:02 smithi094 ceph-mon[112176]: 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-08T04:20:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:02 smithi003 ceph-mon[96088]: 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-08T04:20:03.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:03.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:03 smithi094 ceph-mon[112176]: pgmap v2513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:03 smithi003 ceph-mon[96088]: pgmap v2513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:04.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:04.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:05.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:05.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:05 smithi094 ceph-mon[112176]: pgmap v2514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:05 smithi003 ceph-mon[96088]: pgmap v2514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:06.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:06.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:07.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:07.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:08.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:08.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:08 smithi094 ceph-mon[112176]: 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-08T04:20:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:20:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:08 smithi003 ceph-mon[96088]: 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-08T04:20:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:20:09.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:09.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:10.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:10.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:10 smithi094 ceph-mon[112176]: 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-08T04:20:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:10 smithi003 ceph-mon[96088]: 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-08T04:20:11.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:11.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:12.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:12.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:12 smithi094 ceph-mon[112176]: 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-08T04:20:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:12 smithi003 ceph-mon[96088]: 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-08T04:20:13.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:13.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:13 smithi094 ceph-mon[112176]: pgmap v2518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:13 smithi003 ceph-mon[96088]: pgmap v2518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:14.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:14.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:15.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:15.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:15 smithi094 ceph-mon[112176]: pgmap v2519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:15 smithi003 ceph-mon[96088]: pgmap v2519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:16.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:16.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:17.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:17.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:18.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:18.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:18 smithi094 ceph-mon[112176]: 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-08T04:20:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:18 smithi003 ceph-mon[96088]: 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-08T04:20:19.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:19.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:20.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:20.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:20 smithi094 ceph-mon[112176]: 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-08T04:20:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:20 smithi003 ceph-mon[96088]: 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-08T04:20:21.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:21.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:21 smithi094 ceph-mon[112176]: 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-08T04:20:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:21 smithi003 ceph-mon[96088]: 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-08T04:20:22.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:22.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:20:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:20:23.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:23.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:23 smithi094 ceph-mon[112176]: pgmap v2523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:23 smithi003 ceph-mon[96088]: pgmap v2523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:24.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:24.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:25.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:25.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:25 smithi094 ceph-mon[112176]: pgmap v2524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:25 smithi003 ceph-mon[96088]: pgmap v2524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:26.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:26.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:27.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:27.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:28.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:28.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:28 smithi094 ceph-mon[112176]: 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-08T04:20:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:28 smithi003 ceph-mon[96088]: 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-08T04:20:29.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:29.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:20:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:20:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:20:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:20:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:20:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:20:30.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:30.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:30 smithi094 ceph-mon[112176]: 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-08T04:20:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:20:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:20:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:20:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:20:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:20:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:30 smithi003 ceph-mon[96088]: 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-08T04:20:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:20:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:20:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:20:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:20:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:20:31.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:31.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:31 smithi094 ceph-mon[112176]: 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-08T04:20:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:31 smithi003 ceph-mon[96088]: 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-08T04:20:32.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:32.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:33.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:33.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:34.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:34.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:34 smithi094 ceph-mon[112176]: pgmap v2528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:34 smithi003 ceph-mon[96088]: pgmap v2528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:35.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:35.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:35 smithi094 ceph-mon[112176]: pgmap v2529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:35 smithi003 ceph-mon[96088]: pgmap v2529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:36.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:36.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:37.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:37.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:38.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:38.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:38 smithi094 ceph-mon[112176]: 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-08T04:20:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:20:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:38 smithi003 ceph-mon[96088]: 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-08T04:20:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:20:39.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:39.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:39 smithi094 ceph-mon[112176]: 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-08T04:20:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:39 smithi003 ceph-mon[96088]: 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-08T04:20:40.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:40.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:41.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:41.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:42.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:42.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:42 smithi003 ceph-mon[96088]: 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-08T04:20:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:42 smithi094 ceph-mon[112176]: 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-08T04:20:43.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:43.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:43 smithi094 ceph-mon[112176]: pgmap v2533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:43 smithi003 ceph-mon[96088]: pgmap v2533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:44.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:44.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:45.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:45.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:45 smithi094 ceph-mon[112176]: pgmap v2534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:45 smithi003 ceph-mon[96088]: pgmap v2534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:46.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:46.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:47.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:47.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:48.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:48.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:48 smithi094 ceph-mon[112176]: 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-08T04:20:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:48 smithi003 ceph-mon[96088]: 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-08T04:20:49.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:49.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:49 smithi094 ceph-mon[112176]: 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-08T04:20:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:49 smithi003 ceph-mon[96088]: 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-08T04:20:50.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:50.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:51.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:51.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:51 smithi094 ceph-mon[112176]: 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-08T04:20:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:51 smithi003 ceph-mon[96088]: 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-08T04:20:52.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:52.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:20:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:20:53.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:53.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:53 smithi094 ceph-mon[112176]: pgmap v2538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:53 smithi003 ceph-mon[96088]: pgmap v2538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:20:54.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:54.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:55.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:55.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:55 smithi094 ceph-mon[112176]: pgmap v2539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:55 smithi003 ceph-mon[96088]: pgmap v2539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:20:56.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:56.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:57.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:57.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:57 smithi094 ceph-mon[112176]: 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-08T04:20:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:57 smithi003 ceph-mon[96088]: 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-08T04:20:58.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:58.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:59.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:20:59.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:20:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:20:59 smithi094 ceph-mon[112176]: 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-08T04:20:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:20:59 smithi003 ceph-mon[96088]: 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-08T04:21:00.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:00.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:01.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:01.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:01.582 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:01 smithi094 ceph-mon[112176]: 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-08T04:21:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:01 smithi003 ceph-mon[96088]: 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-08T04:21:02.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:02.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:03.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:03.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:03 smithi094 ceph-mon[112176]: pgmap v2543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:03 smithi003 ceph-mon[96088]: pgmap v2543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:04.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:04.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:05.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:05.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:05 smithi094 ceph-mon[112176]: pgmap v2544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:05 smithi003 ceph-mon[96088]: pgmap v2544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:06.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:06.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:07.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:07.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:07 smithi094 ceph-mon[112176]: 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-08T04:21:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:07 smithi003 ceph-mon[96088]: 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-08T04:21:08.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:08.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:21:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:21:09.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:09.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:09 smithi094 ceph-mon[112176]: 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-08T04:21:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:09 smithi003 ceph-mon[96088]: 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-08T04:21:10.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:10.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:11.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:11.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:11 smithi094 ceph-mon[112176]: 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-08T04:21:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:11 smithi003 ceph-mon[96088]: 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-08T04:21:12.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:12.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:13.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:13.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:13 smithi094 ceph-mon[112176]: pgmap v2548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:13 smithi003 ceph-mon[96088]: pgmap v2548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:14.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:14.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:15.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:15.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:15 smithi094 ceph-mon[112176]: pgmap v2549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:15 smithi003 ceph-mon[96088]: pgmap v2549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:16.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:16.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:17.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:17.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:17 smithi094 ceph-mon[112176]: 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-08T04:21:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:17 smithi003 ceph-mon[96088]: 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-08T04:21:18.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:18.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:19.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:19.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:19 smithi094 ceph-mon[112176]: 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-08T04:21:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:19 smithi003 ceph-mon[96088]: 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-08T04:21:20.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:20.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:21.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:21.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:21 smithi094 ceph-mon[112176]: 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-08T04:21:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:21 smithi003 ceph-mon[96088]: 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-08T04:21:22.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:22.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:21:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:21:23.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:23.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:23 smithi094 ceph-mon[112176]: pgmap v2553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:23 smithi003 ceph-mon[96088]: pgmap v2553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:24.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:24.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:25.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:25.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:25 smithi094 ceph-mon[112176]: pgmap v2554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:25 smithi003 ceph-mon[96088]: pgmap v2554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:26.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:26.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:27.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:27.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:27.610 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:27 smithi003 ceph-mon[96088]: 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-08T04:21:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:27 smithi094 ceph-mon[112176]: 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-08T04:21:28.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:28.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:29.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:29.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:29 smithi094 ceph-mon[112176]: 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-08T04:21:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:29 smithi003 ceph-mon[96088]: 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-08T04:21:30.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:30.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:21:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:21:31.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:31.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:21:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:21:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:21:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:21:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:21:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:31 smithi094 ceph-mon[112176]: 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-08T04:21:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:21:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:21:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:21:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:21:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:21:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:31 smithi003 ceph-mon[96088]: 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-08T04:21:32.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:32.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:33.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:33.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:33 smithi094 ceph-mon[112176]: pgmap v2558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:33 smithi003 ceph-mon[96088]: pgmap v2558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:34.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:34.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:35.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:35.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:35 smithi094 ceph-mon[112176]: pgmap v2559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:35 smithi003 ceph-mon[96088]: pgmap v2559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:36.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:36.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:37.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:37.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:37 smithi094 ceph-mon[112176]: 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-08T04:21:37.725 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:37 smithi003 ceph-mon[96088]: 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-08T04:21:38.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:38.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:21:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:21:39.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:39.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:39 smithi094 ceph-mon[112176]: 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-08T04:21:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:39 smithi003 ceph-mon[96088]: 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-08T04:21:40.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:40.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:41.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:41.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:41 smithi094 ceph-mon[112176]: 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-08T04:21:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:41 smithi003 ceph-mon[96088]: 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-08T04:21:42.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:42.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:43.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:43.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:43 smithi094 ceph-mon[112176]: pgmap v2563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:43 smithi003 ceph-mon[96088]: pgmap v2563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:44.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:44.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:45.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:45.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:45 smithi094 ceph-mon[112176]: pgmap v2564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:45 smithi003 ceph-mon[96088]: pgmap v2564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:46.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:46.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:47.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:47.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:47 smithi094 ceph-mon[112176]: 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-08T04:21:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:47 smithi003 ceph-mon[96088]: 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-08T04:21:48.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:48.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:49.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:49.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:49 smithi094 ceph-mon[112176]: 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-08T04:21:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:49 smithi003 ceph-mon[96088]: 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-08T04:21:50.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:50.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:51.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:51.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:51 smithi094 ceph-mon[112176]: 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-08T04:21:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:51 smithi003 ceph-mon[96088]: 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-08T04:21:52.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:52.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:21:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:21:53.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:53.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:53 smithi094 ceph-mon[112176]: pgmap v2568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:53 smithi003 ceph-mon[96088]: pgmap v2568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:21:54.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:54.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:55.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:55.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:55 smithi094 ceph-mon[112176]: pgmap v2569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:55 smithi003 ceph-mon[96088]: pgmap v2569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:21:56.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:56.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:57.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:57.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:57 smithi094 ceph-mon[112176]: 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-08T04:21:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:57 smithi003 ceph-mon[96088]: 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-08T04:21:58.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:58.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:59.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:21:59.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:21:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:21:59 smithi094 ceph-mon[112176]: 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-08T04:21:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:21:59 smithi003 ceph-mon[96088]: 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-08T04:22:00.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:00.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:01.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:01.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:01 smithi094 ceph-mon[112176]: 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-08T04:22:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:01 smithi003 ceph-mon[96088]: 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-08T04:22:02.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:02.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:03.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:03.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:03 smithi094 ceph-mon[112176]: pgmap v2573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:03 smithi003 ceph-mon[96088]: pgmap v2573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:04.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:04.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:05.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:05.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:05 smithi094 ceph-mon[112176]: pgmap v2574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:05 smithi003 ceph-mon[96088]: pgmap v2574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:06.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:06.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:07.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:07.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:07 smithi094 ceph-mon[112176]: 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-08T04:22:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:07 smithi003 ceph-mon[96088]: 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-08T04:22:08.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:08.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:22:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:22:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:09 smithi094 ceph-mon[112176]: 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-08T04:22:09.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:09.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:09 smithi003 ceph-mon[96088]: 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-08T04:22:10.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:10.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:11.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:11.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:11 smithi094 ceph-mon[112176]: 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-08T04:22:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:11 smithi003 ceph-mon[96088]: 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-08T04:22:12.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:12.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:13 smithi003 ceph-mon[96088]: pgmap v2578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:13.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:13.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:13 smithi094 ceph-mon[112176]: pgmap v2578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:14.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:14.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:15.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:15.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:15 smithi094 ceph-mon[112176]: pgmap v2579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:15 smithi003 ceph-mon[96088]: pgmap v2579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:16.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:16.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:17.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:17.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:17 smithi094 ceph-mon[112176]: 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-08T04:22:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:17 smithi003 ceph-mon[96088]: 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-08T04:22:18.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:18.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:19.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:19.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:19 smithi094 ceph-mon[112176]: 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-08T04:22:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:19 smithi003 ceph-mon[96088]: 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-08T04:22:20.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:20.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:21.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:21.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:21 smithi094 ceph-mon[112176]: 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-08T04:22:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:21 smithi003 ceph-mon[96088]: 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-08T04:22:22.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:22.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:22:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:22:23.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:23.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:23 smithi094 ceph-mon[112176]: pgmap v2583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:23 smithi003 ceph-mon[96088]: pgmap v2583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:24.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:24.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:25.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:25.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:25 smithi094 ceph-mon[112176]: pgmap v2584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:25 smithi003 ceph-mon[96088]: pgmap v2584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:26.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:26.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:27.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:27.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:27 smithi094 ceph-mon[112176]: 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-08T04:22:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:27 smithi003 ceph-mon[96088]: 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-08T04:22:28.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:28.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:29.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:29.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:29 smithi094 ceph-mon[112176]: 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-08T04:22:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:29 smithi003 ceph-mon[96088]: 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-08T04:22:30.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:30.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:22:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:22:31.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:31.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:22:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:22:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:22:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:22:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:22:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:31 smithi094 ceph-mon[112176]: 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-08T04:22:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:22:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:22:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:22:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:22:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:22:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:31 smithi003 ceph-mon[96088]: 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-08T04:22:32.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:32.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:33.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:33.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:33 smithi094 ceph-mon[112176]: pgmap v2588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:33 smithi003 ceph-mon[96088]: pgmap v2588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:34.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:34.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:35.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:35.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:35 smithi094 ceph-mon[112176]: pgmap v2589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:35 smithi003 ceph-mon[96088]: pgmap v2589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:36.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:36.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:37.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:37.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:37 smithi094 ceph-mon[112176]: 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-08T04:22:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:37 smithi003 ceph-mon[96088]: 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-08T04:22:38.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:38.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:22:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:22:39.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:39.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:39 smithi094 ceph-mon[112176]: 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-08T04:22:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:39 smithi003 ceph-mon[96088]: 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-08T04:22:40.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:40.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:41.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:41.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:41 smithi094 ceph-mon[112176]: 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-08T04:22:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:41 smithi003 ceph-mon[96088]: 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-08T04:22:42.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:42.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:43.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:43.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:43 smithi094 ceph-mon[112176]: pgmap v2593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:43 smithi003 ceph-mon[96088]: pgmap v2593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:44.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:44.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:45.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:45.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:45 smithi094 ceph-mon[112176]: pgmap v2594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:45 smithi003 ceph-mon[96088]: pgmap v2594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:46.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:46.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:47.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:47.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:47 smithi094 ceph-mon[112176]: 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-08T04:22:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:47 smithi003 ceph-mon[96088]: 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-08T04:22:48.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:48.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:49.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:49.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:49 smithi094 ceph-mon[112176]: 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-08T04:22:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:49 smithi003 ceph-mon[96088]: 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-08T04:22:50.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:50.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:51.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:51.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:51 smithi094 ceph-mon[112176]: 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-08T04:22:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:51 smithi003 ceph-mon[96088]: 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-08T04:22:52.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:52.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:22:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:22:53.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:53.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:53 smithi094 ceph-mon[112176]: pgmap v2598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:53 smithi003 ceph-mon[96088]: pgmap v2598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:22:54.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:54.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:55.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:55.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:55 smithi094 ceph-mon[112176]: pgmap v2599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:55 smithi003 ceph-mon[96088]: pgmap v2599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:22:56.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:56.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:57.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:57.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:57 smithi094 ceph-mon[112176]: 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-08T04:22:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:57 smithi003 ceph-mon[96088]: 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-08T04:22:58.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:58.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:59.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:22:59.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:22:59.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:22:59 smithi094 ceph-mon[112176]: 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-08T04:22:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:22:59 smithi003 ceph-mon[96088]: 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-08T04:23:00.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:00.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:01.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:01.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:01 smithi094 ceph-mon[112176]: 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-08T04:23:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:01 smithi003 ceph-mon[96088]: 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-08T04:23:02.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:02.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:03.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:03.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:03 smithi094 ceph-mon[112176]: pgmap v2603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:03.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:03 smithi003 ceph-mon[96088]: pgmap v2603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:04.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:04.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:05.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:05.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:05 smithi094 ceph-mon[112176]: pgmap v2604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:05 smithi003 ceph-mon[96088]: pgmap v2604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:06.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:06.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:07.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:07.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:07 smithi094 ceph-mon[112176]: 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-08T04:23:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:07 smithi003 ceph-mon[96088]: 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-08T04:23:08.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:08.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:23:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:23:09.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:09.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:09 smithi094 ceph-mon[112176]: 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-08T04:23:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:09 smithi003 ceph-mon[96088]: 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-08T04:23:10.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:10.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:11.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:11.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:11 smithi094 ceph-mon[112176]: 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-08T04:23:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:11 smithi003 ceph-mon[96088]: 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-08T04:23:12.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:12.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:13.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:13.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:13 smithi094 ceph-mon[112176]: pgmap v2608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:13 smithi003 ceph-mon[96088]: pgmap v2608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:14.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:14.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:15 smithi094 ceph-mon[112176]: pgmap v2609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:15.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:15.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:15 smithi003 ceph-mon[96088]: pgmap v2609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:16.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:16.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:17 smithi094 ceph-mon[112176]: 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-08T04:23:17.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:17.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:17 smithi003 ceph-mon[96088]: 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-08T04:23:18.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:18.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:19 smithi094 ceph-mon[112176]: 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-08T04:23:19.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:19.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:19 smithi003 ceph-mon[96088]: 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-08T04:23:20.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:20.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:21 smithi094 ceph-mon[112176]: 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-08T04:23:21.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:21.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:21 smithi003 ceph-mon[96088]: 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-08T04:23:22.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:22.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:23:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:23:23.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:23.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:23 smithi094 ceph-mon[112176]: pgmap v2613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:23 smithi003 ceph-mon[96088]: pgmap v2613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:24.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:24.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:25 smithi094 ceph-mon[112176]: pgmap v2614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:25.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:25.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:25 smithi003 ceph-mon[96088]: pgmap v2614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:26.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:26.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:27 smithi094 ceph-mon[112176]: 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-08T04:23:27.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:27.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:27 smithi003 ceph-mon[96088]: 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-08T04:23:28.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:28.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:29 smithi094 ceph-mon[112176]: 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-08T04:23:29.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:29.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:29 smithi003 ceph-mon[96088]: 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-08T04:23:30.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:30.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:23:31.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:31.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:23:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:32 smithi094 ceph-mon[112176]: 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-08T04:23:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:23:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:23:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:23:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:23:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:23:32.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:32.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:32 smithi003 ceph-mon[96088]: 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-08T04:23:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:23:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:23:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:23:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:23:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:23:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:33 smithi094 ceph-mon[112176]: pgmap v2618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:33.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:33.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:33 smithi003 ceph-mon[96088]: pgmap v2618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:34.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:34.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:35 smithi094 ceph-mon[112176]: pgmap v2619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:35.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:35.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:35 smithi003 ceph-mon[96088]: pgmap v2619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:36.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:36.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:37 smithi094 ceph-mon[112176]: 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-08T04:23:37.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:37.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:37 smithi003 ceph-mon[96088]: 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-08T04:23:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:23:38.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:38.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:23:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:39 smithi003 ceph-mon[96088]: 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-08T04:23:39.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:39 smithi094 ceph-mon[112176]: 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-08T04:23:39.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:39.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:40.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:40.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:41 smithi094 ceph-mon[112176]: 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-08T04:23:41.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:41.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:41 smithi003 ceph-mon[96088]: 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-08T04:23:42.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:42.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:43 smithi094 ceph-mon[112176]: pgmap v2623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:43.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:43.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:43 smithi003 ceph-mon[96088]: pgmap v2623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:44.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:44.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:45 smithi094 ceph-mon[112176]: pgmap v2624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:45.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:45.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:45 smithi003 ceph-mon[96088]: pgmap v2624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:46.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:46.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:47 smithi094 ceph-mon[112176]: 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-08T04:23:47.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:47.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:47 smithi003 ceph-mon[96088]: 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-08T04:23:48.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:48.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:49 smithi003 ceph-mon[96088]: 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-08T04:23:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:49 smithi094 ceph-mon[112176]: 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-08T04:23:49.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:49.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:50.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:50.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:51 smithi094 ceph-mon[112176]: 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-08T04:23:51.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:51.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:51 smithi003 ceph-mon[96088]: 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-08T04:23:52.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:52.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:23:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:23:53.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:53.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:53 smithi094 ceph-mon[112176]: pgmap v2628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:53 smithi003 ceph-mon[96088]: pgmap v2628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:23:54.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:54.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:55 smithi094 ceph-mon[112176]: pgmap v2629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:55 smithi003 ceph-mon[96088]: pgmap v2629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:23:55.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:55.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:56.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:56.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:57 smithi094 ceph-mon[112176]: 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-08T04:23:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:57 smithi003 ceph-mon[96088]: 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-08T04:23:57.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:57.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:58.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:58.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:23:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:23:59 smithi094 ceph-mon[112176]: 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-08T04:23:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:23:59 smithi003 ceph-mon[96088]: 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-08T04:23:59.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:23:59.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:00.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:00.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:01 smithi094 ceph-mon[112176]: 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-08T04:24:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:01 smithi003 ceph-mon[96088]: 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-08T04:24:01.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:01.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:02.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:02.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:03 smithi094 ceph-mon[112176]: pgmap v2633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:03 smithi003 ceph-mon[96088]: pgmap v2633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:03.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:03.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:04.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:04.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:05 smithi094 ceph-mon[112176]: pgmap v2634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:05 smithi003 ceph-mon[96088]: pgmap v2634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:05.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:05.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:06.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:06.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:07 smithi094 ceph-mon[112176]: 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-08T04:24:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:07 smithi003 ceph-mon[96088]: 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-08T04:24:07.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:07.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:24:08.857 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:24:08.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:08.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:09 smithi094 ceph-mon[112176]: 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-08T04:24:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:09 smithi003 ceph-mon[96088]: 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-08T04:24:09.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:09.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:10.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:10.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:11 smithi094 ceph-mon[112176]: 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-08T04:24:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:11 smithi003 ceph-mon[96088]: 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-08T04:24:11.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:11.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:12.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:12.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:13 smithi094 ceph-mon[112176]: pgmap v2638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:13 smithi003 ceph-mon[96088]: pgmap v2638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:13.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:13.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:14.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:14.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:15 smithi094 ceph-mon[112176]: pgmap v2639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:15 smithi003 ceph-mon[96088]: pgmap v2639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:15.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:15.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:16.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:16.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:17 smithi094 ceph-mon[112176]: 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-08T04:24:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:17 smithi003 ceph-mon[96088]: 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-08T04:24:17.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:17.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:18.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:18.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:19 smithi094 ceph-mon[112176]: 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-08T04:24:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:19 smithi003 ceph-mon[96088]: 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-08T04:24:19.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:19.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:20.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:20.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:21 smithi094 ceph-mon[112176]: 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-08T04:24:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:21 smithi003 ceph-mon[96088]: 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-08T04:24:21.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:21.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:22.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:22.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:24:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:24:23.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:23.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:23 smithi094 ceph-mon[112176]: pgmap v2643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:23 smithi003 ceph-mon[96088]: pgmap v2643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:24.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:24.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:25 smithi094 ceph-mon[112176]: pgmap v2644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:25 smithi003 ceph-mon[96088]: pgmap v2644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:25.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:25.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:26.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:26.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:27 smithi094 ceph-mon[112176]: 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-08T04:24:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:27 smithi003 ceph-mon[96088]: 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-08T04:24:27.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:27.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:28.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:28.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:29 smithi094 ceph-mon[112176]: 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-08T04:24:29.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:29 smithi003 ceph-mon[96088]: 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-08T04:24:29.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:29.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:30.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:30.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:31 smithi094 ceph-mon[112176]: 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-08T04:24:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:31 smithi003 ceph-mon[96088]: 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-08T04:24:31.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:31.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:24:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:24:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:24:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:24:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:24:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:24:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:24:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:24:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:24:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:24:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:24:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:24:32.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:32.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:33 smithi094 ceph-mon[112176]: pgmap v2648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:33 smithi003 ceph-mon[96088]: pgmap v2648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:33.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:33.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:34.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:34.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:35.646 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:35 smithi094 ceph-mon[112176]: pgmap v2649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:35 smithi003 ceph-mon[96088]: pgmap v2649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:35.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:35.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:36.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:36.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:37 smithi094 ceph-mon[112176]: 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-08T04:24:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:37 smithi003 ceph-mon[96088]: 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-08T04:24:37.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:37.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:24:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:24:38.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:38.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:39 smithi094 ceph-mon[112176]: 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-08T04:24:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:39 smithi003 ceph-mon[96088]: 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-08T04:24:39.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:39.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:40.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:40.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:41 smithi094 ceph-mon[112176]: 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-08T04:24:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:41 smithi003 ceph-mon[96088]: 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-08T04:24:41.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:41.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:42.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:42.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:43 smithi094 ceph-mon[112176]: pgmap v2653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:43 smithi003 ceph-mon[96088]: pgmap v2653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:43.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:43.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:44.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:44.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:45 smithi094 ceph-mon[112176]: pgmap v2654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:45 smithi003 ceph-mon[96088]: pgmap v2654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:45.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:45.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:46.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:46.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:47 smithi094 ceph-mon[112176]: 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-08T04:24:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:47 smithi003 ceph-mon[96088]: 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-08T04:24:47.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:47.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:48.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:48.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:49 smithi094 ceph-mon[112176]: 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-08T04:24:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:49 smithi003 ceph-mon[96088]: 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-08T04:24:49.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:49.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:50.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:50.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:51 smithi094 ceph-mon[112176]: 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-08T04:24:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:51 smithi003 ceph-mon[96088]: 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-08T04:24:51.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:51.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:52.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:52.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:24:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:24:53.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:53.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:53 smithi094 ceph-mon[112176]: pgmap v2658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:53 smithi003 ceph-mon[96088]: pgmap v2658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:24:54.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:54.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:55 smithi094 ceph-mon[112176]: pgmap v2659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:55 smithi003 ceph-mon[96088]: pgmap v2659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:24:55.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:55.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:56.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:56.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:57 smithi094 ceph-mon[112176]: 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-08T04:24:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:57 smithi003 ceph-mon[96088]: 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-08T04:24:57.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:57.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:58.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:58.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:24:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:24:59 smithi094 ceph-mon[112176]: 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-08T04:24:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:24:59 smithi003 ceph-mon[96088]: 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-08T04:24:59.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:24:59.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:00.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:00.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:01 smithi094 ceph-mon[112176]: 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-08T04:25:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:01 smithi003 ceph-mon[96088]: 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-08T04:25:01.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:01.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:02.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:02.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:03 smithi094 ceph-mon[112176]: pgmap v2663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:03 smithi003 ceph-mon[96088]: pgmap v2663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:03.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:03.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:04.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:04.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:05 smithi094 ceph-mon[112176]: pgmap v2664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:05 smithi003 ceph-mon[96088]: pgmap v2664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:05.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:05.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:06.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:06.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:07 smithi094 ceph-mon[112176]: 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-08T04:25:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:07 smithi003 ceph-mon[96088]: 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-08T04:25:07.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:07.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:25:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:25:08.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:08.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:09 smithi094 ceph-mon[112176]: 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-08T04:25:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:09 smithi003 ceph-mon[96088]: 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-08T04:25:09.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:09.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:10.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:10.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:11 smithi094 ceph-mon[112176]: 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-08T04:25:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:11 smithi003 ceph-mon[96088]: 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-08T04:25:11.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:11.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:12.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:12.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:13 smithi094 ceph-mon[112176]: pgmap v2668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:13 smithi003 ceph-mon[96088]: pgmap v2668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:13.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:13.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:14.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:14.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:15 smithi003 ceph-mon[96088]: pgmap v2669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:15 smithi094 ceph-mon[112176]: pgmap v2669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:15.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:15.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:16.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:16.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:17 smithi094 ceph-mon[112176]: 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-08T04:25:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:17 smithi003 ceph-mon[96088]: 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-08T04:25:17.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:17.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:18.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:18.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:19 smithi094 ceph-mon[112176]: 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-08T04:25:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:19 smithi003 ceph-mon[96088]: 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-08T04:25:19.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:19.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:20.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:20.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:21 smithi094 ceph-mon[112176]: 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-08T04:25:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:21 smithi003 ceph-mon[96088]: 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-08T04:25:21.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:21.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:22.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:22.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:25:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:25:23.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:23.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:23 smithi094 ceph-mon[112176]: pgmap v2673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:23 smithi003 ceph-mon[96088]: pgmap v2673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:24.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:24.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:25 smithi094 ceph-mon[112176]: pgmap v2674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:25 smithi003 ceph-mon[96088]: pgmap v2674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:25.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:25.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:26.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:26.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:27 smithi094 ceph-mon[112176]: 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-08T04:25:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:27 smithi003 ceph-mon[96088]: 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-08T04:25:27.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:27.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:28.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:28.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:29 smithi094 ceph-mon[112176]: 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-08T04:25:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:29 smithi003 ceph-mon[96088]: 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-08T04:25:29.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:29.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:30.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:30.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:31 smithi094 ceph-mon[112176]: 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-08T04:25:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:31 smithi003 ceph-mon[96088]: 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-08T04:25:31.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:31.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:25:32.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:32.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:25:33.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:33.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:33 smithi094 ceph-mon[112176]: pgmap v2678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:33 smithi003 ceph-mon[96088]: pgmap v2678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:34.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:34.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:35.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:35.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:25:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:25:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:36 smithi094 ceph-mon[112176]: pgmap v2679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:25:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:25:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:25:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:25:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:36 smithi003 ceph-mon[96088]: pgmap v2679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:25:36.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:36.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:37 smithi094 ceph-mon[112176]: 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-08T04:25:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:37 smithi003 ceph-mon[96088]: 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-08T04:25:37.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:37.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:25:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:25:38.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:38.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:39 smithi094 ceph-mon[112176]: 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-08T04:25:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:39 smithi003 ceph-mon[96088]: 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-08T04:25:39.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:39.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:40.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:40.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:41 smithi094 ceph-mon[112176]: 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-08T04:25:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:41 smithi003 ceph-mon[96088]: 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-08T04:25:41.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:41.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:42.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:42.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:43 smithi094 ceph-mon[112176]: pgmap v2683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:43 smithi003 ceph-mon[96088]: pgmap v2683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:43.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:43.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:44.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:44.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:45 smithi094 ceph-mon[112176]: pgmap v2684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:45 smithi003 ceph-mon[96088]: pgmap v2684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:45.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:45.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:46.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:46.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:47 smithi094 ceph-mon[112176]: 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-08T04:25:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:47 smithi003 ceph-mon[96088]: 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-08T04:25:47.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:47.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:48.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:48.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:49 smithi094 ceph-mon[112176]: 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-08T04:25:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:49 smithi003 ceph-mon[96088]: 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-08T04:25:49.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:49.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:50.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:50.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:51 smithi094 ceph-mon[112176]: 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-08T04:25:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:51 smithi003 ceph-mon[96088]: 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-08T04:25:51.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:51.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:52.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:52.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:25:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:25:53.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:53.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:53 smithi094 ceph-mon[112176]: pgmap v2688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:53 smithi003 ceph-mon[96088]: pgmap v2688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:25:54.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:54.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:55.661 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:55 smithi003 ceph-mon[96088]: pgmap v2689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:55 smithi094 ceph-mon[112176]: pgmap v2689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:25:55.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:55.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:56.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:56.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:57 smithi094 ceph-mon[112176]: 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-08T04:25:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:57 smithi003 ceph-mon[96088]: 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-08T04:25:57.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:57.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:58.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:58.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:25:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:25:59 smithi094 ceph-mon[112176]: 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-08T04:25:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:25:59 smithi003 ceph-mon[96088]: 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-08T04:25:59.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:25:59.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:00.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:00.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:01 smithi094 ceph-mon[112176]: 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-08T04:26:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:01 smithi003 ceph-mon[96088]: 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-08T04:26:01.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:01.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:02.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:02.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:03 smithi094 ceph-mon[112176]: pgmap v2693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:03 smithi003 ceph-mon[96088]: pgmap v2693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:03.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:03.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:04.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:04.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:05 smithi094 ceph-mon[112176]: pgmap v2694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:05 smithi003 ceph-mon[96088]: pgmap v2694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:05.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:05.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:06.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:06.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:07 smithi094 ceph-mon[112176]: 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-08T04:26:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:07 smithi003 ceph-mon[96088]: 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-08T04:26:07.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:07.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:26:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:26:08.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:08.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:09 smithi094 ceph-mon[112176]: 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-08T04:26:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:09 smithi003 ceph-mon[96088]: 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-08T04:26:09.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:09.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:10.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:10.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:11.631 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:11 smithi094 ceph-mon[112176]: 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-08T04:26:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:11 smithi003 ceph-mon[96088]: 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-08T04:26:11.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:11.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:12.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:12.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:13 smithi094 ceph-mon[112176]: pgmap v2698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:13 smithi003 ceph-mon[96088]: pgmap v2698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:13.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:13.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:14.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:14.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:15 smithi094 ceph-mon[112176]: pgmap v2699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:15 smithi003 ceph-mon[96088]: pgmap v2699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:15.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:15.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:16.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:16.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:17 smithi094 ceph-mon[112176]: 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-08T04:26:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:17 smithi003 ceph-mon[96088]: 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-08T04:26:17.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:17.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:18.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:18.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:19 smithi094 ceph-mon[112176]: 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-08T04:26:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:19 smithi003 ceph-mon[96088]: 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-08T04:26:19.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:19.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:20.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:20.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:21 smithi094 ceph-mon[112176]: 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-08T04:26:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:21 smithi003 ceph-mon[96088]: 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-08T04:26:21.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:21.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:22.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:22.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:26:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:26:23.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:23.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:23 smithi094 ceph-mon[112176]: pgmap v2703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:23 smithi003 ceph-mon[96088]: pgmap v2703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:24.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:24.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:25 smithi094 ceph-mon[112176]: pgmap v2704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:25 smithi003 ceph-mon[96088]: pgmap v2704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:25.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:25.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:26.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:26.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:27 smithi094 ceph-mon[112176]: 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-08T04:26:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:27 smithi003 ceph-mon[96088]: 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-08T04:26:27.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:27.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:28.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:28.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:29 smithi094 ceph-mon[112176]: 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-08T04:26:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:29 smithi003 ceph-mon[96088]: 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-08T04:26:29.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:29.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:30.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:30.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:31 smithi094 ceph-mon[112176]: 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-08T04:26:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:31 smithi003 ceph-mon[96088]: 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-08T04:26:31.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:31.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:32.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:32.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:33 smithi094 ceph-mon[112176]: pgmap v2708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:33 smithi003 ceph-mon[96088]: pgmap v2708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:33.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:33.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:34.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:34.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:35 smithi094 ceph-mon[112176]: pgmap v2709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:35 smithi003 ceph-mon[96088]: pgmap v2709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:35.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:35.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:26:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:26:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:26:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:26:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:26:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:26:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:26:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:26:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:26:36.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:26:37.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:37.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:37 smithi094 ceph-mon[112176]: 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-08T04:26:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:37 smithi003 ceph-mon[96088]: 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-08T04:26:38.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:38.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:26:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:26:39.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:39.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:39 smithi094 ceph-mon[112176]: 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-08T04:26:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:39 smithi003 ceph-mon[96088]: 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-08T04:26:40.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:40.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:41.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:41.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:41 smithi003 ceph-mon[96088]: 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-08T04:26:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:41 smithi094 ceph-mon[112176]: 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-08T04:26:42.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:42.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:43.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:43.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:43 smithi094 ceph-mon[112176]: pgmap v2713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:43 smithi003 ceph-mon[96088]: pgmap v2713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:44.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:44.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:45.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:45.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:45 smithi094 ceph-mon[112176]: pgmap v2714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:45 smithi003 ceph-mon[96088]: pgmap v2714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:46.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:46.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:47.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:47.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:47 smithi094 ceph-mon[112176]: 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-08T04:26:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:47 smithi003 ceph-mon[96088]: 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-08T04:26:48.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:48.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:49.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:49.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:49 smithi094 ceph-mon[112176]: 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-08T04:26:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:49 smithi003 ceph-mon[96088]: 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-08T04:26:50.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:50.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:51.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:51.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:51 smithi094 ceph-mon[112176]: 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-08T04:26:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:51 smithi003 ceph-mon[96088]: 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-08T04:26:52.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:52.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:53.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:53.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:26:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:26:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:53 smithi094 ceph-mon[112176]: pgmap v2718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:53 smithi003 ceph-mon[96088]: pgmap v2718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:26:55.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:55 smithi094 ceph-mon[112176]: pgmap v2719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:55 smithi003 ceph-mon[96088]: pgmap v2719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:26:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:57.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:57.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:57 smithi094 ceph-mon[112176]: 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-08T04:26:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:57 smithi003 ceph-mon[96088]: 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-08T04:26:58.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:58.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:59.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:26:59.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:26:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:26:59 smithi094 ceph-mon[112176]: 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-08T04:26:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:26:59 smithi003 ceph-mon[96088]: 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-08T04:27:00.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:00.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:01.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:01.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:01 smithi094 ceph-mon[112176]: 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-08T04:27:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:01 smithi003 ceph-mon[96088]: 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-08T04:27:02.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:02.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:03.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:03.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:03 smithi094 ceph-mon[112176]: pgmap v2723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:03 smithi003 ceph-mon[96088]: pgmap v2723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:04.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:04.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:05.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:05.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:05 smithi094 ceph-mon[112176]: pgmap v2724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:05 smithi003 ceph-mon[96088]: pgmap v2724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:06.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:06.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:07.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:07.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:07 smithi094 ceph-mon[112176]: 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-08T04:27:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:07 smithi003 ceph-mon[96088]: 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-08T04:27:08.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:08.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:09.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:09.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:09 smithi094 ceph-mon[112176]: 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-08T04:27:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:09 smithi003 ceph-mon[96088]: 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-08T04:27:10.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:10.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:11.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:11.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:11 smithi094 ceph-mon[112176]: 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-08T04:27:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:11 smithi003 ceph-mon[96088]: 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-08T04:27:12.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:12.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:13.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:13.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:13 smithi094 ceph-mon[112176]: pgmap v2728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:13 smithi003 ceph-mon[96088]: pgmap v2728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:14.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:14.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:15.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:15.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:15 smithi094 ceph-mon[112176]: pgmap v2729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:15 smithi003 ceph-mon[96088]: pgmap v2729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:16.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:16.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:17.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:17.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:17 smithi094 ceph-mon[112176]: 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-08T04:27:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:17 smithi003 ceph-mon[96088]: 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-08T04:27:18.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:18.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:19.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:19.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:19 smithi094 ceph-mon[112176]: 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-08T04:27:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:19 smithi003 ceph-mon[96088]: 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-08T04:27:20.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:20.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:21.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:21.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:21 smithi094 ceph-mon[112176]: 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-08T04:27:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:21 smithi003 ceph-mon[96088]: 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-08T04:27:22.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:22.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:23.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:23.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:24.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:24.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:23 smithi094 ceph-mon[112176]: pgmap v2733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:23 smithi003 ceph-mon[96088]: pgmap v2733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:25.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:25.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:25 smithi094 ceph-mon[112176]: pgmap v2734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:25 smithi003 ceph-mon[96088]: pgmap v2734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:26.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:26.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:27.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:27.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:27 smithi094 ceph-mon[112176]: 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-08T04:27:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:27 smithi003 ceph-mon[96088]: 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-08T04:27:28.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:28.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:29.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:29.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:29 smithi094 ceph-mon[112176]: 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-08T04:27:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:29 smithi003 ceph-mon[96088]: 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-08T04:27:30.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:30.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:31.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:31.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:31 smithi094 ceph-mon[112176]: 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-08T04:27:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:31 smithi003 ceph-mon[96088]: 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-08T04:27:32.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:32.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:33.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:33.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:33 smithi094 ceph-mon[112176]: pgmap v2738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:33 smithi003 ceph-mon[96088]: pgmap v2738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:34.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:34.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:35.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:35.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:35 smithi094 ceph-mon[112176]: pgmap v2739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:35 smithi003 ceph-mon[96088]: pgmap v2739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:36.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:36.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:36.807 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:27:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:27:37.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:37.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:37.869 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:37 smithi003 ceph-mon[96088]: 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-08T04:27:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:37 smithi094 ceph-mon[112176]: 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-08T04:27:38.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:38.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:39.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:39.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:40.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:40.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:40 smithi094 ceph-mon[112176]: 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-08T04:27:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:40 smithi003 ceph-mon[96088]: 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-08T04:27:41.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:41.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:42.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:42.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:42 smithi094 ceph-mon[112176]: 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-08T04:27:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:27:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:42 smithi003 ceph-mon[96088]: 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-08T04:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:27:43.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:43.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:44.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:44.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:44 smithi094 ceph-mon[112176]: pgmap v2743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:44 smithi003 ceph-mon[96088]: pgmap v2743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:45.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:45.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:46.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:46.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:46 smithi094 ceph-mon[112176]: pgmap v2744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:46.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:46 smithi003 ceph-mon[96088]: pgmap v2744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:47.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:47.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:48.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:48.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:48 smithi094 ceph-mon[112176]: 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-08T04:27:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:48 smithi003 ceph-mon[96088]: 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-08T04:27:49.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:49.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:50.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:50.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:50 smithi094 ceph-mon[112176]: 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-08T04:27:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:50 smithi003 ceph-mon[96088]: 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-08T04:27:51.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:51.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:52.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:52.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:52 smithi094 ceph-mon[112176]: 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-08T04:27:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:52 smithi003 ceph-mon[96088]: 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-08T04:27:53.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:53.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:54.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:54.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:54 smithi094 ceph-mon[112176]: pgmap v2748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:54 smithi003 ceph-mon[96088]: pgmap v2748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:27:55.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:55.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:56.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:56.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:56 smithi094 ceph-mon[112176]: pgmap v2749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:56 smithi003 ceph-mon[96088]: pgmap v2749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:27:57.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:57.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:58.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:58.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:27:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:27:58 smithi094 ceph-mon[112176]: 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-08T04:27:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:27:58 smithi003 ceph-mon[96088]: 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-08T04:27:59.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:27:59.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:00.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:00.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:00 smithi094 ceph-mon[112176]: 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-08T04:28:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:00 smithi003 ceph-mon[96088]: 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-08T04:28:01.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:01.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:02.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:02.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:02 smithi094 ceph-mon[112176]: 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-08T04:28:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:02 smithi003 ceph-mon[96088]: 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-08T04:28:03.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:03.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:04.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:04.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:04 smithi094 ceph-mon[112176]: pgmap v2753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:04 smithi003 ceph-mon[96088]: pgmap v2753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:05.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:05.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:06.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:06.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:06 smithi094 ceph-mon[112176]: pgmap v2754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:06 smithi003 ceph-mon[96088]: pgmap v2754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:07.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:07.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:08.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:08.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:08 smithi094 ceph-mon[112176]: 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-08T04:28:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:08 smithi003 ceph-mon[96088]: 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-08T04:28:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:09.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:09.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:10.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:10.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:10 smithi094 ceph-mon[112176]: 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-08T04:28:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:10 smithi003 ceph-mon[96088]: 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-08T04:28:11.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:11.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:12.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:12.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:12.895 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:12 smithi094 ceph-mon[112176]: 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-08T04:28:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:12 smithi003 ceph-mon[96088]: 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-08T04:28:13.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:13.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:14.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:14.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:14 smithi094 ceph-mon[112176]: pgmap v2758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:14 smithi003 ceph-mon[96088]: pgmap v2758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:15.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:15.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:16.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:16.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:16 smithi094 ceph-mon[112176]: pgmap v2759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:16 smithi003 ceph-mon[96088]: pgmap v2759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:17.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:17.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:18.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:18.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:18 smithi094 ceph-mon[112176]: 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-08T04:28:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:18 smithi003 ceph-mon[96088]: 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-08T04:28:19.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:19.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:20.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:20.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:20 smithi094 ceph-mon[112176]: 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-08T04:28:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:20 smithi003 ceph-mon[96088]: 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-08T04:28:21.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:21.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:22.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:22.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:22 smithi094 ceph-mon[112176]: 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-08T04:28:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:22 smithi003 ceph-mon[96088]: 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-08T04:28:23.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:23.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:24.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:24.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:24 smithi094 ceph-mon[112176]: pgmap v2763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:24 smithi003 ceph-mon[96088]: pgmap v2763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:25.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:25.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:26.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:26.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:26 smithi094 ceph-mon[112176]: pgmap v2764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:26 smithi003 ceph-mon[96088]: pgmap v2764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:27.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:27.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:28.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:28.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:28 smithi094 ceph-mon[112176]: 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-08T04:28:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:28 smithi003 ceph-mon[96088]: 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-08T04:28:29.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:29.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:30.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:30.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:30 smithi094 ceph-mon[112176]: 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-08T04:28:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:30 smithi003 ceph-mon[96088]: 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-08T04:28:31.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:31.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:32.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:32.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:32 smithi003 ceph-mon[96088]: 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-08T04:28:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:32 smithi094 ceph-mon[112176]: 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-08T04:28:33.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:33.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:34.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:34.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:34 smithi094 ceph-mon[112176]: pgmap v2768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:34 smithi003 ceph-mon[96088]: pgmap v2768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:35.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:35.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:36.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:36.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:36 smithi094 ceph-mon[112176]: pgmap v2769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:36 smithi003 ceph-mon[96088]: pgmap v2769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:37.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:37.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:38.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:38.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:38 smithi094 ceph-mon[112176]: 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-08T04:28:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:38 smithi003 ceph-mon[96088]: 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-08T04:28:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:39.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:39.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:40.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:40.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:40 smithi094 ceph-mon[112176]: 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-08T04:28:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:40 smithi003 ceph-mon[96088]: 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-08T04:28:41.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:41.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:42.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:42.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:42 smithi094 ceph-mon[112176]: 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-08T04:28:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:28:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:28:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:28:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:42 smithi003 ceph-mon[96088]: 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-08T04:28:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:28:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:28:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:28:43.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:43.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:28:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:28:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:28:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:28:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:28:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:28:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:28:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:28:44.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:44.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:45.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:45.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:45 smithi094 ceph-mon[112176]: pgmap v2773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:45 smithi003 ceph-mon[96088]: pgmap v2773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:46.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:46.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:47.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:47.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:47 smithi094 ceph-mon[112176]: pgmap v2774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:47 smithi003 ceph-mon[96088]: pgmap v2774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:48.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:48.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:49.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:49.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:49.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:49 smithi094 ceph-mon[112176]: 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-08T04:28:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:49 smithi003 ceph-mon[96088]: 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-08T04:28:50.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:50.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:51.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:51.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:51 smithi094 ceph-mon[112176]: 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-08T04:28:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:51 smithi003 ceph-mon[96088]: 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-08T04:28:52.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:52.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:53.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:53.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:53 smithi094 ceph-mon[112176]: 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-08T04:28:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:53 smithi003 ceph-mon[96088]: 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-08T04:28:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:54.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:54.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:55.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:55.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:55 smithi094 ceph-mon[112176]: pgmap v2778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:55 smithi003 ceph-mon[96088]: pgmap v2778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:28:56.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:56.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:57.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:57.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:57 smithi094 ceph-mon[112176]: pgmap v2779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:57 smithi003 ceph-mon[96088]: pgmap v2779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:28:58.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:58.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:59.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:28:59.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:28:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:28:59 smithi094 ceph-mon[112176]: 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-08T04:28:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:28:59 smithi003 ceph-mon[96088]: 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-08T04:29:00.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:00.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:01.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:01.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:01 smithi094 ceph-mon[112176]: 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-08T04:29:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:01 smithi003 ceph-mon[96088]: 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-08T04:29:02.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:02.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:03.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:03.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:03 smithi094 ceph-mon[112176]: 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-08T04:29:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:03 smithi003 ceph-mon[96088]: 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-08T04:29:04.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:04.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:05.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:05.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:05 smithi094 ceph-mon[112176]: pgmap v2783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:05 smithi003 ceph-mon[96088]: pgmap v2783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:06.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:06.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:07.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:07.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:07 smithi094 ceph-mon[112176]: pgmap v2784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:07 smithi003 ceph-mon[96088]: pgmap v2784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:08.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:08.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:09.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:09.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:09 smithi094 ceph-mon[112176]: 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-08T04:29:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:09 smithi003 ceph-mon[96088]: 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-08T04:29:10.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:10.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:11.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:11.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:11 smithi094 ceph-mon[112176]: 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-08T04:29:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:11 smithi003 ceph-mon[96088]: 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-08T04:29:12.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:12.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:13 smithi003 ceph-mon[96088]: 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-08T04:29:13.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:13.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:13 smithi094 ceph-mon[112176]: 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-08T04:29:14.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:14.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:15.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:15.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:15 smithi094 ceph-mon[112176]: pgmap v2788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:15 smithi003 ceph-mon[96088]: pgmap v2788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:16.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:16.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:17.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:17.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:17 smithi094 ceph-mon[112176]: pgmap v2789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:17 smithi003 ceph-mon[96088]: pgmap v2789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:18.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:18.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:19.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:19.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:19 smithi094 ceph-mon[112176]: 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-08T04:29:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:19 smithi003 ceph-mon[96088]: 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-08T04:29:20.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:20.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:21.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:21.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:21 smithi094 ceph-mon[112176]: 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-08T04:29:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:21 smithi003 ceph-mon[96088]: 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-08T04:29:22.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:22.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:23.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:23.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:23 smithi094 ceph-mon[112176]: 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-08T04:29:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:23 smithi003 ceph-mon[96088]: 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-08T04:29:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:24.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:24.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:25.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:25.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:25 smithi094 ceph-mon[112176]: pgmap v2793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:25 smithi003 ceph-mon[96088]: pgmap v2793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:26.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:26.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:27.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:27.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:27 smithi094 ceph-mon[112176]: pgmap v2794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:27.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:27 smithi003 ceph-mon[96088]: pgmap v2794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:28.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:28.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:29.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:29.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:29 smithi094 ceph-mon[112176]: 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-08T04:29:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:29 smithi003 ceph-mon[96088]: 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-08T04:29:30.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:30.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:31.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:31.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:31 smithi094 ceph-mon[112176]: 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-08T04:29:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:31 smithi003 ceph-mon[96088]: 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-08T04:29:32.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:32.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:33.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:33.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:33 smithi094 ceph-mon[112176]: 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-08T04:29:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:33 smithi003 ceph-mon[96088]: 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-08T04:29:34.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:34.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:35.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:35.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:35 smithi094 ceph-mon[112176]: pgmap v2798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:35 smithi003 ceph-mon[96088]: pgmap v2798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:36.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:36.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:37.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:37.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:37 smithi094 ceph-mon[112176]: pgmap v2799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:37 smithi003 ceph-mon[96088]: pgmap v2799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:38.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:38.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:39.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:39.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:39 smithi003 ceph-mon[96088]: 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-08T04:29:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:39 smithi094 ceph-mon[112176]: 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-08T04:29:40.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:40.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:41.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:41.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:41 smithi003 ceph-mon[96088]: 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-08T04:29:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:41 smithi094 ceph-mon[112176]: 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-08T04:29:42.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:42.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:43.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:43.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:43 smithi003 ceph-mon[96088]: 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-08T04:29:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:43 smithi094 ceph-mon[112176]: 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-08T04:29:44.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:44.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:29:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:29:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:29:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:29:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:29:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:29:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:29:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:29:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:29:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:29:45.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:45.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:45 smithi003 ceph-mon[96088]: pgmap v2803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:45 smithi094 ceph-mon[112176]: pgmap v2803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:46.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:46.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:47.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:47.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:47 smithi003 ceph-mon[96088]: pgmap v2804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:47 smithi094 ceph-mon[112176]: pgmap v2804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:48.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:48.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:49.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:49.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:49 smithi003 ceph-mon[96088]: 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-08T04:29:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:49 smithi094 ceph-mon[112176]: 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-08T04:29:50.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:50.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:51.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:51.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:51 smithi003 ceph-mon[96088]: 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-08T04:29:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:51 smithi094 ceph-mon[112176]: 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-08T04:29:52.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:52.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:53.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:53.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:53 smithi003 ceph-mon[96088]: 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-08T04:29:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:53 smithi094 ceph-mon[112176]: 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-08T04:29:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:54.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:54.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:55.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:55.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:55 smithi003 ceph-mon[96088]: pgmap v2808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:55 smithi094 ceph-mon[112176]: pgmap v2808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:29:56.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:56.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:57.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:57.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:57 smithi003 ceph-mon[96088]: pgmap v2809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:57 smithi094 ceph-mon[112176]: pgmap v2809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:29:58.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:58.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:59.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:29:59.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:29:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:29:59 smithi094 ceph-mon[112176]: 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-08T04:29:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:29:59 smithi003 ceph-mon[96088]: 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-08T04:30:00.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:00.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:00 smithi003 ceph-mon[96088]: 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-08T04:30:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T04:30:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:00 smithi094 ceph-mon[112176]: 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-08T04:30:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T04:30:01.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:01.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:02.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:02.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:02 smithi003 ceph-mon[96088]: 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-08T04:30:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:02 smithi094 ceph-mon[112176]: 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-08T04:30:03.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:03.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:04.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:04.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:04 smithi003 ceph-mon[96088]: pgmap v2813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:04 smithi094 ceph-mon[112176]: pgmap v2813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:05.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:05.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:06.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:06.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:06 smithi003 ceph-mon[96088]: pgmap v2814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:06 smithi094 ceph-mon[112176]: pgmap v2814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:07.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:07.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:08.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:08.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:08 smithi003 ceph-mon[96088]: 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-08T04:30:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:08 smithi094 ceph-mon[112176]: 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-08T04:30:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:09.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:09.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:10.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:10.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:10 smithi003 ceph-mon[96088]: 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-08T04:30:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:10 smithi094 ceph-mon[112176]: 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-08T04:30:11.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:11.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:12.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:12.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:12 smithi003 ceph-mon[96088]: 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-08T04:30:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:12 smithi094 ceph-mon[112176]: 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-08T04:30:13.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:13.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:14.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:14.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:14 smithi003 ceph-mon[96088]: pgmap v2818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:14 smithi094 ceph-mon[112176]: pgmap v2818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:15.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:15.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:16.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:16.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:16 smithi003 ceph-mon[96088]: pgmap v2819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:16 smithi094 ceph-mon[112176]: pgmap v2819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:17.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:17.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:18.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:18.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:18 smithi003 ceph-mon[96088]: 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-08T04:30:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:18 smithi094 ceph-mon[112176]: 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-08T04:30:19.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:19.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:20.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:20.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:20 smithi003 ceph-mon[96088]: 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-08T04:30:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:20 smithi094 ceph-mon[112176]: 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-08T04:30:21.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:21.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:22.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:22.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:22 smithi003 ceph-mon[96088]: 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-08T04:30:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:22 smithi094 ceph-mon[112176]: 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-08T04:30:23.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:23.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:23.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:24.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:24.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:24 smithi094 ceph-mon[112176]: pgmap v2823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:24 smithi003 ceph-mon[96088]: pgmap v2823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:25.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:25.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:26.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:26.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:26 smithi003 ceph-mon[96088]: pgmap v2824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:26 smithi094 ceph-mon[112176]: pgmap v2824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:27.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:27.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:28.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:28.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:28 smithi003 ceph-mon[96088]: 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-08T04:30:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:28 smithi094 ceph-mon[112176]: 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-08T04:30:29.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:29.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:30.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:30.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:30 smithi003 ceph-mon[96088]: 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-08T04:30:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:30 smithi094 ceph-mon[112176]: 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-08T04:30:31.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:31.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:32.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:32.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:32 smithi003 ceph-mon[96088]: 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-08T04:30:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:32 smithi094 ceph-mon[112176]: 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-08T04:30:33.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:33.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:34.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:34.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:34 smithi094 ceph-mon[112176]: pgmap v2828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:34 smithi003 ceph-mon[96088]: pgmap v2828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:35.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:35.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:36.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:36.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:36 smithi094 ceph-mon[112176]: pgmap v2829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:36 smithi003 ceph-mon[96088]: pgmap v2829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:37.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:37.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:38.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:38.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:38.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:38 smithi003 ceph-mon[96088]: 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-08T04:30:38.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:38 smithi094 ceph-mon[112176]: 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-08T04:30:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:39.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:39.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:40.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:40.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:40 smithi094 ceph-mon[112176]: 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-08T04:30:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:40 smithi003 ceph-mon[96088]: 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-08T04:30:41.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:41.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:42.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:42.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:42 smithi094 ceph-mon[112176]: 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-08T04:30:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:42 smithi003 ceph-mon[96088]: 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-08T04:30:43.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:43.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:44.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:44.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:44 smithi094 ceph-mon[112176]: pgmap v2833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:30:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:30:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:30:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:44 smithi003 ceph-mon[96088]: pgmap v2833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:30:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:30:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:30:45.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:45.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:30:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:30:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:30:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:30:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:30:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:30:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:30:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:30:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:30:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:30:46.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:46.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:46 smithi094 ceph-mon[112176]: pgmap v2834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:46 smithi003 ceph-mon[96088]: pgmap v2834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:47.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:47.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:48.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:48.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:48 smithi094 ceph-mon[112176]: 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-08T04:30:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:48 smithi003 ceph-mon[96088]: 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-08T04:30:49.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:49.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:50.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:50.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:50 smithi094 ceph-mon[112176]: 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-08T04:30:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:50 smithi003 ceph-mon[96088]: 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-08T04:30:51.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:51.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:52.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:52.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:52 smithi094 ceph-mon[112176]: 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-08T04:30:52.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:52 smithi003 ceph-mon[96088]: 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-08T04:30:53.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:53.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:54.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:54.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:54 smithi094 ceph-mon[112176]: pgmap v2838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:54 smithi003 ceph-mon[96088]: pgmap v2838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:30:55.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:55.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:56.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:56.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:56 smithi094 ceph-mon[112176]: pgmap v2839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:56 smithi003 ceph-mon[96088]: pgmap v2839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:30:57.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:57.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:58.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:58.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:30:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:30:58 smithi094 ceph-mon[112176]: 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-08T04:30:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:30:58 smithi003 ceph-mon[96088]: 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-08T04:30:59.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:30:59.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:00.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:00.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:00 smithi094 ceph-mon[112176]: 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-08T04:31:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:00 smithi003 ceph-mon[96088]: 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-08T04:31:01.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:01.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:02.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:02.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:02 smithi094 ceph-mon[112176]: 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-08T04:31:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:02 smithi003 ceph-mon[96088]: 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-08T04:31:03.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:03.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:04.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:04.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:04 smithi094 ceph-mon[112176]: pgmap v2843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:31:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:04 smithi003 ceph-mon[96088]: pgmap v2843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:31:05.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:05.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:06.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:06.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:06.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:06 smithi094 ceph-mon[112176]: pgmap v2844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:06 smithi003 ceph-mon[96088]: pgmap v2844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:07.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:07.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:08.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:08.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:08 smithi094 ceph-mon[112176]: 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-08T04:31:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:08 smithi003 ceph-mon[96088]: 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-08T04:31:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:09.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:09.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:10.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:10.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:10 smithi094 ceph-mon[112176]: 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-08T04:31:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:10 smithi003 ceph-mon[96088]: 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-08T04:31:11.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:11.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:12.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:12.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:12 smithi094 ceph-mon[112176]: 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-08T04:31:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:12 smithi003 ceph-mon[96088]: 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-08T04:31:13.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:13.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:14.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:14.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:14 smithi094 ceph-mon[112176]: 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-08T04:31:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:14 smithi003 ceph-mon[96088]: 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-08T04:31:15.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:15.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:16.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:16.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:16 smithi094 ceph-mon[112176]: pgmap v2849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:16 smithi003 ceph-mon[96088]: pgmap v2849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:17.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:17.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:18.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:18.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:18 smithi003 ceph-mon[96088]: 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-08T04:31:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:18 smithi094 ceph-mon[112176]: 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-08T04:31:19.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:19.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:20.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:20.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:20 smithi003 ceph-mon[96088]: 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-08T04:31:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:20 smithi094 ceph-mon[112176]: 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-08T04:31:21.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:21.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:22.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:22.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:22 smithi003 ceph-mon[96088]: 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-08T04:31:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:22 smithi094 ceph-mon[112176]: 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-08T04:31:23.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:23.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:24.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:24.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:24 smithi003 ceph-mon[96088]: 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-08T04:31:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:24 smithi094 ceph-mon[112176]: 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-08T04:31:25.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:25.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:26.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:26.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:26 smithi003 ceph-mon[96088]: 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-08T04:31:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:26 smithi094 ceph-mon[112176]: 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-08T04:31:27.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:27.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:28.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:28.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:28 smithi003 ceph-mon[96088]: 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-08T04:31:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:28 smithi094 ceph-mon[112176]: 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-08T04:31:29.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:29.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:30.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:30.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:30 smithi003 ceph-mon[96088]: 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-08T04:31:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:30 smithi094 ceph-mon[112176]: 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-08T04:31:31.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:31.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:32.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:32.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:32 smithi003 ceph-mon[96088]: 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-08T04:31:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:32 smithi094 ceph-mon[112176]: 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-08T04:31:33.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:33.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:34.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:34.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:34 smithi003 ceph-mon[96088]: 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-08T04:31:34.993 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:34 smithi094 ceph-mon[112176]: 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-08T04:31:35.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:35.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:36.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:36.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:36 smithi003 ceph-mon[96088]: 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-08T04:31:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:36 smithi094 ceph-mon[112176]: 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-08T04:31:37.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:37.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:38.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:38.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:38 smithi003 ceph-mon[96088]: 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-08T04:31:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:38 smithi094 ceph-mon[112176]: 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-08T04:31:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:39.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:39.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:40.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:40.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:40 smithi003 ceph-mon[96088]: 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-08T04:31:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:40 smithi094 ceph-mon[112176]: 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-08T04:31:41.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:41.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:42.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:42.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:42 smithi003 ceph-mon[96088]: 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-08T04:31:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:42 smithi094 ceph-mon[112176]: 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-08T04:31:43.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:43.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:44.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:44.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:44 smithi003 ceph-mon[96088]: 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-08T04:31:45.098 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:44 smithi094 ceph-mon[112176]: 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-08T04:31:45.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:45.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:31:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:31:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:31:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:31:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:31:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:31:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:31:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:31:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:31:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:31:46.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:46.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:47.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:47.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:47 smithi094 ceph-mon[112176]: 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-08T04:31:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:47 smithi003 ceph-mon[96088]: 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-08T04:31:48.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:48.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:49.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:49.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:49 smithi094 ceph-mon[112176]: 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-08T04:31:49.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:49 smithi003 ceph-mon[96088]: 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-08T04:31:50.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:50.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:51.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:51.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:51 smithi094 ceph-mon[112176]: 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-08T04:31:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:51 smithi003 ceph-mon[96088]: 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-08T04:31:52.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:52.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:53.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:53.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:53 smithi094 ceph-mon[112176]: 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-08T04:31:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:53 smithi003 ceph-mon[96088]: 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-08T04:31:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:54.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:54.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:55.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:55.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:55 smithi094 ceph-mon[112176]: 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-08T04:31:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:55 smithi003 ceph-mon[96088]: 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-08T04:31:56.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:56.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:57.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:57.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:57 smithi094 ceph-mon[112176]: 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-08T04:31:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:57 smithi003 ceph-mon[96088]: 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-08T04:31:58.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:58.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:59.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:31:59.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:31:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:31:59 smithi094 ceph-mon[112176]: 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-08T04:31:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:31:59 smithi003 ceph-mon[96088]: 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-08T04:32:00.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:00.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:01.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:01.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:01 smithi094 ceph-mon[112176]: 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-08T04:32:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:01 smithi003 ceph-mon[96088]: 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-08T04:32:02.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:02.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:03.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:03.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:03 smithi094 ceph-mon[112176]: 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-08T04:32:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:03 smithi003 ceph-mon[96088]: 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-08T04:32:04.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:04.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:05.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:05.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:05 smithi094 ceph-mon[112176]: 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-08T04:32:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:05 smithi003 ceph-mon[96088]: 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-08T04:32:06.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:06.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:07.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:07.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:07 smithi094 ceph-mon[112176]: 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-08T04:32:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:07 smithi003 ceph-mon[96088]: 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-08T04:32:08.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:08.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:09.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:09.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:09 smithi094 ceph-mon[112176]: 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-08T04:32:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:09 smithi003 ceph-mon[96088]: 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-08T04:32:10.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:10.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:11.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:11.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:11 smithi094 ceph-mon[112176]: 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-08T04:32:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:11 smithi003 ceph-mon[96088]: 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-08T04:32:12.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:12.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:13.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:13.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:13 smithi094 ceph-mon[112176]: 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-08T04:32:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:13 smithi003 ceph-mon[96088]: 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-08T04:32:14.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:14.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:15.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:15.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:15 smithi094 ceph-mon[112176]: 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-08T04:32:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:15 smithi003 ceph-mon[96088]: 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-08T04:32:16.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:16.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:17.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:17.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:17 smithi094 ceph-mon[112176]: 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-08T04:32:17.845 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:17 smithi003 ceph-mon[96088]: 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-08T04:32:18.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:18.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:19.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:19.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:19 smithi094 ceph-mon[112176]: 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-08T04:32:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:19 smithi003 ceph-mon[96088]: 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-08T04:32:20.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:20.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:21.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:21.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:21 smithi094 ceph-mon[112176]: 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-08T04:32:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:21 smithi003 ceph-mon[96088]: 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-08T04:32:22.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:22.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:23.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:23.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:23 smithi094 ceph-mon[112176]: 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-08T04:32:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:23 smithi003 ceph-mon[96088]: 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-08T04:32:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:24.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:24.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:25.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:25.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:25 smithi094 ceph-mon[112176]: 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-08T04:32:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:25 smithi003 ceph-mon[96088]: 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-08T04:32:26.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:26.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:27.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:27.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:27 smithi094 ceph-mon[112176]: 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-08T04:32:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:27 smithi003 ceph-mon[96088]: 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-08T04:32:28.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:28.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:29.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:29.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:29 smithi094 ceph-mon[112176]: 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-08T04:32:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:29 smithi003 ceph-mon[96088]: 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-08T04:32:30.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:30.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:31.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:31.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:31 smithi094 ceph-mon[112176]: 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-08T04:32:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:31 smithi003 ceph-mon[96088]: 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-08T04:32:32.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:32.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:33.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:33.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:33 smithi094 ceph-mon[112176]: 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-08T04:32:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:33 smithi003 ceph-mon[96088]: 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-08T04:32:34.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:34.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:35 smithi003 ceph-mon[96088]: 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-08T04:32:35.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:35.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:35.659 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:35 smithi094 ceph-mon[112176]: 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-08T04:32:36.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:36.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:37.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:37.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:37 smithi094 ceph-mon[112176]: 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-08T04:32:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:37 smithi003 ceph-mon[96088]: 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-08T04:32:38.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:38.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:39.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:39.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:39 smithi094 ceph-mon[112176]: 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-08T04:32:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:39 smithi003 ceph-mon[96088]: 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-08T04:32:40.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:40.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:41.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:41.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:41 smithi094 ceph-mon[112176]: 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-08T04:32:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:41 smithi003 ceph-mon[96088]: 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-08T04:32:42.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:42.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:43.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:43.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:43 smithi094 ceph-mon[112176]: 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-08T04:32:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:43 smithi003 ceph-mon[96088]: 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-08T04:32:44.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:44.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:45.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:45.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:45 smithi094 ceph-mon[112176]: 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-08T04:32:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:45 smithi003 ceph-mon[96088]: 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-08T04:32:46.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:46.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:47 smithi094 ceph-mon[112176]: 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-08T04:32:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:47 smithi003 ceph-mon[96088]: 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-08T04:32:47.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:47.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:48.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:48.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:49.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:49.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:49.648 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:49 smithi094 ceph-mon[112176]: 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-08T04:32:49.652 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:49 smithi003 ceph-mon[96088]: 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-08T04:32:50.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:50.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: 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-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:51.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: 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-08T04:32:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:32:51.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:51.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:52.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:52.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:53 smithi094 ceph-mon[112176]: 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-08T04:32:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:53 smithi003 ceph-mon[96088]: 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-08T04:32:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:53.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:53.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:54.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:54.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:55 smithi094 ceph-mon[112176]: 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-08T04:32:55.432 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:55 smithi003 ceph-mon[96088]: 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-08T04:32:55.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:55.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:56.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:56.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:57 smithi094 ceph-mon[112176]: 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-08T04:32:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:57 smithi003 ceph-mon[96088]: 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-08T04:32:57.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:57.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:58.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:58.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:32:59 smithi094 ceph-mon[112176]: 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-08T04:32:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:32:59 smithi003 ceph-mon[96088]: 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-08T04:32:59.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:32:59.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:00.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:00.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:01 smithi094 ceph-mon[112176]: 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-08T04:33:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:01 smithi003 ceph-mon[96088]: 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-08T04:33:01.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:01.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:02.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:02.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:03 smithi094 ceph-mon[112176]: 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-08T04:33:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:03 smithi003 ceph-mon[96088]: 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-08T04:33:03.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:03.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:04.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:04.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:05 smithi094 ceph-mon[112176]: 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-08T04:33:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:05 smithi003 ceph-mon[96088]: 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-08T04:33:05.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:05.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:06.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:06.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:07 smithi094 ceph-mon[112176]: 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-08T04:33:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:07 smithi003 ceph-mon[96088]: 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-08T04:33:07.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:07.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:08.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:08.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:09 smithi094 ceph-mon[112176]: 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-08T04:33:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:09 smithi003 ceph-mon[96088]: 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-08T04:33:09.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:09.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:10.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:10.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:11 smithi094 ceph-mon[112176]: 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-08T04:33:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:11 smithi003 ceph-mon[96088]: 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-08T04:33:11.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:11.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:12.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:12.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:13 smithi094 ceph-mon[112176]: 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-08T04:33:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:13 smithi003 ceph-mon[96088]: 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-08T04:33:13.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:13.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:14.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:14.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:15 smithi094 ceph-mon[112176]: 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-08T04:33:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:15 smithi003 ceph-mon[96088]: 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-08T04:33:15.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:15.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:16.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:16.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:17 smithi094 ceph-mon[112176]: 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-08T04:33:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:17 smithi003 ceph-mon[96088]: 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-08T04:33:17.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:17.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:18.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:18.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:19 smithi094 ceph-mon[112176]: 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-08T04:33:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:19 smithi003 ceph-mon[96088]: 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-08T04:33:19.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:19.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:20.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:20.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:21 smithi094 ceph-mon[112176]: 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-08T04:33:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:21 smithi003 ceph-mon[96088]: 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-08T04:33:21.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:21.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:22.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:22.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:23 smithi094 ceph-mon[112176]: 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-08T04:33:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:23 smithi003 ceph-mon[96088]: 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-08T04:33:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:23.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:23.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:24.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:24.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:25 smithi094 ceph-mon[112176]: 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-08T04:33:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:25 smithi003 ceph-mon[96088]: 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-08T04:33:25.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:25.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:26.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:26.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:27 smithi003 ceph-mon[96088]: 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-08T04:33:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:27 smithi094 ceph-mon[112176]: 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-08T04:33:27.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:27.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:28.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:28.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:29 smithi003 ceph-mon[96088]: 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-08T04:33:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:29 smithi094 ceph-mon[112176]: 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-08T04:33:29.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:29.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:30.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:30.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:31 smithi003 ceph-mon[96088]: 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-08T04:33:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:31 smithi094 ceph-mon[112176]: 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-08T04:33:31.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:31.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:32.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:32.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:33 smithi003 ceph-mon[96088]: 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-08T04:33:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:33 smithi094 ceph-mon[112176]: 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-08T04:33:33.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:33.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:34.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:34.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:35 smithi003 ceph-mon[96088]: 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-08T04:33:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:35 smithi094 ceph-mon[112176]: 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-08T04:33:35.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:35.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:36.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:36.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:37.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:37 smithi003 ceph-mon[96088]: 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-08T04:33:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:37 smithi094 ceph-mon[112176]: 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-08T04:33:37.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:37.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:38.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:38.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:39 smithi003 ceph-mon[96088]: 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-08T04:33:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:39 smithi094 ceph-mon[112176]: 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-08T04:33:39.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:39.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:40.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:40.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:41 smithi003 ceph-mon[96088]: 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-08T04:33:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:41 smithi094 ceph-mon[112176]: 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-08T04:33:41.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:41.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:42.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:42.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:43 smithi003 ceph-mon[96088]: 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-08T04:33:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:43 smithi094 ceph-mon[112176]: 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-08T04:33:43.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:43.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:44.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:44.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:45 smithi003 ceph-mon[96088]: 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-08T04:33:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:45 smithi094 ceph-mon[112176]: 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-08T04:33:45.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:45.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:46.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:46.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:47 smithi003 ceph-mon[96088]: 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-08T04:33:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:47 smithi094 ceph-mon[112176]: 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-08T04:33:47.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:47.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:48.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:48.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:49 smithi003 ceph-mon[96088]: 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-08T04:33:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:49 smithi094 ceph-mon[112176]: 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-08T04:33:49.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:49.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:50.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:50.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:51 smithi003 ceph-mon[96088]: 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-08T04:33:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:33:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:33:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:33:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:33:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:33:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:51 smithi094 ceph-mon[112176]: 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-08T04:33:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:33:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:33:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:33:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:33:51.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:33:51.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:51.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:52.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:52.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:53 smithi003 ceph-mon[96088]: 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-08T04:33:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:53 smithi094 ceph-mon[112176]: 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-08T04:33:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:53.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:53.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:54.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:54.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:55 smithi003 ceph-mon[96088]: 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-08T04:33:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:55 smithi094 ceph-mon[112176]: 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-08T04:33:55.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:55.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:56.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:56.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:57 smithi003 ceph-mon[96088]: 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-08T04:33:57.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:57 smithi094 ceph-mon[112176]: 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-08T04:33:57.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:57.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:58.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:58.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:33:59 smithi003 ceph-mon[96088]: 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-08T04:33:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:33:59 smithi094 ceph-mon[112176]: 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-08T04:33:59.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:33:59.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:00.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:00.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:01 smithi003 ceph-mon[96088]: 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-08T04:34:01.530 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:01 smithi094 ceph-mon[112176]: 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-08T04:34:01.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:01.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:02.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:02.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:03 smithi003 ceph-mon[96088]: 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-08T04:34:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:03 smithi094 ceph-mon[112176]: 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-08T04:34:03.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:03.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:04.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:04.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:05 smithi094 ceph-mon[112176]: 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-08T04:34:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:05 smithi003 ceph-mon[96088]: 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-08T04:34:05.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:05.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:06.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:06.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:07 smithi094 ceph-mon[112176]: 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-08T04:34:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:07 smithi003 ceph-mon[96088]: 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-08T04:34:07.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:07.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:08.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:08.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:09 smithi094 ceph-mon[112176]: 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-08T04:34:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:09 smithi003 ceph-mon[96088]: 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-08T04:34:09.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:09.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:10.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:10.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:11.634 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:11 smithi094 ceph-mon[112176]: 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-08T04:34:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:11 smithi003 ceph-mon[96088]: 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-08T04:34:11.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:11.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:12.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:12.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:13 smithi094 ceph-mon[112176]: 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-08T04:34:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:13 smithi003 ceph-mon[96088]: 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-08T04:34:13.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:13.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:14.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:14.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:15 smithi094 ceph-mon[112176]: 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-08T04:34:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:15 smithi003 ceph-mon[96088]: 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-08T04:34:15.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:15.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:16.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:16.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:17 smithi094 ceph-mon[112176]: 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-08T04:34:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:17 smithi003 ceph-mon[96088]: 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-08T04:34:17.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:17.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:18.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:18.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:19 smithi094 ceph-mon[112176]: 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-08T04:34:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:19 smithi003 ceph-mon[96088]: 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-08T04:34:19.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:19.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:20.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:20.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:21 smithi094 ceph-mon[112176]: 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-08T04:34:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:21 smithi003 ceph-mon[96088]: 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-08T04:34:21.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:21.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:22.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:22.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:23 smithi094 ceph-mon[112176]: 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-08T04:34:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:23 smithi003 ceph-mon[96088]: 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-08T04:34:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:23.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:23.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:24.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:24.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:25 smithi094 ceph-mon[112176]: 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-08T04:34:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:25 smithi003 ceph-mon[96088]: 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-08T04:34:25.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:25.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:26.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:26.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:27 smithi094 ceph-mon[112176]: 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-08T04:34:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:27 smithi003 ceph-mon[96088]: 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-08T04:34:27.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:27.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:28.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:28.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:29 smithi094 ceph-mon[112176]: 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-08T04:34:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:29 smithi003 ceph-mon[96088]: 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-08T04:34:29.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:29.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:30.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:30.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:31 smithi094 ceph-mon[112176]: 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-08T04:34:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:31 smithi003 ceph-mon[96088]: 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-08T04:34:31.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:31.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:32.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:32.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:33 smithi094 ceph-mon[112176]: 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-08T04:34:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:33 smithi003 ceph-mon[96088]: 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-08T04:34:33.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:33.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:34.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:34.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:35 smithi094 ceph-mon[112176]: 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-08T04:34:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:35 smithi003 ceph-mon[96088]: 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-08T04:34:35.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:35.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:36.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:36.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:37 smithi094 ceph-mon[112176]: 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-08T04:34:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:37 smithi003 ceph-mon[96088]: 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-08T04:34:37.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:37.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:38.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:38.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:39 smithi094 ceph-mon[112176]: 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-08T04:34:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:39 smithi003 ceph-mon[96088]: 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-08T04:34:39.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:39.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:40.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:40.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:41.634 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:41 smithi003 ceph-mon[96088]: 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-08T04:34:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:41 smithi094 ceph-mon[112176]: 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-08T04:34:41.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:41.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:42.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:42.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:43 smithi094 ceph-mon[112176]: 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-08T04:34:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:43 smithi003 ceph-mon[96088]: 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-08T04:34:43.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:43.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:44.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:44.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:45 smithi094 ceph-mon[112176]: 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-08T04:34:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:45 smithi003 ceph-mon[96088]: 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-08T04:34:45.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:45.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:46.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:46.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:47 smithi094 ceph-mon[112176]: 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-08T04:34:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:47 smithi003 ceph-mon[96088]: 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-08T04:34:47.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:47.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:48.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:48.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:49 smithi094 ceph-mon[112176]: 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-08T04:34:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:49 smithi003 ceph-mon[96088]: 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-08T04:34:49.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:49.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:50.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:50.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:51 smithi094 ceph-mon[112176]: 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-08T04:34:51.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:34:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:51 smithi003 ceph-mon[96088]: 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-08T04:34:51.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:34:51.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:51.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:34:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:34:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:34:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:34:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:34:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:34:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:34:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:34:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:34:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:34:52.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:52.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:53 smithi094 ceph-mon[112176]: 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-08T04:34:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:53 smithi003 ceph-mon[96088]: 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-08T04:34:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:53.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:53.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:54.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:54.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:55 smithi094 ceph-mon[112176]: 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-08T04:34:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:55 smithi003 ceph-mon[96088]: 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-08T04:34:55.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:55.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:56.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:56.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:57 smithi094 ceph-mon[112176]: 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-08T04:34:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:57 smithi003 ceph-mon[96088]: 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-08T04:34:57.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:57.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:58.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:58.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:34:59 smithi094 ceph-mon[112176]: 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-08T04:34:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:34:59 smithi003 ceph-mon[96088]: 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-08T04:34:59.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:34:59.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:00.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:00.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:01 smithi094 ceph-mon[112176]: 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-08T04:35:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:01 smithi003 ceph-mon[96088]: 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-08T04:35:01.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:01.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:02.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:02.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:03.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:03 smithi094 ceph-mon[112176]: 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-08T04:35:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:03 smithi003 ceph-mon[96088]: 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-08T04:35:03.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:03.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:04.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:04.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:05 smithi094 ceph-mon[112176]: 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-08T04:35:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:05 smithi003 ceph-mon[96088]: 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-08T04:35:05.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:05.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:06.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:06.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:07 smithi094 ceph-mon[112176]: 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-08T04:35:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:07 smithi003 ceph-mon[96088]: 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-08T04:35:07.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:07.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:08.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:08.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:09 smithi094 ceph-mon[112176]: 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-08T04:35:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:09 smithi003 ceph-mon[96088]: 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-08T04:35:09.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:09.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:10.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:10.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:11 smithi094 ceph-mon[112176]: 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-08T04:35:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:11 smithi003 ceph-mon[96088]: 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-08T04:35:11.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:11.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:12.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:12.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:13 smithi094 ceph-mon[112176]: 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-08T04:35:13.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:13 smithi003 ceph-mon[96088]: 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-08T04:35:13.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:13.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:14.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:14.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:15 smithi094 ceph-mon[112176]: 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-08T04:35:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:15 smithi003 ceph-mon[96088]: 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-08T04:35:15.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:15.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:16.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:16.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:17 smithi094 ceph-mon[112176]: 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-08T04:35:17.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:17 smithi003 ceph-mon[96088]: 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-08T04:35:17.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:17.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:18.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:18.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:19 smithi094 ceph-mon[112176]: 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-08T04:35:19.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:19 smithi003 ceph-mon[96088]: 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-08T04:35:19.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:19.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:20.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:20.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:21.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:21 smithi094 ceph-mon[112176]: 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-08T04:35:21.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:21 smithi003 ceph-mon[96088]: 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-08T04:35:21.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:21.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:22.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:22.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:23 smithi094 ceph-mon[112176]: 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-08T04:35:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:23 smithi003 ceph-mon[96088]: 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-08T04:35:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:23.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:23.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:24.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:24.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:25 smithi094 ceph-mon[112176]: 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-08T04:35:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:25 smithi003 ceph-mon[96088]: 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-08T04:35:25.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:25.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:26.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:26.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:27.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:27 smithi003 ceph-mon[96088]: 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-08T04:35:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:27 smithi094 ceph-mon[112176]: 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-08T04:35:27.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:27.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:28.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:28.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:29 smithi094 ceph-mon[112176]: 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-08T04:35:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:29 smithi003 ceph-mon[96088]: 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-08T04:35:29.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:29.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:30.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:30.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:31 smithi094 ceph-mon[112176]: 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-08T04:35:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:31 smithi003 ceph-mon[96088]: 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-08T04:35:31.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:31.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:32.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:32.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:33 smithi094 ceph-mon[112176]: 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-08T04:35:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:33 smithi003 ceph-mon[96088]: 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-08T04:35:33.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:33.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:34.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:34.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:35.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:35 smithi094 ceph-mon[112176]: 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-08T04:35:35.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:35 smithi003 ceph-mon[96088]: 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-08T04:35:35.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:35.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:36.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:36.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:37 smithi094 ceph-mon[112176]: 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-08T04:35:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:37 smithi003 ceph-mon[96088]: 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-08T04:35:37.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:37.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:38.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:38.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:39 smithi094 ceph-mon[112176]: 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-08T04:35:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:39 smithi003 ceph-mon[96088]: 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-08T04:35:39.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:39.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:40.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:40.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:41 smithi094 ceph-mon[112176]: 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-08T04:35:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:41 smithi003 ceph-mon[96088]: 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-08T04:35:41.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:41.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:42.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:42.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:43 smithi094 ceph-mon[112176]: 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-08T04:35:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:43 smithi003 ceph-mon[96088]: 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-08T04:35:43.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:43.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:44.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:44.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:45.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:45 smithi094 ceph-mon[112176]: 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-08T04:35:45.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:45 smithi003 ceph-mon[96088]: 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-08T04:35:45.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:45.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:46.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:46.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:47 smithi003 ceph-mon[96088]: 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-08T04:35:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:47 smithi094 ceph-mon[112176]: 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-08T04:35:47.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:47.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:48.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:48.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:49 smithi003 ceph-mon[96088]: 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-08T04:35:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:49 smithi094 ceph-mon[112176]: 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-08T04:35:49.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:49.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:50.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:50.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:51 smithi003 ceph-mon[96088]: 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-08T04:35:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:51 smithi094 ceph-mon[112176]: 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-08T04:35:51.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:51.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:52.680 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:35:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:35:52.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:52.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:53 smithi003 ceph-mon[96088]: 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-08T04:35:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:53 smithi094 ceph-mon[112176]: 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-08T04:35:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:53.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:53.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:54.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:54.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:55 smithi003 ceph-mon[96088]: 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-08T04:35:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:35:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:35:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:35:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:35:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:35:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:35:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:35:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:55 smithi094 ceph-mon[112176]: 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-08T04:35:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:35:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:35:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:35:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:35:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:35:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:35:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:35:55.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:55.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:56.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:56.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:57.730 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:57 smithi094 ceph-mon[112176]: 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-08T04:35:57.973 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:57 smithi003 ceph-mon[96088]: 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-08T04:35:57.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:57.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:35:58 smithi094 ceph-mon[112176]: 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-08T04:35:58.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:58.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:35:58 smithi003 ceph-mon[96088]: 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-08T04:35:59.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:35:59.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:00 smithi094 ceph-mon[112176]: 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-08T04:36:00.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:00.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:00 smithi003 ceph-mon[96088]: 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-08T04:36:01.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:01.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:02 smithi094 ceph-mon[112176]: 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-08T04:36:02.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:02.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:02 smithi003 ceph-mon[96088]: 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-08T04:36:03.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:03.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:04 smithi094 ceph-mon[112176]: 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-08T04:36:04.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:04.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:04 smithi003 ceph-mon[96088]: 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-08T04:36:05.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:05.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:06 smithi094 ceph-mon[112176]: 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-08T04:36:06.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:06.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:06 smithi003 ceph-mon[96088]: 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-08T04:36:07.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:07.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:08 smithi094 ceph-mon[112176]: 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-08T04:36:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:08.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:08.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:08 smithi003 ceph-mon[96088]: 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-08T04:36:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:09.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:09.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:10 smithi094 ceph-mon[112176]: 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-08T04:36:10.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:10.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:10 smithi003 ceph-mon[96088]: 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-08T04:36:11.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:11.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:12.887 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:12 smithi094 ceph-mon[112176]: 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-08T04:36:12.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:12.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:12 smithi003 ceph-mon[96088]: 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-08T04:36:13.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:13.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:14 smithi094 ceph-mon[112176]: 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-08T04:36:14.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:15.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:15.163 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:14 smithi003 ceph-mon[96088]: 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-08T04:36:15.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:16.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:16 smithi094 ceph-mon[112176]: 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-08T04:36:16.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:17.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:17.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:16 smithi003 ceph-mon[96088]: 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-08T04:36:17.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:18.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:18 smithi094 ceph-mon[112176]: 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-08T04:36:18.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:18.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:18 smithi003 ceph-mon[96088]: 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-08T04:36:19.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:20.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:20 smithi094 ceph-mon[112176]: 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-08T04:36:21.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:21.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:21.177 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:20 smithi003 ceph-mon[96088]: 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-08T04:36:21.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:21.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:22 smithi094 ceph-mon[112176]: 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-08T04:36:22.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:23.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:23.092 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:22 smithi003 ceph-mon[96088]: 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-08T04:36:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:23.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:23.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:24 smithi094 ceph-mon[112176]: 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-08T04:36:24.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:24.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:24 smithi003 ceph-mon[96088]: 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-08T04:36:25.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:25.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:26 smithi094 ceph-mon[112176]: 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-08T04:36:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:26 smithi003 ceph-mon[96088]: 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-08T04:36:26.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:26.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:27.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:27.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:28 smithi094 ceph-mon[112176]: 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-08T04:36:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:28 smithi003 ceph-mon[96088]: 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-08T04:36:28.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:28.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:29.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:29.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:30 smithi094 ceph-mon[112176]: 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-08T04:36:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:30 smithi003 ceph-mon[96088]: 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-08T04:36:30.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:30.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:31.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:31.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:32.892 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:32 smithi003 ceph-mon[96088]: 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-08T04:36:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:32 smithi094 ceph-mon[112176]: 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-08T04:36:32.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:32.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:33.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:33.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:34 smithi094 ceph-mon[112176]: 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-08T04:36:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:34 smithi003 ceph-mon[96088]: 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-08T04:36:34.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:34.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:35.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:35.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:36 smithi094 ceph-mon[112176]: 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-08T04:36:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:36 smithi003 ceph-mon[96088]: 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-08T04:36:37.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:37.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:38.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:38.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:38 smithi094 ceph-mon[112176]: 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-08T04:36:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:38 smithi003 ceph-mon[96088]: 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-08T04:36:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:39.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:39.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:40.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:40.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:40 smithi094 ceph-mon[112176]: 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-08T04:36:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:40 smithi003 ceph-mon[96088]: 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-08T04:36:41.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:41.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:42.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:42.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:42 smithi094 ceph-mon[112176]: 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-08T04:36:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:42 smithi003 ceph-mon[96088]: 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-08T04:36:43.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:43.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:44.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:44.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:44 smithi094 ceph-mon[112176]: 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-08T04:36:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:44 smithi003 ceph-mon[96088]: 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-08T04:36:45.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:45.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:46.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:46.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:46 smithi094 ceph-mon[112176]: 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-08T04:36:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:46 smithi003 ceph-mon[96088]: 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-08T04:36:47.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:47.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:48.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:48.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:48 smithi094 ceph-mon[112176]: 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-08T04:36:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:48 smithi003 ceph-mon[96088]: 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-08T04:36:49.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:49.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:50.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:50.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:50 smithi094 ceph-mon[112176]: 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-08T04:36:51.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:50 smithi003 ceph-mon[96088]: 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-08T04:36:51.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:51.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:52.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:52.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:52 smithi094 ceph-mon[112176]: 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-08T04:36:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:52 smithi003 ceph-mon[96088]: 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-08T04:36:53.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:53.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:54 smithi094 ceph-mon[112176]: 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-08T04:36:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:54 smithi003 ceph-mon[96088]: 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-08T04:36:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:36:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:36:56.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:56.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:56 smithi094 ceph-mon[112176]: 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-08T04:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:36:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:56 smithi003 ceph-mon[96088]: 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-08T04:36:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:36:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:36:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:36:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:36:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:36:57.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:57.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:58.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:58.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:36:58 smithi094 ceph-mon[112176]: 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-08T04:36:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:36:58 smithi003 ceph-mon[96088]: 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-08T04:36:59.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:36:59.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:00.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:00.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:00 smithi094 ceph-mon[112176]: 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-08T04:37:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:00 smithi003 ceph-mon[96088]: 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-08T04:37:01.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:01.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:02.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:02.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:02 smithi094 ceph-mon[112176]: 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-08T04:37:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:02 smithi003 ceph-mon[96088]: 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-08T04:37:03.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:03.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:04.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:04.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:04 smithi094 ceph-mon[112176]: 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-08T04:37:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:04 smithi003 ceph-mon[96088]: 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-08T04:37:05.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:05.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:06.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:06.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:06 smithi094 ceph-mon[112176]: 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-08T04:37:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:06 smithi003 ceph-mon[96088]: 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-08T04:37:07.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:07.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:08.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:08.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:08 smithi003 ceph-mon[96088]: 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-08T04:37:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:08 smithi094 ceph-mon[112176]: 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-08T04:37:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:09.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:09.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:10.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:10.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:10 smithi094 ceph-mon[112176]: 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-08T04:37:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:10 smithi003 ceph-mon[96088]: 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-08T04:37:11.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:11.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:12.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:12.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:12 smithi094 ceph-mon[112176]: 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-08T04:37:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:12 smithi003 ceph-mon[96088]: 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-08T04:37:13.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:13.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:14.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:14.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:14 smithi094 ceph-mon[112176]: 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-08T04:37:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:14 smithi003 ceph-mon[96088]: 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-08T04:37:15.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:15.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:16.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:16.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:16 smithi094 ceph-mon[112176]: 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-08T04:37:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:16 smithi003 ceph-mon[96088]: 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-08T04:37:17.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:17.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:18.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:18.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:18 smithi003 ceph-mon[96088]: 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-08T04:37:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:18 smithi094 ceph-mon[112176]: 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-08T04:37:19.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:19.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:20.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:20.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:20 smithi094 ceph-mon[112176]: 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-08T04:37:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:20 smithi003 ceph-mon[96088]: 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-08T04:37:21.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:21.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:22.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:22.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:22 smithi094 ceph-mon[112176]: 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-08T04:37:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:22 smithi003 ceph-mon[96088]: 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-08T04:37:23.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:23.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:24.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:24.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:24 smithi094 ceph-mon[112176]: 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-08T04:37:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:24 smithi003 ceph-mon[96088]: 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-08T04:37:25.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:25.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:26.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:26.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:26 smithi094 ceph-mon[112176]: 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-08T04:37:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:26 smithi003 ceph-mon[96088]: 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-08T04:37:27.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:27.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:28.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:28.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:28 smithi094 ceph-mon[112176]: 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-08T04:37:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:28 smithi003 ceph-mon[96088]: 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-08T04:37:29.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:29.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:30.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:30.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:30 smithi094 ceph-mon[112176]: 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-08T04:37:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:30 smithi003 ceph-mon[96088]: 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-08T04:37:31.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:31.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:32.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:32.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:32 smithi094 ceph-mon[112176]: 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-08T04:37:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:32 smithi003 ceph-mon[96088]: 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-08T04:37:33.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:33.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:34.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:34.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:34 smithi094 ceph-mon[112176]: 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-08T04:37:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:34 smithi003 ceph-mon[96088]: 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-08T04:37:35.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:35.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:36.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:36.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:36 smithi094 ceph-mon[112176]: 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-08T04:37:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:36 smithi003 ceph-mon[96088]: 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-08T04:37:37.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:37.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:38.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:38.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:38 smithi094 ceph-mon[112176]: 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-08T04:37:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:38 smithi003 ceph-mon[96088]: 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-08T04:37:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:39.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:39.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:40.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:40.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:40 smithi094 ceph-mon[112176]: 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-08T04:37:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:40 smithi003 ceph-mon[96088]: 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-08T04:37:41.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:41.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:42.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:42.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:42 smithi094 ceph-mon[112176]: 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-08T04:37:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:42 smithi003 ceph-mon[96088]: 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-08T04:37:43.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:43.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:44.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:44.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:44 smithi094 ceph-mon[112176]: 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-08T04:37:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:44 smithi003 ceph-mon[96088]: 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-08T04:37:45.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:45.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:46.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:46.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:46 smithi094 ceph-mon[112176]: 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-08T04:37:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:46 smithi003 ceph-mon[96088]: 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-08T04:37:47.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:47.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:48.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:48.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:48.884 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:48 smithi094 ceph-mon[112176]: 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-08T04:37:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:48 smithi003 ceph-mon[96088]: 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-08T04:37:49.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:49.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:50.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:50.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:50 smithi094 ceph-mon[112176]: 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-08T04:37:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:50 smithi003 ceph-mon[96088]: 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-08T04:37:51.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:51.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:52.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:52.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:52 smithi094 ceph-mon[112176]: 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-08T04:37:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:52 smithi003 ceph-mon[96088]: 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-08T04:37:53.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:53.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:53.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:54.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:54.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:54 smithi094 ceph-mon[112176]: 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-08T04:37:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:54 smithi003 ceph-mon[96088]: 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-08T04:37:55.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:55.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:56.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:56.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:56 smithi094 ceph-mon[112176]: 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-08T04:37:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:37:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:56 smithi003 ceph-mon[96088]: 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-08T04:37:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:37:57.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:57.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:58.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:58.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:58.869 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:37:58 smithi003 ceph-mon[96088]: 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-08T04:37:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:37:58 smithi094 ceph-mon[112176]: 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-08T04:37:59.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:37:59.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:00.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:00.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:00 smithi094 ceph-mon[112176]: 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-08T04:38:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:00 smithi003 ceph-mon[96088]: 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-08T04:38:01.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:01.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:38:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:38:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:38:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:38:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:38:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:38:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:38:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:38:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:38:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:38:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:38:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:38:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:38:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:38:02.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:02.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:03.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:03.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:03 smithi094 ceph-mon[112176]: 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-08T04:38:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:03 smithi003 ceph-mon[96088]: 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-08T04:38:04.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:04.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:05.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:05.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:05 smithi094 ceph-mon[112176]: 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-08T04:38:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:05 smithi003 ceph-mon[96088]: 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-08T04:38:06.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:06.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:07.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:07.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:07 smithi094 ceph-mon[112176]: 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-08T04:38:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:07 smithi003 ceph-mon[96088]: 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-08T04:38:08.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:08.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:09.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:09.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:09 smithi003 ceph-mon[96088]: 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-08T04:38:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:09 smithi094 ceph-mon[112176]: 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-08T04:38:10.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:10.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:10 smithi094 ceph-mon[112176]: 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-08T04:38:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:10 smithi003 ceph-mon[96088]: 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-08T04:38:11.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:11.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:12.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:12.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:12 smithi094 ceph-mon[112176]: 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-08T04:38:13.618 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:12 smithi003 ceph-mon[96088]: 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-08T04:38:13.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:13.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:14.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:14.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:14 smithi094 ceph-mon[112176]: 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-08T04:38:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:14 smithi003 ceph-mon[96088]: 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-08T04:38:15.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:15.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:16.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:16.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:16 smithi094 ceph-mon[112176]: 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-08T04:38:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:16 smithi003 ceph-mon[96088]: 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-08T04:38:17.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:17.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:18.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:18.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:18 smithi094 ceph-mon[112176]: 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-08T04:38:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:18 smithi003 ceph-mon[96088]: 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-08T04:38:19.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:19.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:20.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:20.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:20 smithi094 ceph-mon[112176]: 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-08T04:38:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:20 smithi003 ceph-mon[96088]: 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-08T04:38:21.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:21.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:22.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:22.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:22 smithi094 ceph-mon[112176]: 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-08T04:38:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:22 smithi003 ceph-mon[96088]: 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-08T04:38:23.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:23.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:23.920 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:24.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:24.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:24 smithi094 ceph-mon[112176]: 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-08T04:38:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:24 smithi003 ceph-mon[96088]: 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-08T04:38:25.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:25.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:26.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:26.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:26 smithi094 ceph-mon[112176]: 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-08T04:38:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:26 smithi003 ceph-mon[96088]: 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-08T04:38:27.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:27.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:28.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:28.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:28 smithi094 ceph-mon[112176]: 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-08T04:38:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:28 smithi003 ceph-mon[96088]: 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-08T04:38:29.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:29.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:30.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:30.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:30 smithi094 ceph-mon[112176]: 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-08T04:38:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:30 smithi003 ceph-mon[96088]: 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-08T04:38:31.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:31.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:32.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:32.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:32 smithi094 ceph-mon[112176]: 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-08T04:38:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:32 smithi003 ceph-mon[96088]: 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-08T04:38:33.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:33.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:34.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:34.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:34 smithi094 ceph-mon[112176]: 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-08T04:38:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:34 smithi003 ceph-mon[96088]: 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-08T04:38:35.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:35.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:36.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:36.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:36 smithi094 ceph-mon[112176]: 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-08T04:38:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:36 smithi003 ceph-mon[96088]: 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-08T04:38:37.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:37.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:38.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:38.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:38 smithi094 ceph-mon[112176]: 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-08T04:38:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:38 smithi003 ceph-mon[96088]: 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-08T04:38:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:39.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:39.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:40.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:40.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:40 smithi094 ceph-mon[112176]: 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-08T04:38:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:40 smithi003 ceph-mon[96088]: 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-08T04:38:41.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:41.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:42.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:42.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:42 smithi094 ceph-mon[112176]: 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-08T04:38:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:42 smithi003 ceph-mon[96088]: 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-08T04:38:43.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:43.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:44.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:44.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:44 smithi003 ceph-mon[96088]: 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-08T04:38:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:44 smithi094 ceph-mon[112176]: 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-08T04:38:45.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:45.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:46.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:46.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:46 smithi094 ceph-mon[112176]: 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-08T04:38:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:46 smithi003 ceph-mon[96088]: 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-08T04:38:47.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:47.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:48.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:48.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:48 smithi094 ceph-mon[112176]: 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-08T04:38:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:48 smithi003 ceph-mon[96088]: 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-08T04:38:49.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:49.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:50.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:50.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:50 smithi094 ceph-mon[112176]: 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-08T04:38:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:50 smithi003 ceph-mon[96088]: 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-08T04:38:51.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:51.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:52.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:52.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:52 smithi094 ceph-mon[112176]: 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-08T04:38:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:52 smithi003 ceph-mon[96088]: 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-08T04:38:53.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:53.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:54.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:54.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:54 smithi094 ceph-mon[112176]: 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-08T04:38:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:54 smithi003 ceph-mon[96088]: 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-08T04:38:55.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:55.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:56.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:56.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:56 smithi094 ceph-mon[112176]: 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-08T04:38:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:56 smithi003 ceph-mon[96088]: 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-08T04:38:57.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:57.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:58.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:58.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:38:58 smithi094 ceph-mon[112176]: 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-08T04:38:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:38:58 smithi003 ceph-mon[96088]: 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-08T04:38:59.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:38:59.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:00.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:00.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:00 smithi094 ceph-mon[112176]: 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-08T04:39:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:00 smithi003 ceph-mon[96088]: 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-08T04:39:01.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:01.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:39:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:39:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:39:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:39:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:39:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:39:02.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:02.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:02 smithi094 ceph-mon[112176]: 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-08T04:39:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:39:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:39:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:39:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:39:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:39:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:02 smithi003 ceph-mon[96088]: 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-08T04:39:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:39:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:39:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:39:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:39:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:39:03.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:03.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:04.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:04.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:04 smithi094 ceph-mon[112176]: 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-08T04:39:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:04 smithi003 ceph-mon[96088]: 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-08T04:39:05.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:05.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:06.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:06.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:06 smithi094 ceph-mon[112176]: 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-08T04:39:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:06 smithi003 ceph-mon[96088]: 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-08T04:39:07.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:07.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:08.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:08.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:08 smithi094 ceph-mon[112176]: 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-08T04:39:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:08 smithi003 ceph-mon[96088]: 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-08T04:39:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:09.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:09.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:10.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:10.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:10 smithi094 ceph-mon[112176]: 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-08T04:39:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:10 smithi003 ceph-mon[96088]: 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-08T04:39:11.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:11.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:12.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:12.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:12 smithi094 ceph-mon[112176]: 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-08T04:39:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:12 smithi003 ceph-mon[96088]: 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-08T04:39:13.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:13.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:14.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:14.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:14 smithi094 ceph-mon[112176]: 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-08T04:39:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:14 smithi003 ceph-mon[96088]: 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-08T04:39:15.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:15.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:16.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:16.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:16 smithi094 ceph-mon[112176]: 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-08T04:39:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:16 smithi003 ceph-mon[96088]: 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-08T04:39:17.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:17.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:18.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:18.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:18 smithi094 ceph-mon[112176]: 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-08T04:39:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:18 smithi003 ceph-mon[96088]: 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-08T04:39:19.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:19.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:20.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:20.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:20 smithi094 ceph-mon[112176]: 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-08T04:39:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:20 smithi003 ceph-mon[96088]: 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-08T04:39:21.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:21.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:22.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:22.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:22 smithi094 ceph-mon[112176]: 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-08T04:39:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:22 smithi003 ceph-mon[96088]: 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-08T04:39:23.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:23.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:24.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:24.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:24 smithi094 ceph-mon[112176]: 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-08T04:39:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:24 smithi003 ceph-mon[96088]: 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-08T04:39:25.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:25.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:26.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:26.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:26 smithi094 ceph-mon[112176]: 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-08T04:39:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:26 smithi003 ceph-mon[96088]: 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-08T04:39:27.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:27.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:28.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:28.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:28 smithi094 ceph-mon[112176]: 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-08T04:39:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:28 smithi003 ceph-mon[96088]: 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-08T04:39:29.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:29.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:30.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:30.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:30 smithi094 ceph-mon[112176]: 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-08T04:39:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:30 smithi003 ceph-mon[96088]: 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-08T04:39:31.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:31.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:32.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:32.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:32 smithi094 ceph-mon[112176]: 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-08T04:39:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:32 smithi003 ceph-mon[96088]: 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-08T04:39:33.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:33.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:34.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:34.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:34 smithi094 ceph-mon[112176]: 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-08T04:39:34.953 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:34 smithi003 ceph-mon[96088]: 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-08T04:39:35.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:35.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:36.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:36.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:36 smithi094 ceph-mon[112176]: 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-08T04:39:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:36 smithi003 ceph-mon[96088]: 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-08T04:39:37.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:37.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:38.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:38.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:38 smithi094 ceph-mon[112176]: 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-08T04:39:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:38 smithi003 ceph-mon[96088]: 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-08T04:39:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:39.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:39.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:40.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:40.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:40 smithi094 ceph-mon[112176]: 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-08T04:39:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:40 smithi003 ceph-mon[96088]: 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-08T04:39:41.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:41.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:42.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:42.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:42 smithi094 ceph-mon[112176]: 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-08T04:39:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:42 smithi003 ceph-mon[96088]: 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-08T04:39:43.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:43.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:44.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:44.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:44 smithi094 ceph-mon[112176]: 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-08T04:39:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:44 smithi003 ceph-mon[96088]: 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-08T04:39:45.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:45.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:46.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:46.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:46 smithi094 ceph-mon[112176]: 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-08T04:39:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:46 smithi003 ceph-mon[96088]: 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-08T04:39:47.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:47.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:48.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:48.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:48 smithi094 ceph-mon[112176]: 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-08T04:39:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:48 smithi003 ceph-mon[96088]: 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-08T04:39:49.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:49.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:50.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:50.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:50 smithi094 ceph-mon[112176]: 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-08T04:39:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:50 smithi003 ceph-mon[96088]: 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-08T04:39:51.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:51.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:52.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:52.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:52 smithi094 ceph-mon[112176]: 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-08T04:39:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:52 smithi003 ceph-mon[96088]: 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-08T04:39:53.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:53.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:54.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:54.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:54 smithi094 ceph-mon[112176]: 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-08T04:39:54.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:54 smithi003 ceph-mon[96088]: 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-08T04:39:55.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:55.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:56.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:56.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:56 smithi094 ceph-mon[112176]: 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-08T04:39:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:56 smithi003 ceph-mon[96088]: 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-08T04:39:57.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:57.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:58.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:58.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:39:58 smithi094 ceph-mon[112176]: 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-08T04:39:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:39:58 smithi003 ceph-mon[96088]: 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-08T04:39:59.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:39:59.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:00.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:00.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:00 smithi094 ceph-mon[112176]: 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-08T04:40:01.172 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T04:40:01.172 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:00 smithi003 ceph-mon[96088]: 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-08T04:40:01.172 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T04:40:01.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:01.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:02.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:02.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:02 smithi003 ceph-mon[96088]: 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-08T04:40:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:40:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:02 smithi094 ceph-mon[112176]: 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-08T04:40:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:40:03.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:03.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:40:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:40:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:40:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:40:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:40:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:40:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:40:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:40:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:40:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:40:04.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:04.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:04 smithi003 ceph-mon[96088]: 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-08T04:40:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:04 smithi094 ceph-mon[112176]: 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-08T04:40:05.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:05.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:06.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:06.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:06 smithi003 ceph-mon[96088]: 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-08T04:40:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:06 smithi094 ceph-mon[112176]: 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-08T04:40:07.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:07.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:08.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:08.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:08 smithi003 ceph-mon[96088]: 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-08T04:40:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:08 smithi094 ceph-mon[112176]: 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-08T04:40:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:09.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:09.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:10.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:10.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:10 smithi094 ceph-mon[112176]: 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-08T04:40:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:10 smithi003 ceph-mon[96088]: 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-08T04:40:11.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:11.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:12.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:12.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:12 smithi094 ceph-mon[112176]: 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-08T04:40:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:12 smithi003 ceph-mon[96088]: 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-08T04:40:13.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:13.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:14.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:14.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:14 smithi094 ceph-mon[112176]: 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-08T04:40:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:14 smithi003 ceph-mon[96088]: 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-08T04:40:15.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:15.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:16.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:16.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:16 smithi094 ceph-mon[112176]: 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-08T04:40:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:16 smithi003 ceph-mon[96088]: 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-08T04:40:17.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:17.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:18.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:18.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:18 smithi094 ceph-mon[112176]: 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-08T04:40:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:18 smithi003 ceph-mon[96088]: 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-08T04:40:19.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:19.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:20.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:20.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:20 smithi003 ceph-mon[96088]: 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-08T04:40:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:20 smithi094 ceph-mon[112176]: 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-08T04:40:21.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:21.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:22.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:22.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:22 smithi094 ceph-mon[112176]: 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-08T04:40:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:22 smithi003 ceph-mon[96088]: 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-08T04:40:23.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:23.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:24.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:24.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:24 smithi094 ceph-mon[112176]: 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-08T04:40:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:24 smithi003 ceph-mon[96088]: 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-08T04:40:25.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:25.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:26.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:26.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:26 smithi094 ceph-mon[112176]: 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-08T04:40:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:26 smithi003 ceph-mon[96088]: 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-08T04:40:27.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:27.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:28.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:28.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:28 smithi094 ceph-mon[112176]: 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-08T04:40:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:28 smithi003 ceph-mon[96088]: 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-08T04:40:29.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:29.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:30.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:30.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:30 smithi094 ceph-mon[112176]: 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-08T04:40:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:30 smithi003 ceph-mon[96088]: 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-08T04:40:31.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:31.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:32.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:32.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:32 smithi094 ceph-mon[112176]: 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-08T04:40:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:32 smithi003 ceph-mon[96088]: 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-08T04:40:33.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:33.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:34.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:34.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:34 smithi094 ceph-mon[112176]: 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-08T04:40:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:34 smithi003 ceph-mon[96088]: 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-08T04:40:35.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:35.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:36.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:36.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:36 smithi094 ceph-mon[112176]: 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-08T04:40:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:36 smithi003 ceph-mon[96088]: 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-08T04:40:37.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:37.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:38.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:38.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:38 smithi094 ceph-mon[112176]: 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-08T04:40:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:38 smithi003 ceph-mon[96088]: 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-08T04:40:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:39.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:39.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:40.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:40.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:40 smithi094 ceph-mon[112176]: 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-08T04:40:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:40 smithi003 ceph-mon[96088]: 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-08T04:40:41.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:41.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:42.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:42.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:42 smithi094 ceph-mon[112176]: 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-08T04:40:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:42 smithi003 ceph-mon[96088]: 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-08T04:40:43.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:43.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:44.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:44.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:44 smithi094 ceph-mon[112176]: 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-08T04:40:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:44 smithi003 ceph-mon[96088]: 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-08T04:40:45.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:45.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:46.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:46.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:46 smithi094 ceph-mon[112176]: 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-08T04:40:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:46 smithi003 ceph-mon[96088]: 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-08T04:40:47.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:47.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:48.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:48.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:48 smithi094 ceph-mon[112176]: 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-08T04:40:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:48 smithi003 ceph-mon[96088]: 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-08T04:40:49.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:49.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:50.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:50.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:50 smithi094 ceph-mon[112176]: 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-08T04:40:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:50 smithi003 ceph-mon[96088]: 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-08T04:40:51.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:51.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:52.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:52.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:52 smithi094 ceph-mon[112176]: 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-08T04:40:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:52 smithi003 ceph-mon[96088]: 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-08T04:40:53.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:53.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:54.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:54.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:54 smithi094 ceph-mon[112176]: 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-08T04:40:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:54 smithi003 ceph-mon[96088]: 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-08T04:40:55.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:55.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:56.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:56.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:56 smithi094 ceph-mon[112176]: 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-08T04:40:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:56 smithi003 ceph-mon[96088]: 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-08T04:40:57.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:57.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:58.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:58.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:40:58 smithi003 ceph-mon[96088]: 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-08T04:40:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:40:58 smithi094 ceph-mon[112176]: 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-08T04:40:59.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:40:59.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:00.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:00.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:00.883 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:00 smithi094 ceph-mon[112176]: 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-08T04:41:00.926 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:00 smithi003 ceph-mon[96088]: 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-08T04:41:01.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:01.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:02.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:02.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:02 smithi094 ceph-mon[112176]: 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-08T04:41:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:02 smithi003 ceph-mon[96088]: 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-08T04:41:03.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:03.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:41:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:41:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:41:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:41:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:41:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:41:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:41:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:41:04.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:04.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:04 smithi094 ceph-mon[112176]: 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-08T04:41:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:04 smithi003 ceph-mon[96088]: 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-08T04:41:05.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:05.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:06.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:06.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:06 smithi003 ceph-mon[96088]: 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-08T04:41:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:06 smithi094 ceph-mon[112176]: 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-08T04:41:07.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:07.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:08.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:08.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:08 smithi003 ceph-mon[96088]: 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-08T04:41:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:08 smithi094 ceph-mon[112176]: 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-08T04:41:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:09.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:09.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:10.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:10.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:10 smithi094 ceph-mon[112176]: 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-08T04:41:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:10 smithi003 ceph-mon[96088]: 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-08T04:41:11.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:11.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:12.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:12.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:12 smithi094 ceph-mon[112176]: 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-08T04:41:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:12 smithi003 ceph-mon[96088]: 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-08T04:41:13.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:13.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:14.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:14.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:14 smithi094 ceph-mon[112176]: 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-08T04:41:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:14 smithi003 ceph-mon[96088]: 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-08T04:41:15.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:15.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:16.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:16.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:16 smithi003 ceph-mon[96088]: 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-08T04:41:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:16 smithi094 ceph-mon[112176]: 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-08T04:41:17.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:17.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:18.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:18.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:18 smithi003 ceph-mon[96088]: 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-08T04:41:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:18 smithi094 ceph-mon[112176]: 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-08T04:41:19.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:19.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:20.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:20.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:20 smithi094 ceph-mon[112176]: 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-08T04:41:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:20 smithi003 ceph-mon[96088]: 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-08T04:41:21.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:21.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:22.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:22.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:22 smithi003 ceph-mon[96088]: 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-08T04:41:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:22 smithi094 ceph-mon[112176]: 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-08T04:41:23.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:23.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:24.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:24.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:24 smithi003 ceph-mon[96088]: 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-08T04:41:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:24 smithi094 ceph-mon[112176]: 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-08T04:41:25.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:25.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:26.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:26.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:26 smithi003 ceph-mon[96088]: 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-08T04:41:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:26 smithi094 ceph-mon[112176]: 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-08T04:41:27.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:27.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:28.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:28.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:28 smithi003 ceph-mon[96088]: 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-08T04:41:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:28 smithi094 ceph-mon[112176]: 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-08T04:41:29.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:29.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:30.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:30.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:30 smithi094 ceph-mon[112176]: 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-08T04:41:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:30 smithi003 ceph-mon[96088]: 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-08T04:41:31.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:31.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:32.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:32.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:32 smithi003 ceph-mon[96088]: 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-08T04:41:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:32 smithi094 ceph-mon[112176]: 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-08T04:41:33.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:33.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:34.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:34.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:34 smithi003 ceph-mon[96088]: 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-08T04:41:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:34 smithi094 ceph-mon[112176]: 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-08T04:41:35.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:35.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:36.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:36.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:36 smithi003 ceph-mon[96088]: 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-08T04:41:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:36 smithi094 ceph-mon[112176]: 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-08T04:41:37.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:37.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:38.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:38.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:38 smithi003 ceph-mon[96088]: 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-08T04:41:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:38 smithi094 ceph-mon[112176]: 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-08T04:41:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:39.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:39.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:40.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:40.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:40 smithi094 ceph-mon[112176]: 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-08T04:41:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:40 smithi003 ceph-mon[96088]: 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-08T04:41:41.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:41.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:42.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:42.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:42 smithi003 ceph-mon[96088]: 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-08T04:41:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:42 smithi094 ceph-mon[112176]: 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-08T04:41:43.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:43.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:44.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:44.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:44 smithi003 ceph-mon[96088]: 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-08T04:41:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:44 smithi094 ceph-mon[112176]: 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-08T04:41:45.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:45.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:46.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:46.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:46 smithi003 ceph-mon[96088]: 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-08T04:41:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:46 smithi094 ceph-mon[112176]: 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-08T04:41:47.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:47.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:48.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:48.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:48 smithi003 ceph-mon[96088]: 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-08T04:41:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:48 smithi094 ceph-mon[112176]: 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-08T04:41:49.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:49.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:50.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:50.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:50 smithi094 ceph-mon[112176]: 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-08T04:41:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:50 smithi003 ceph-mon[96088]: 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-08T04:41:51.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:51.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:52.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:52.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:52 smithi003 ceph-mon[96088]: 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-08T04:41:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:52 smithi094 ceph-mon[112176]: 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-08T04:41:53.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:53.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:54.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:54.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:54 smithi003 ceph-mon[96088]: 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-08T04:41:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:54 smithi094 ceph-mon[112176]: 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-08T04:41:55.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:55.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:56.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:56.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:56 smithi094 ceph-mon[112176]: 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-08T04:41:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:56 smithi003 ceph-mon[96088]: 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-08T04:41:57.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:57.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:58.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:58.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:41:58 smithi003 ceph-mon[96088]: 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-08T04:41:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:41:58 smithi094 ceph-mon[112176]: 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-08T04:41:59.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:41:59.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:00.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:00.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:00 smithi094 ceph-mon[112176]: 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-08T04:42:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:00 smithi003 ceph-mon[96088]: 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-08T04:42:01.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:01.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:02.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:02.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:02 smithi003 ceph-mon[96088]: 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-08T04:42:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:02 smithi094 ceph-mon[112176]: 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-08T04:42:03.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:03.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:04.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:04.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:04 smithi003 ceph-mon[96088]: 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-08T04:42:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:42:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:42:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:42:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:42:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:42:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:42:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:04 smithi094 ceph-mon[112176]: 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-08T04:42:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:42:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:42:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:42:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:42:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:42:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:42:05.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:05.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:06.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:06.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:06 smithi094 ceph-mon[112176]: 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-08T04:42:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:06 smithi003 ceph-mon[96088]: 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-08T04:42:07.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:07.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:08.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:08.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:08 smithi003 ceph-mon[96088]: 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-08T04:42:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:08 smithi094 ceph-mon[112176]: 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-08T04:42:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:09.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:09.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:10.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:10.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:10 smithi094 ceph-mon[112176]: 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-08T04:42:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:10 smithi003 ceph-mon[96088]: 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-08T04:42:11.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:11.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:12.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:12.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:12 smithi003 ceph-mon[96088]: 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-08T04:42:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:12 smithi094 ceph-mon[112176]: 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-08T04:42:13.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:13.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:14.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:14.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:14 smithi003 ceph-mon[96088]: 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-08T04:42:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:14 smithi094 ceph-mon[112176]: 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-08T04:42:15.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:15.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:16.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:16.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:16 smithi003 ceph-mon[96088]: 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-08T04:42:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:16 smithi094 ceph-mon[112176]: 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-08T04:42:17.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:17.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:18.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:18.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:18 smithi003 ceph-mon[96088]: 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-08T04:42:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:18 smithi094 ceph-mon[112176]: 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-08T04:42:19.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:19.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:20.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:20.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:20 smithi094 ceph-mon[112176]: 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-08T04:42:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:20 smithi003 ceph-mon[96088]: 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-08T04:42:21.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:22.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:22.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:22.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:22 smithi003 ceph-mon[96088]: 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-08T04:42:23.421 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:22 smithi094 ceph-mon[112176]: 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-08T04:42:23.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:23.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:24.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:24.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:24 smithi003 ceph-mon[96088]: 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-08T04:42:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:24 smithi094 ceph-mon[112176]: 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-08T04:42:25.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:25.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:26.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:26.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:26 smithi003 ceph-mon[96088]: 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-08T04:42:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:26 smithi094 ceph-mon[112176]: 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-08T04:42:27.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:27.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:28.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:28.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:28 smithi003 ceph-mon[96088]: 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-08T04:42:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:28 smithi094 ceph-mon[112176]: 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-08T04:42:29.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:29.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:30.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:30.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:30 smithi094 ceph-mon[112176]: 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-08T04:42:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:30 smithi003 ceph-mon[96088]: 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-08T04:42:31.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:31.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:32.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:32.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:32 smithi003 ceph-mon[96088]: 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-08T04:42:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:32 smithi094 ceph-mon[112176]: 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-08T04:42:33.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:33.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:34.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:34.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:34 smithi003 ceph-mon[96088]: 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-08T04:42:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:34 smithi094 ceph-mon[112176]: 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-08T04:42:35.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:35.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:36.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:36.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:36 smithi003 ceph-mon[96088]: 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-08T04:42:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:36 smithi094 ceph-mon[112176]: 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-08T04:42:37.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:37.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:38.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:38.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:38 smithi003 ceph-mon[96088]: 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-08T04:42:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:38 smithi094 ceph-mon[112176]: 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-08T04:42:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:39.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:39.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:40.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:40.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:40 smithi094 ceph-mon[112176]: 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-08T04:42:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:40 smithi003 ceph-mon[96088]: 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-08T04:42:41.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:41.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:42.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:42.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:42 smithi003 ceph-mon[96088]: 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-08T04:42:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:42 smithi094 ceph-mon[112176]: 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-08T04:42:43.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:43.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:44.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:44.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:44 smithi003 ceph-mon[96088]: 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-08T04:42:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:44 smithi094 ceph-mon[112176]: 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-08T04:42:45.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:45.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:46.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:46.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:46.983 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:46 smithi094 ceph-mon[112176]: 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-08T04:42:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:46 smithi003 ceph-mon[96088]: 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-08T04:42:47.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:47.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:48.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:48.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:48 smithi003 ceph-mon[96088]: 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-08T04:42:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:48 smithi094 ceph-mon[112176]: 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-08T04:42:49.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:49.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:50.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:50.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:50 smithi094 ceph-mon[112176]: 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-08T04:42:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:50 smithi003 ceph-mon[96088]: 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-08T04:42:51.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:51.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:52.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:52.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:52 smithi003 ceph-mon[96088]: 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-08T04:42:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:52 smithi094 ceph-mon[112176]: 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-08T04:42:53.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:53.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:54.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:54.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:54 smithi003 ceph-mon[96088]: 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-08T04:42:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:54 smithi094 ceph-mon[112176]: 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-08T04:42:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:56.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:56.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:56 smithi003 ceph-mon[96088]: 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-08T04:42:57.088 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:56 smithi094 ceph-mon[112176]: 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-08T04:42:57.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:57.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:58.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:58.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:58.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:42:58 smithi003 ceph-mon[96088]: 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-08T04:42:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:42:58 smithi094 ceph-mon[112176]: 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-08T04:42:59.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:42:59.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:00.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:00.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:00 smithi094 ceph-mon[112176]: 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-08T04:43:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:00 smithi003 ceph-mon[96088]: 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-08T04:43:01.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:01.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:02.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:02.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:02 smithi003 ceph-mon[96088]: 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-08T04:43:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:02 smithi094 ceph-mon[112176]: 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-08T04:43:03.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:03.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:04.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:04.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:04 smithi003 ceph-mon[96088]: 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-08T04:43:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:43:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:04 smithi094 ceph-mon[112176]: 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-08T04:43:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:43:05.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:05.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:43:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:43:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:43:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:43:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:43:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:43:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:43:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:43:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:43:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:43:06.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:06.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:06 smithi003 ceph-mon[96088]: 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-08T04:43:07.557 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:06 smithi094 ceph-mon[112176]: 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-08T04:43:07.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:07.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:08.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:08.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:08 smithi003 ceph-mon[96088]: 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-08T04:43:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:08 smithi094 ceph-mon[112176]: 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-08T04:43:09.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:09.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:10.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:10.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:10 smithi094 ceph-mon[112176]: 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-08T04:43:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:10 smithi003 ceph-mon[96088]: 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-08T04:43:11.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:11.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:12.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:12.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:12 smithi003 ceph-mon[96088]: 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-08T04:43:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:12 smithi094 ceph-mon[112176]: 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-08T04:43:13.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:13.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:14.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:14.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:14 smithi003 ceph-mon[96088]: 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-08T04:43:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:14 smithi094 ceph-mon[112176]: 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-08T04:43:15.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:15.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:16.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:16.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:16 smithi003 ceph-mon[96088]: 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-08T04:43:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:16 smithi094 ceph-mon[112176]: 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-08T04:43:17.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:17.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:18.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:18.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:18 smithi003 ceph-mon[96088]: 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-08T04:43:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:18 smithi094 ceph-mon[112176]: 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-08T04:43:19.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:19.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:20.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:20.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:20 smithi094 ceph-mon[112176]: 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-08T04:43:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:20 smithi003 ceph-mon[96088]: 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-08T04:43:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:22.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:22.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:22 smithi003 ceph-mon[96088]: 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-08T04:43:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:22 smithi094 ceph-mon[112176]: 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-08T04:43:25.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:25.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:25.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:25.498 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:25.498 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:24 smithi094 ceph-mon[112176]: 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-08T04:43:25.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:25.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:25.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:24 smithi003 ceph-mon[96088]: 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-08T04:43:25.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:26.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:26.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:26.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:26 smithi003 ceph-mon[96088]: 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-08T04:43:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:26 smithi094 ceph-mon[112176]: 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-08T04:43:27.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:27.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:28.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:28.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:28 smithi003 ceph-mon[96088]: 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-08T04:43:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:28 smithi094 ceph-mon[112176]: 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-08T04:43:29.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:29.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:30.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:30.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:30 smithi094 ceph-mon[112176]: 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-08T04:43:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:30 smithi003 ceph-mon[96088]: 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-08T04:43:31.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:31.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:32.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:32.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:32 smithi003 ceph-mon[96088]: 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-08T04:43:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:32 smithi094 ceph-mon[112176]: 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-08T04:43:33.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:33.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:34.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:34.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:34 smithi003 ceph-mon[96088]: 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-08T04:43:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:34 smithi094 ceph-mon[112176]: 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-08T04:43:35.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:35.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:36.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:36.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:36 smithi003 ceph-mon[96088]: 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-08T04:43:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:36 smithi094 ceph-mon[112176]: 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-08T04:43:37.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:37.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:38.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:38.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:38 smithi003 ceph-mon[96088]: 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-08T04:43:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:38 smithi094 ceph-mon[112176]: 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-08T04:43:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:39.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:39.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:40.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:40.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:40 smithi094 ceph-mon[112176]: 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-08T04:43:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:40 smithi003 ceph-mon[96088]: 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-08T04:43:41.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:41.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:42.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:42.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:42 smithi094 ceph-mon[112176]: 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-08T04:43:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:42 smithi003 ceph-mon[96088]: 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-08T04:43:43.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:43.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:44.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:44.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:44 smithi003 ceph-mon[96088]: 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-08T04:43:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:44 smithi094 ceph-mon[112176]: 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-08T04:43:45.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:45.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:46.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:46.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:46 smithi003 ceph-mon[96088]: 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-08T04:43:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:46 smithi094 ceph-mon[112176]: 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-08T04:43:47.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:47.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:48.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:48.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:48 smithi003 ceph-mon[96088]: 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-08T04:43:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:48 smithi094 ceph-mon[112176]: 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-08T04:43:49.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:49.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:50.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:50.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:50 smithi094 ceph-mon[112176]: 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-08T04:43:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:50 smithi003 ceph-mon[96088]: 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-08T04:43:51.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:51.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:52.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:52.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:52 smithi094 ceph-mon[112176]: 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-08T04:43:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:52 smithi003 ceph-mon[96088]: 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-08T04:43:53.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:53.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:54.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:54.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:54 smithi003 ceph-mon[96088]: 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-08T04:43:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:54 smithi094 ceph-mon[112176]: 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-08T04:43:55.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:55.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:56.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:56.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:56 smithi003 ceph-mon[96088]: 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-08T04:43:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:56 smithi094 ceph-mon[112176]: 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-08T04:43:57.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:57.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:58.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:58.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:43:58 smithi003 ceph-mon[96088]: 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-08T04:43:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:43:58 smithi094 ceph-mon[112176]: 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-08T04:43:59.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:43:59.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:00.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:00.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:00 smithi094 ceph-mon[112176]: 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-08T04:44:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:00 smithi003 ceph-mon[96088]: 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-08T04:44:01.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:01.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:02.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:02.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:02 smithi003 ceph-mon[96088]: 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-08T04:44:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:02 smithi094 ceph-mon[112176]: 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-08T04:44:03.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:03.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:04.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:04.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:04 smithi003 ceph-mon[96088]: 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-08T04:44:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:04 smithi094 ceph-mon[112176]: 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-08T04:44:05.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:05.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:44:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:44:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:44:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:44:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:44:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:44:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:44:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:44:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:44:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:44:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:44:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:44:06.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:06.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:06 smithi003 ceph-mon[96088]: 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-08T04:44:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:06 smithi094 ceph-mon[112176]: 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-08T04:44:07.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:07.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:08.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:08.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:08 smithi003 ceph-mon[96088]: 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-08T04:44:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:08 smithi094 ceph-mon[112176]: 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-08T04:44:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:09.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:09.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:10.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:10.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:10 smithi094 ceph-mon[112176]: 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-08T04:44:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:10 smithi003 ceph-mon[96088]: 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-08T04:44:11.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:11.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:12.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:12.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:12.989 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:12 smithi003 ceph-mon[96088]: 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-08T04:44:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:12 smithi094 ceph-mon[112176]: 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-08T04:44:13.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:13.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:14.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:14.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:14 smithi003 ceph-mon[96088]: 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-08T04:44:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:14 smithi094 ceph-mon[112176]: 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-08T04:44:15.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:15.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:16.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:16.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:16 smithi003 ceph-mon[96088]: 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-08T04:44:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:16 smithi094 ceph-mon[112176]: 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-08T04:44:17.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:17.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:18.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:18.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:18 smithi003 ceph-mon[96088]: 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-08T04:44:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:18 smithi094 ceph-mon[112176]: 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-08T04:44:19.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:19.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:20.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:20.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:20 smithi094 ceph-mon[112176]: 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-08T04:44:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:20 smithi003 ceph-mon[96088]: 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-08T04:44:21.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:21.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:22.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:22.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:22.982 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:22 smithi094 ceph-mon[112176]: 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-08T04:44:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:22 smithi003 ceph-mon[96088]: 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-08T04:44:23.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:23.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:24.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:24.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:24 smithi003 ceph-mon[96088]: 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-08T04:44:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:24 smithi094 ceph-mon[112176]: 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-08T04:44:25.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:25.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:26.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:26.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:26 smithi094 ceph-mon[112176]: 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-08T04:44:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:26 smithi003 ceph-mon[96088]: 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-08T04:44:27.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:27.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:28.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:28.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:28 smithi094 ceph-mon[112176]: 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-08T04:44:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:28 smithi003 ceph-mon[96088]: 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-08T04:44:29.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:29.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:30.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:30.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:30 smithi094 ceph-mon[112176]: 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-08T04:44:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:30 smithi003 ceph-mon[96088]: 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-08T04:44:31.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:31.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:32.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:32.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:32 smithi003 ceph-mon[96088]: 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-08T04:44:33.087 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:32 smithi094 ceph-mon[112176]: 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-08T04:44:33.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:33.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:34.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:34.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:34 smithi003 ceph-mon[96088]: 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-08T04:44:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:34 smithi094 ceph-mon[112176]: 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-08T04:44:35.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:35.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:36.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:36.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:36 smithi003 ceph-mon[96088]: 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-08T04:44:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:36 smithi094 ceph-mon[112176]: 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-08T04:44:37.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:37.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:38.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:38.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:38 smithi094 ceph-mon[112176]: 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-08T04:44:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:38 smithi003 ceph-mon[96088]: 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-08T04:44:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:39.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:39.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:40.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:40.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:40 smithi094 ceph-mon[112176]: 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-08T04:44:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:40 smithi003 ceph-mon[96088]: 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-08T04:44:41.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:41.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:42.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:42.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:42 smithi003 ceph-mon[96088]: 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-08T04:44:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:42 smithi094 ceph-mon[112176]: 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-08T04:44:43.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:43.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:44.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:44.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:44 smithi003 ceph-mon[96088]: 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-08T04:44:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:44 smithi094 ceph-mon[112176]: 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-08T04:44:45.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:45.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:46.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:46.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:46 smithi094 ceph-mon[112176]: 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-08T04:44:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:46 smithi003 ceph-mon[96088]: 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-08T04:44:47.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:47.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:48.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:48.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:48 smithi003 ceph-mon[96088]: 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-08T04:44:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:48 smithi094 ceph-mon[112176]: 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-08T04:44:49.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:49.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:50.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:50.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:50.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:50 smithi094 ceph-mon[112176]: 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-08T04:44:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:50 smithi003 ceph-mon[96088]: 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-08T04:44:51.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:51.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:52.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:52.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:52 smithi003 ceph-mon[96088]: 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-08T04:44:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:52 smithi094 ceph-mon[112176]: 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-08T04:44:53.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:53.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:54.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:54.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:54 smithi094 ceph-mon[112176]: 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-08T04:44:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:54 smithi003 ceph-mon[96088]: 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-08T04:44:55.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:55.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:56.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:56.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:56 smithi094 ceph-mon[112176]: 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-08T04:44:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:56 smithi003 ceph-mon[96088]: 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-08T04:44:57.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:57.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:58.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:58.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:44:58 smithi003 ceph-mon[96088]: 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-08T04:44:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:44:58 smithi094 ceph-mon[112176]: 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-08T04:44:59.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:44:59.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:00.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:00.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:00 smithi094 ceph-mon[112176]: 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-08T04:45:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:00 smithi003 ceph-mon[96088]: 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-08T04:45:01.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:01.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:02.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:02.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:02 smithi094 ceph-mon[112176]: 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-08T04:45:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:02 smithi003 ceph-mon[96088]: 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-08T04:45:03.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:03.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:04.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:04.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:04 smithi094 ceph-mon[112176]: 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-08T04:45:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:04 smithi003 ceph-mon[96088]: 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-08T04:45:05.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:05.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:45:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:45:06.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:06.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:06 smithi094 ceph-mon[112176]: 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-08T04:45:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:45:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:45:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:45:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:45:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:45:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:06 smithi003 ceph-mon[96088]: 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-08T04:45:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:45:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:45:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:45:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:45:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:45:07.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:07.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:08.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:08.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:08 smithi094 ceph-mon[112176]: 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-08T04:45:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:08 smithi003 ceph-mon[96088]: 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-08T04:45:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:09.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:09.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:10.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:10.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:10 smithi094 ceph-mon[112176]: 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-08T04:45:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:10 smithi003 ceph-mon[96088]: 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-08T04:45:11.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:11.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:12.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:12.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:12 smithi094 ceph-mon[112176]: 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-08T04:45:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:12 smithi003 ceph-mon[96088]: 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-08T04:45:13.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:13.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:14.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:14.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:14 smithi094 ceph-mon[112176]: 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-08T04:45:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:14 smithi003 ceph-mon[96088]: 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-08T04:45:15.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:15.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:16.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:16.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:16 smithi094 ceph-mon[112176]: 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-08T04:45:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:16 smithi003 ceph-mon[96088]: 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-08T04:45:17.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:17.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:18.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:18.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:18 smithi094 ceph-mon[112176]: 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-08T04:45:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:18 smithi003 ceph-mon[96088]: 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-08T04:45:19.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:19.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:20.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:20.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:20 smithi094 ceph-mon[112176]: 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-08T04:45:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:20 smithi003 ceph-mon[96088]: 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-08T04:45:21.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:21.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:22.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:22.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:22 smithi094 ceph-mon[112176]: 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-08T04:45:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:22 smithi003 ceph-mon[96088]: 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-08T04:45:23.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:23.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:24.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:24.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:24 smithi094 ceph-mon[112176]: 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-08T04:45:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:24 smithi003 ceph-mon[96088]: 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-08T04:45:25.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:25.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:26.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:26.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:26 smithi094 ceph-mon[112176]: 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-08T04:45:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:26 smithi003 ceph-mon[96088]: 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-08T04:45:27.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:27.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:28.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:28.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:28 smithi094 ceph-mon[112176]: 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-08T04:45:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:28 smithi003 ceph-mon[96088]: 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-08T04:45:29.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:29.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:30.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:30.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:30 smithi094 ceph-mon[112176]: 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-08T04:45:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:30 smithi003 ceph-mon[96088]: 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-08T04:45:31.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:31.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:32.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:32.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:32 smithi094 ceph-mon[112176]: 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-08T04:45:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:32 smithi003 ceph-mon[96088]: 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-08T04:45:33.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:33.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:34.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:34.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:34 smithi094 ceph-mon[112176]: 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-08T04:45:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:34 smithi003 ceph-mon[96088]: 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-08T04:45:35.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:35.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:36.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:36.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:36 smithi094 ceph-mon[112176]: 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-08T04:45:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:36 smithi003 ceph-mon[96088]: 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-08T04:45:37.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:37.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:38.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:38.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:39.085 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:38 smithi003 ceph-mon[96088]: 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-08T04:45:39.085 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:38 smithi094 ceph-mon[112176]: 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-08T04:45:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:39.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:39.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:40.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:40.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:40 smithi094 ceph-mon[112176]: 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-08T04:45:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:40 smithi003 ceph-mon[96088]: 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-08T04:45:41.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:41.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:42.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:42.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:42 smithi094 ceph-mon[112176]: 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-08T04:45:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:42 smithi003 ceph-mon[96088]: 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-08T04:45:43.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:43.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:44.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:44.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:44 smithi094 ceph-mon[112176]: 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-08T04:45:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:44 smithi003 ceph-mon[96088]: 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-08T04:45:45.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:45.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:46.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:46.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:46 smithi094 ceph-mon[112176]: 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-08T04:45:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:46 smithi003 ceph-mon[96088]: 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-08T04:45:47.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:47.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:48.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:48.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:48 smithi094 ceph-mon[112176]: 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-08T04:45:49.199 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:48 smithi003 ceph-mon[96088]: 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-08T04:45:49.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:49.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:50 smithi094 ceph-mon[112176]: 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-08T04:45:50.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:50.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:50 smithi003 ceph-mon[96088]: 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-08T04:45:51.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:51.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:52.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:52.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:52 smithi094 ceph-mon[112176]: 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-08T04:45:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:52 smithi003 ceph-mon[96088]: 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-08T04:45:53.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:53.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:54.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:54.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:54 smithi094 ceph-mon[112176]: 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-08T04:45:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:54 smithi003 ceph-mon[96088]: 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-08T04:45:55.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:55.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:56.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:56.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:56 smithi094 ceph-mon[112176]: 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-08T04:45:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:56 smithi003 ceph-mon[96088]: 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-08T04:45:57.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:57.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:58.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:58.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:45:58 smithi094 ceph-mon[112176]: 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-08T04:45:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:45:58 smithi003 ceph-mon[96088]: 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-08T04:45:59.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:45:59.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:00 smithi094 ceph-mon[112176]: 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-08T04:46:00.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:00.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:00 smithi003 ceph-mon[96088]: 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-08T04:46:01.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:01.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:02.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:02.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:02 smithi094 ceph-mon[112176]: 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-08T04:46:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:02 smithi003 ceph-mon[96088]: 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-08T04:46:03.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:03.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:04.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:04.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:04 smithi094 ceph-mon[112176]: 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-08T04:46:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:04 smithi003 ceph-mon[96088]: 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-08T04:46:05.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:05.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:06.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:06.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:06 smithi094 ceph-mon[112176]: 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-08T04:46:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:46:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:06 smithi003 ceph-mon[96088]: 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-08T04:46:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:46:07.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:07.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:08.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:08.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:09.085 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:08 smithi094 ceph-mon[112176]: 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-08T04:46:09.086 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:08 smithi003 ceph-mon[96088]: 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-08T04:46:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:09.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:09.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:46:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:46:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:46:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:46:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:46:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:46:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:46:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:46:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:46:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:46:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:46:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:46:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:46:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:46:10.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:10.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:11 smithi003 ceph-mon[96088]: 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-08T04:46:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:11 smithi094 ceph-mon[112176]: 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-08T04:46:11.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:11.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:12.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:12.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:13 smithi003 ceph-mon[96088]: 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-08T04:46:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:13 smithi094 ceph-mon[112176]: 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-08T04:46:13.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:13.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:14.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:14.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:15 smithi003 ceph-mon[96088]: 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-08T04:46:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:15 smithi094 ceph-mon[112176]: 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-08T04:46:15.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:15.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:16.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:16.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:17 smithi003 ceph-mon[96088]: 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-08T04:46:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:17 smithi094 ceph-mon[112176]: 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-08T04:46:17.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:17.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:18.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:18.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:19 smithi003 ceph-mon[96088]: 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-08T04:46:19.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:19 smithi094 ceph-mon[112176]: 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-08T04:46:19.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:19.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:20.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:20.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:20 smithi003 ceph-mon[96088]: 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-08T04:46:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:20 smithi094 ceph-mon[112176]: 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-08T04:46:21.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:21.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:22.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:22.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:22 smithi094 ceph-mon[112176]: 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-08T04:46:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:22 smithi003 ceph-mon[96088]: 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-08T04:46:23.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:23.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:24.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:24.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:24 smithi003 ceph-mon[96088]: 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-08T04:46:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:24 smithi094 ceph-mon[112176]: 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-08T04:46:25.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:25.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:26.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:26.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:26 smithi094 ceph-mon[112176]: 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-08T04:46:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:26 smithi003 ceph-mon[96088]: 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-08T04:46:27.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:27.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:28.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:28.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:28 smithi094 ceph-mon[112176]: 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-08T04:46:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:28 smithi003 ceph-mon[96088]: 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-08T04:46:29.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:29.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:30 smithi003 ceph-mon[96088]: 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-08T04:46:30.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:30.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:30 smithi094 ceph-mon[112176]: 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-08T04:46:31.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:31.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:32.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:32.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:32 smithi094 ceph-mon[112176]: 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-08T04:46:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:32 smithi003 ceph-mon[96088]: 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-08T04:46:33.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:33.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:34 smithi003 ceph-mon[96088]: 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-08T04:46:34.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:34.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:34 smithi094 ceph-mon[112176]: 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-08T04:46:36.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:36.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:37.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:37.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:36 smithi094 ceph-mon[112176]: 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-08T04:46:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:36 smithi003 ceph-mon[96088]: 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-08T04:46:38.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:38.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:39.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:39.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:38 smithi094 ceph-mon[112176]: 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-08T04:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:38 smithi003 ceph-mon[96088]: 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-08T04:46:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:40.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:40.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:40 smithi003 ceph-mon[96088]: 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-08T04:46:41.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:41.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:40 smithi094 ceph-mon[112176]: 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-08T04:46:42.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:42.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:43.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:43.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:42 smithi094 ceph-mon[112176]: 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-08T04:46:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:42 smithi003 ceph-mon[96088]: 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-08T04:46:44.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:44.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:45.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:45.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:44 smithi094 ceph-mon[112176]: 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-08T04:46:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:44 smithi003 ceph-mon[96088]: 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-08T04:46:46.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:46.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:47.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:47.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:46 smithi094 ceph-mon[112176]: 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-08T04:46:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:46 smithi003 ceph-mon[96088]: 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-08T04:46:48.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:48.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:49.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:49.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:48 smithi094 ceph-mon[112176]: 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-08T04:46:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:48 smithi003 ceph-mon[96088]: 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-08T04:46:50.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:50.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:50 smithi003 ceph-mon[96088]: 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-08T04:46:51.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:51.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:50 smithi094 ceph-mon[112176]: 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-08T04:46:52.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:52.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:53.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:53.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:52 smithi094 ceph-mon[112176]: 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-08T04:46:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:52 smithi003 ceph-mon[96088]: 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-08T04:46:54.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:54.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:54 smithi094 ceph-mon[112176]: 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-08T04:46:55.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:55.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:54 smithi003 ceph-mon[96088]: 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-08T04:46:56.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:56.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:57.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:57.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:56 smithi094 ceph-mon[112176]: 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-08T04:46:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:56 smithi003 ceph-mon[96088]: 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-08T04:46:58.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:58.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:59.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:46:59.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:46:58 smithi094 ceph-mon[112176]: 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-08T04:46:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:46:58 smithi003 ceph-mon[96088]: 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-08T04:47:00.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:00.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:00 smithi003 ceph-mon[96088]: 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-08T04:47:01.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:01.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:00 smithi094 ceph-mon[112176]: 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-08T04:47:02.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:02.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:03.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:03.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:02 smithi094 ceph-mon[112176]: 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-08T04:47:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:02 smithi003 ceph-mon[96088]: 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-08T04:47:04.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:04.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:04 smithi094 ceph-mon[112176]: 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-08T04:47:05.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:05.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:05.058 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:04 smithi003 ceph-mon[96088]: 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-08T04:47:06.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:06.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:07.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:07.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:06 smithi094 ceph-mon[112176]: 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-08T04:47:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:06 smithi003 ceph-mon[96088]: 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-08T04:47:08.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:08.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:09.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:09.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:08 smithi094 ceph-mon[112176]: 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-08T04:47:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:08 smithi003 ceph-mon[96088]: 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-08T04:47:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:10.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:10.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:10 smithi003 ceph-mon[96088]: 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-08T04:47:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:47:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:47:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:47:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:47:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:47:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:47:11.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:11.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:10 smithi094 ceph-mon[112176]: 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-08T04:47:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:47:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:47:11.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:47:11.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:47:11.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:47:11.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:47:12.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:12.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:13.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:13.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:13.229 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:12 smithi094 ceph-mon[112176]: 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-08T04:47:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:12 smithi003 ceph-mon[96088]: 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-08T04:47:14.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:14.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:15.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:15.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:14 smithi094 ceph-mon[112176]: 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-08T04:47:15.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:14 smithi003 ceph-mon[96088]: 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-08T04:47:16.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:16.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:17.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:17.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:16 smithi094 ceph-mon[112176]: 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-08T04:47:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:16 smithi003 ceph-mon[96088]: 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-08T04:47:18.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:18.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:19.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:19.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:18 smithi094 ceph-mon[112176]: 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-08T04:47:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:18 smithi003 ceph-mon[96088]: 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-08T04:47:20.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:20.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:20 smithi003 ceph-mon[96088]: 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-08T04:47:21.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:21.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:20 smithi094 ceph-mon[112176]: 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-08T04:47:22.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:22.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:23.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:23.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:22 smithi094 ceph-mon[112176]: 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-08T04:47:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:22 smithi003 ceph-mon[96088]: 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-08T04:47:24.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:24.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:25.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:25.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:24 smithi094 ceph-mon[112176]: 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-08T04:47:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:24 smithi003 ceph-mon[96088]: 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-08T04:47:26.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:26.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:27.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:27.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:26 smithi094 ceph-mon[112176]: 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-08T04:47:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:26 smithi003 ceph-mon[96088]: 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-08T04:47:28.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:28.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:29.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:29.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:28 smithi094 ceph-mon[112176]: 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-08T04:47:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:28 smithi003 ceph-mon[96088]: 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-08T04:47:30.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:30.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:30 smithi003 ceph-mon[96088]: 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-08T04:47:31.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:31.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:30 smithi094 ceph-mon[112176]: 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-08T04:47:32.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:32.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:33.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:33.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:32 smithi094 ceph-mon[112176]: 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-08T04:47:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:32 smithi003 ceph-mon[96088]: 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-08T04:47:34.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:34.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:35.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:35.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:34 smithi094 ceph-mon[112176]: 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-08T04:47:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:34 smithi003 ceph-mon[96088]: 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-08T04:47:36.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:36.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:37.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:37.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:36 smithi094 ceph-mon[112176]: 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-08T04:47:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:36 smithi003 ceph-mon[96088]: 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-08T04:47:38.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:38.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:39.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:39.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:38 smithi094 ceph-mon[112176]: 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-08T04:47:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:38 smithi003 ceph-mon[96088]: 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-08T04:47:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:40.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:40.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:40 smithi003 ceph-mon[96088]: 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-08T04:47:41.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:41.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:40 smithi094 ceph-mon[112176]: 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-08T04:47:42.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:42.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:43.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:43.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:42 smithi094 ceph-mon[112176]: 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-08T04:47:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:42 smithi003 ceph-mon[96088]: 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-08T04:47:44.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:44.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:45.076 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:44 smithi094 ceph-mon[112176]: 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-08T04:47:45.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:45.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:44 smithi003 ceph-mon[96088]: 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-08T04:47:46.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:46.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:47.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:47.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:46 smithi094 ceph-mon[112176]: 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-08T04:47:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:46 smithi003 ceph-mon[96088]: 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-08T04:47:48.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:48.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:49.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:49.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:48 smithi094 ceph-mon[112176]: 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-08T04:47:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:48 smithi003 ceph-mon[96088]: 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-08T04:47:50.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:50.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:50 smithi003 ceph-mon[96088]: 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-08T04:47:51.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:51.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:50 smithi094 ceph-mon[112176]: 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-08T04:47:52.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:52.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:53.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:53.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:52 smithi094 ceph-mon[112176]: 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-08T04:47:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:52 smithi003 ceph-mon[96088]: 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-08T04:47:54.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:54.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:55.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:55.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:54 smithi094 ceph-mon[112176]: 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-08T04:47:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:54 smithi003 ceph-mon[96088]: 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-08T04:47:56.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:56.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:57.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:57.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:56 smithi094 ceph-mon[112176]: 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-08T04:47:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:56 smithi003 ceph-mon[96088]: 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-08T04:47:58.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:58.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:59.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:47:59.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:47:58 smithi094 ceph-mon[112176]: 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-08T04:47:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:47:58 smithi003 ceph-mon[96088]: 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-08T04:48:00.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:00.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:00 smithi003 ceph-mon[96088]: 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-08T04:48:01.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:01.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:00 smithi094 ceph-mon[112176]: 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-08T04:48:02.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:02.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:03.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:03.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:02 smithi094 ceph-mon[112176]: 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-08T04:48:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:02 smithi003 ceph-mon[96088]: 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-08T04:48:04.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:04.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:05.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:05.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:04 smithi094 ceph-mon[112176]: 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-08T04:48:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:04 smithi003 ceph-mon[96088]: 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-08T04:48:06.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:06.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:07.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:07.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:06 smithi094 ceph-mon[112176]: 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-08T04:48:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:06 smithi003 ceph-mon[96088]: 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-08T04:48:08.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:08.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:09.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:09.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:08 smithi094 ceph-mon[112176]: 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-08T04:48:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:08 smithi003 ceph-mon[96088]: 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-08T04:48:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:10.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:10.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:10 smithi003 ceph-mon[96088]: 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-08T04:48:11.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:48:11.218 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:10 smithi094 ceph-mon[112176]: 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-08T04:48:11.218 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:48:11.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:11.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:12.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:12.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:13.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:13.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:12 smithi094 ceph-mon[112176]: 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-08T04:48:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:12 smithi003 ceph-mon[96088]: 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-08T04:48:14.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:14.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:14 smithi094 ceph-mon[112176]: 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-08T04:48:15.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:15.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:14 smithi003 ceph-mon[96088]: 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-08T04:48:16.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:16.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:48:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:48:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:48:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:48:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:48:16.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:48:16.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:48:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:48:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:48:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:48:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:48:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:48:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:48:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:48:17.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:17.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:17 smithi003 ceph-mon[96088]: 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-08T04:48:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:17 smithi094 ceph-mon[112176]: 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-08T04:48:18.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:18.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:19.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:19.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:19 smithi094 ceph-mon[112176]: 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-08T04:48:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:19 smithi003 ceph-mon[96088]: 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-08T04:48:20.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:20.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:20 smithi003 ceph-mon[96088]: 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-08T04:48:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:20 smithi094 ceph-mon[112176]: 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-08T04:48:21.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:21.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:22.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:22.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:22 smithi094 ceph-mon[112176]: 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-08T04:48:23.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:23.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:22 smithi003 ceph-mon[96088]: 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-08T04:48:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:24.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:24.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:24 smithi094 ceph-mon[112176]: 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-08T04:48:25.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:25.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:24 smithi003 ceph-mon[96088]: 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-08T04:48:26.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:26.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:26 smithi094 ceph-mon[112176]: 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-08T04:48:27.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:27.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:27.898 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:26 smithi003 ceph-mon[96088]: 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-08T04:48:28.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:28.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:28 smithi094 ceph-mon[112176]: 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-08T04:48:29.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:29.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:28 smithi003 ceph-mon[96088]: 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-08T04:48:30.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:30.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:30 smithi094 ceph-mon[112176]: 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-08T04:48:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:30 smithi003 ceph-mon[96088]: 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-08T04:48:31.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:31.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:32.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:32.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:32 smithi094 ceph-mon[112176]: 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-08T04:48:33.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:33.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:32 smithi003 ceph-mon[96088]: 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-08T04:48:34.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:34.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:34 smithi094 ceph-mon[112176]: 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-08T04:48:35.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:35.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:34 smithi003 ceph-mon[96088]: 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-08T04:48:36.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:36.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:36 smithi094 ceph-mon[112176]: 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-08T04:48:37.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:37.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:36 smithi003 ceph-mon[96088]: 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-08T04:48:38.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:38.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:38 smithi094 ceph-mon[112176]: 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-08T04:48:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:39.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:39.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:38 smithi003 ceph-mon[96088]: 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-08T04:48:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:40.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:40.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:40 smithi094 ceph-mon[112176]: 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-08T04:48:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:40 smithi003 ceph-mon[96088]: 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-08T04:48:41.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:41.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:42.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:42.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:42 smithi094 ceph-mon[112176]: 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-08T04:48:43.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:43.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:42 smithi003 ceph-mon[96088]: 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-08T04:48:44.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:44.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:44 smithi094 ceph-mon[112176]: 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-08T04:48:45.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:45.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:44 smithi003 ceph-mon[96088]: 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-08T04:48:46.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:46.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:46 smithi094 ceph-mon[112176]: 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-08T04:48:47.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:47.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:46 smithi003 ceph-mon[96088]: 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-08T04:48:48.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:48.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:48 smithi094 ceph-mon[112176]: 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-08T04:48:49.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:49.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:48 smithi003 ceph-mon[96088]: 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-08T04:48:50.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:50.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:50 smithi003 ceph-mon[96088]: 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-08T04:48:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:50 smithi094 ceph-mon[112176]: 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-08T04:48:51.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:51.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:52.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:52.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:52 smithi094 ceph-mon[112176]: 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-08T04:48:53.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:53.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:52 smithi003 ceph-mon[96088]: 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-08T04:48:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:54.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:54.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:54 smithi094 ceph-mon[112176]: 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-08T04:48:55.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:55.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:54 smithi003 ceph-mon[96088]: 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-08T04:48:56.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:56.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:56 smithi094 ceph-mon[112176]: 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-08T04:48:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:56 smithi003 ceph-mon[96088]: 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-08T04:48:57.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:57.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:58.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:58.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:48:58 smithi094 ceph-mon[112176]: 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-08T04:48:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:48:58 smithi003 ceph-mon[96088]: 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-08T04:48:59.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:48:59.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:00.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:00.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:00 smithi003 ceph-mon[96088]: 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-08T04:49:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:00 smithi094 ceph-mon[112176]: 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-08T04:49:01.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:01.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:02.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:02.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:02 smithi094 ceph-mon[112176]: 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-08T04:49:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:02 smithi003 ceph-mon[96088]: 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-08T04:49:03.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:03.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:04.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:04.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:04 smithi094 ceph-mon[112176]: 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-08T04:49:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:04 smithi003 ceph-mon[96088]: 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-08T04:49:05.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:05.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:06.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:06.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:06 smithi094 ceph-mon[112176]: 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-08T04:49:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:06 smithi003 ceph-mon[96088]: 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-08T04:49:07.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:07.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:08.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:08.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:08 smithi094 ceph-mon[112176]: 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-08T04:49:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:08 smithi003 ceph-mon[96088]: 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-08T04:49:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:09.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:09.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:10.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:10.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:10.970 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:10 smithi094 ceph-mon[112176]: 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-08T04:49:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:10 smithi003 ceph-mon[96088]: 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-08T04:49:11.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:11.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:12.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:12.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:12 smithi094 ceph-mon[112176]: 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-08T04:49:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:12 smithi003 ceph-mon[96088]: 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-08T04:49:13.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:13.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:14.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:14.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:14 smithi094 ceph-mon[112176]: 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-08T04:49:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:14 smithi003 ceph-mon[96088]: 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-08T04:49:15.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:15.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:49:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:49:16.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:16.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:16 smithi003 ceph-mon[96088]: 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-08T04:49:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:49:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:49:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:49:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:49:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:49:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:49:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:49:17.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:17.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:16 smithi094 ceph-mon[112176]: 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-08T04:49:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:49:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:49:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:49:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:49:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:49:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:49:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:49:18.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:18.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:18 smithi003 ceph-mon[96088]: 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-08T04:49:19.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:19.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:18 smithi094 ceph-mon[112176]: 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-08T04:49:20.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:20.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:20 smithi003 ceph-mon[96088]: 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-08T04:49:21.074 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:20 smithi094 ceph-mon[112176]: 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-08T04:49:21.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:21.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:22.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:22.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:22 smithi094 ceph-mon[112176]: 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-08T04:49:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:22 smithi003 ceph-mon[96088]: 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-08T04:49:23.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:23.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:24.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:24.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:24 smithi094 ceph-mon[112176]: 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-08T04:49:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:24 smithi003 ceph-mon[96088]: 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-08T04:49:25.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:25.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:26.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:26.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:26 smithi003 ceph-mon[96088]: 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-08T04:49:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:26 smithi094 ceph-mon[112176]: 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-08T04:49:27.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:27.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:28.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:28.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:28 smithi094 ceph-mon[112176]: 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-08T04:49:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:28 smithi003 ceph-mon[96088]: 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-08T04:49:29.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:29.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:30.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:30.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:30 smithi003 ceph-mon[96088]: 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-08T04:49:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:30 smithi094 ceph-mon[112176]: 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-08T04:49:31.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:31.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:32.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:32.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:32 smithi094 ceph-mon[112176]: 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-08T04:49:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:32 smithi003 ceph-mon[96088]: 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-08T04:49:33.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:33.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:34.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:34.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:34 smithi094 ceph-mon[112176]: 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-08T04:49:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:34 smithi003 ceph-mon[96088]: 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-08T04:49:35.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:35.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:36.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:36.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:36 smithi094 ceph-mon[112176]: 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-08T04:49:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:36 smithi003 ceph-mon[96088]: 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-08T04:49:37.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:37.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:38.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:38.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:38 smithi094 ceph-mon[112176]: 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-08T04:49:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:38 smithi003 ceph-mon[96088]: 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-08T04:49:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:39.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:39.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:40.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:40.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:40 smithi003 ceph-mon[96088]: 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-08T04:49:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:40 smithi094 ceph-mon[112176]: 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-08T04:49:41.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:41.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:42.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:42.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:42 smithi094 ceph-mon[112176]: 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-08T04:49:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:42 smithi003 ceph-mon[96088]: 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-08T04:49:43.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:43.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:44.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:44.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:44 smithi094 ceph-mon[112176]: 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-08T04:49:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:44 smithi003 ceph-mon[96088]: 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-08T04:49:45.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:45.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:46.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:46.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:46 smithi094 ceph-mon[112176]: 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-08T04:49:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:46 smithi003 ceph-mon[96088]: 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-08T04:49:47.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:47.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:48.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:48.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:48 smithi094 ceph-mon[112176]: 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-08T04:49:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:48 smithi003 ceph-mon[96088]: 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-08T04:49:49.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:49.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:50.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:50.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:50 smithi003 ceph-mon[96088]: 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-08T04:49:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:50 smithi094 ceph-mon[112176]: 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-08T04:49:51.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:51.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:52.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:52.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:52 smithi094 ceph-mon[112176]: 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-08T04:49:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:52 smithi003 ceph-mon[96088]: 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-08T04:49:53.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:53.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:54.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:54.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:54 smithi094 ceph-mon[112176]: 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-08T04:49:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:54 smithi003 ceph-mon[96088]: 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-08T04:49:55.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:55.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:56.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:56.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:56 smithi094 ceph-mon[112176]: 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-08T04:49:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:56 smithi003 ceph-mon[96088]: 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-08T04:49:57.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:57.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:58.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:58.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:49:58 smithi094 ceph-mon[112176]: 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-08T04:49:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:49:58 smithi003 ceph-mon[96088]: 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-08T04:49:59.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:49:59.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:00.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:00.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:00 smithi003 ceph-mon[96088]: 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-08T04:50:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T04:50:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:00 smithi094 ceph-mon[112176]: 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-08T04:50:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T04:50:01.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:01.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:02.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:02.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:02 smithi094 ceph-mon[112176]: 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-08T04:50:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:02 smithi003 ceph-mon[96088]: 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-08T04:50:03.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:03.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:04.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:04.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:04 smithi094 ceph-mon[112176]: 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-08T04:50:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:04 smithi003 ceph-mon[96088]: 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-08T04:50:05.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:05.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:06.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:06.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:07.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:06 smithi003 ceph-mon[96088]: 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-08T04:50:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:06 smithi094 ceph-mon[112176]: 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-08T04:50:07.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:07.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:08.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:08.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:08 smithi094 ceph-mon[112176]: 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-08T04:50:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:08 smithi003 ceph-mon[96088]: 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-08T04:50:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:09.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:09.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:10.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:10.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:10 smithi003 ceph-mon[96088]: 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-08T04:50:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:10 smithi094 ceph-mon[112176]: 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-08T04:50:11.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:11.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:12.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:12.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:12 smithi094 ceph-mon[112176]: 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-08T04:50:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:12 smithi003 ceph-mon[96088]: 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-08T04:50:13.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:13.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:14.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:14.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:14 smithi094 ceph-mon[112176]: 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-08T04:50:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:14 smithi003 ceph-mon[96088]: 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-08T04:50:15.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:15.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:16.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:16.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:16 smithi094 ceph-mon[112176]: 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-08T04:50:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:50:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:16 smithi003 ceph-mon[96088]: 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-08T04:50:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:50:17.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:17.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:50:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:50:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:50:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:50:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:50:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:50:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:50:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:50:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:50:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:50:18.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:18.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:19.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:19.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:19 smithi094 ceph-mon[112176]: 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-08T04:50:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:19 smithi003 ceph-mon[96088]: 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-08T04:50:20.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:20.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:20 smithi003 ceph-mon[96088]: 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-08T04:50:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:20 smithi094 ceph-mon[112176]: 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-08T04:50:21.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:21.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:22.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:22.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:22 smithi094 ceph-mon[112176]: 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-08T04:50:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:22 smithi003 ceph-mon[96088]: 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-08T04:50:23.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:23.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:24.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:24.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:24 smithi094 ceph-mon[112176]: 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-08T04:50:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:24 smithi003 ceph-mon[96088]: 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-08T04:50:25.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:25.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:26.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:26.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:26 smithi094 ceph-mon[112176]: 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-08T04:50:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:26 smithi003 ceph-mon[96088]: 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-08T04:50:27.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:27.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:28.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:28.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:28 smithi094 ceph-mon[112176]: 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-08T04:50:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:28 smithi003 ceph-mon[96088]: 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-08T04:50:29.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:29.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:30.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:30.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:30 smithi003 ceph-mon[96088]: 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-08T04:50:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:30 smithi094 ceph-mon[112176]: 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-08T04:50:31.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:31.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:32.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:32.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:32 smithi094 ceph-mon[112176]: 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-08T04:50:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:32 smithi003 ceph-mon[96088]: 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-08T04:50:33.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:33.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:34.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:34.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:34 smithi094 ceph-mon[112176]: 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-08T04:50:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:34 smithi003 ceph-mon[96088]: 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-08T04:50:35.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:35.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:36.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:36.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:36 smithi094 ceph-mon[112176]: 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-08T04:50:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:36 smithi003 ceph-mon[96088]: 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-08T04:50:37.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:37.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:38.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:38.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:38 smithi094 ceph-mon[112176]: 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-08T04:50:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:38 smithi003 ceph-mon[96088]: 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-08T04:50:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:39.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:39.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:40.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:40.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:40 smithi003 ceph-mon[96088]: 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-08T04:50:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:40 smithi094 ceph-mon[112176]: 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-08T04:50:41.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:41.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:42.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:42.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:42 smithi094 ceph-mon[112176]: 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-08T04:50:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:42 smithi003 ceph-mon[96088]: 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-08T04:50:43.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:43.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:44.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:44.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:44 smithi094 ceph-mon[112176]: 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-08T04:50:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:44 smithi003 ceph-mon[96088]: 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-08T04:50:45.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:45.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:46.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:46.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:46 smithi094 ceph-mon[112176]: 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-08T04:50:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:46 smithi003 ceph-mon[96088]: 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-08T04:50:47.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:47.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:48.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:48.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:48 smithi094 ceph-mon[112176]: 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-08T04:50:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:48 smithi003 ceph-mon[96088]: 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-08T04:50:49.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:49.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:50.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:50.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:50 smithi003 ceph-mon[96088]: 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-08T04:50:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:50 smithi094 ceph-mon[112176]: 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-08T04:50:51.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:51.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:52.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:52.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:52 smithi003 ceph-mon[96088]: 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-08T04:50:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:52 smithi094 ceph-mon[112176]: 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-08T04:50:53.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:53.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:54.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:54.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:54 smithi094 ceph-mon[112176]: 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-08T04:50:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:54 smithi003 ceph-mon[96088]: 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-08T04:50:55.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:55.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:56.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:56.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:56 smithi094 ceph-mon[112176]: 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-08T04:50:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:56 smithi003 ceph-mon[96088]: 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-08T04:50:57.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:57.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:58.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:58.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:50:58 smithi094 ceph-mon[112176]: 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-08T04:50:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:50:58 smithi003 ceph-mon[96088]: 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-08T04:50:59.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:50:59.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:00.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:00.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:00 smithi094 ceph-mon[112176]: 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-08T04:51:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:00 smithi003 ceph-mon[96088]: 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-08T04:51:01.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:01.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:02.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:02.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:02 smithi094 ceph-mon[112176]: 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-08T04:51:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:02 smithi003 ceph-mon[96088]: 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-08T04:51:03.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:03.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:04.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:04.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:04 smithi094 ceph-mon[112176]: 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-08T04:51:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:04 smithi003 ceph-mon[96088]: 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-08T04:51:05.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:05.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:06.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:06.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:07.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:06 smithi094 ceph-mon[112176]: 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-08T04:51:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:06 smithi003 ceph-mon[96088]: 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-08T04:51:07.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:07.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:08.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:08.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:08 smithi094 ceph-mon[112176]: 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-08T04:51:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:08 smithi003 ceph-mon[96088]: 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-08T04:51:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:09.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:09.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:10.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:10.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:10 smithi003 ceph-mon[96088]: 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-08T04:51:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:10 smithi094 ceph-mon[112176]: 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-08T04:51:11.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:11.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:12.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:12.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:12 smithi094 ceph-mon[112176]: 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-08T04:51:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:12 smithi003 ceph-mon[96088]: 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-08T04:51:13.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:13.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:14.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:14.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:14 smithi094 ceph-mon[112176]: 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-08T04:51:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:14 smithi003 ceph-mon[96088]: 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-08T04:51:15.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:15.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:16.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:16.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:16 smithi094 ceph-mon[112176]: 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-08T04:51:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:16 smithi003 ceph-mon[96088]: 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-08T04:51:17.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:17.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:51:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:51:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:51:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:51:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:51:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:51:18.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:18.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:18 smithi094 ceph-mon[112176]: 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-08T04:51:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:51:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:51:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:51:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:51:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:51:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:18 smithi003 ceph-mon[96088]: 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-08T04:51:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:51:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:51:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:51:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:51:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:51:19.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:19.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:20.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:20.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:20 smithi094 ceph-mon[112176]: 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-08T04:51:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:20 smithi003 ceph-mon[96088]: 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-08T04:51:21.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:21.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:22.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:22.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:22 smithi094 ceph-mon[112176]: 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-08T04:51:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:22 smithi003 ceph-mon[96088]: 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-08T04:51:23.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:23.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:24.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:24.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:24 smithi094 ceph-mon[112176]: 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-08T04:51:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:24 smithi003 ceph-mon[96088]: 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-08T04:51:25.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:25.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:26.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:26.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:26 smithi094 ceph-mon[112176]: 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-08T04:51:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:26 smithi003 ceph-mon[96088]: 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-08T04:51:27.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:27.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:28.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:28.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:28 smithi094 ceph-mon[112176]: 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-08T04:51:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:28 smithi003 ceph-mon[96088]: 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-08T04:51:29.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:29.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:30.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:30.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:30 smithi094 ceph-mon[112176]: 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-08T04:51:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:30 smithi003 ceph-mon[96088]: 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-08T04:51:31.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:31.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:32.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:32.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:32 smithi094 ceph-mon[112176]: 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-08T04:51:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:32 smithi003 ceph-mon[96088]: 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-08T04:51:33.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:33.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:34.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:34.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:34 smithi094 ceph-mon[112176]: 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-08T04:51:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:34 smithi003 ceph-mon[96088]: 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-08T04:51:35.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:35.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:36.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:36.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:36 smithi094 ceph-mon[112176]: 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-08T04:51:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:36 smithi003 ceph-mon[96088]: 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-08T04:51:37.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:37.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:38.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:38.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:38 smithi094 ceph-mon[112176]: 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-08T04:51:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:38 smithi003 ceph-mon[96088]: 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-08T04:51:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:39.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:39.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:40.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:40.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:40 smithi094 ceph-mon[112176]: 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-08T04:51:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:40 smithi003 ceph-mon[96088]: 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-08T04:51:41.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:41.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:42.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:42.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:42 smithi094 ceph-mon[112176]: 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-08T04:51:43.211 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:42 smithi003 ceph-mon[96088]: 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-08T04:51:43.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:43.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:44.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:44.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:44 smithi094 ceph-mon[112176]: 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-08T04:51:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:44 smithi003 ceph-mon[96088]: 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-08T04:51:45.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:45.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:46.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:46.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:46 smithi094 ceph-mon[112176]: 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-08T04:51:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:46 smithi003 ceph-mon[96088]: 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-08T04:51:47.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:47.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:48.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:48.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:48 smithi094 ceph-mon[112176]: 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-08T04:51:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:48 smithi003 ceph-mon[96088]: 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-08T04:51:49.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:49.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:50.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:50.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:50 smithi094 ceph-mon[112176]: 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-08T04:51:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:50 smithi003 ceph-mon[96088]: 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-08T04:51:51.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:51.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:52.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:52.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:52 smithi094 ceph-mon[112176]: 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-08T04:51:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:52 smithi003 ceph-mon[96088]: 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-08T04:51:53.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:53.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:54.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:54.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:54 smithi094 ceph-mon[112176]: 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-08T04:51:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:54 smithi003 ceph-mon[96088]: 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-08T04:51:55.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:55.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:56.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:56.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:56 smithi094 ceph-mon[112176]: 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-08T04:51:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:56 smithi003 ceph-mon[96088]: 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-08T04:51:57.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:57.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:58.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:58.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:51:58 smithi094 ceph-mon[112176]: 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-08T04:51:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:51:58 smithi003 ceph-mon[96088]: 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-08T04:51:59.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:51:59.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:00.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:00.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:00 smithi094 ceph-mon[112176]: 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-08T04:52:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:00 smithi003 ceph-mon[96088]: 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-08T04:52:01.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:01.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:02.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:02.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:02 smithi094 ceph-mon[112176]: 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-08T04:52:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:02 smithi003 ceph-mon[96088]: 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-08T04:52:03.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:03.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:04.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:04.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:04 smithi094 ceph-mon[112176]: 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-08T04:52:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:04 smithi003 ceph-mon[96088]: 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-08T04:52:05.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:05.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:06.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:06.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:06 smithi094 ceph-mon[112176]: 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-08T04:52:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:06 smithi003 ceph-mon[96088]: 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-08T04:52:07.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:07.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:08.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:08.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:08 smithi094 ceph-mon[112176]: 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-08T04:52:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:08 smithi003 ceph-mon[96088]: 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-08T04:52:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:09.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:09.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:10.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:10.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:10 smithi094 ceph-mon[112176]: 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-08T04:52:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:10 smithi003 ceph-mon[96088]: 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-08T04:52:11.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:11.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:12.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:12.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:12 smithi094 ceph-mon[112176]: 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-08T04:52:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:12 smithi003 ceph-mon[96088]: 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-08T04:52:13.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:13.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:14.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:14.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:14 smithi094 ceph-mon[112176]: 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-08T04:52:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:14 smithi003 ceph-mon[96088]: 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-08T04:52:15.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:15.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:16.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:16.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:16 smithi094 ceph-mon[112176]: 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-08T04:52:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:16 smithi003 ceph-mon[96088]: 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-08T04:52:17.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:17.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:18.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:18.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:18 smithi094 ceph-mon[112176]: 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-08T04:52:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:52:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:52:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:52:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:52:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:52:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:18 smithi003 ceph-mon[96088]: 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-08T04:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:52:19.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:19.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:20.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:20.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:20 smithi094 ceph-mon[112176]: 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-08T04:52:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:20 smithi003 ceph-mon[96088]: 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-08T04:52:21.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:21.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:22.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:22.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:22 smithi094 ceph-mon[112176]: 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-08T04:52:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:22 smithi003 ceph-mon[96088]: 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-08T04:52:23.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:23.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:24.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:24.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:24 smithi094 ceph-mon[112176]: 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-08T04:52:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:24 smithi003 ceph-mon[96088]: 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-08T04:52:25.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:26.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:26.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:26.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:26 smithi094 ceph-mon[112176]: 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-08T04:52:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:26 smithi003 ceph-mon[96088]: 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-08T04:52:27.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:27.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:28.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:28.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:28 smithi003 ceph-mon[96088]: 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-08T04:52:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:28 smithi094 ceph-mon[112176]: 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-08T04:52:29.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:29.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:30.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:30.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:30 smithi094 ceph-mon[112176]: 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-08T04:52:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:30 smithi003 ceph-mon[96088]: 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-08T04:52:31.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:31.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:32.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:32.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:32 smithi094 ceph-mon[112176]: 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-08T04:52:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:32 smithi003 ceph-mon[96088]: 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-08T04:52:33.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:33.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:34.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:34.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:34 smithi094 ceph-mon[112176]: 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-08T04:52:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:34 smithi003 ceph-mon[96088]: 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-08T04:52:35.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:35.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:36.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:36.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:36 smithi094 ceph-mon[112176]: 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-08T04:52:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:36 smithi003 ceph-mon[96088]: 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-08T04:52:37.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:37.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:38.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:38.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:38 smithi094 ceph-mon[112176]: 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-08T04:52:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:38 smithi003 ceph-mon[96088]: 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-08T04:52:39.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:39.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:40.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:40.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:40 smithi094 ceph-mon[112176]: 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-08T04:52:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:40 smithi003 ceph-mon[96088]: 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-08T04:52:41.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:41.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:42.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:42.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:42 smithi094 ceph-mon[112176]: 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-08T04:52:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:42 smithi003 ceph-mon[96088]: 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-08T04:52:43.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:43.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:44.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:44.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:44 smithi094 ceph-mon[112176]: 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-08T04:52:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:44 smithi003 ceph-mon[96088]: 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-08T04:52:45.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:45.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:46.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:46.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:46 smithi094 ceph-mon[112176]: 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-08T04:52:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:46 smithi003 ceph-mon[96088]: 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-08T04:52:47.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:47.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:48.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:48.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:48 smithi094 ceph-mon[112176]: 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-08T04:52:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:48 smithi003 ceph-mon[96088]: 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-08T04:52:49.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:49.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:50.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:50.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:50 smithi094 ceph-mon[112176]: 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-08T04:52:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:50 smithi003 ceph-mon[96088]: 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-08T04:52:51.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:51.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:52.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:52.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:52 smithi094 ceph-mon[112176]: 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-08T04:52:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:52 smithi003 ceph-mon[96088]: 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-08T04:52:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:53.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:53.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:54.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:54.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:54 smithi094 ceph-mon[112176]: 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-08T04:52:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:54 smithi003 ceph-mon[96088]: 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-08T04:52:55.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:55.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:56.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:56.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:56 smithi094 ceph-mon[112176]: 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-08T04:52:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:56 smithi003 ceph-mon[96088]: 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-08T04:52:57.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:57.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:58.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:58.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:52:58 smithi094 ceph-mon[112176]: 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-08T04:52:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:52:58 smithi003 ceph-mon[96088]: 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-08T04:52:59.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:52:59.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:00.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:00.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:00 smithi094 ceph-mon[112176]: 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-08T04:53:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:00 smithi003 ceph-mon[96088]: 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-08T04:53:01.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:01.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:02.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:02.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:02 smithi094 ceph-mon[112176]: 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-08T04:53:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:02 smithi003 ceph-mon[96088]: 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-08T04:53:03.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:03.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:04.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:04.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:04 smithi094 ceph-mon[112176]: 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-08T04:53:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:04 smithi003 ceph-mon[96088]: 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-08T04:53:05.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:05.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:06.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:06.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:06 smithi094 ceph-mon[112176]: 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-08T04:53:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:06 smithi003 ceph-mon[96088]: 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-08T04:53:07.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:07.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:08.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:08.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:08 smithi094 ceph-mon[112176]: 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-08T04:53:09.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:08 smithi003 ceph-mon[96088]: 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-08T04:53:09.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:09.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:10.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:10.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:10 smithi094 ceph-mon[112176]: 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-08T04:53:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:10 smithi003 ceph-mon[96088]: 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-08T04:53:11.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:11.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:12.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:12.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:13.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:12 smithi094 ceph-mon[112176]: 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-08T04:53:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:12 smithi003 ceph-mon[96088]: 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-08T04:53:13.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:13.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:14.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:14.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:14 smithi094 ceph-mon[112176]: 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-08T04:53:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:14 smithi003 ceph-mon[96088]: 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-08T04:53:15.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:15.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:16.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:16.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:16 smithi094 ceph-mon[112176]: 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-08T04:53:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:16 smithi003 ceph-mon[96088]: 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-08T04:53:17.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:17.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:18.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:18.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:18 smithi094 ceph-mon[112176]: 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-08T04:53:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:53:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:18 smithi003 ceph-mon[96088]: 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-08T04:53:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:53:19.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:19.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:53:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:53:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:53:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:53:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:53:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:53:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:53:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:53:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:53:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:53:20.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:20.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:20 smithi094 ceph-mon[112176]: 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-08T04:53:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:20 smithi003 ceph-mon[96088]: 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-08T04:53:21.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:21.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:22.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:22.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:22 smithi094 ceph-mon[112176]: 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-08T04:53:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:22 smithi003 ceph-mon[96088]: 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-08T04:53:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:23.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:23.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:24.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:24.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:24 smithi094 ceph-mon[112176]: 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-08T04:53:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:24 smithi003 ceph-mon[96088]: 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-08T04:53:25.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:25.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:26.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:26.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:26 smithi094 ceph-mon[112176]: 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-08T04:53:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:26 smithi003 ceph-mon[96088]: 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-08T04:53:27.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:27.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:28.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:28.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:28 smithi003 ceph-mon[96088]: 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-08T04:53:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:28 smithi094 ceph-mon[112176]: 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-08T04:53:29.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:29.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:30.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:30.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:30 smithi094 ceph-mon[112176]: 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-08T04:53:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:30 smithi003 ceph-mon[96088]: 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-08T04:53:31.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:31.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:32.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:33.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:32 smithi094 ceph-mon[112176]: 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-08T04:53:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:32 smithi003 ceph-mon[96088]: 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-08T04:53:33.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:34.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:34.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:35.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:35.976 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:34 smithi094 ceph-mon[112176]: 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-08T04:53:35.976 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:34 smithi003 ceph-mon[96088]: 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-08T04:53:35.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:35.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:36.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:37.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:36 smithi094 ceph-mon[112176]: 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-08T04:53:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:36 smithi003 ceph-mon[96088]: 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-08T04:53:37.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:37.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:38.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:38.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:38.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:38.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:38 smithi094 ceph-mon[112176]: 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-08T04:53:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:38 smithi003 ceph-mon[96088]: 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-08T04:53:39.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:39.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:40.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:40.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:40 smithi094 ceph-mon[112176]: 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-08T04:53:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:40 smithi003 ceph-mon[96088]: 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-08T04:53:41.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:41.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:42.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:42.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:42 smithi094 ceph-mon[112176]: 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-08T04:53:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:42 smithi003 ceph-mon[96088]: 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-08T04:53:43.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:43.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:44.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:44.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:44 smithi094 ceph-mon[112176]: 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-08T04:53:45.381 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:44 smithi003 ceph-mon[96088]: 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-08T04:53:45.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:45.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:46.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:46.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:46 smithi094 ceph-mon[112176]: 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-08T04:53:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:46 smithi003 ceph-mon[96088]: 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-08T04:53:47.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:47.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:48.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:48.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:48 smithi094 ceph-mon[112176]: 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-08T04:53:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:48 smithi003 ceph-mon[96088]: 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-08T04:53:49.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:49.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:50.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:50.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:50 smithi094 ceph-mon[112176]: 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-08T04:53:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:50 smithi003 ceph-mon[96088]: 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-08T04:53:51.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:51.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:52.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:52.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:52 smithi094 ceph-mon[112176]: 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-08T04:53:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:52 smithi003 ceph-mon[96088]: 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-08T04:53:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:53.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:53.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:54.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:54.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:54 smithi003 ceph-mon[96088]: 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-08T04:53:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:54 smithi094 ceph-mon[112176]: 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-08T04:53:55.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:55.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:56.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:56.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:56 smithi094 ceph-mon[112176]: 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-08T04:53:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:56 smithi003 ceph-mon[96088]: 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-08T04:53:57.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:57.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:58.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:58.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:53:58 smithi003 ceph-mon[96088]: 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-08T04:53:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:53:58 smithi094 ceph-mon[112176]: 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-08T04:53:59.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:53:59.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:00.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:00.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:00 smithi094 ceph-mon[112176]: 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-08T04:54:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:00 smithi003 ceph-mon[96088]: 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-08T04:54:01.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:01.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:02.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:02.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:02 smithi094 ceph-mon[112176]: 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-08T04:54:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:02 smithi003 ceph-mon[96088]: 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-08T04:54:03.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:03.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:04.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:04.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:04 smithi094 ceph-mon[112176]: 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-08T04:54:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:04 smithi003 ceph-mon[96088]: 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-08T04:54:05.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:05.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:06.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:06.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:06 smithi003 ceph-mon[96088]: 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-08T04:54:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:06 smithi094 ceph-mon[112176]: 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-08T04:54:07.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:07.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:08.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:08.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:08 smithi003 ceph-mon[96088]: 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-08T04:54:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:08 smithi094 ceph-mon[112176]: 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-08T04:54:09.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:09.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:10.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:10.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:10 smithi094 ceph-mon[112176]: 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-08T04:54:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:10 smithi003 ceph-mon[96088]: 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-08T04:54:11.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:11.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:12.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:12.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:12 smithi094 ceph-mon[112176]: 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-08T04:54:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:12 smithi003 ceph-mon[96088]: 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-08T04:54:13.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:13.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:14.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:14.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:14 smithi003 ceph-mon[96088]: 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-08T04:54:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:14 smithi094 ceph-mon[112176]: 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-08T04:54:15.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:15.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:16.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:16.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:16 smithi003 ceph-mon[96088]: 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-08T04:54:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:16 smithi094 ceph-mon[112176]: 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-08T04:54:17.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:17.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:18.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:18.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:19.187 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:18 smithi094 ceph-mon[112176]: 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-08T04:54:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:18 smithi003 ceph-mon[96088]: 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-08T04:54:19.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:19.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:54:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:54:20.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:20.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:20 smithi003 ceph-mon[96088]: 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-08T04:54:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:54:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:54:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:54:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:54:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:54:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:20 smithi094 ceph-mon[112176]: 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-08T04:54:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:54:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:54:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:54:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:54:21.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:54:21.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:21.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:22.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:22.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:22 smithi003 ceph-mon[96088]: 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-08T04:54:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:22 smithi094 ceph-mon[112176]: 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-08T04:54:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:23.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:23.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:24.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:24.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:24 smithi003 ceph-mon[96088]: 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-08T04:54:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:24 smithi094 ceph-mon[112176]: 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-08T04:54:25.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:25.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:26.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:26.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:26 smithi003 ceph-mon[96088]: 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-08T04:54:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:26 smithi094 ceph-mon[112176]: 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-08T04:54:27.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:27.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:28.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:28.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:28 smithi003 ceph-mon[96088]: 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-08T04:54:29.293 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:28 smithi094 ceph-mon[112176]: 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-08T04:54:29.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:29.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:30.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:30.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:30 smithi094 ceph-mon[112176]: 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-08T04:54:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:30 smithi003 ceph-mon[96088]: 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-08T04:54:31.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:31.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:32.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:32.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:32 smithi003 ceph-mon[96088]: 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-08T04:54:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:32 smithi094 ceph-mon[112176]: 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-08T04:54:33.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:33.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:34.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:34.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:34 smithi003 ceph-mon[96088]: 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-08T04:54:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:34 smithi094 ceph-mon[112176]: 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-08T04:54:35.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:35.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:36.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:36.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:36 smithi003 ceph-mon[96088]: 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-08T04:54:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:36 smithi094 ceph-mon[112176]: 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-08T04:54:37.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:37.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:38.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:38.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:38 smithi003 ceph-mon[96088]: 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-08T04:54:39.395 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:38 smithi094 ceph-mon[112176]: 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-08T04:54:39.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:39.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:40.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:40.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:40 smithi094 ceph-mon[112176]: 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-08T04:54:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:40 smithi003 ceph-mon[96088]: 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-08T04:54:41.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:41.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:42.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:42.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:42 smithi003 ceph-mon[96088]: 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-08T04:54:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:42 smithi094 ceph-mon[112176]: 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-08T04:54:43.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:43.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:44.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:44.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:44 smithi003 ceph-mon[96088]: 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-08T04:54:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:44 smithi094 ceph-mon[112176]: 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-08T04:54:45.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:45.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:46.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:46.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:46 smithi003 ceph-mon[96088]: 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-08T04:54:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:46 smithi094 ceph-mon[112176]: 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-08T04:54:47.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:47.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:48.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:48.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:48 smithi003 ceph-mon[96088]: 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-08T04:54:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:48 smithi094 ceph-mon[112176]: 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-08T04:54:49.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:49.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:50.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:50.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:50 smithi094 ceph-mon[112176]: 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-08T04:54:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:50 smithi003 ceph-mon[96088]: 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-08T04:54:51.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:51.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:52.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:52.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:52 smithi003 ceph-mon[96088]: 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-08T04:54:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:52 smithi094 ceph-mon[112176]: 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-08T04:54:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:53.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:53.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:54.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:54.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:54 smithi003 ceph-mon[96088]: 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-08T04:54:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:54 smithi094 ceph-mon[112176]: 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-08T04:54:55.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:55.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:56.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:56.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:56 smithi003 ceph-mon[96088]: 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-08T04:54:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:56 smithi094 ceph-mon[112176]: 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-08T04:54:57.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:57.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:58.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:58.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:54:58 smithi003 ceph-mon[96088]: 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-08T04:54:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:54:58 smithi094 ceph-mon[112176]: 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-08T04:54:59.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:54:59.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:00.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:00.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:00 smithi094 ceph-mon[112176]: 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-08T04:55:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:00 smithi003 ceph-mon[96088]: 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-08T04:55:01.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:01.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:02.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:02.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:02 smithi003 ceph-mon[96088]: 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-08T04:55:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:02 smithi094 ceph-mon[112176]: 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-08T04:55:03.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:03.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:04.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:04.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:04 smithi003 ceph-mon[96088]: 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-08T04:55:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:04 smithi094 ceph-mon[112176]: 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-08T04:55:05.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:05.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:06.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:06.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:06 smithi003 ceph-mon[96088]: 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-08T04:55:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:06 smithi094 ceph-mon[112176]: 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-08T04:55:07.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:07.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:08.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:08.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:08 smithi003 ceph-mon[96088]: 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-08T04:55:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:08 smithi094 ceph-mon[112176]: 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-08T04:55:09.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:09.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:10.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:10.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:10 smithi003 ceph-mon[96088]: 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-08T04:55:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:10 smithi094 ceph-mon[112176]: 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-08T04:55:11.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:11.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:12.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:12.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:12 smithi003 ceph-mon[96088]: 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-08T04:55:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:12 smithi094 ceph-mon[112176]: 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-08T04:55:13.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:13.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:14.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:14.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:14 smithi094 ceph-mon[112176]: 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-08T04:55:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:14 smithi003 ceph-mon[96088]: 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-08T04:55:15.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:15.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:16.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:16.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:16 smithi003 ceph-mon[96088]: 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-08T04:55:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:16 smithi094 ceph-mon[112176]: 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-08T04:55:17.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:17.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:18.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:18.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:18 smithi003 ceph-mon[96088]: 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-08T04:55:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:18 smithi094 ceph-mon[112176]: 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-08T04:55:19.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:19.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:20.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:20.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:20 smithi003 ceph-mon[96088]: 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-08T04:55:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:55:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:55:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:55:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:55:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:55:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:55:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:20 smithi094 ceph-mon[112176]: 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-08T04:55:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:55:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:55:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:55:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:55:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:55:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:55:21.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:21.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:22.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:22.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:22 smithi003 ceph-mon[96088]: 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-08T04:55:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:22 smithi094 ceph-mon[112176]: 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-08T04:55:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:23.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:23.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:24.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:24.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:24 smithi094 ceph-mon[112176]: 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-08T04:55:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:24 smithi003 ceph-mon[96088]: 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-08T04:55:25.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:25.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:26.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:26.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:26 smithi003 ceph-mon[96088]: 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-08T04:55:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:26 smithi094 ceph-mon[112176]: 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-08T04:55:27.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:27.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:28.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:28.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:28 smithi003 ceph-mon[96088]: 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-08T04:55:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:28 smithi094 ceph-mon[112176]: 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-08T04:55:29.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:29.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:30.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:30.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:30 smithi094 ceph-mon[112176]: 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-08T04:55:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:30 smithi003 ceph-mon[96088]: 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-08T04:55:31.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:31.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:32.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:32.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:32 smithi003 ceph-mon[96088]: 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-08T04:55:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:32 smithi094 ceph-mon[112176]: 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-08T04:55:33.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:33.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:34.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:34.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:34 smithi003 ceph-mon[96088]: 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-08T04:55:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:34 smithi094 ceph-mon[112176]: 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-08T04:55:35.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:35.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:36.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:36.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:36 smithi003 ceph-mon[96088]: 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-08T04:55:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:36 smithi094 ceph-mon[112176]: 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-08T04:55:37.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:37.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:38.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:38.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:38 smithi003 ceph-mon[96088]: 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-08T04:55:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:38 smithi094 ceph-mon[112176]: 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-08T04:55:39.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:39.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:40.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:40.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:40 smithi094 ceph-mon[112176]: 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-08T04:55:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:40 smithi003 ceph-mon[96088]: 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-08T04:55:41.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:41.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:42.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:42.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:42 smithi003 ceph-mon[96088]: 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-08T04:55:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:42 smithi094 ceph-mon[112176]: 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-08T04:55:43.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:43.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:44.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:44.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:44 smithi003 ceph-mon[96088]: 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-08T04:55:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:44 smithi094 ceph-mon[112176]: 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-08T04:55:45.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:45.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:46.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:46.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:46 smithi003 ceph-mon[96088]: 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-08T04:55:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:46 smithi094 ceph-mon[112176]: 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-08T04:55:47.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:47.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:48.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:48.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:48 smithi003 ceph-mon[96088]: 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-08T04:55:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:48 smithi094 ceph-mon[112176]: 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-08T04:55:49.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:49.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:50.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:50.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:50 smithi094 ceph-mon[112176]: 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-08T04:55:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:50 smithi003 ceph-mon[96088]: 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-08T04:55:51.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:51.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:52.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:52.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:52 smithi003 ceph-mon[96088]: 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-08T04:55:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:52 smithi094 ceph-mon[112176]: 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-08T04:55:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:53.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:53.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:54.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:54.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:54 smithi003 ceph-mon[96088]: 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-08T04:55:56.125 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:54 smithi094 ceph-mon[112176]: 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-08T04:55:56.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:56.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:56.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:58.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:58.923 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:56 smithi094 ceph-mon[112176]: 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-08T04:55:58.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:56 smithi003 ceph-mon[96088]: 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-08T04:55:58.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:58.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:58.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:59.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:55:58 smithi003 ceph-mon[96088]: 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-08T04:55:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:55:58 smithi094 ceph-mon[112176]: 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-08T04:55:59.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:55:59.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:00.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:00.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:01.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:00 smithi003 ceph-mon[96088]: 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-08T04:56:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:00 smithi094 ceph-mon[112176]: 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-08T04:56:01.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:01.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:02.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:03.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:03.252 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:02 smithi003 ceph-mon[96088]: 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-08T04:56:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:02 smithi094 ceph-mon[112176]: 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-08T04:56:03.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:05.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:05.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:05.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:04 smithi003 ceph-mon[96088]: 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-08T04:56:05.443 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:04 smithi094 ceph-mon[112176]: 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-08T04:56:05.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:05.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:06.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:06.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:06 smithi003 ceph-mon[96088]: 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-08T04:56:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:06 smithi094 ceph-mon[112176]: 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-08T04:56:07.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:07.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:08.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:08.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:08 smithi003 ceph-mon[96088]: 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-08T04:56:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:08 smithi094 ceph-mon[112176]: 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-08T04:56:09.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:09.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:10.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:10.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:10 smithi094 ceph-mon[112176]: 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-08T04:56:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:10 smithi003 ceph-mon[96088]: 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-08T04:56:11.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:11.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:12.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:12.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:12 smithi003 ceph-mon[96088]: 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-08T04:56:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:12 smithi094 ceph-mon[112176]: 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-08T04:56:13.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:13.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:14.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:14.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:14 smithi003 ceph-mon[96088]: 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-08T04:56:15.394 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:14 smithi094 ceph-mon[112176]: 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-08T04:56:15.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:15.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:16.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:16.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:16 smithi003 ceph-mon[96088]: 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-08T04:56:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:16 smithi094 ceph-mon[112176]: 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-08T04:56:17.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:17.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:18.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:18.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:18 smithi003 ceph-mon[96088]: 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-08T04:56:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:18 smithi094 ceph-mon[112176]: 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-08T04:56:19.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:19.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:20.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:20.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:20 smithi094 ceph-mon[112176]: 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-08T04:56:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:20 smithi003 ceph-mon[96088]: 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-08T04:56:21.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:21.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:56:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:56:22.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:22.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:22 smithi094 ceph-mon[112176]: 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-08T04:56:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:22 smithi003 ceph-mon[96088]: 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-08T04:56:23.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:23.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:56:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:56:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:56:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:56:24.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:24.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:24 smithi094 ceph-mon[112176]: 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-08T04:56:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:56:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:56:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:56:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:56:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:56:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:24 smithi003 ceph-mon[96088]: 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-08T04:56:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:56:25.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:56:25.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:56:25.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:56:25.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:56:25.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:25.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:26.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:26.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:26 smithi003 ceph-mon[96088]: 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-08T04:56:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:26 smithi094 ceph-mon[112176]: 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-08T04:56:27.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:28.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:29.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:29.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:28 smithi003 ceph-mon[96088]: 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-08T04:56:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:28 smithi094 ceph-mon[112176]: 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-08T04:56:30.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:30.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:31.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:31.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:30 smithi094 ceph-mon[112176]: 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-08T04:56:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:30 smithi003 ceph-mon[96088]: 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-08T04:56:32.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:32.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:33.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:33.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:32 smithi094 ceph-mon[112176]: 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-08T04:56:34.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:34.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:35.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:35.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:32 smithi003 ceph-mon[96088]: 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-08T04:56:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:34 smithi003 ceph-mon[96088]: 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-08T04:56:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:34 smithi094 ceph-mon[112176]: 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-08T04:56:36.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:36.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:37.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:37.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:36 smithi003 ceph-mon[96088]: 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-08T04:56:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:36 smithi094 ceph-mon[112176]: 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-08T04:56:38.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:38.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:39.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:39.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:38 smithi003 ceph-mon[96088]: 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-08T04:56:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:38 smithi094 ceph-mon[112176]: 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-08T04:56:40.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:40.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:40 smithi094 ceph-mon[112176]: 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-08T04:56:41.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:41.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:40 smithi003 ceph-mon[96088]: 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-08T04:56:42.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:42.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:43.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:43.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:42 smithi003 ceph-mon[96088]: 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-08T04:56:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:42 smithi094 ceph-mon[112176]: 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-08T04:56:44.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:44.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:45.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:45.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:44 smithi003 ceph-mon[96088]: 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-08T04:56:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:44 smithi094 ceph-mon[112176]: 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-08T04:56:46.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:46.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:47.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:47.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:46 smithi003 ceph-mon[96088]: 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-08T04:56:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:46 smithi094 ceph-mon[112176]: 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-08T04:56:48.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:48.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:49.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:49.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:48 smithi003 ceph-mon[96088]: 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-08T04:56:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:48 smithi094 ceph-mon[112176]: 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-08T04:56:50.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:50.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:51.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:51.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:50 smithi094 ceph-mon[112176]: 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-08T04:56:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:50 smithi003 ceph-mon[96088]: 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-08T04:56:52.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:52.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:53.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:53.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:52 smithi003 ceph-mon[96088]: 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-08T04:56:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:52 smithi094 ceph-mon[112176]: 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-08T04:56:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:54.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:54.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:55.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:55.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:54 smithi003 ceph-mon[96088]: 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-08T04:56:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:54 smithi094 ceph-mon[112176]: 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-08T04:56:56.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:56.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:57.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:57.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:56 smithi003 ceph-mon[96088]: 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-08T04:56:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:56 smithi094 ceph-mon[112176]: 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-08T04:56:58.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:58.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:59.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:56:59.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:56:58 smithi003 ceph-mon[96088]: 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-08T04:56:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:56:58 smithi094 ceph-mon[112176]: 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-08T04:57:00.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:00.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:01.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:01.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:00 smithi094 ceph-mon[112176]: 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-08T04:57:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:00 smithi003 ceph-mon[96088]: 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-08T04:57:02.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:02.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:03.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:03.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:02 smithi003 ceph-mon[96088]: 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-08T04:57:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:02 smithi094 ceph-mon[112176]: 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-08T04:57:04.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:04.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:05.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:05.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:04 smithi003 ceph-mon[96088]: 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-08T04:57:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:04 smithi094 ceph-mon[112176]: 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-08T04:57:06.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:06.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:07.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:07.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:06 smithi003 ceph-mon[96088]: 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-08T04:57:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:06 smithi094 ceph-mon[112176]: 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-08T04:57:08.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:08.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:09.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:09.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:08 smithi094 ceph-mon[112176]: 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-08T04:57:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:08 smithi003 ceph-mon[96088]: 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-08T04:57:10.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:10.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:11.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:11.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:10 smithi094 ceph-mon[112176]: 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-08T04:57:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:10 smithi003 ceph-mon[96088]: 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-08T04:57:12.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:12.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:13.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:13.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:12 smithi003 ceph-mon[96088]: 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-08T04:57:13.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:12 smithi094 ceph-mon[112176]: 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-08T04:57:14.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:14.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:15.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:15.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:14 smithi003 ceph-mon[96088]: 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-08T04:57:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:14 smithi094 ceph-mon[112176]: 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-08T04:57:16.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:16.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:17.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:17.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:17.331 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:16 smithi003 ceph-mon[96088]: 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-08T04:57:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:16 smithi094 ceph-mon[112176]: 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-08T04:57:18.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:18.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:19.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:19.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:18 smithi003 ceph-mon[96088]: 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-08T04:57:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:18 smithi094 ceph-mon[112176]: 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-08T04:57:20.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:20.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:21.078 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:20 smithi094 ceph-mon[112176]: 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-08T04:57:21.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:21.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:20 smithi003 ceph-mon[96088]: 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-08T04:57:22.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:22.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:23.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:23.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:22 smithi003 ceph-mon[96088]: 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-08T04:57:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:22 smithi094 ceph-mon[112176]: 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-08T04:57:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:24.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:24.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:25.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:25.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:24 smithi003 ceph-mon[96088]: 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-08T04:57:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:57:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:57:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:57:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:57:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:57:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:57:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:24 smithi094 ceph-mon[112176]: 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-08T04:57:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:57:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:57:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:57:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:57:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:57:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:57:26.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:26.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:27.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:27.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:26 smithi003 ceph-mon[96088]: 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-08T04:57:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:26 smithi094 ceph-mon[112176]: 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-08T04:57:28.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:28.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:29.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:29.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:28 smithi094 ceph-mon[112176]: 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-08T04:57:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:28 smithi003 ceph-mon[96088]: 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-08T04:57:30.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:30.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:31.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:31.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:30 smithi094 ceph-mon[112176]: 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-08T04:57:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:30 smithi003 ceph-mon[96088]: 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-08T04:57:32.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:32.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:33.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:33.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:32 smithi003 ceph-mon[96088]: 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-08T04:57:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:32 smithi094 ceph-mon[112176]: 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-08T04:57:34.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:34.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:35.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:35.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:34 smithi003 ceph-mon[96088]: 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-08T04:57:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:34 smithi094 ceph-mon[112176]: 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-08T04:57:36.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:36.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:37.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:37.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:36 smithi094 ceph-mon[112176]: 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-08T04:57:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:36 smithi003 ceph-mon[96088]: 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-08T04:57:38.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:38.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:39.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:39.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:38 smithi094 ceph-mon[112176]: 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-08T04:57:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:38 smithi003 ceph-mon[96088]: 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-08T04:57:40.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:40.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:41.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:41.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:40 smithi094 ceph-mon[112176]: 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-08T04:57:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:40 smithi003 ceph-mon[96088]: 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-08T04:57:42.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:42.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:43.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:43.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:42 smithi003 ceph-mon[96088]: 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-08T04:57:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:42 smithi094 ceph-mon[112176]: 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-08T04:57:44.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:44.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:45.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:45.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:44 smithi094 ceph-mon[112176]: 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-08T04:57:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:44 smithi003 ceph-mon[96088]: 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-08T04:57:46.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:46.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:47.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:47.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:47.321 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:46 smithi003 ceph-mon[96088]: 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-08T04:57:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:46 smithi094 ceph-mon[112176]: 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-08T04:57:48.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:48.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:49.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:49.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:48 smithi094 ceph-mon[112176]: 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-08T04:57:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:48 smithi003 ceph-mon[96088]: 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-08T04:57:50.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:50.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:51.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:51.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:50 smithi094 ceph-mon[112176]: 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-08T04:57:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:50 smithi003 ceph-mon[96088]: 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-08T04:57:52.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:52.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:53.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:53.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:52 smithi094 ceph-mon[112176]: 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-08T04:57:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:52 smithi003 ceph-mon[96088]: 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-08T04:57:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:54.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:54.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:55.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:55.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:54 smithi094 ceph-mon[112176]: 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-08T04:57:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:54 smithi003 ceph-mon[96088]: 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-08T04:57:56.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:56.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:57.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:57.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:56 smithi094 ceph-mon[112176]: 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-08T04:57:57.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:56 smithi003 ceph-mon[96088]: 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-08T04:57:58.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:58.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:59.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:57:59.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:57:58 smithi094 ceph-mon[112176]: 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-08T04:57:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:57:58 smithi003 ceph-mon[96088]: 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-08T04:58:00.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:00.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:01.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:01.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:00 smithi094 ceph-mon[112176]: 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-08T04:58:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:00 smithi003 ceph-mon[96088]: 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-08T04:58:02.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:02.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:03.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:03.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:02 smithi094 ceph-mon[112176]: 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-08T04:58:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:02 smithi003 ceph-mon[96088]: 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-08T04:58:04.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:04.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:05.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:05.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:04 smithi094 ceph-mon[112176]: 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-08T04:58:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:04 smithi003 ceph-mon[96088]: 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-08T04:58:06.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:06.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:07.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:07.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:06 smithi094 ceph-mon[112176]: 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-08T04:58:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:06 smithi003 ceph-mon[96088]: 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-08T04:58:08.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:08.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:09.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:09.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:09 smithi094 ceph-mon[112176]: 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-08T04:58:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:09 smithi003 ceph-mon[96088]: 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-08T04:58:10.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:10.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:10 smithi094 ceph-mon[112176]: 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-08T04:58:11.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:11.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:10 smithi003 ceph-mon[96088]: 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-08T04:58:12.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:12.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:13.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:13.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:12 smithi094 ceph-mon[112176]: 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-08T04:58:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:12 smithi003 ceph-mon[96088]: 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-08T04:58:14.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:14.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:15.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:15.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:14 smithi094 ceph-mon[112176]: 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-08T04:58:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:14 smithi003 ceph-mon[96088]: 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-08T04:58:16.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:16.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:17.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:17.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:16 smithi094 ceph-mon[112176]: 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-08T04:58:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:16 smithi003 ceph-mon[96088]: 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-08T04:58:18.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:18.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:19.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:19.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:19.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:19 smithi094 ceph-mon[112176]: 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-08T04:58:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:19 smithi003 ceph-mon[96088]: 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-08T04:58:20.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:20.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:20 smithi094 ceph-mon[112176]: 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-08T04:58:21.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:21.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:20 smithi003 ceph-mon[96088]: 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-08T04:58:22.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:22.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:23.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:23.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:22 smithi094 ceph-mon[112176]: 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-08T04:58:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:22 smithi003 ceph-mon[96088]: 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-08T04:58:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:24.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:24.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:25.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:25.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:24 smithi094 ceph-mon[112176]: 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-08T04:58:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:58:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:24 smithi003 ceph-mon[96088]: 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-08T04:58:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:58:26.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:26.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:27 smithi094 ceph-mon[112176]: 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-08T04:58:27.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:27.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:27 smithi003 ceph-mon[96088]: 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-08T04:58:28.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:28.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:29.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:29.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:29 smithi094 ceph-mon[112176]: 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-08T04:58:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:29 smithi003 ceph-mon[96088]: 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-08T04:58:30.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:30.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:30 smithi094 ceph-mon[112176]: 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-08T04:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:58:31.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:31.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:30 smithi003 ceph-mon[96088]: 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-08T04:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:58:32.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:32.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:33.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:33.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:32 smithi003 ceph-mon[96088]: 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-08T04:58:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:33 smithi094 ceph-mon[112176]: 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-08T04:58:34.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:34.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:35.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:35.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:35 smithi094 ceph-mon[112176]: 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-08T04:58:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:35 smithi003 ceph-mon[96088]: 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-08T04:58:36.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:36.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:37 smithi094 ceph-mon[112176]: 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-08T04:58:37.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:37.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:37 smithi003 ceph-mon[96088]: 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-08T04:58:38.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:38.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:39.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:39.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:39 smithi094 ceph-mon[112176]: 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-08T04:58:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:39 smithi003 ceph-mon[96088]: 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-08T04:58:40.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:40.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:40 smithi094 ceph-mon[112176]: 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-08T04:58:41.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:41.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:40 smithi003 ceph-mon[96088]: 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-08T04:58:42.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:42.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:43.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:43.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:43 smithi003 ceph-mon[96088]: 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-08T04:58:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:43 smithi094 ceph-mon[112176]: 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-08T04:58:44.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:44.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:45.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:45.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:45 smithi094 ceph-mon[112176]: 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-08T04:58:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:45 smithi003 ceph-mon[96088]: 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-08T04:58:46.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:46.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:47.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:47.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:47 smithi094 ceph-mon[112176]: 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-08T04:58:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:47 smithi003 ceph-mon[96088]: 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-08T04:58:48.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:48.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:49.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:49.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:49 smithi094 ceph-mon[112176]: 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-08T04:58:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:49 smithi003 ceph-mon[96088]: 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-08T04:58:50.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:50.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:50 smithi094 ceph-mon[112176]: 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-08T04:58:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:50 smithi003 ceph-mon[96088]: 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-08T04:58:51.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:51.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:52.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:52.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:53.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:53.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:53 smithi094 ceph-mon[112176]: 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-08T04:58:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:53 smithi003 ceph-mon[96088]: 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-08T04:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:54.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:54.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:55.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:55.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:55 smithi094 ceph-mon[112176]: 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-08T04:58:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:55 smithi003 ceph-mon[96088]: 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-08T04:58:56.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:56.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:57.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:57.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:57 smithi094 ceph-mon[112176]: 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-08T04:58:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:57 smithi003 ceph-mon[96088]: 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-08T04:58:58.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:58.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:59.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:58:59.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:58:59 smithi094 ceph-mon[112176]: 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-08T04:58:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:58:59 smithi003 ceph-mon[96088]: 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-08T04:59:00.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:00.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:00 smithi094 ceph-mon[112176]: 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-08T04:59:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:00 smithi003 ceph-mon[96088]: 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-08T04:59:01.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:01.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:02.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:02.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:03.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:03.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:03 smithi094 ceph-mon[112176]: 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-08T04:59:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:03 smithi003 ceph-mon[96088]: 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-08T04:59:04.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:04.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:05.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:05.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:05 smithi094 ceph-mon[112176]: 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-08T04:59:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:05 smithi003 ceph-mon[96088]: 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-08T04:59:06.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:06.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:07.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:07.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:07 smithi094 ceph-mon[112176]: 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-08T04:59:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:07 smithi003 ceph-mon[96088]: 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-08T04:59:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:08.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:08.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:09.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:09.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:09 smithi094 ceph-mon[112176]: 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-08T04:59:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:09 smithi003 ceph-mon[96088]: 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-08T04:59:10.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:10.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:10 smithi094 ceph-mon[112176]: 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-08T04:59:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:10 smithi003 ceph-mon[96088]: 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-08T04:59:11.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:11.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:12.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:12.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:13.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:13.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:13.303 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:13 smithi003 ceph-mon[96088]: 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-08T04:59:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:13 smithi094 ceph-mon[112176]: 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-08T04:59:14.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:14.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:15.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:15.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:15 smithi094 ceph-mon[112176]: 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-08T04:59:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:15 smithi003 ceph-mon[96088]: 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-08T04:59:16.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:16.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:17.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:17.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:17.287 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:17 smithi094 ceph-mon[112176]: 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-08T04:59:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:17 smithi003 ceph-mon[96088]: 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-08T04:59:18.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:18.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:19.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:19.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:19 smithi094 ceph-mon[112176]: 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-08T04:59:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:19 smithi003 ceph-mon[96088]: 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-08T04:59:20.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:20.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:20 smithi094 ceph-mon[112176]: 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-08T04:59:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:20 smithi003 ceph-mon[96088]: 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-08T04:59:21.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:21.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:22.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:22.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:23.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:23.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:23.414 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:23 smithi003 ceph-mon[96088]: 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-08T04:59:23.415 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:23 smithi094 ceph-mon[112176]: 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-08T04:59:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:24.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:24.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:25.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:25.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:25.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:25 smithi094 ceph-mon[112176]: 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-08T04:59:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:25 smithi003 ceph-mon[96088]: 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-08T04:59:26.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:26.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:27.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:27.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:27.393 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:27 smithi094 ceph-mon[112176]: 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-08T04:59:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:27 smithi003 ceph-mon[96088]: 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-08T04:59:28.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:28.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:29.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:29.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:29 smithi094 ceph-mon[112176]: 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-08T04:59:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:29 smithi003 ceph-mon[96088]: 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-08T04:59:30.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:30.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:30 smithi094 ceph-mon[112176]: 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-08T04:59:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:59:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:59:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:59:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:30 smithi003 ceph-mon[96088]: 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-08T04:59:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:59:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:59:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:59:31.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:31.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:59:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:59:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:59:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:59:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T04:59:32.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:32.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:32 smithi094 ceph-mon[112176]: 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-08T04:59:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:32 smithi003 ceph-mon[96088]: 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-08T04:59:33.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:33.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:34.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:34.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:35.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:35.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:35 smithi094 ceph-mon[112176]: 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-08T04:59:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:35 smithi003 ceph-mon[96088]: 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-08T04:59:36.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:36.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:37.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:37.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:37 smithi094 ceph-mon[112176]: 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-08T04:59:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:37 smithi003 ceph-mon[96088]: 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-08T04:59:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:38.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:38.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:39.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:39.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:39 smithi094 ceph-mon[112176]: 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-08T04:59:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:39 smithi003 ceph-mon[96088]: 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-08T04:59:40.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:40.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:40 smithi094 ceph-mon[112176]: 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-08T04:59:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:40 smithi003 ceph-mon[96088]: 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-08T04:59:41.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:41.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:42.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:42.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:43.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:43.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:43 smithi094 ceph-mon[112176]: 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-08T04:59:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:43 smithi003 ceph-mon[96088]: 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-08T04:59:44.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:44.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:45.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:45.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:45 smithi094 ceph-mon[112176]: 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-08T04:59:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:45 smithi003 ceph-mon[96088]: 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-08T04:59:46.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:46.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:47.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:47.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:47 smithi094 ceph-mon[112176]: 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-08T04:59:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:47 smithi003 ceph-mon[96088]: 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-08T04:59:48.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:48.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:49.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:49.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:49 smithi094 ceph-mon[112176]: 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-08T04:59:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:49 smithi003 ceph-mon[96088]: 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-08T04:59:50.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:50.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:50 smithi094 ceph-mon[112176]: 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-08T04:59:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:50 smithi003 ceph-mon[96088]: 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-08T04:59:51.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:51.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:52.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:52.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:53.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:53.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:53 smithi094 ceph-mon[112176]: 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-08T04:59:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:53 smithi003 ceph-mon[96088]: 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-08T04:59:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:54.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:54.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:55.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:55.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:55 smithi094 ceph-mon[112176]: 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-08T04:59:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:55 smithi003 ceph-mon[96088]: 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-08T04:59:56.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:56.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:57.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:57.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:57 smithi094 ceph-mon[112176]: 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-08T04:59:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:57 smithi003 ceph-mon[96088]: 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-08T04:59:58.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:58.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 04:59:59 smithi003 ceph-mon[96088]: 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-08T04:59:59.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T04:59:59.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 04:59:59 smithi094 ceph-mon[112176]: 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-08T05:00:00.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:00.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:00 smithi094 ceph-mon[112176]: 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-08T05:00:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T05:00:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:00 smithi003 ceph-mon[96088]: 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-08T05:00:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T05:00:01.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:01.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:02.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:02.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:03.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:03.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:03 smithi094 ceph-mon[112176]: 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-08T05:00:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:03 smithi003 ceph-mon[96088]: 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-08T05:00:04.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:04.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:05.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:05.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:05 smithi094 ceph-mon[112176]: 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-08T05:00:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:05 smithi003 ceph-mon[96088]: 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-08T05:00:06.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:06.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:07.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:07.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:07 smithi094 ceph-mon[112176]: 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-08T05:00:07.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:07 smithi003 ceph-mon[96088]: 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-08T05:00:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:08.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:08.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:09 smithi003 ceph-mon[96088]: 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-08T05:00:09.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:09.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:09 smithi094 ceph-mon[112176]: 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-08T05:00:10.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:10.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:10 smithi094 ceph-mon[112176]: 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-08T05:00:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:10 smithi003 ceph-mon[96088]: 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-08T05:00:11.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:11.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:12.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:12.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:13 smithi094 ceph-mon[112176]: 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-08T05:00:13.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:13.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:13 smithi003 ceph-mon[96088]: 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-08T05:00:14.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:14.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:15.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:15.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:15 smithi094 ceph-mon[112176]: 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-08T05:00:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:15 smithi003 ceph-mon[96088]: 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-08T05:00:16.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:16.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:17.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:17.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:17 smithi094 ceph-mon[112176]: 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-08T05:00:17.539 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:17 smithi003 ceph-mon[96088]: 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-08T05:00:18.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:18.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:19.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:19.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:19 smithi094 ceph-mon[112176]: 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-08T05:00:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:19 smithi003 ceph-mon[96088]: 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-08T05:00:20.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:20.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:20 smithi094 ceph-mon[112176]: 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-08T05:00:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:20 smithi003 ceph-mon[96088]: 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-08T05:00:21.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:21.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:22.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:22.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:23.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:23.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:23 smithi094 ceph-mon[112176]: 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-08T05:00:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:23 smithi003 ceph-mon[96088]: 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-08T05:00:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:24.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:24.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:25.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:25.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:25 smithi094 ceph-mon[112176]: 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-08T05:00:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:25 smithi003 ceph-mon[96088]: 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-08T05:00:26.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:26.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:27.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:27.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:27 smithi094 ceph-mon[112176]: 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-08T05:00:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:27 smithi003 ceph-mon[96088]: 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-08T05:00:28.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:28.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:29.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:29.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:29 smithi094 ceph-mon[112176]: 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-08T05:00:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:29 smithi003 ceph-mon[96088]: 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-08T05:00:30.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:30.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:30 smithi094 ceph-mon[112176]: 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-08T05:00:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:30 smithi003 ceph-mon[96088]: 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-08T05:00:31.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:31.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:00:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:00:32.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:32.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:00:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:00:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:00:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:00:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:00:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:32 smithi094 ceph-mon[112176]: 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-08T05:00:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:00:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:00:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:00:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:00:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:00:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:32 smithi003 ceph-mon[96088]: 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-08T05:00:33.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:33.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:34.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:34.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:35.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:35.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:35.581 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:35 smithi094 ceph-mon[112176]: 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-08T05:00:35.581 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:35 smithi003 ceph-mon[96088]: 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-08T05:00:36.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:36.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:37 smithi094 ceph-mon[112176]: 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-08T05:00:37.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:37.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:37 smithi003 ceph-mon[96088]: 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-08T05:00:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:38.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:38.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:39 smithi094 ceph-mon[112176]: 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-08T05:00:39.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:39.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:39 smithi003 ceph-mon[96088]: 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-08T05:00:40.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:40.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:40 smithi094 ceph-mon[112176]: 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-08T05:00:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:40 smithi003 ceph-mon[96088]: 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-08T05:00:41.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:41.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:42.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:42.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:43 smithi094 ceph-mon[112176]: 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-08T05:00:43.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:43.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:43 smithi003 ceph-mon[96088]: 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-08T05:00:44.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:44.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:45 smithi094 ceph-mon[112176]: 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-08T05:00:45.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:45.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:45 smithi003 ceph-mon[96088]: 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-08T05:00:46.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:46.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:47 smithi094 ceph-mon[112176]: 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-08T05:00:47.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:47.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:47 smithi003 ceph-mon[96088]: 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-08T05:00:48.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:48.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:49.389 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:49 smithi003 ceph-mon[96088]: 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-08T05:00:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:49 smithi094 ceph-mon[112176]: 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-08T05:00:49.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:49.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:50.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:50.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:50 smithi094 ceph-mon[112176]: 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-08T05:00:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:50 smithi003 ceph-mon[96088]: 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-08T05:00:51.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:51.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:52.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:52.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:53 smithi094 ceph-mon[112176]: 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-08T05:00:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:53.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:53.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:53 smithi003 ceph-mon[96088]: 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-08T05:00:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:54.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:54.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:55 smithi094 ceph-mon[112176]: 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-08T05:00:55.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:55.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:55 smithi003 ceph-mon[96088]: 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-08T05:00:56.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:56.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:57 smithi094 ceph-mon[112176]: 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-08T05:00:57.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:57.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:57 smithi003 ceph-mon[96088]: 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-08T05:00:58.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:58.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:00:59 smithi094 ceph-mon[112176]: 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-08T05:00:59.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:00:59.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:00:59 smithi003 ceph-mon[96088]: 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-08T05:01:00.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:00.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:01.118 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:00 smithi003 ceph-mon[96088]: 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-08T05:01:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:00 smithi094 ceph-mon[112176]: 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-08T05:01:01.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:01.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:02.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:02.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:03.387 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:03 smithi094 ceph-mon[112176]: 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-08T05:01:03.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:03.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:03 smithi003 ceph-mon[96088]: 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-08T05:01:04.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:04.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:05 smithi094 ceph-mon[112176]: 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-08T05:01:05.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:05.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:05 smithi003 ceph-mon[96088]: 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-08T05:01:06.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:06.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:07 smithi094 ceph-mon[112176]: 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-08T05:01:07.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:07.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:07.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:07 smithi003 ceph-mon[96088]: 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-08T05:01:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:08.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:08.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:09 smithi094 ceph-mon[112176]: 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-08T05:01:09.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:09.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:09 smithi003 ceph-mon[96088]: 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-08T05:01:10.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:10.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:10 smithi094 ceph-mon[112176]: 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-08T05:01:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:10 smithi003 ceph-mon[96088]: 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-08T05:01:11.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:11.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:12.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:12.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:13 smithi094 ceph-mon[112176]: 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-08T05:01:13.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:13.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:13 smithi003 ceph-mon[96088]: 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-08T05:01:14.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:14.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:15 smithi094 ceph-mon[112176]: 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-08T05:01:15.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:15.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:15 smithi003 ceph-mon[96088]: 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-08T05:01:16.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:16.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:17 smithi094 ceph-mon[112176]: 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-08T05:01:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:17 smithi003 ceph-mon[96088]: 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-08T05:01:17.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:17.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:18.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:18.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:19 smithi094 ceph-mon[112176]: 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-08T05:01:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:19 smithi003 ceph-mon[96088]: 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-08T05:01:19.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:19.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:20.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:20.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:20 smithi094 ceph-mon[112176]: 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-08T05:01:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:20 smithi003 ceph-mon[96088]: 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-08T05:01:21.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:21.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:22.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:22.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:23 smithi094 ceph-mon[112176]: 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-08T05:01:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:23 smithi003 ceph-mon[96088]: 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-08T05:01:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:23.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:23.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:24.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:24.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:25 smithi094 ceph-mon[112176]: 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-08T05:01:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:25 smithi003 ceph-mon[96088]: 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-08T05:01:25.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:25.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:26.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:26.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:27.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:27 smithi094 ceph-mon[112176]: 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-08T05:01:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:27 smithi003 ceph-mon[96088]: 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-08T05:01:27.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:27.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:28.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:28.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:29.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:29 smithi094 ceph-mon[112176]: 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-08T05:01:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:29 smithi003 ceph-mon[96088]: 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-08T05:01:29.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:29.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:30.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:30.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:30 smithi094 ceph-mon[112176]: 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-08T05:01:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:30 smithi003 ceph-mon[96088]: 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-08T05:01:31.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:31.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:01:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:01:32.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:32.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:33.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:33.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:33 smithi094 ceph-mon[112176]: 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-08T05:01:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:01:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:01:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:01:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:01:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:01:33.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:01:33.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:01:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:33 smithi003 ceph-mon[96088]: 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-08T05:01:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:01:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:01:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:01:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:01:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:01:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:01:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:01:34.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:34.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:35.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:35.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:35 smithi094 ceph-mon[112176]: 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-08T05:01:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:35 smithi003 ceph-mon[96088]: 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-08T05:01:36.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:36.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:37.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:37.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:37 smithi094 ceph-mon[112176]: 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-08T05:01:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:37 smithi003 ceph-mon[96088]: 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-08T05:01:38.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:38.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:39.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:39.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:39 smithi094 ceph-mon[112176]: 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-08T05:01:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:39 smithi003 ceph-mon[96088]: 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-08T05:01:40.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:40.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:40 smithi094 ceph-mon[112176]: 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-08T05:01:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:40 smithi003 ceph-mon[96088]: 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-08T05:01:41.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:41.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:42.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:42.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:43 smithi094 ceph-mon[112176]: 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-08T05:01:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:43 smithi003 ceph-mon[96088]: 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-08T05:01:43.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:43.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:44.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:44.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:45 smithi094 ceph-mon[112176]: 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-08T05:01:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:45 smithi003 ceph-mon[96088]: 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-08T05:01:45.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:45.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:46.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:46.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:47 smithi094 ceph-mon[112176]: 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-08T05:01:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:47 smithi003 ceph-mon[96088]: 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-08T05:01:47.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:47.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:48.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:48.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:49 smithi094 ceph-mon[112176]: 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-08T05:01:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:49 smithi003 ceph-mon[96088]: 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-08T05:01:49.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:49.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:50.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:50.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:50 smithi094 ceph-mon[112176]: 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-08T05:01:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:50 smithi003 ceph-mon[96088]: 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-08T05:01:51.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:51.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:52.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:52.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:53 smithi094 ceph-mon[112176]: 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-08T05:01:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:53 smithi003 ceph-mon[96088]: 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-08T05:01:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:53.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:53.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:54.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:54.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:55 smithi094 ceph-mon[112176]: 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-08T05:01:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:55 smithi003 ceph-mon[96088]: 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-08T05:01:55.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:55.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:56.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:56.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:57 smithi094 ceph-mon[112176]: 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-08T05:01:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:57 smithi003 ceph-mon[96088]: 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-08T05:01:57.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:57.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:58.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:58.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:01:59 smithi094 ceph-mon[112176]: 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-08T05:01:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:01:59 smithi003 ceph-mon[96088]: 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-08T05:01:59.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:01:59.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:00.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:00.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:00 smithi094 ceph-mon[112176]: 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-08T05:02:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:00 smithi003 ceph-mon[96088]: 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-08T05:02:01.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:01.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:02.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:02.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:03 smithi094 ceph-mon[112176]: 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-08T05:02:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:03 smithi003 ceph-mon[96088]: 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-08T05:02:03.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:03.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:04.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:04.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:05 smithi094 ceph-mon[112176]: 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-08T05:02:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:05 smithi003 ceph-mon[96088]: 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-08T05:02:05.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:05.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:06.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:06.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:07 smithi094 ceph-mon[112176]: 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-08T05:02:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:07 smithi003 ceph-mon[96088]: 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-08T05:02:07.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:07.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:08.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:08.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:09 smithi094 ceph-mon[112176]: 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-08T05:02:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:09 smithi003 ceph-mon[96088]: 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-08T05:02:09.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:09.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:10.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:10.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:10 smithi094 ceph-mon[112176]: 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-08T05:02:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:10 smithi003 ceph-mon[96088]: 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-08T05:02:11.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:11.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:12.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:12.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:13 smithi094 ceph-mon[112176]: 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-08T05:02:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:13 smithi003 ceph-mon[96088]: 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-08T05:02:13.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:13.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:14.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:14.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:15.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:15 smithi003 ceph-mon[96088]: 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-08T05:02:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:15 smithi094 ceph-mon[112176]: 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-08T05:02:15.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:15.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:16.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:16.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:17 smithi094 ceph-mon[112176]: 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-08T05:02:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:17 smithi003 ceph-mon[96088]: 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-08T05:02:17.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:17.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:18.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:18.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:19 smithi094 ceph-mon[112176]: 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-08T05:02:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:19 smithi003 ceph-mon[96088]: 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-08T05:02:19.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:19.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:20.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:20.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:20 smithi094 ceph-mon[112176]: 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-08T05:02:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:20 smithi003 ceph-mon[96088]: 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-08T05:02:21.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:21.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:22.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:22.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:23 smithi094 ceph-mon[112176]: 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-08T05:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:23 smithi003 ceph-mon[96088]: 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-08T05:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:23.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:23.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:24.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:24.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:25 smithi094 ceph-mon[112176]: 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-08T05:02:25.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:25 smithi003 ceph-mon[96088]: 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-08T05:02:25.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:25.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:26.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:26.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:27 smithi094 ceph-mon[112176]: 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-08T05:02:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:27 smithi003 ceph-mon[96088]: 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-08T05:02:27.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:27.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:28.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:28.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:29 smithi094 ceph-mon[112176]: 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-08T05:02:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:29 smithi003 ceph-mon[96088]: 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-08T05:02:29.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:29.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:30.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:30.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:30 smithi094 ceph-mon[112176]: 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-08T05:02:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:30 smithi003 ceph-mon[96088]: 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-08T05:02:31.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:31.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:32.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:32.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:33 smithi094 ceph-mon[112176]: 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-08T05:02:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:02:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:33 smithi003 ceph-mon[96088]: 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-08T05:02:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:02:33.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:33.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:34.328 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:02:34.329 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:02:34.329 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:02:34.329 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:02:34.329 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:02:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:02:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:02:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:02:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:02:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:02:34.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:34.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:35.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:35.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:35 smithi003 ceph-mon[96088]: 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-08T05:02:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:35 smithi094 ceph-mon[112176]: 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-08T05:02:36.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:36.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:37.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:37.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:37 smithi003 ceph-mon[96088]: 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-08T05:02:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:37 smithi094 ceph-mon[112176]: 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-08T05:02:38.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:38.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:39.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:39.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:39 smithi094 ceph-mon[112176]: 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-08T05:02:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:39 smithi003 ceph-mon[96088]: 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-08T05:02:40.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:40.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:40 smithi003 ceph-mon[96088]: 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-08T05:02:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:40 smithi094 ceph-mon[112176]: 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-08T05:02:41.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:41.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:42.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:42.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:43 smithi094 ceph-mon[112176]: 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-08T05:02:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:43 smithi003 ceph-mon[96088]: 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-08T05:02:43.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:43.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:44.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:44.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:45 smithi094 ceph-mon[112176]: 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-08T05:02:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:45 smithi003 ceph-mon[96088]: 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-08T05:02:45.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:45.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:46.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:46.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:47 smithi094 ceph-mon[112176]: 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-08T05:02:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:47 smithi003 ceph-mon[96088]: 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-08T05:02:47.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:47.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:48.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:48.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:49 smithi094 ceph-mon[112176]: 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-08T05:02:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:49 smithi003 ceph-mon[96088]: 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-08T05:02:49.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:49.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:50.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:50.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:50 smithi094 ceph-mon[112176]: 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-08T05:02:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:50 smithi003 ceph-mon[96088]: 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-08T05:02:51.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:51.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:52.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:52.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:53 smithi094 ceph-mon[112176]: 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-08T05:02:53.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:53 smithi003 ceph-mon[96088]: 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-08T05:02:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:53.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:53.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:54.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:54.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:55 smithi094 ceph-mon[112176]: 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-08T05:02:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:55 smithi003 ceph-mon[96088]: 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-08T05:02:55.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:55.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:56.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:56.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:57 smithi094 ceph-mon[112176]: 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-08T05:02:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:57 smithi003 ceph-mon[96088]: 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-08T05:02:57.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:57.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:58.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:58.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:02:59 smithi094 ceph-mon[112176]: 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-08T05:02:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:02:59 smithi003 ceph-mon[96088]: 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-08T05:02:59.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:02:59.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:00.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:00.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:00 smithi094 ceph-mon[112176]: 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-08T05:03:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:00 smithi003 ceph-mon[96088]: 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-08T05:03:01.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:01.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:02.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:02.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:03 smithi094 ceph-mon[112176]: 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-08T05:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:03 smithi003 ceph-mon[96088]: 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-08T05:03:03.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:03.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:04.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:04.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:05 smithi094 ceph-mon[112176]: 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-08T05:03:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:05 smithi003 ceph-mon[96088]: 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-08T05:03:05.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:05.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:06.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:06.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:07 smithi094 ceph-mon[112176]: 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-08T05:03:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:07 smithi003 ceph-mon[96088]: 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-08T05:03:07.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:07.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:08.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:08.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:09 smithi094 ceph-mon[112176]: 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-08T05:03:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:09 smithi003 ceph-mon[96088]: 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-08T05:03:09.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:09.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:10.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:10.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:10 smithi094 ceph-mon[112176]: 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-08T05:03:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:10 smithi003 ceph-mon[96088]: 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-08T05:03:11.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:11.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:12.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:12.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:13 smithi094 ceph-mon[112176]: 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-08T05:03:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:13 smithi003 ceph-mon[96088]: 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-08T05:03:13.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:13.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:14.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:14.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:15 smithi094 ceph-mon[112176]: 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-08T05:03:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:15 smithi003 ceph-mon[96088]: 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-08T05:03:15.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:15.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:16.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:16.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:17 smithi094 ceph-mon[112176]: 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-08T05:03:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:17 smithi003 ceph-mon[96088]: 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-08T05:03:17.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:17.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:18.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:18.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:19 smithi094 ceph-mon[112176]: 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-08T05:03:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:19 smithi003 ceph-mon[96088]: 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-08T05:03:19.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:19.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:20.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:20.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:20 smithi094 ceph-mon[112176]: 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-08T05:03:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:20 smithi003 ceph-mon[96088]: 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-08T05:03:21.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:21.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:22.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:22.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:23 smithi094 ceph-mon[112176]: 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-08T05:03:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:23 smithi003 ceph-mon[96088]: 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-08T05:03:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:23.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:23.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:24.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:24.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:25 smithi094 ceph-mon[112176]: 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-08T05:03:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:25 smithi003 ceph-mon[96088]: 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-08T05:03:25.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:25.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:26.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:26.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:27 smithi094 ceph-mon[112176]: 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-08T05:03:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:27 smithi003 ceph-mon[96088]: 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-08T05:03:27.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:27.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:28.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:28.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:29 smithi094 ceph-mon[112176]: 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-08T05:03:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:29 smithi003 ceph-mon[96088]: 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-08T05:03:29.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:29.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:30.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:30.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:30 smithi094 ceph-mon[112176]: 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-08T05:03:31.227 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:30 smithi003 ceph-mon[96088]: 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-08T05:03:31.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:31.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:32.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:32.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:33 smithi094 ceph-mon[112176]: 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-08T05:03:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:33 smithi003 ceph-mon[96088]: 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-08T05:03:33.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:33.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:03:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:03:34.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:34.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:35 smithi094 ceph-mon[112176]: 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-08T05:03:35.903 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:35.903 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:35.903 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:35.904 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:35.905 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:35 smithi003 ceph-mon[96088]: 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-08T05:03:35.905 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:35.905 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:35.905 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:35.905 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:35.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:35.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:36.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:36.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:37 smithi094 ceph-mon[112176]: 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-08T05:03:37.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:37.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:37 smithi003 ceph-mon[96088]: 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-08T05:03:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:38.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:38.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:39.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:39.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:39 smithi094 ceph-mon[112176]: 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-08T05:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:39 smithi003 ceph-mon[96088]: 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-08T05:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:03:40.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:40.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:40 smithi094 ceph-mon[112176]: 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-08T05:03:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:40 smithi003 ceph-mon[96088]: 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-08T05:03:41.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:41.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:42.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:42.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:43 smithi094 ceph-mon[112176]: 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-08T05:03:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:43 smithi003 ceph-mon[96088]: 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-08T05:03:43.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:43.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:44.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:44.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:45 smithi094 ceph-mon[112176]: 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-08T05:03:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:45 smithi003 ceph-mon[96088]: 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-08T05:03:45.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:45.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:46.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:46.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:47.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:47 smithi094 ceph-mon[112176]: 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-08T05:03:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:47 smithi003 ceph-mon[96088]: 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-08T05:03:47.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:47.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:48.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:48.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:49 smithi094 ceph-mon[112176]: 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-08T05:03:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:49 smithi003 ceph-mon[96088]: 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-08T05:03:49.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:49.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:50.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:50.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:50 smithi003 ceph-mon[96088]: 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-08T05:03:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:50 smithi094 ceph-mon[112176]: 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-08T05:03:51.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:51.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:52.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:52.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:53 smithi094 ceph-mon[112176]: 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-08T05:03:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:53 smithi003 ceph-mon[96088]: 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-08T05:03:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:53.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:53.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:54.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:54.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:55 smithi094 ceph-mon[112176]: 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-08T05:03:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:55 smithi003 ceph-mon[96088]: 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-08T05:03:55.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:55.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:56.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:56.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:57.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:57 smithi094 ceph-mon[112176]: 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-08T05:03:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:57 smithi003 ceph-mon[96088]: 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-08T05:03:57.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:57.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:58.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:58.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:03:59 smithi094 ceph-mon[112176]: 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-08T05:03:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:03:59 smithi003 ceph-mon[96088]: 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-08T05:03:59.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:03:59.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:00.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:00.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:00 smithi003 ceph-mon[96088]: 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-08T05:04:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:00 smithi094 ceph-mon[112176]: 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-08T05:04:01.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:01.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:02.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:02.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:03 smithi094 ceph-mon[112176]: 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-08T05:04:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:03 smithi003 ceph-mon[96088]: 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-08T05:04:03.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:03.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:04.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:04.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:05 smithi094 ceph-mon[112176]: 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-08T05:04:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:05 smithi003 ceph-mon[96088]: 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-08T05:04:05.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:05.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:06.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:06.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:07 smithi094 ceph-mon[112176]: 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-08T05:04:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:07 smithi003 ceph-mon[96088]: 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-08T05:04:07.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:07.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:08.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:08.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:09 smithi094 ceph-mon[112176]: 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-08T05:04:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:09 smithi003 ceph-mon[96088]: 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-08T05:04:09.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:09.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:10.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:10.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:10 smithi003 ceph-mon[96088]: 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-08T05:04:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:10 smithi094 ceph-mon[112176]: 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-08T05:04:11.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:11.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:12.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:12.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:13 smithi094 ceph-mon[112176]: 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-08T05:04:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:13 smithi003 ceph-mon[96088]: 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-08T05:04:13.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:13.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:14.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:14.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:15.368 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:15 smithi094 ceph-mon[112176]: 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-08T05:04:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:15 smithi003 ceph-mon[96088]: 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-08T05:04:15.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:15.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:16.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:16.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:17 smithi094 ceph-mon[112176]: 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-08T05:04:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:17 smithi003 ceph-mon[96088]: 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-08T05:04:17.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:17.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:18.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:18.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:19 smithi094 ceph-mon[112176]: 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-08T05:04:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:19 smithi003 ceph-mon[96088]: 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-08T05:04:19.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:19.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:20.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:20.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:20 smithi003 ceph-mon[96088]: 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-08T05:04:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:20 smithi094 ceph-mon[112176]: 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-08T05:04:21.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:21.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:22.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:22.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:23 smithi094 ceph-mon[112176]: 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-08T05:04:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:23 smithi003 ceph-mon[96088]: 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-08T05:04:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:23.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:23.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:24.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:24.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:25 smithi094 ceph-mon[112176]: 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-08T05:04:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:25 smithi003 ceph-mon[96088]: 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-08T05:04:25.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:25.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:26.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:26.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:27 smithi094 ceph-mon[112176]: 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-08T05:04:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:27 smithi003 ceph-mon[96088]: 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-08T05:04:27.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:27.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:28.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:28.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:29 smithi094 ceph-mon[112176]: 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-08T05:04:29.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:29 smithi003 ceph-mon[96088]: 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-08T05:04:29.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:29.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:30.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:30.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:30 smithi003 ceph-mon[96088]: 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-08T05:04:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:30 smithi094 ceph-mon[112176]: 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-08T05:04:31.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:31.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:32.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:32.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:33 smithi094 ceph-mon[112176]: 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-08T05:04:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:33 smithi003 ceph-mon[96088]: 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-08T05:04:33.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:33.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:34.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:34.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:35 smithi094 ceph-mon[112176]: 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-08T05:04:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:35 smithi003 ceph-mon[96088]: 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-08T05:04:35.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:35.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:36.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:36.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:37 smithi003 ceph-mon[96088]: 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-08T05:04:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:37 smithi094 ceph-mon[112176]: 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-08T05:04:37.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:37.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:38.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:38.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:39 smithi094 ceph-mon[112176]: 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-08T05:04:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:04:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:39 smithi003 ceph-mon[96088]: 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-08T05:04:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:04:39.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:39.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:04:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:04:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:04:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:04:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:04:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:04:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:04:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:04:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:04:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:04:40.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:40.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:41 smithi094 ceph-mon[112176]: 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-08T05:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:41 smithi003 ceph-mon[96088]: 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-08T05:04:41.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:41.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:42.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:42.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:43 smithi094 ceph-mon[112176]: 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-08T05:04:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:43 smithi003 ceph-mon[96088]: 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-08T05:04:43.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:43.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:44.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:44.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:45 smithi094 ceph-mon[112176]: 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-08T05:04:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:45 smithi003 ceph-mon[96088]: 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-08T05:04:45.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:45.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:46.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:46.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:47 smithi094 ceph-mon[112176]: 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-08T05:04:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:47 smithi003 ceph-mon[96088]: 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-08T05:04:47.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:47.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:48.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:48.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:49 smithi094 ceph-mon[112176]: 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-08T05:04:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:49 smithi003 ceph-mon[96088]: 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-08T05:04:49.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:49.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:50.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:50.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:50 smithi094 ceph-mon[112176]: 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-08T05:04:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:50 smithi003 ceph-mon[96088]: 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-08T05:04:51.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:51.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:52.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:52.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:53 smithi094 ceph-mon[112176]: 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-08T05:04:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:53 smithi003 ceph-mon[96088]: 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-08T05:04:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:53.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:53.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:54.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:54.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:55 smithi094 ceph-mon[112176]: 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-08T05:04:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:55 smithi003 ceph-mon[96088]: 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-08T05:04:55.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:55.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:56.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:56.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:57 smithi094 ceph-mon[112176]: 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-08T05:04:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:57 smithi003 ceph-mon[96088]: 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-08T05:04:57.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:57.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:58.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:58.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:04:59 smithi094 ceph-mon[112176]: 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-08T05:04:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:04:59 smithi003 ceph-mon[96088]: 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-08T05:04:59.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:04:59.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:00.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:00.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:00 smithi094 ceph-mon[112176]: 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-08T05:05:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:00 smithi003 ceph-mon[96088]: 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-08T05:05:01.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:01.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:02.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:02.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:03 smithi094 ceph-mon[112176]: 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-08T05:05:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:03 smithi003 ceph-mon[96088]: 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-08T05:05:03.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:03.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:04.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:04.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:05 smithi094 ceph-mon[112176]: 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-08T05:05:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:05 smithi003 ceph-mon[96088]: 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-08T05:05:05.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:05.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:06.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:06.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:07 smithi094 ceph-mon[112176]: 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-08T05:05:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:07 smithi003 ceph-mon[96088]: 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-08T05:05:07.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:07.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:08.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:08.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:09 smithi094 ceph-mon[112176]: 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-08T05:05:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:09 smithi003 ceph-mon[96088]: 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-08T05:05:09.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:09.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:10.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:10.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:10 smithi003 ceph-mon[96088]: 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-08T05:05:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:10 smithi094 ceph-mon[112176]: 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-08T05:05:11.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:11.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:12.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:12.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:13 smithi094 ceph-mon[112176]: 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-08T05:05:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:13 smithi003 ceph-mon[96088]: 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-08T05:05:13.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:13.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:14.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:14.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:15 smithi094 ceph-mon[112176]: 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-08T05:05:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:15 smithi003 ceph-mon[96088]: 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-08T05:05:15.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:15.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:16.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:16.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:17 smithi094 ceph-mon[112176]: 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-08T05:05:17.433 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:17 smithi003 ceph-mon[96088]: 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-08T05:05:17.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:17.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:18.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:18.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:19 smithi094 ceph-mon[112176]: 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-08T05:05:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:19 smithi003 ceph-mon[96088]: 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-08T05:05:19.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:19.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:20.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:20.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:20 smithi003 ceph-mon[96088]: 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-08T05:05:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:20 smithi094 ceph-mon[112176]: 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-08T05:05:21.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:21.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:22.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:22.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:23.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:23 smithi094 ceph-mon[112176]: 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-08T05:05:23.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:23 smithi003 ceph-mon[96088]: 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-08T05:05:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:23.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:23.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:24.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:24.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:25 smithi094 ceph-mon[112176]: 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-08T05:05:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:25 smithi003 ceph-mon[96088]: 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-08T05:05:25.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:25.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:26.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:26.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:27 smithi094 ceph-mon[112176]: 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-08T05:05:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:27 smithi003 ceph-mon[96088]: 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-08T05:05:27.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:27.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:28.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:28.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:29 smithi094 ceph-mon[112176]: 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-08T05:05:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:29 smithi003 ceph-mon[96088]: 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-08T05:05:29.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:29.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:30.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:30.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:30 smithi003 ceph-mon[96088]: 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-08T05:05:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:30 smithi094 ceph-mon[112176]: 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-08T05:05:31.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:31.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:32.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:32.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:33 smithi094 ceph-mon[112176]: 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-08T05:05:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:33 smithi003 ceph-mon[96088]: 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-08T05:05:33.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:33.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:34.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:34.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:35 smithi094 ceph-mon[112176]: 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-08T05:05:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:35 smithi003 ceph-mon[96088]: 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-08T05:05:35.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:35.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:36.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:36.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:37.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:37 smithi094 ceph-mon[112176]: 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-08T05:05:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:37 smithi003 ceph-mon[96088]: 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-08T05:05:37.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:37.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:38.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:38.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:39 smithi094 ceph-mon[112176]: 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-08T05:05:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:39 smithi003 ceph-mon[96088]: 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-08T05:05:39.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:39.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:05:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:05:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:05:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:05:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:05:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:05:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:05:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:05:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:05:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:05:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:05:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:05:40.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:40.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:41 smithi094 ceph-mon[112176]: 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-08T05:05:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:41 smithi003 ceph-mon[96088]: 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-08T05:05:41.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:41.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:42.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:42.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:43 smithi094 ceph-mon[112176]: 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-08T05:05:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:43 smithi003 ceph-mon[96088]: 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-08T05:05:43.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:43.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:44.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:44.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:45 smithi094 ceph-mon[112176]: 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-08T05:05:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:45 smithi003 ceph-mon[96088]: 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-08T05:05:45.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:45.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:46.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:46.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:47 smithi094 ceph-mon[112176]: 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-08T05:05:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:47 smithi003 ceph-mon[96088]: 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-08T05:05:47.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:47.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:48.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:48.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:49 smithi094 ceph-mon[112176]: 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-08T05:05:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:49 smithi003 ceph-mon[96088]: 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-08T05:05:49.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:49.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:50.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:50.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:50 smithi003 ceph-mon[96088]: 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-08T05:05:51.367 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:50 smithi094 ceph-mon[112176]: 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-08T05:05:51.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:51.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:52.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:52.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:53 smithi094 ceph-mon[112176]: 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-08T05:05:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:53 smithi003 ceph-mon[96088]: 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-08T05:05:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:53.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:53.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:54.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:54.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:55 smithi094 ceph-mon[112176]: 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-08T05:05:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:55 smithi003 ceph-mon[96088]: 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-08T05:05:55.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:55.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:56.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:56.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:57 smithi094 ceph-mon[112176]: 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-08T05:05:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:57 smithi003 ceph-mon[96088]: 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-08T05:05:57.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:57.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:58.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:58.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:05:59 smithi094 ceph-mon[112176]: 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-08T05:05:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:05:59 smithi003 ceph-mon[96088]: 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-08T05:05:59.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:05:59.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:00.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:00.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:00 smithi003 ceph-mon[96088]: 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-08T05:06:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:00 smithi094 ceph-mon[112176]: 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-08T05:06:01.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:01.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:02.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:02.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:03 smithi003 ceph-mon[96088]: 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-08T05:06:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:03 smithi094 ceph-mon[112176]: 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-08T05:06:03.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:03.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:04.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:04.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:05 smithi094 ceph-mon[112176]: 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-08T05:06:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:05 smithi003 ceph-mon[96088]: 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-08T05:06:05.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:05.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:06.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:06.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:07 smithi094 ceph-mon[112176]: 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-08T05:06:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:07 smithi003 ceph-mon[96088]: 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-08T05:06:07.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:07.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:08.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:08.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:09 smithi094 ceph-mon[112176]: 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-08T05:06:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:09 smithi003 ceph-mon[96088]: 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-08T05:06:09.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:09.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:10.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:10.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:10 smithi003 ceph-mon[96088]: 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-08T05:06:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:10 smithi094 ceph-mon[112176]: 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-08T05:06:11.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:11.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:12.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:12.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:13 smithi094 ceph-mon[112176]: 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-08T05:06:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:13 smithi003 ceph-mon[96088]: 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-08T05:06:13.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:13.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:14.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:14.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:15 smithi094 ceph-mon[112176]: 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-08T05:06:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:15 smithi003 ceph-mon[96088]: 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-08T05:06:15.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:15.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:16.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:16.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:17.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:17 smithi094 ceph-mon[112176]: 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-08T05:06:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:17 smithi003 ceph-mon[96088]: 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-08T05:06:17.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:17.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:18.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:18.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:19 smithi094 ceph-mon[112176]: 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-08T05:06:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:19 smithi003 ceph-mon[96088]: 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-08T05:06:19.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:19.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:20.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:20.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:20 smithi003 ceph-mon[96088]: 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-08T05:06:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:20 smithi094 ceph-mon[112176]: 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-08T05:06:21.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:21.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:22.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:22.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:23 smithi094 ceph-mon[112176]: 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-08T05:06:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:23 smithi003 ceph-mon[96088]: 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-08T05:06:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:24.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:24.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:25.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:25.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:25 smithi094 ceph-mon[112176]: 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-08T05:06:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:25 smithi003 ceph-mon[96088]: 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-08T05:06:26.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:26.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:27.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:27.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:27 smithi094 ceph-mon[112176]: 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-08T05:06:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:27 smithi003 ceph-mon[96088]: 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-08T05:06:28.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:28.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:29.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:29.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:29 smithi094 ceph-mon[112176]: 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-08T05:06:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:29 smithi003 ceph-mon[96088]: 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-08T05:06:30.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:30.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:31.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:31.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:30 smithi003 ceph-mon[96088]: 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-08T05:06:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:30 smithi094 ceph-mon[112176]: 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-08T05:06:32.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:32.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:33.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:33.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:33 smithi094 ceph-mon[112176]: 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-08T05:06:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:33 smithi003 ceph-mon[96088]: 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-08T05:06:34.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:34.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:35.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:35.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:35 smithi094 ceph-mon[112176]: 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-08T05:06:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:35 smithi003 ceph-mon[96088]: 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-08T05:06:36.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:36.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:37.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:37.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:37.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:37 smithi094 ceph-mon[112176]: 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-08T05:06:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:37 smithi003 ceph-mon[96088]: 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-08T05:06:38.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:38.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:39.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:39.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:39 smithi094 ceph-mon[112176]: 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-08T05:06:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:39 smithi003 ceph-mon[96088]: 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-08T05:06:40.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:40.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:41.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:41.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:40 smithi003 ceph-mon[96088]: 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-08T05:06:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:06:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:40 smithi094 ceph-mon[112176]: 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-08T05:06:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:06:42.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:42.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:43.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:43.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:43.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:43 smithi003 ceph-mon[96088]: 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-08T05:06:43.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:06:43.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:06:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:43 smithi094 ceph-mon[112176]: 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-08T05:06:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:06:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:06:44.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:44.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:06:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:06:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:06:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:06:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:06:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:06:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:06:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:06:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:06:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:06:45.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:45.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:45 smithi003 ceph-mon[96088]: 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-08T05:06:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:45 smithi094 ceph-mon[112176]: 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-08T05:06:46.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:46.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:47.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:47.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:47 smithi003 ceph-mon[96088]: 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-08T05:06:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:47 smithi094 ceph-mon[112176]: 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-08T05:06:48.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:48.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:49.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:49.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:49 smithi003 ceph-mon[96088]: 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-08T05:06:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:49 smithi094 ceph-mon[112176]: 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-08T05:06:50.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:50.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:51.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:51.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:50 smithi003 ceph-mon[96088]: 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-08T05:06:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:50 smithi094 ceph-mon[112176]: 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-08T05:06:52.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:52.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:53.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:53.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:53 smithi094 ceph-mon[112176]: 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-08T05:06:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:53 smithi003 ceph-mon[96088]: 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-08T05:06:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:54.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:54.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:55.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:55.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:55 smithi094 ceph-mon[112176]: 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-08T05:06:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:55 smithi003 ceph-mon[96088]: 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-08T05:06:56.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:56.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:57.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:57.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:57 smithi094 ceph-mon[112176]: 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-08T05:06:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:57 smithi003 ceph-mon[96088]: 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-08T05:06:58.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:58.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:59.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:06:59.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:06:59 smithi003 ceph-mon[96088]: 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-08T05:06:59.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:06:59 smithi094 ceph-mon[112176]: 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-08T05:07:00.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:00.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:01.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:01.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:00 smithi003 ceph-mon[96088]: 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-08T05:07:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:00 smithi094 ceph-mon[112176]: 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-08T05:07:02.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:02.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:03.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:03.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:03 smithi094 ceph-mon[112176]: 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-08T05:07:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:03 smithi003 ceph-mon[96088]: 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-08T05:07:04.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:04.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:05.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:05.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:05 smithi094 ceph-mon[112176]: 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-08T05:07:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:05 smithi003 ceph-mon[96088]: 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-08T05:07:06.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:06.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:07.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:07.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:07 smithi094 ceph-mon[112176]: 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-08T05:07:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:07 smithi003 ceph-mon[96088]: 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-08T05:07:08.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:08.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:09.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:09.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:09 smithi003 ceph-mon[96088]: 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-08T05:07:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:09 smithi094 ceph-mon[112176]: 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-08T05:07:10.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:10.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:11.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:11.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:10 smithi003 ceph-mon[96088]: 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-08T05:07:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:10 smithi094 ceph-mon[112176]: 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-08T05:07:12.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:12.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:13.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:13.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:13 smithi094 ceph-mon[112176]: 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-08T05:07:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:13 smithi003 ceph-mon[96088]: 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-08T05:07:14.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:14.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:15.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:15.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:15 smithi094 ceph-mon[112176]: 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-08T05:07:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:15 smithi003 ceph-mon[96088]: 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-08T05:07:16.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:16.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:17.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:17.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:17 smithi003 ceph-mon[96088]: 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-08T05:07:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:17 smithi094 ceph-mon[112176]: 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-08T05:07:18.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:18.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:19.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:19.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:19 smithi003 ceph-mon[96088]: 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-08T05:07:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:19 smithi094 ceph-mon[112176]: 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-08T05:07:20.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:20.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:21.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:21.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:20 smithi003 ceph-mon[96088]: 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-08T05:07:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:20 smithi094 ceph-mon[112176]: 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-08T05:07:22.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:22.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:23.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:23.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:23 smithi094 ceph-mon[112176]: 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-08T05:07:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:23 smithi003 ceph-mon[96088]: 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-08T05:07:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:24.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:24.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:25.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:25.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:25 smithi003 ceph-mon[96088]: 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-08T05:07:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:25 smithi094 ceph-mon[112176]: 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-08T05:07:26.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:26.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:27.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:27.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:27 smithi003 ceph-mon[96088]: 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-08T05:07:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:27 smithi094 ceph-mon[112176]: 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-08T05:07:28.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:28.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:29.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:29.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:29 smithi003 ceph-mon[96088]: 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-08T05:07:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:29 smithi094 ceph-mon[112176]: 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-08T05:07:30.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:30.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:31.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:31.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:30 smithi003 ceph-mon[96088]: 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-08T05:07:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:30 smithi094 ceph-mon[112176]: 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-08T05:07:32.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:32.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:33.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:33.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:33 smithi003 ceph-mon[96088]: 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-08T05:07:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:33 smithi094 ceph-mon[112176]: 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-08T05:07:34.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:34.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:35.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:35.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:35 smithi003 ceph-mon[96088]: 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-08T05:07:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:35 smithi094 ceph-mon[112176]: 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-08T05:07:36.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:37.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:37.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:37.469 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:37 smithi094 ceph-mon[112176]: 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-08T05:07:37.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:37 smithi003 ceph-mon[96088]: 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-08T05:07:38.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:38.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:39.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:39.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:39 smithi003 ceph-mon[96088]: 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-08T05:07:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:39 smithi094 ceph-mon[112176]: 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-08T05:07:40.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:40.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:41.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:41.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:40 smithi003 ceph-mon[96088]: 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-08T05:07:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:40 smithi094 ceph-mon[112176]: 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-08T05:07:42.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:42.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:43.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:43.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:43 smithi003 ceph-mon[96088]: 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-08T05:07:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:43 smithi094 ceph-mon[112176]: 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-08T05:07:44.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:44.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:07:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:07:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:07:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:07:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:07:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:07:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:07:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:07:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:07:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:07:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:07:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:07:45.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:45.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:45 smithi003 ceph-mon[96088]: 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-08T05:07:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:45 smithi094 ceph-mon[112176]: 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-08T05:07:46.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:46.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:47.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:47.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:47 smithi003 ceph-mon[96088]: 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-08T05:07:47.576 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:47 smithi094 ceph-mon[112176]: 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-08T05:07:48.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:48.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:49.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:49.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:49 smithi003 ceph-mon[96088]: 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-08T05:07:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:49 smithi094 ceph-mon[112176]: 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-08T05:07:50.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:50.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:51.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:51.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:50 smithi003 ceph-mon[96088]: 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-08T05:07:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:50 smithi094 ceph-mon[112176]: 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-08T05:07:52.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:52.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:53.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:53.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:53 smithi003 ceph-mon[96088]: 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-08T05:07:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:53 smithi094 ceph-mon[112176]: 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-08T05:07:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:54.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:54.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:55.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:55.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:55 smithi003 ceph-mon[96088]: 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-08T05:07:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:55 smithi094 ceph-mon[112176]: 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-08T05:07:56.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:56.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:57.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:57.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:57 smithi003 ceph-mon[96088]: 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-08T05:07:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:57 smithi094 ceph-mon[112176]: 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-08T05:07:58.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:58.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:59.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:07:59.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:07:59 smithi003 ceph-mon[96088]: 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-08T05:07:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:07:59 smithi094 ceph-mon[112176]: 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-08T05:08:00.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:00.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:01.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:01.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:00 smithi003 ceph-mon[96088]: 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-08T05:08:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:00 smithi094 ceph-mon[112176]: 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-08T05:08:02.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:02.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:03.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:03.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:03 smithi003 ceph-mon[96088]: 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-08T05:08:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:03 smithi094 ceph-mon[112176]: 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-08T05:08:04.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:04.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:05.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:05.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:05 smithi003 ceph-mon[96088]: 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-08T05:08:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:05 smithi094 ceph-mon[112176]: 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-08T05:08:06.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:06.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:07.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:07.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:07 smithi003 ceph-mon[96088]: 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-08T05:08:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:07 smithi094 ceph-mon[112176]: 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-08T05:08:08.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:08.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:09.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:09.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:09 smithi003 ceph-mon[96088]: 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-08T05:08:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:09 smithi094 ceph-mon[112176]: 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-08T05:08:10.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:10.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:11.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:11.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:10 smithi003 ceph-mon[96088]: 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-08T05:08:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:10 smithi094 ceph-mon[112176]: 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-08T05:08:12.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:12.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:13.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:13.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:13 smithi003 ceph-mon[96088]: 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-08T05:08:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:13 smithi094 ceph-mon[112176]: 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-08T05:08:14.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:14.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:15.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:15.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:15 smithi003 ceph-mon[96088]: 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-08T05:08:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:15 smithi094 ceph-mon[112176]: 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-08T05:08:16.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:16.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:17.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:17.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:17 smithi003 ceph-mon[96088]: 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-08T05:08:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:17 smithi094 ceph-mon[112176]: 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-08T05:08:18.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:18.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:19.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:19.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:19 smithi003 ceph-mon[96088]: 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-08T05:08:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:19 smithi094 ceph-mon[112176]: 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-08T05:08:20.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:20.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:21.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:21.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:20 smithi003 ceph-mon[96088]: 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-08T05:08:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:20 smithi094 ceph-mon[112176]: 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-08T05:08:22.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:22.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:23.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:23.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:23 smithi094 ceph-mon[112176]: 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-08T05:08:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:23 smithi003 ceph-mon[96088]: 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-08T05:08:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:24.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:24.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:25.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:25.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:25 smithi003 ceph-mon[96088]: 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-08T05:08:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:25 smithi094 ceph-mon[112176]: 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-08T05:08:26.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:26.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:27.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:27.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:27 smithi003 ceph-mon[96088]: 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-08T05:08:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:27 smithi094 ceph-mon[112176]: 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-08T05:08:28.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:28.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:29.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:29.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:29 smithi003 ceph-mon[96088]: 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-08T05:08:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:29 smithi094 ceph-mon[112176]: 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-08T05:08:30.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:30.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:31.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:31.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:30 smithi003 ceph-mon[96088]: pgmap v3966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:30 smithi094 ceph-mon[112176]: pgmap v3966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:32.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:32.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:33.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:33.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:33 smithi094 ceph-mon[112176]: pgmap v3967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:33 smithi003 ceph-mon[96088]: pgmap v3967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:34.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:34.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:35.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:35.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:35 smithi003 ceph-mon[96088]: pgmap v3968: 97 pgs: 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:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:35 smithi094 ceph-mon[112176]: pgmap v3968: 97 pgs: 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:36.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:36.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:37.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:37.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:37 smithi003 ceph-mon[96088]: pgmap v3969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:37 smithi094 ceph-mon[112176]: pgmap v3969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:38.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:38.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:39.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:39.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:39 smithi003 ceph-mon[96088]: pgmap v3970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:39 smithi094 ceph-mon[112176]: pgmap v3970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:40.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:40.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:41.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:41.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:40 smithi003 ceph-mon[96088]: pgmap v3971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:40 smithi094 ceph-mon[112176]: pgmap v3971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:42.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:42.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:43.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:43.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:43 smithi094 ceph-mon[112176]: 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-08T05:08:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:43 smithi003 ceph-mon[96088]: 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-08T05:08:44.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:44.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:45.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:45.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:45 smithi003 ceph-mon[96088]: 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-08T05:08:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:08:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:45 smithi094 ceph-mon[112176]: 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-08T05:08:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:08:46.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:46.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:47.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:47.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:47 smithi003 ceph-mon[96088]: 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-08T05:08:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:47 smithi094 ceph-mon[112176]: 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-08T05:08:48.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:48.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:49.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:49.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:49 smithi003 ceph-mon[96088]: 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-08T05:08:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:49 smithi094 ceph-mon[112176]: 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-08T05:08:50.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:50.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:08:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:08:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:08:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:08:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:08:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:08:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:08:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:08:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:08:50.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:08:50.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:08:50.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:08:50.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:08:50.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:08:51.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:51.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:51 smithi094 ceph-mon[112176]: 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-08T05:08:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:51 smithi003 ceph-mon[96088]: 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-08T05:08:52.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:52.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:53.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:53.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:53 smithi094 ceph-mon[112176]: 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-08T05:08:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:53 smithi003 ceph-mon[96088]: 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-08T05:08:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:54.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:54.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:55.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:55.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:55 smithi094 ceph-mon[112176]: 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-08T05:08:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:55 smithi003 ceph-mon[96088]: 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-08T05:08:56.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:56.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:57.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:57.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:57 smithi094 ceph-mon[112176]: 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-08T05:08:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:57 smithi003 ceph-mon[96088]: 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-08T05:08:58.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:58.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:59.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:08:59.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:08:59 smithi094 ceph-mon[112176]: 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-08T05:08:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:08:59 smithi003 ceph-mon[96088]: 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-08T05:09:00.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:00.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:00 smithi003 ceph-mon[96088]: 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-08T05:09:01.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:01.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:00 smithi094 ceph-mon[112176]: 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-08T05:09:02.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:02.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:03.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:03.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:03 smithi003 ceph-mon[96088]: 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-08T05:09:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:03 smithi094 ceph-mon[112176]: 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-08T05:09:04.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:04.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:05.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:05.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:05 smithi003 ceph-mon[96088]: 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-08T05:09:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:05 smithi094 ceph-mon[112176]: 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-08T05:09:06.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:06.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:07.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:07.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:07 smithi003 ceph-mon[96088]: 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-08T05:09:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:07 smithi094 ceph-mon[112176]: 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-08T05:09:08.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:08.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:09.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:09.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:09 smithi003 ceph-mon[96088]: 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-08T05:09:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:09 smithi094 ceph-mon[112176]: 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-08T05:09:10.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:10.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:11.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:11.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:10 smithi094 ceph-mon[112176]: 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-08T05:09:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:10 smithi003 ceph-mon[96088]: 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-08T05:09:12.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:12.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:13.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:13.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:13.469 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:13 smithi094 ceph-mon[112176]: 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-08T05:09:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:13 smithi003 ceph-mon[96088]: 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-08T05:09:14.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:14.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:15.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:15.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:15 smithi003 ceph-mon[96088]: 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-08T05:09:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:15 smithi094 ceph-mon[112176]: 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-08T05:09:16.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:16.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:17.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:17.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:17 smithi003 ceph-mon[96088]: 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-08T05:09:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:17 smithi094 ceph-mon[112176]: 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-08T05:09:18.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:18.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:19.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:19.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:19 smithi003 ceph-mon[96088]: 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-08T05:09:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:19 smithi094 ceph-mon[112176]: 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-08T05:09:20.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:20.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:21.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:21.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:20 smithi094 ceph-mon[112176]: 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-08T05:09:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:20 smithi003 ceph-mon[96088]: 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-08T05:09:22.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:22.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:23.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:23.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:23 smithi003 ceph-mon[96088]: 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-08T05:09:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:23.573 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:23 smithi094 ceph-mon[112176]: 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-08T05:09:23.573 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:24.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:24.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:25.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:25.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:25 smithi003 ceph-mon[96088]: 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-08T05:09:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:25 smithi094 ceph-mon[112176]: 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-08T05:09:26.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:26.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:27.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:27.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:27 smithi003 ceph-mon[96088]: 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-08T05:09:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:27 smithi094 ceph-mon[112176]: 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-08T05:09:28.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:28.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:29.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:29.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:29 smithi003 ceph-mon[96088]: 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-08T05:09:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:29 smithi094 ceph-mon[112176]: 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-08T05:09:30.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:30.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:31.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:31.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:30 smithi094 ceph-mon[112176]: 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-08T05:09:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:30 smithi003 ceph-mon[96088]: 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-08T05:09:32.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:32.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:33.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:33.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:33 smithi003 ceph-mon[96088]: 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-08T05:09:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:33 smithi094 ceph-mon[112176]: 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-08T05:09:34.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:34.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:35.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:35.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:35 smithi003 ceph-mon[96088]: 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-08T05:09:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:35 smithi094 ceph-mon[112176]: 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-08T05:09:36.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:36.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:37.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:37.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:37 smithi003 ceph-mon[96088]: 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-08T05:09:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:37 smithi094 ceph-mon[112176]: 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-08T05:09:38.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:38.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:39.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:39.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:39 smithi003 ceph-mon[96088]: 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-08T05:09:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:39 smithi094 ceph-mon[112176]: 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-08T05:09:40.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:40.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:41.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:41.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:40 smithi094 ceph-mon[112176]: 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-08T05:09:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:40 smithi003 ceph-mon[96088]: 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-08T05:09:42.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:42.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:43.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:43.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:43 smithi003 ceph-mon[96088]: 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-08T05:09:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:43 smithi094 ceph-mon[112176]: 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-08T05:09:44.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:44.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:45.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:45.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:45.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:45 smithi003 ceph-mon[96088]: 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-08T05:09:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:45 smithi094 ceph-mon[112176]: 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-08T05:09:46.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:46.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:47.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:47.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:47 smithi003 ceph-mon[96088]: 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-08T05:09:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:47 smithi094 ceph-mon[112176]: 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-08T05:09:48.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:48.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:49.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:49.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:49 smithi003 ceph-mon[96088]: 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-08T05:09:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:49 smithi094 ceph-mon[112176]: 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-08T05:09:50.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:50.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:09:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:09:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:09:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:09:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:09:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:09:51.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:51.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:51 smithi003 ceph-mon[96088]: 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-08T05:09:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:09:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:09:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:09:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:09:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:09:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:51 smithi094 ceph-mon[112176]: 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-08T05:09:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:09:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:09:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:09:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:09:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:09:52.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:52.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:53.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:53.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:53 smithi003 ceph-mon[96088]: 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-08T05:09:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:53 smithi094 ceph-mon[112176]: 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-08T05:09:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:54.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:54.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:55.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:55.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:55.588 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:55 smithi003 ceph-mon[96088]: 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-08T05:09:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:55 smithi094 ceph-mon[112176]: 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-08T05:09:56.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:56.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:57.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:57.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:57 smithi094 ceph-mon[112176]: 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-08T05:09:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:57 smithi003 ceph-mon[96088]: 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-08T05:09:58.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:58.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:59.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:09:59.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:09:59 smithi094 ceph-mon[112176]: 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-08T05:09:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:09:59 smithi003 ceph-mon[96088]: 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-08T05:10:00.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:00.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:01.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:01.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T05:10:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:00 smithi094 ceph-mon[112176]: 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-08T05:10:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T05:10:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:00 smithi003 ceph-mon[96088]: 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-08T05:10:02.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:02.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:03.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:03.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:03 smithi003 ceph-mon[96088]: 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-08T05:10:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:03 smithi094 ceph-mon[112176]: 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-08T05:10:04.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:04.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:05.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:05.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:05 smithi003 ceph-mon[96088]: 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-08T05:10:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:05 smithi094 ceph-mon[112176]: 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-08T05:10:06.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:06.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:07.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:07.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:07 smithi003 ceph-mon[96088]: 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-08T05:10:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:07 smithi094 ceph-mon[112176]: 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-08T05:10:08.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:08.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:09.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:09.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:09 smithi094 ceph-mon[112176]: 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-08T05:10:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:09 smithi003 ceph-mon[96088]: 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-08T05:10:10.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:10.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:11 smithi003 ceph-mon[96088]: 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-08T05:10:11.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:11.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:11 smithi094 ceph-mon[112176]: 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-08T05:10:12.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:12.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:13.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:13.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:13 smithi003 ceph-mon[96088]: 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-08T05:10:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:13 smithi094 ceph-mon[112176]: 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-08T05:10:14.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:14.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:15.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:15.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:15 smithi003 ceph-mon[96088]: 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-08T05:10:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:15 smithi094 ceph-mon[112176]: 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-08T05:10:16.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:16.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:17.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:17.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:17 smithi003 ceph-mon[96088]: 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-08T05:10:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:17 smithi094 ceph-mon[112176]: 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-08T05:10:18.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:18.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:19.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:19.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:19 smithi094 ceph-mon[112176]: 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-08T05:10:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:19 smithi003 ceph-mon[96088]: 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-08T05:10:20.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:20.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:21 smithi003 ceph-mon[96088]: 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-08T05:10:21.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:21.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:21 smithi094 ceph-mon[112176]: 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-08T05:10:22.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:22.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:23.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:23.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:23 smithi003 ceph-mon[96088]: 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-08T05:10:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:23 smithi094 ceph-mon[112176]: 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-08T05:10:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:24.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:24.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:25.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:25.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:25 smithi003 ceph-mon[96088]: 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-08T05:10:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:25 smithi094 ceph-mon[112176]: 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-08T05:10:26.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:26.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:27.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:27.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:27 smithi003 ceph-mon[96088]: 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-08T05:10:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:27 smithi094 ceph-mon[112176]: 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-08T05:10:28.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:28.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:29.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:29.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:29 smithi003 ceph-mon[96088]: 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-08T05:10:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:29 smithi094 ceph-mon[112176]: 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-08T05:10:30.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:30.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:31.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:31.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:31 smithi094 ceph-mon[112176]: 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-08T05:10:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:31 smithi003 ceph-mon[96088]: 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-08T05:10:32.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:32.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:33.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:33.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:33.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:33 smithi003 ceph-mon[96088]: 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-08T05:10:33.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:33 smithi094 ceph-mon[112176]: 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-08T05:10:34.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:34.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:35.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:35.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:35 smithi003 ceph-mon[96088]: 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-08T05:10:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:35 smithi094 ceph-mon[112176]: 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-08T05:10:36.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:36.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:37.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:37.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:37 smithi003 ceph-mon[96088]: 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-08T05:10:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:37 smithi094 ceph-mon[112176]: 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-08T05:10:38.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:38.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:39.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:39.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:39 smithi094 ceph-mon[112176]: 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-08T05:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:39 smithi003 ceph-mon[96088]: 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-08T05:10:40.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:40.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:41 smithi094 ceph-mon[112176]: 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-08T05:10:41.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:41.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:41 smithi003 ceph-mon[96088]: 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-08T05:10:42.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:42.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:43.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:43.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:43 smithi003 ceph-mon[96088]: 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-08T05:10:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:43 smithi094 ceph-mon[112176]: 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-08T05:10:44.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:44.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:45.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:45.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:45 smithi003 ceph-mon[96088]: 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-08T05:10:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:45 smithi094 ceph-mon[112176]: 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-08T05:10:46.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:46.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:47.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:47.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:47 smithi094 ceph-mon[112176]: 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-08T05:10:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:47 smithi003 ceph-mon[96088]: 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-08T05:10:48.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:48.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:49.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:49.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:49 smithi094 ceph-mon[112176]: 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-08T05:10:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:49 smithi003 ceph-mon[96088]: 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-08T05:10:50.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:50.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:51 smithi094 ceph-mon[112176]: 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-08T05:10:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:10:51.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:51.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:51 smithi003 ceph-mon[96088]: 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-08T05:10:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:10:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:10:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:10:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:10:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:10:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:10:52.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:52.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:10:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:10:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:10:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:10:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:10:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:53 smithi094 ceph-mon[112176]: 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-08T05:10:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:53.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:53.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:53 smithi003 ceph-mon[96088]: 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-08T05:10:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:54.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:54.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:55.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:55.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:55 smithi003 ceph-mon[96088]: 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-08T05:10:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:55 smithi094 ceph-mon[112176]: 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-08T05:10:56.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:56.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:57.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:57.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:57 smithi094 ceph-mon[112176]: 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-08T05:10:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:57 smithi003 ceph-mon[96088]: 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-08T05:10:58.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:58.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:59.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:10:59.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:59.565 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:10:59 smithi094 ceph-mon[112176]: 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-08T05:10:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:10:59 smithi003 ceph-mon[96088]: 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-08T05:11:00.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:00.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:01.341 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:01 smithi003 ceph-mon[96088]: 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-08T05:11:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:01 smithi094 ceph-mon[112176]: 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-08T05:11:01.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:01.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:02.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:02.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:03.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:03.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:03 smithi094 ceph-mon[112176]: 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-08T05:11:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:03 smithi003 ceph-mon[96088]: 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-08T05:11:04.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:04.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:05.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:05.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:05 smithi094 ceph-mon[112176]: 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-08T05:11:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:05 smithi003 ceph-mon[96088]: 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-08T05:11:06.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:06.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:07.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:07.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:07 smithi094 ceph-mon[112176]: 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-08T05:11:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:07 smithi003 ceph-mon[96088]: 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-08T05:11:08.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:08.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:09.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:09.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:09 smithi094 ceph-mon[112176]: 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-08T05:11:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:09 smithi003 ceph-mon[96088]: 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-08T05:11:10.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:10.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:11 smithi094 ceph-mon[112176]: 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-08T05:11:11.455 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:11 smithi003 ceph-mon[96088]: 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-08T05:11:11.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:11.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:12.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:12.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:13.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:13.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:13 smithi094 ceph-mon[112176]: 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-08T05:11:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:13 smithi003 ceph-mon[96088]: 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-08T05:11:14.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:14.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:15.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:15.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:15 smithi094 ceph-mon[112176]: 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-08T05:11:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:15 smithi003 ceph-mon[96088]: 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-08T05:11:16.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:16.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:17.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:17.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:17 smithi094 ceph-mon[112176]: 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-08T05:11:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:17 smithi003 ceph-mon[96088]: 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-08T05:11:18.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:18.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:19.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:19.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:19 smithi094 ceph-mon[112176]: 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-08T05:11:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:19 smithi003 ceph-mon[96088]: 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-08T05:11:20.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:20.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:21 smithi094 ceph-mon[112176]: 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-08T05:11:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:21 smithi003 ceph-mon[96088]: 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-08T05:11:21.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:21.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:22.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:22.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:23.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:23.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:23 smithi094 ceph-mon[112176]: 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-08T05:11:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:23 smithi003 ceph-mon[96088]: 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-08T05:11:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:24.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:24.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:25.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:25.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:25 smithi094 ceph-mon[112176]: 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-08T05:11:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:25 smithi003 ceph-mon[96088]: 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-08T05:11:26.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:26.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:27.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:27.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:27 smithi094 ceph-mon[112176]: 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-08T05:11:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:27 smithi003 ceph-mon[96088]: 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-08T05:11:28.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:28.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:29.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:29.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:29 smithi094 ceph-mon[112176]: 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-08T05:11:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:29 smithi003 ceph-mon[96088]: 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-08T05:11:30.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:30.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:31 smithi094 ceph-mon[112176]: 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-08T05:11:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:31 smithi003 ceph-mon[96088]: 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-08T05:11:31.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:31.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:32.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:32.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:33.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:33.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:33 smithi094 ceph-mon[112176]: 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-08T05:11:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:33 smithi003 ceph-mon[96088]: 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-08T05:11:34.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:34.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:35.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:35.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:35 smithi094 ceph-mon[112176]: 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-08T05:11:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:35 smithi003 ceph-mon[96088]: 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-08T05:11:36.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:36.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:37.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:37.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:37 smithi094 ceph-mon[112176]: 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-08T05:11:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:37 smithi003 ceph-mon[96088]: 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-08T05:11:38.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:38.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:39.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:39 smithi094 ceph-mon[112176]: 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-08T05:11:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:39 smithi003 ceph-mon[96088]: 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-08T05:11:40.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:40.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:41 smithi094 ceph-mon[112176]: 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-08T05:11:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:41 smithi003 ceph-mon[96088]: 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-08T05:11:41.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:41.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:42.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:42.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:43.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:43.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:43 smithi094 ceph-mon[112176]: 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-08T05:11:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:43 smithi003 ceph-mon[96088]: 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-08T05:11:44.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:44.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:45 smithi094 ceph-mon[112176]: 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-08T05:11:45.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:45.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:45 smithi003 ceph-mon[96088]: 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-08T05:11:46.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:46.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:47.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:47.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:47 smithi094 ceph-mon[112176]: 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-08T05:11:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:47 smithi003 ceph-mon[96088]: 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-08T05:11:48.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:48.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:49.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:49.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:49 smithi094 ceph-mon[112176]: 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-08T05:11:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:49 smithi003 ceph-mon[96088]: 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-08T05:11:50.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:50.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:51 smithi094 ceph-mon[112176]: 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-08T05:11:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:51 smithi003 ceph-mon[96088]: 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-08T05:11:51.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:51.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:11:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:11:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:11:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:11:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:11:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:11:52.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:52.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:53 smithi094 ceph-mon[112176]: 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-08T05:11:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:11:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:11:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:11:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:11:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:11:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:53 smithi003 ceph-mon[96088]: 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-08T05:11:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:11:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:11:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:11:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:11:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:11:53.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:53.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:53.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:54.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:54.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:55 smithi094 ceph-mon[112176]: 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-08T05:11:55.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:55.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:55 smithi003 ceph-mon[96088]: 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-08T05:11:56.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:56.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:57.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:57.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:57 smithi094 ceph-mon[112176]: 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-08T05:11:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:57 smithi003 ceph-mon[96088]: 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-08T05:11:58.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:58.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:59.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:11:59.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:11:59 smithi094 ceph-mon[112176]: 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-08T05:11:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:11:59 smithi003 ceph-mon[96088]: 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-08T05:12:00.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:00.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:01 smithi094 ceph-mon[112176]: 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-08T05:12:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:01 smithi003 ceph-mon[96088]: 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-08T05:12:01.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:01.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:02.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:02.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:03.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:03.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:03 smithi094 ceph-mon[112176]: 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-08T05:12:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:03 smithi003 ceph-mon[96088]: 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-08T05:12:04.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:04.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:05.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:05.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:05 smithi094 ceph-mon[112176]: 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-08T05:12:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:05 smithi003 ceph-mon[96088]: 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-08T05:12:06.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:06.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:07 smithi003 ceph-mon[96088]: 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-08T05:12:07.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:07.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:07 smithi094 ceph-mon[112176]: 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-08T05:12:08.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:08.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:09.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:09.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:09 smithi094 ceph-mon[112176]: 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-08T05:12:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:09 smithi003 ceph-mon[96088]: 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-08T05:12:10.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:10.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:11 smithi094 ceph-mon[112176]: 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-08T05:12:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:11 smithi003 ceph-mon[96088]: 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-08T05:12:11.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:11.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:12.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:12.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:13.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:13.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:13 smithi094 ceph-mon[112176]: 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-08T05:12:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:13 smithi003 ceph-mon[96088]: 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-08T05:12:14.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:14.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:15.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:15.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:15 smithi094 ceph-mon[112176]: 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-08T05:12:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:15 smithi003 ceph-mon[96088]: 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-08T05:12:16.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:16.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:17 smithi003 ceph-mon[96088]: 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-08T05:12:17.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:17.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:17 smithi094 ceph-mon[112176]: 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-08T05:12:18.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:18.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:19.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:19.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:19 smithi094 ceph-mon[112176]: 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-08T05:12:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:19 smithi003 ceph-mon[96088]: 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-08T05:12:20.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:20.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:21 smithi094 ceph-mon[112176]: 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-08T05:12:21.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:21 smithi003 ceph-mon[96088]: 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-08T05:12:21.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:21.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:22.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:22.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:23.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:23.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:23 smithi094 ceph-mon[112176]: 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-08T05:12:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:23 smithi003 ceph-mon[96088]: 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-08T05:12:23.737 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:24.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:24.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:25.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:25.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:25 smithi094 ceph-mon[112176]: 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-08T05:12:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:25 smithi003 ceph-mon[96088]: 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-08T05:12:26.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:26.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:27.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:27.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:27 smithi094 ceph-mon[112176]: 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-08T05:12:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:27 smithi003 ceph-mon[96088]: 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-08T05:12:28.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:28.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:29.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:29.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:29 smithi094 ceph-mon[112176]: 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-08T05:12:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:29 smithi003 ceph-mon[96088]: 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-08T05:12:30.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:30.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:31 smithi094 ceph-mon[112176]: 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-08T05:12:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:31 smithi003 ceph-mon[96088]: 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-08T05:12:31.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:31.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:32.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:32.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:33.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:33.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:33 smithi094 ceph-mon[112176]: 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-08T05:12:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:33 smithi003 ceph-mon[96088]: 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-08T05:12:34.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:34.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:35.566 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:35 smithi094 ceph-mon[112176]: 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-08T05:12:35.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:35.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:35 smithi003 ceph-mon[96088]: 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-08T05:12:36.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:36.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:37.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:37.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:37 smithi094 ceph-mon[112176]: 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-08T05:12:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:37 smithi003 ceph-mon[96088]: 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-08T05:12:38.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:38.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:39.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:39.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:39 smithi094 ceph-mon[112176]: 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-08T05:12:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:39 smithi003 ceph-mon[96088]: 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-08T05:12:40.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:40.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:41 smithi094 ceph-mon[112176]: 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-08T05:12:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:41 smithi003 ceph-mon[96088]: 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-08T05:12:41.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:41.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:42.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:42.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:43.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:43.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:43 smithi094 ceph-mon[112176]: 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-08T05:12:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:43 smithi003 ceph-mon[96088]: 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-08T05:12:44.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:44.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:45.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:45.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:45 smithi094 ceph-mon[112176]: 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-08T05:12:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:45 smithi003 ceph-mon[96088]: 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-08T05:12:46.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:46.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:47.541 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:47 smithi003 ceph-mon[96088]: 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-08T05:12:47.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:47.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:47 smithi094 ceph-mon[112176]: 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-08T05:12:48.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:48.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:49.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:49.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:49 smithi094 ceph-mon[112176]: 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-08T05:12:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:49 smithi003 ceph-mon[96088]: 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-08T05:12:50.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:50.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:51 smithi094 ceph-mon[112176]: 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-08T05:12:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:51 smithi003 ceph-mon[96088]: 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-08T05:12:51.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:51.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:52.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:52.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:53.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:53.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:53 smithi094 ceph-mon[112176]: 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-08T05:12:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:12:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:12:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:12:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:12:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:12:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:12:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:53 smithi003 ceph-mon[96088]: 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-08T05:12:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:12:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:12:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:12:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:12:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:12:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:12:54.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:54.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:55.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:55.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:55 smithi094 ceph-mon[112176]: 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-08T05:12:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:55 smithi003 ceph-mon[96088]: 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-08T05:12:56.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:56.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:57.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:57.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:57.661 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:57 smithi003 ceph-mon[96088]: 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-08T05:12:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:57 smithi094 ceph-mon[112176]: 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-08T05:12:58.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:58.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:59.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:12:59.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:12:59 smithi094 ceph-mon[112176]: 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-08T05:12:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:12:59 smithi003 ceph-mon[96088]: 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-08T05:13:00.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:00.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:01 smithi094 ceph-mon[112176]: 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-08T05:13:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:01 smithi003 ceph-mon[96088]: 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-08T05:13:01.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:01.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:02.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:02.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:03 smithi094 ceph-mon[112176]: 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-08T05:13:03.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:03.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:03 smithi003 ceph-mon[96088]: 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-08T05:13:04.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:04.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:05 smithi094 ceph-mon[112176]: 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-08T05:13:05.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:05.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:05 smithi003 ceph-mon[96088]: 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-08T05:13:06.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:06.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:07 smithi094 ceph-mon[112176]: 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-08T05:13:07.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:07.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:07 smithi003 ceph-mon[96088]: 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-08T05:13:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:08.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:08.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:09 smithi094 ceph-mon[112176]: 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-08T05:13:09.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:09.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:09 smithi003 ceph-mon[96088]: 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-08T05:13:10.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:10.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:11 smithi094 ceph-mon[112176]: 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-08T05:13:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:11 smithi003 ceph-mon[96088]: 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-08T05:13:11.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:11.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:12.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:12.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:13 smithi094 ceph-mon[112176]: 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-08T05:13:13.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:13.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:13 smithi003 ceph-mon[96088]: 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-08T05:13:14.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:14.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:15 smithi094 ceph-mon[112176]: 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-08T05:13:15.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:15.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:15 smithi003 ceph-mon[96088]: 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-08T05:13:16.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:16.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:17 smithi094 ceph-mon[112176]: 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-08T05:13:17.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:17.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:17 smithi003 ceph-mon[96088]: 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-08T05:13:18.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:18.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:19 smithi094 ceph-mon[112176]: 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-08T05:13:19.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:19.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:19 smithi003 ceph-mon[96088]: 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-08T05:13:20.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:20.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:21 smithi094 ceph-mon[112176]: 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-08T05:13:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:21 smithi003 ceph-mon[96088]: 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-08T05:13:21.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:21.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:22.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:22.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:23 smithi094 ceph-mon[112176]: 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-08T05:13:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:23.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:23.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:23 smithi003 ceph-mon[96088]: 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-08T05:13:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:24.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:24.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:25 smithi094 ceph-mon[112176]: 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-08T05:13:25.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:25.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:25 smithi003 ceph-mon[96088]: 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-08T05:13:26.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:26.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:27 smithi094 ceph-mon[112176]: 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-08T05:13:27.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:27.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:27 smithi003 ceph-mon[96088]: 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-08T05:13:28.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:28.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:29 smithi094 ceph-mon[112176]: 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-08T05:13:29.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:29.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:29 smithi003 ceph-mon[96088]: 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-08T05:13:30.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:30.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:31 smithi094 ceph-mon[112176]: 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-08T05:13:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:31 smithi003 ceph-mon[96088]: 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-08T05:13:31.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:31.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:32.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:32.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:33 smithi003 ceph-mon[96088]: 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-08T05:13:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:33 smithi094 ceph-mon[112176]: 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-08T05:13:33.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:33.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:34.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:34.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:35 smithi094 ceph-mon[112176]: 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-08T05:13:35.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:35.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:35 smithi003 ceph-mon[96088]: 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-08T05:13:36.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:36.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:37 smithi094 ceph-mon[112176]: 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-08T05:13:37.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:37.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:37 smithi003 ceph-mon[96088]: 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-08T05:13:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:38.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:38.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:39 smithi094 ceph-mon[112176]: 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-08T05:13:39.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:39.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:39 smithi003 ceph-mon[96088]: 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-08T05:13:40.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:40.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:41.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:41 smithi094 ceph-mon[112176]: 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-08T05:13:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:41 smithi003 ceph-mon[96088]: 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-08T05:13:41.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:41.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:42.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:42.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:43 smithi003 ceph-mon[96088]: 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-08T05:13:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:43 smithi094 ceph-mon[112176]: 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-08T05:13:43.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:43.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:44.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:44.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:45.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:45 smithi094 ceph-mon[112176]: 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-08T05:13:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:45 smithi003 ceph-mon[96088]: 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-08T05:13:45.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:45.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:46.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:46.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:47 smithi094 ceph-mon[112176]: 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-08T05:13:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:47 smithi003 ceph-mon[96088]: 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-08T05:13:47.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:47.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:48.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:48.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:49 smithi094 ceph-mon[112176]: 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-08T05:13:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:49 smithi003 ceph-mon[96088]: 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-08T05:13:49.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:49.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:50.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:50.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:51.356 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:51 smithi094 ceph-mon[112176]: 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-08T05:13:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:51 smithi003 ceph-mon[96088]: 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-08T05:13:51.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:51.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:52.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:52.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:53 smithi094 ceph-mon[112176]: 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-08T05:13:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:13:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:53 smithi003 ceph-mon[96088]: 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-08T05:13:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:13:53.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:53.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:13:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:13:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:13:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:13:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:13:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:13:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:13:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:13:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:13:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:13:54.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:54.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:55.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:55.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:55 smithi094 ceph-mon[112176]: 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-08T05:13:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:55 smithi003 ceph-mon[96088]: 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-08T05:13:56.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:56.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:57.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:57.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:57 smithi094 ceph-mon[112176]: 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-08T05:13:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:57 smithi003 ceph-mon[96088]: 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-08T05:13:58.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:58.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:59.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:13:59.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:13:59 smithi094 ceph-mon[112176]: 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-08T05:13:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:13:59 smithi003 ceph-mon[96088]: 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-08T05:14:00.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:00.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:01 smithi094 ceph-mon[112176]: 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-08T05:14:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:01 smithi003 ceph-mon[96088]: 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-08T05:14:01.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:01.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:02.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:02.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:03 smithi094 ceph-mon[112176]: 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-08T05:14:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:03 smithi003 ceph-mon[96088]: 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-08T05:14:03.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:03.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:04.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:04.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:05 smithi094 ceph-mon[112176]: 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-08T05:14:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:05 smithi003 ceph-mon[96088]: 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-08T05:14:05.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:05.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:06.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:06.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:07 smithi094 ceph-mon[112176]: 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-08T05:14:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:07 smithi003 ceph-mon[96088]: 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-08T05:14:07.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:07.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:08.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:08.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:09 smithi094 ceph-mon[112176]: 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-08T05:14:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:09 smithi003 ceph-mon[96088]: 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-08T05:14:09.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:09.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:10.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:10.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:11 smithi094 ceph-mon[112176]: 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-08T05:14:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:11 smithi003 ceph-mon[96088]: 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-08T05:14:11.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:11.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:12.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:12.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:13 smithi094 ceph-mon[112176]: 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-08T05:14:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:13 smithi003 ceph-mon[96088]: 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-08T05:14:13.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:13.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:14.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:14.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:15 smithi094 ceph-mon[112176]: 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-08T05:14:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:15 smithi003 ceph-mon[96088]: 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-08T05:14:15.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:15.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:16.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:16.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:17 smithi094 ceph-mon[112176]: 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-08T05:14:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:17 smithi003 ceph-mon[96088]: 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-08T05:14:17.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:17.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:18.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:18.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:19 smithi094 ceph-mon[112176]: 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-08T05:14:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:19 smithi003 ceph-mon[96088]: 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-08T05:14:19.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:19.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:20.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:20.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:21 smithi094 ceph-mon[112176]: 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-08T05:14:21.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:21 smithi003 ceph-mon[96088]: 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-08T05:14:21.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:21.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:22.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:22.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:23.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:23 smithi003 ceph-mon[96088]: 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-08T05:14:23.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:23 smithi094 ceph-mon[112176]: 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-08T05:14:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:23.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:23.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:24.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:24.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:25 smithi094 ceph-mon[112176]: 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-08T05:14:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:25 smithi003 ceph-mon[96088]: 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-08T05:14:25.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:25.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:26.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:26.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:27 smithi094 ceph-mon[112176]: 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-08T05:14:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:27 smithi003 ceph-mon[96088]: 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-08T05:14:27.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:27.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:28.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:28.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:29 smithi094 ceph-mon[112176]: 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-08T05:14:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:29 smithi003 ceph-mon[96088]: 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-08T05:14:29.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:29.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:30.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:30.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:31 smithi094 ceph-mon[112176]: 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-08T05:14:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:31 smithi003 ceph-mon[96088]: 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-08T05:14:31.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:31.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:32.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:32.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:33 smithi094 ceph-mon[112176]: 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-08T05:14:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:33 smithi003 ceph-mon[96088]: 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-08T05:14:33.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:33.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:34.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:34.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:35 smithi094 ceph-mon[112176]: 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-08T05:14:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:35 smithi003 ceph-mon[96088]: 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-08T05:14:35.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:35.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:36.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:36.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:37 smithi094 ceph-mon[112176]: 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-08T05:14:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:37 smithi003 ceph-mon[96088]: 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-08T05:14:37.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:37.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:38.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:38.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:39 smithi094 ceph-mon[112176]: 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-08T05:14:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:39 smithi003 ceph-mon[96088]: 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-08T05:14:39.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:39.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:40.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:40.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:41 smithi094 ceph-mon[112176]: 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-08T05:14:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:41 smithi003 ceph-mon[96088]: 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-08T05:14:41.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:41.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:42.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:42.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:43 smithi094 ceph-mon[112176]: 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-08T05:14:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:43 smithi003 ceph-mon[96088]: 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-08T05:14:43.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:43.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:44.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:44.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:45 smithi094 ceph-mon[112176]: 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-08T05:14:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:45 smithi003 ceph-mon[96088]: 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-08T05:14:45.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:45.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:46.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:46.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:47 smithi094 ceph-mon[112176]: 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-08T05:14:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:47 smithi003 ceph-mon[96088]: 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-08T05:14:47.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:47.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:48.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:48.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:49 smithi094 ceph-mon[112176]: 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-08T05:14:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:49 smithi003 ceph-mon[96088]: 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-08T05:14:49.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:49.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:50.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:50.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:51 smithi094 ceph-mon[112176]: 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-08T05:14:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:51 smithi003 ceph-mon[96088]: 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-08T05:14:51.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:51.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:52.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:52.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:53 smithi094 ceph-mon[112176]: 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-08T05:14:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:53 smithi003 ceph-mon[96088]: 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-08T05:14:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:53.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:53.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:14:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:14:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:14:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:14:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:14:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:14:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:14:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:14:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:14:54.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:14:54.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:14:54.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:14:54.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:54.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:55 smithi094 ceph-mon[112176]: 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-08T05:14:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:55 smithi003 ceph-mon[96088]: 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-08T05:14:55.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:55.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:56.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:56.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:57 smithi094 ceph-mon[112176]: 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-08T05:14:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:57 smithi003 ceph-mon[96088]: 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-08T05:14:57.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:57.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:58.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:58.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:14:59 smithi094 ceph-mon[112176]: 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-08T05:14:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:14:59 smithi003 ceph-mon[96088]: 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-08T05:14:59.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:14:59.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:00.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:00.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:01 smithi094 ceph-mon[112176]: 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-08T05:15:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:01 smithi003 ceph-mon[96088]: 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-08T05:15:01.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:01.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:02.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:02.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:03 smithi094 ceph-mon[112176]: 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-08T05:15:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:03 smithi003 ceph-mon[96088]: 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-08T05:15:03.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:03.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:04.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:04.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:05 smithi094 ceph-mon[112176]: 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-08T05:15:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:05 smithi003 ceph-mon[96088]: 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-08T05:15:05.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:05.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:07 smithi094 ceph-mon[112176]: 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-08T05:15:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:07 smithi003 ceph-mon[96088]: 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-08T05:15:07.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:07.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:08.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:08.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:09 smithi003 ceph-mon[96088]: 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-08T05:15:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:09 smithi094 ceph-mon[112176]: 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-08T05:15:09.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:09.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:10.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:10.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:11 smithi094 ceph-mon[112176]: 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-08T05:15:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:11 smithi003 ceph-mon[96088]: 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-08T05:15:11.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:11.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:12.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:12.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:13 smithi094 ceph-mon[112176]: 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-08T05:15:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:13 smithi003 ceph-mon[96088]: 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-08T05:15:13.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:13.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:14.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:14.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:15 smithi094 ceph-mon[112176]: 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-08T05:15:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:15 smithi003 ceph-mon[96088]: 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-08T05:15:15.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:15.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:16.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:16.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:17 smithi094 ceph-mon[112176]: 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-08T05:15:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:17 smithi003 ceph-mon[96088]: 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-08T05:15:17.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:17.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:18.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:18.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:19 smithi094 ceph-mon[112176]: 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-08T05:15:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:19 smithi003 ceph-mon[96088]: 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-08T05:15:19.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:19.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:20.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:20.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:21 smithi094 ceph-mon[112176]: 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-08T05:15:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:21 smithi003 ceph-mon[96088]: 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-08T05:15:21.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:21.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:22.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:22.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:23 smithi094 ceph-mon[112176]: 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-08T05:15:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:23 smithi003 ceph-mon[96088]: 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-08T05:15:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:23.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:23.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:24.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:24.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:25 smithi094 ceph-mon[112176]: 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-08T05:15:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:25 smithi003 ceph-mon[96088]: 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-08T05:15:25.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:25.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:26.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:26.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:27 smithi094 ceph-mon[112176]: 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-08T05:15:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:27 smithi003 ceph-mon[96088]: 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-08T05:15:27.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:27.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:28.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:28.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:29 smithi094 ceph-mon[112176]: 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-08T05:15:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:29 smithi003 ceph-mon[96088]: 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-08T05:15:29.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:29.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:30.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:30.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:31 smithi094 ceph-mon[112176]: 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-08T05:15:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:31 smithi003 ceph-mon[96088]: 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-08T05:15:31.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:31.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:32.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:32.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:33 smithi094 ceph-mon[112176]: 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-08T05:15:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:33 smithi003 ceph-mon[96088]: 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-08T05:15:33.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:33.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:34.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:34.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:35 smithi094 ceph-mon[112176]: 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-08T05:15:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:35 smithi003 ceph-mon[96088]: 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-08T05:15:35.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:35.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:36.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:36.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:37 smithi094 ceph-mon[112176]: 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-08T05:15:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:37 smithi003 ceph-mon[96088]: 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-08T05:15:37.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:37.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:38.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:38.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:39 smithi094 ceph-mon[112176]: 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-08T05:15:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:39 smithi003 ceph-mon[96088]: 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-08T05:15:39.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:39.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:40.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:40.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:41 smithi094 ceph-mon[112176]: 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-08T05:15:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:41 smithi003 ceph-mon[96088]: 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-08T05:15:41.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:41.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:42.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:42.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:43 smithi094 ceph-mon[112176]: 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-08T05:15:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:43 smithi003 ceph-mon[96088]: 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-08T05:15:43.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:43.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:44.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:44.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:45 smithi094 ceph-mon[112176]: 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-08T05:15:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:45 smithi003 ceph-mon[96088]: 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-08T05:15:45.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:45.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:46.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:46.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:47 smithi094 ceph-mon[112176]: 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-08T05:15:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:47 smithi003 ceph-mon[96088]: 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-08T05:15:47.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:47.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:48.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:48.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:49.625 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:49 smithi003 ceph-mon[96088]: 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-08T05:15:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:49 smithi094 ceph-mon[112176]: 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-08T05:15:49.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:49.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:50.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:50.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:51 smithi094 ceph-mon[112176]: 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-08T05:15:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:51 smithi003 ceph-mon[96088]: 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-08T05:15:51.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:51.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:52.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:52.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:53 smithi094 ceph-mon[112176]: 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-08T05:15:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:53 smithi003 ceph-mon[96088]: 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-08T05:15:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:53.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:53.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:54.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:54.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:55 smithi094 ceph-mon[112176]: 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-08T05:15:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:15:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:15:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:15:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:15:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:15:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:15:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:55 smithi003 ceph-mon[96088]: 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-08T05:15:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:15:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:15:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:15:55.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:15:55.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:15:55.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:15:55.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:55.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:56.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:56.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:57 smithi094 ceph-mon[112176]: 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-08T05:15:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:57 smithi003 ceph-mon[96088]: 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-08T05:15:57.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:57.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:58.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:58.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:15:59 smithi094 ceph-mon[112176]: 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-08T05:15:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:15:59 smithi003 ceph-mon[96088]: 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-08T05:15:59.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:15:59.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:00.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:00.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:01 smithi094 ceph-mon[112176]: 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-08T05:16:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:01 smithi003 ceph-mon[96088]: 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-08T05:16:01.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:01.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:02.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:02.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:03 smithi094 ceph-mon[112176]: 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-08T05:16:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:03 smithi003 ceph-mon[96088]: 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-08T05:16:03.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:03.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:04.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:04.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:05 smithi094 ceph-mon[112176]: 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-08T05:16:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:05 smithi003 ceph-mon[96088]: 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-08T05:16:05.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:05.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:06.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:06.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:07 smithi094 ceph-mon[112176]: 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-08T05:16:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:07 smithi003 ceph-mon[96088]: 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-08T05:16:07.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:07.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:08.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:08.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:09 smithi094 ceph-mon[112176]: 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-08T05:16:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:09 smithi003 ceph-mon[96088]: 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-08T05:16:09.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:09.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:10.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:10.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:11 smithi094 ceph-mon[112176]: 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-08T05:16:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:11 smithi003 ceph-mon[96088]: 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-08T05:16:11.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:11.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:12.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:12.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:13 smithi094 ceph-mon[112176]: 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-08T05:16:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:13 smithi003 ceph-mon[96088]: 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-08T05:16:13.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:13.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:14.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:14.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:15 smithi094 ceph-mon[112176]: 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-08T05:16:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:15 smithi003 ceph-mon[96088]: 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-08T05:16:15.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:15.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:16.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:16.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:17 smithi094 ceph-mon[112176]: 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-08T05:16:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:17 smithi003 ceph-mon[96088]: 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-08T05:16:17.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:17.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:18.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:18.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:19 smithi094 ceph-mon[112176]: 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-08T05:16:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:19 smithi003 ceph-mon[96088]: 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-08T05:16:19.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:19.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:20.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:20.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:21 smithi094 ceph-mon[112176]: 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-08T05:16:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:21 smithi003 ceph-mon[96088]: 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-08T05:16:21.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:21.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:23.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:23.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:23 smithi094 ceph-mon[112176]: 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-08T05:16:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:23 smithi003 ceph-mon[96088]: 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-08T05:16:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:24.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:24.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:25.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:25.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:25 smithi094 ceph-mon[112176]: 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-08T05:16:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:25 smithi003 ceph-mon[96088]: 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-08T05:16:26.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:26.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:27.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:27.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:27 smithi094 ceph-mon[112176]: 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-08T05:16:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:27 smithi003 ceph-mon[96088]: 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-08T05:16:28.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:28.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:29.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:29.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:29 smithi094 ceph-mon[112176]: 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-08T05:16:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:29 smithi003 ceph-mon[96088]: 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-08T05:16:30.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:30.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:31.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:31.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:31 smithi094 ceph-mon[112176]: 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-08T05:16:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:31 smithi003 ceph-mon[96088]: 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-08T05:16:32.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:32.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:33.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:33.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:33 smithi094 ceph-mon[112176]: 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-08T05:16:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:33 smithi003 ceph-mon[96088]: 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-08T05:16:34.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:34.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:35.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:35.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:35 smithi003 ceph-mon[96088]: 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-08T05:16:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:35 smithi094 ceph-mon[112176]: 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-08T05:16:36.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:36.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:37.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:37.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:37 smithi094 ceph-mon[112176]: 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-08T05:16:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:37 smithi003 ceph-mon[96088]: 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-08T05:16:38.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:38.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:39.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:39.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:39 smithi094 ceph-mon[112176]: 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-08T05:16:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:39 smithi003 ceph-mon[96088]: 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-08T05:16:40.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:40.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:41.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:41.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:41 smithi003 ceph-mon[96088]: 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-08T05:16:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:41 smithi094 ceph-mon[112176]: 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-08T05:16:42.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:42.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:43.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:43.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:43 smithi094 ceph-mon[112176]: 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-08T05:16:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:43 smithi003 ceph-mon[96088]: 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-08T05:16:44.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:44.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:45.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:45.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:45 smithi094 ceph-mon[112176]: 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-08T05:16:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:45 smithi003 ceph-mon[96088]: 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-08T05:16:46.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:46.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:47.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:47.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:47 smithi094 ceph-mon[112176]: 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-08T05:16:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:47 smithi003 ceph-mon[96088]: 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-08T05:16:48.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:48.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:49.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:49.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:49 smithi094 ceph-mon[112176]: 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-08T05:16:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:49 smithi003 ceph-mon[96088]: 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-08T05:16:50.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:50.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:51.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:51.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:51 smithi094 ceph-mon[112176]: 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-08T05:16:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:51 smithi003 ceph-mon[96088]: 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-08T05:16:52.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:52.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:53.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:53.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:53 smithi094 ceph-mon[112176]: 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-08T05:16:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:53 smithi003 ceph-mon[96088]: 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-08T05:16:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:54.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:54.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:55.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:55.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:55 smithi094 ceph-mon[112176]: 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-08T05:16:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:16:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:55 smithi003 ceph-mon[96088]: 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-08T05:16:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:16:56.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:56.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:57.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:57.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:57 smithi094 ceph-mon[112176]: 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-08T05:16:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:57 smithi003 ceph-mon[96088]: 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-08T05:16:58.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:58.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:59.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:16:59.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:16:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:16:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:16:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:16:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:16:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:16:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:16:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:16:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:16:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:16:59.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:16:59.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:16:59.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:16:59.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:17:00.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:00.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:16:59 smithi094 ceph-mon[112176]: 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-08T05:17:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:16:59 smithi003 ceph-mon[96088]: 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-08T05:17:01.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:01.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:01 smithi094 ceph-mon[112176]: 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-08T05:17:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:01 smithi003 ceph-mon[96088]: 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-08T05:17:02.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:02.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:03.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:03.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:03 smithi094 ceph-mon[112176]: 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-08T05:17:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:03 smithi003 ceph-mon[96088]: 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-08T05:17:04.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:04.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:05.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:05.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:05 smithi094 ceph-mon[112176]: 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-08T05:17:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:05 smithi003 ceph-mon[96088]: 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-08T05:17:06.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:06.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:07.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:07.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:07 smithi094 ceph-mon[112176]: 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-08T05:17:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:07 smithi003 ceph-mon[96088]: 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-08T05:17:08.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:08.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:09.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:09.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:09 smithi094 ceph-mon[112176]: 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-08T05:17:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:09 smithi003 ceph-mon[96088]: 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-08T05:17:10.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:10.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:11.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:11.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:11 smithi094 ceph-mon[112176]: 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-08T05:17:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:11 smithi003 ceph-mon[96088]: 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-08T05:17:12.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:12.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:13.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:13.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:13 smithi094 ceph-mon[112176]: 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-08T05:17:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:13 smithi003 ceph-mon[96088]: 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-08T05:17:14.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:14.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:15.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:15.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:15.609 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:15 smithi003 ceph-mon[96088]: 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-08T05:17:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:15 smithi094 ceph-mon[112176]: 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-08T05:17:16.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:16.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:17.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:17.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:17 smithi094 ceph-mon[112176]: 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-08T05:17:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:17 smithi003 ceph-mon[96088]: 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-08T05:17:18.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:18.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:19.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:19.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:19 smithi094 ceph-mon[112176]: 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-08T05:17:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:19 smithi003 ceph-mon[96088]: 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-08T05:17:20.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:20.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:21.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:21.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:21 smithi094 ceph-mon[112176]: 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-08T05:17:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:21 smithi003 ceph-mon[96088]: 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-08T05:17:22.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:22.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:23.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:23.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:23 smithi094 ceph-mon[112176]: 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-08T05:17:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:23 smithi003 ceph-mon[96088]: 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-08T05:17:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:24.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:24.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:25.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:25.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:25 smithi094 ceph-mon[112176]: 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-08T05:17:25.724 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:25 smithi003 ceph-mon[96088]: 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-08T05:17:26.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:26.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:27.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:27.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:27 smithi094 ceph-mon[112176]: 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-08T05:17:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:27 smithi003 ceph-mon[96088]: 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-08T05:17:28.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:28.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:29.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:29.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:29 smithi094 ceph-mon[112176]: 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-08T05:17:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:29 smithi003 ceph-mon[96088]: 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-08T05:17:30.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:30.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:31.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:31.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:31 smithi094 ceph-mon[112176]: 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-08T05:17:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:31 smithi003 ceph-mon[96088]: 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-08T05:17:32.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:32.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:33.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:33.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:33 smithi094 ceph-mon[112176]: 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-08T05:17:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:33 smithi003 ceph-mon[96088]: 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-08T05:17:34.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:34.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:35.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:35.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:35 smithi094 ceph-mon[112176]: 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-08T05:17:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:35 smithi003 ceph-mon[96088]: 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-08T05:17:36.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:36.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:37.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:37.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:37 smithi094 ceph-mon[112176]: 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-08T05:17:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:37 smithi003 ceph-mon[96088]: 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-08T05:17:38.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:38.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:39.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:39.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:39 smithi094 ceph-mon[112176]: 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-08T05:17:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:39 smithi003 ceph-mon[96088]: 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-08T05:17:40.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:40.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:41.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:41.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:41 smithi003 ceph-mon[96088]: 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-08T05:17:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:41 smithi094 ceph-mon[112176]: 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-08T05:17:42.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:42.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:43.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:43.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:43 smithi094 ceph-mon[112176]: 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-08T05:17:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:43 smithi003 ceph-mon[96088]: 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-08T05:17:44.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:44.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:45.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:45.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:45 smithi094 ceph-mon[112176]: 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-08T05:17:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:45 smithi003 ceph-mon[96088]: 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-08T05:17:46.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:46.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:47.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:47.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:47 smithi094 ceph-mon[112176]: 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-08T05:17:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:47 smithi003 ceph-mon[96088]: 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-08T05:17:48.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:48.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:49.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:49.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:49 smithi094 ceph-mon[112176]: 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-08T05:17:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:49 smithi003 ceph-mon[96088]: 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-08T05:17:50.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:50.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:51.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:51.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:51 smithi094 ceph-mon[112176]: 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-08T05:17:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:51 smithi003 ceph-mon[96088]: 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-08T05:17:52.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:52.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:53.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:53.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:53 smithi094 ceph-mon[112176]: 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-08T05:17:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:53 smithi003 ceph-mon[96088]: 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-08T05:17:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:54.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:54.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:55.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:55.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:55 smithi094 ceph-mon[112176]: 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-08T05:17:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:55 smithi003 ceph-mon[96088]: 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-08T05:17:56.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:56.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:57.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:57.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:57 smithi094 ceph-mon[112176]: 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-08T05:17:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:57 smithi003 ceph-mon[96088]: 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-08T05:17:58.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:58.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:59.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:17:59.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:59 smithi094 ceph-mon[112176]: 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-08T05:17:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:17:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:17:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:17:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:17:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:17:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:17:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:17:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:59 smithi003 ceph-mon[96088]: 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-08T05:17:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:17:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:17:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:17:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:17:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:17:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:17:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:18:00.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:00.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:01.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:01.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:01 smithi094 ceph-mon[112176]: 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-08T05:18:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:01 smithi003 ceph-mon[96088]: 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-08T05:18:02.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:02.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:03.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:03.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:03 smithi094 ceph-mon[112176]: 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-08T05:18:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:03 smithi003 ceph-mon[96088]: 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-08T05:18:04.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:04.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:05.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:05.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:05 smithi094 ceph-mon[112176]: 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-08T05:18:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:05 smithi003 ceph-mon[96088]: 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-08T05:18:06.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:06.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:07.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:07.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:07 smithi094 ceph-mon[112176]: 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-08T05:18:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:07 smithi003 ceph-mon[96088]: 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-08T05:18:08.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:08.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:09.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:09.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:09 smithi094 ceph-mon[112176]: 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-08T05:18:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:09 smithi003 ceph-mon[96088]: 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-08T05:18:10.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:10.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:11.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:11.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:11 smithi094 ceph-mon[112176]: 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-08T05:18:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:11 smithi003 ceph-mon[96088]: 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-08T05:18:12.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:12.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:13.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:13.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:13 smithi094 ceph-mon[112176]: 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-08T05:18:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:13 smithi003 ceph-mon[96088]: 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-08T05:18:14.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:14.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:15.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:15.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:15 smithi094 ceph-mon[112176]: 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-08T05:18:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:15 smithi003 ceph-mon[96088]: 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-08T05:18:16.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:16.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:17.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:17.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:17 smithi094 ceph-mon[112176]: 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-08T05:18:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:17 smithi003 ceph-mon[96088]: 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-08T05:18:18.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:18.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:19.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:19.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:19 smithi094 ceph-mon[112176]: 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-08T05:18:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:19 smithi003 ceph-mon[96088]: 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-08T05:18:20.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:20.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:21.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:21.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:21 smithi094 ceph-mon[112176]: 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-08T05:18:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:21 smithi003 ceph-mon[96088]: 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-08T05:18:22.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:22.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:23.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:23.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:23 smithi094 ceph-mon[112176]: 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-08T05:18:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:23 smithi003 ceph-mon[96088]: 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-08T05:18:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:24.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:24.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:25.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:25.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:25 smithi094 ceph-mon[112176]: 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-08T05:18:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:25 smithi003 ceph-mon[96088]: 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-08T05:18:26.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:26.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:27.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:27.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:27 smithi094 ceph-mon[112176]: 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-08T05:18:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:27 smithi003 ceph-mon[96088]: 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-08T05:18:28.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:28.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:29.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:29.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:29 smithi094 ceph-mon[112176]: 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-08T05:18:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:29 smithi003 ceph-mon[96088]: 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-08T05:18:30.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:30.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:31.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:31.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:31 smithi094 ceph-mon[112176]: 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-08T05:18:31.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:31 smithi003 ceph-mon[96088]: 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-08T05:18:32.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:32.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:33.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:33.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:33 smithi094 ceph-mon[112176]: 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-08T05:18:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:33 smithi003 ceph-mon[96088]: 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-08T05:18:34.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:34.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:35.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:35.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:35 smithi094 ceph-mon[112176]: 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-08T05:18:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:35 smithi003 ceph-mon[96088]: 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-08T05:18:36.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:36.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:37.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:37.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:37 smithi094 ceph-mon[112176]: 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-08T05:18:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:37 smithi003 ceph-mon[96088]: 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-08T05:18:38.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:38.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:39.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:39.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:39 smithi094 ceph-mon[112176]: 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-08T05:18:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:39 smithi003 ceph-mon[96088]: 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-08T05:18:40.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:40.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:41.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:41.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:41 smithi094 ceph-mon[112176]: 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-08T05:18:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:41 smithi003 ceph-mon[96088]: 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-08T05:18:42.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:42.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:43.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:43.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:43 smithi094 ceph-mon[112176]: 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-08T05:18:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:43 smithi003 ceph-mon[96088]: 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-08T05:18:44.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:44.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:45.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:45.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:45 smithi094 ceph-mon[112176]: 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-08T05:18:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:45 smithi003 ceph-mon[96088]: 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-08T05:18:46.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:46.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:47.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:47.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:47 smithi094 ceph-mon[112176]: 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-08T05:18:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:47 smithi003 ceph-mon[96088]: 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-08T05:18:48.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:48.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:49.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:49.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:49 smithi094 ceph-mon[112176]: 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-08T05:18:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:49 smithi003 ceph-mon[96088]: 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-08T05:18:50.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:50.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:51.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:51.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:51 smithi094 ceph-mon[112176]: 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-08T05:18:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:51 smithi003 ceph-mon[96088]: 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-08T05:18:52.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:52.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:53.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:53.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:53 smithi094 ceph-mon[112176]: 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-08T05:18:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:53 smithi003 ceph-mon[96088]: 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-08T05:18:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:54.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:54.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:55.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:55.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:55 smithi094 ceph-mon[112176]: 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-08T05:18:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:55 smithi003 ceph-mon[96088]: 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-08T05:18:56.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:56.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:57.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:57.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:57 smithi094 ceph-mon[112176]: 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-08T05:18:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:57 smithi003 ceph-mon[96088]: 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-08T05:18:58.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:58.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:59.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:18:59.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:59 smithi094 ceph-mon[112176]: 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-08T05:18:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:18:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:18:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:59 smithi003 ceph-mon[96088]: 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-08T05:18:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:18:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:19:00.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:00.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:01.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:01.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:01 smithi094 ceph-mon[112176]: 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-08T05:19:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:01 smithi003 ceph-mon[96088]: 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-08T05:19:02.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:02.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:03.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:03.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:03 smithi094 ceph-mon[112176]: 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-08T05:19:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:03 smithi003 ceph-mon[96088]: 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-08T05:19:04.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:04.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:05.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:05.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:19:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:19:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:05 smithi003 ceph-mon[96088]: 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-08T05:19:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:19:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:19:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:19:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:19:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:19:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:19:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:19:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:05 smithi094 ceph-mon[112176]: 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-08T05:19:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:19:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:19:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:19:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:19:05.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:19:06.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:06.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:07.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:07.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:07 smithi094 ceph-mon[112176]: 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-08T05:19:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:07 smithi003 ceph-mon[96088]: 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-08T05:19:08.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:08.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:09.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:09.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:09.659 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:09 smithi094 ceph-mon[112176]: 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-08T05:19:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:09 smithi003 ceph-mon[96088]: 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-08T05:19:10.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:10.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:11.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:11.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:11 smithi094 ceph-mon[112176]: 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-08T05:19:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:11 smithi003 ceph-mon[96088]: 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-08T05:19:12.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:12.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:13.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:13.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:13 smithi094 ceph-mon[112176]: 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-08T05:19:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:13 smithi003 ceph-mon[96088]: 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-08T05:19:14.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:14.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:15.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:15.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:15 smithi094 ceph-mon[112176]: 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-08T05:19:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:15 smithi003 ceph-mon[96088]: 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-08T05:19:16.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:16.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:17.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:17.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:17 smithi094 ceph-mon[112176]: 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-08T05:19:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:17 smithi003 ceph-mon[96088]: 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-08T05:19:18.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:18.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:19.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:19.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:19 smithi094 ceph-mon[112176]: 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-08T05:19:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:19 smithi003 ceph-mon[96088]: 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-08T05:19:20.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:20.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:21.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:21.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:21 smithi094 ceph-mon[112176]: 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-08T05:19:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:21 smithi003 ceph-mon[96088]: 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-08T05:19:22.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:22.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:23.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:23.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:23 smithi094 ceph-mon[112176]: 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-08T05:19:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:23 smithi003 ceph-mon[96088]: 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-08T05:19:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:24.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:24.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:25.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:25.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:25 smithi094 ceph-mon[112176]: 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-08T05:19:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:25 smithi003 ceph-mon[96088]: 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-08T05:19:26.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:26.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:27.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:27.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:27 smithi094 ceph-mon[112176]: 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-08T05:19:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:27 smithi003 ceph-mon[96088]: 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-08T05:19:28.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:28.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:29.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:29.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:29 smithi094 ceph-mon[112176]: 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-08T05:19:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:29 smithi003 ceph-mon[96088]: 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-08T05:19:30.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:30.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:31.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:31.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:31 smithi094 ceph-mon[112176]: 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-08T05:19:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:31 smithi003 ceph-mon[96088]: 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-08T05:19:32.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:32.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:33.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:33.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:33 smithi094 ceph-mon[112176]: 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-08T05:19:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:33 smithi003 ceph-mon[96088]: 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-08T05:19:34.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:34.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:35.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:35.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:35 smithi094 ceph-mon[112176]: 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-08T05:19:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:35 smithi003 ceph-mon[96088]: 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-08T05:19:36.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:36.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:37.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:37.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:37 smithi003 ceph-mon[96088]: 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-08T05:19:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:37 smithi094 ceph-mon[112176]: 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-08T05:19:38.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:38.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:39.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:39.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:39 smithi094 ceph-mon[112176]: 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-08T05:19:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:39 smithi003 ceph-mon[96088]: 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-08T05:19:40.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:40.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:41.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:41.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:41 smithi094 ceph-mon[112176]: 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-08T05:19:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:41 smithi003 ceph-mon[96088]: 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-08T05:19:42.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:42.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:43.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:43.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:43 smithi094 ceph-mon[112176]: 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-08T05:19:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:43 smithi003 ceph-mon[96088]: 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-08T05:19:44.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:44.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:45.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:45.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:45 smithi094 ceph-mon[112176]: 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-08T05:19:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:45 smithi003 ceph-mon[96088]: 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-08T05:19:46.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:46.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:47.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:47.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:47 smithi094 ceph-mon[112176]: 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-08T05:19:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:47 smithi003 ceph-mon[96088]: 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-08T05:19:48.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:48.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:49.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:49.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:49 smithi094 ceph-mon[112176]: 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-08T05:19:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:49 smithi003 ceph-mon[96088]: 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-08T05:19:50.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:50.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:51.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:51.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:51 smithi094 ceph-mon[112176]: 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-08T05:19:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:51 smithi003 ceph-mon[96088]: 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-08T05:19:52.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:52.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:53.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:53.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:53 smithi094 ceph-mon[112176]: 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-08T05:19:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:53 smithi003 ceph-mon[96088]: 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-08T05:19:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:54.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:54.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:55.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:55.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:55 smithi094 ceph-mon[112176]: 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-08T05:19:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:55 smithi003 ceph-mon[96088]: 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-08T05:19:56.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:56.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:57.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:57.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:57 smithi094 ceph-mon[112176]: 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-08T05:19:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:57 smithi003 ceph-mon[96088]: 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-08T05:19:58.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:58.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:59.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:19:59.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:19:59 smithi003 ceph-mon[96088]: 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-08T05:19:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:19:59 smithi094 ceph-mon[112176]: 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-08T05:20:00.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:00.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T05:20:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T05:20:01.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:01.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:01 smithi003 ceph-mon[96088]: 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-08T05:20:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:01 smithi094 ceph-mon[112176]: 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-08T05:20:02.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:02.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:03.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:03.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:03 smithi003 ceph-mon[96088]: 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-08T05:20:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:03 smithi094 ceph-mon[112176]: 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-08T05:20:04.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:04.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:05.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:05.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:05 smithi003 ceph-mon[96088]: 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-08T05:20:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:20:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:20:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:20:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:05 smithi094 ceph-mon[112176]: 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-08T05:20:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:20:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:20:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:20:06.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:06.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:20:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:20:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:20:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:20:06.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:20:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:20:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:20:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:20:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:20:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:20:07.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:07.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:07 smithi003 ceph-mon[96088]: 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-08T05:20:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:07 smithi094 ceph-mon[112176]: 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-08T05:20:08.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:08.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:09.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:09.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:09 smithi094 ceph-mon[112176]: 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-08T05:20:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:09 smithi003 ceph-mon[96088]: 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-08T05:20:10.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:10.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:11.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:11.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:11 smithi094 ceph-mon[112176]: 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-08T05:20:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:11 smithi003 ceph-mon[96088]: 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-08T05:20:12.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:12.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:13.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:13.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:13 smithi094 ceph-mon[112176]: 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-08T05:20:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:13 smithi003 ceph-mon[96088]: 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-08T05:20:14.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:14.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:15.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:15.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:15 smithi094 ceph-mon[112176]: 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-08T05:20:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:15 smithi003 ceph-mon[96088]: 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-08T05:20:16.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:16.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:17.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:17.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:17.671 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:17 smithi003 ceph-mon[96088]: 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-08T05:20:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:17 smithi094 ceph-mon[112176]: 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-08T05:20:18.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:18.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:19.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:19.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:19 smithi003 ceph-mon[96088]: 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-08T05:20:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:19 smithi094 ceph-mon[112176]: 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-08T05:20:20.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:20.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:21.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:21.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:21 smithi094 ceph-mon[112176]: 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-08T05:20:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:21 smithi003 ceph-mon[96088]: 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-08T05:20:22.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:22.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:23.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:23.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:23 smithi003 ceph-mon[96088]: 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-08T05:20:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:23 smithi094 ceph-mon[112176]: 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-08T05:20:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:24.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:24.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:25.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:25.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:25 smithi003 ceph-mon[96088]: 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-08T05:20:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:25 smithi094 ceph-mon[112176]: 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-08T05:20:26.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:26.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:27.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:27.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:27 smithi003 ceph-mon[96088]: 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-08T05:20:28.131 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:27 smithi094 ceph-mon[112176]: 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-08T05:20:28.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:28.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:29.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:29.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:29 smithi003 ceph-mon[96088]: 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-08T05:20:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:29 smithi094 ceph-mon[112176]: 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-08T05:20:30.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:30.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:31 smithi094 ceph-mon[112176]: 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-08T05:20:31.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:31.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:31 smithi003 ceph-mon[96088]: 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-08T05:20:32.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:32.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:33.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:33.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:33 smithi003 ceph-mon[96088]: 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-08T05:20:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:33 smithi094 ceph-mon[112176]: 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-08T05:20:34.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:34.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:35.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:35.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:35 smithi003 ceph-mon[96088]: 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-08T05:20:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:35 smithi094 ceph-mon[112176]: 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-08T05:20:36.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:36.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:37.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:37.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:37 smithi003 ceph-mon[96088]: 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-08T05:20:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:37 smithi094 ceph-mon[112176]: 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-08T05:20:38.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:38.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:39.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:39.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:39 smithi003 ceph-mon[96088]: 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-08T05:20:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:39 smithi094 ceph-mon[112176]: 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-08T05:20:40.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:40.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:41 smithi094 ceph-mon[112176]: 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-08T05:20:41.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:41.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:41 smithi003 ceph-mon[96088]: 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-08T05:20:42.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:42.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:43.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:43.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:43 smithi003 ceph-mon[96088]: 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-08T05:20:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:43 smithi094 ceph-mon[112176]: 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-08T05:20:44.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:44.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:45.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:45.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:45 smithi003 ceph-mon[96088]: 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-08T05:20:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:45 smithi094 ceph-mon[112176]: 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-08T05:20:46.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:46.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:47.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:47.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:47 smithi003 ceph-mon[96088]: 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-08T05:20:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:47 smithi094 ceph-mon[112176]: 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-08T05:20:48.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:48.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:49.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:49.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:49 smithi003 ceph-mon[96088]: 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-08T05:20:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:49 smithi094 ceph-mon[112176]: 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-08T05:20:50.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:50.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:51 smithi094 ceph-mon[112176]: 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-08T05:20:51.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:51.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:51 smithi003 ceph-mon[96088]: 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-08T05:20:52.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:52.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:53.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:53.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:53 smithi003 ceph-mon[96088]: 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-08T05:20:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:53 smithi094 ceph-mon[112176]: 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-08T05:20:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:54.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:54.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:55.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:55.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:55 smithi003 ceph-mon[96088]: 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-08T05:20:55.754 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:55 smithi094 ceph-mon[112176]: 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-08T05:20:56.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:56.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:57.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:57.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:57 smithi003 ceph-mon[96088]: 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-08T05:20:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:57 smithi094 ceph-mon[112176]: 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-08T05:20:58.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:58.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:59.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:20:59.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:20:59 smithi003 ceph-mon[96088]: 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-08T05:20:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:20:59 smithi094 ceph-mon[112176]: 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-08T05:21:00.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:00.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:01 smithi094 ceph-mon[112176]: 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-08T05:21:01.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:01.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:01 smithi003 ceph-mon[96088]: 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-08T05:21:02.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:02.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:03.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:03.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:03 smithi003 ceph-mon[96088]: 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-08T05:21:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:03 smithi094 ceph-mon[112176]: 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-08T05:21:04.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:04.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:05.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:05.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:05 smithi003 ceph-mon[96088]: 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-08T05:21:05.859 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:05 smithi094 ceph-mon[112176]: 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-08T05:21:06.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:06.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:21:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:21:06.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:21:06.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:21:06.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:21:06.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:21:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:21:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:21:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:21:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:21:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:21:06.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:21:07.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:07.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:07 smithi003 ceph-mon[96088]: 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-08T05:21:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:07 smithi094 ceph-mon[112176]: 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-08T05:21:08.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:08.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:09.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:09.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:09 smithi003 ceph-mon[96088]: 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-08T05:21:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:09 smithi094 ceph-mon[112176]: 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-08T05:21:10.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:10.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:11 smithi094 ceph-mon[112176]: 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-08T05:21:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:11 smithi003 ceph-mon[96088]: 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-08T05:21:11.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:11.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:12.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:12.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:13.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:13.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:13 smithi003 ceph-mon[96088]: 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-08T05:21:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:13 smithi094 ceph-mon[112176]: 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-08T05:21:14.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:14.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:15.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:15.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:15 smithi003 ceph-mon[96088]: 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-08T05:21:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:15 smithi094 ceph-mon[112176]: 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-08T05:21:16.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:16.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:17.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:17.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:17 smithi003 ceph-mon[96088]: 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-08T05:21:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:17 smithi094 ceph-mon[112176]: 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-08T05:21:18.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:18.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:19.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:19.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:19 smithi003 ceph-mon[96088]: 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-08T05:21:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:19 smithi094 ceph-mon[112176]: 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-08T05:21:20.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:20.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:21 smithi094 ceph-mon[112176]: 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-08T05:21:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:21 smithi003 ceph-mon[96088]: 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-08T05:21:21.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:21.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:22.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:22.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:23.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:23.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:23 smithi003 ceph-mon[96088]: 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-08T05:21:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:23 smithi094 ceph-mon[112176]: 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-08T05:21:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:24.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:24.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:25.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:25.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:25 smithi003 ceph-mon[96088]: 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-08T05:21:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:25 smithi094 ceph-mon[112176]: 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-08T05:21:26.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:26.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:27.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:27.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:27 smithi003 ceph-mon[96088]: 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-08T05:21:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:27 smithi094 ceph-mon[112176]: 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-08T05:21:28.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:28.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:29.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:29.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:29 smithi003 ceph-mon[96088]: 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-08T05:21:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:29 smithi094 ceph-mon[112176]: 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-08T05:21:30.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:30.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:31 smithi094 ceph-mon[112176]: 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-08T05:21:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:31 smithi003 ceph-mon[96088]: 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-08T05:21:31.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:31.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:32.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:32.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:33.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:33.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:33 smithi003 ceph-mon[96088]: 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-08T05:21:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:33 smithi094 ceph-mon[112176]: 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-08T05:21:34.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:34.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:35.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:35.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:35 smithi003 ceph-mon[96088]: 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-08T05:21:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:35 smithi094 ceph-mon[112176]: 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-08T05:21:36.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:36.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:37.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:37.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:37 smithi003 ceph-mon[96088]: 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-08T05:21:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:37 smithi094 ceph-mon[112176]: 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-08T05:21:38.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:38.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:39 smithi003 ceph-mon[96088]: 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-08T05:21:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:39 smithi094 ceph-mon[112176]: 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-08T05:21:40.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:40.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:41 smithi094 ceph-mon[112176]: 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-08T05:21:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:41 smithi003 ceph-mon[96088]: 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-08T05:21:41.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:41.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:42.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:42.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:43.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:43.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:43 smithi003 ceph-mon[96088]: 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-08T05:21:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:43 smithi094 ceph-mon[112176]: 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-08T05:21:44.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:44.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:45.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:45.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:45 smithi003 ceph-mon[96088]: 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-08T05:21:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:45 smithi094 ceph-mon[112176]: 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-08T05:21:46.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:46.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:47.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:47.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:47 smithi003 ceph-mon[96088]: 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-08T05:21:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:47 smithi094 ceph-mon[112176]: 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-08T05:21:48.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:48.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:49.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:49.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:49 smithi003 ceph-mon[96088]: 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-08T05:21:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:49 smithi094 ceph-mon[112176]: 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-08T05:21:50.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:50.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:51 smithi003 ceph-mon[96088]: 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-08T05:21:51.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:51.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:51 smithi094 ceph-mon[112176]: 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-08T05:21:52.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:52.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:53.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:53.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:53 smithi003 ceph-mon[96088]: 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-08T05:21:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:53.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:53 smithi094 ceph-mon[112176]: 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-08T05:21:53.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:54.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:54.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:55.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:55.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:55 smithi003 ceph-mon[96088]: 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-08T05:21:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:55 smithi094 ceph-mon[112176]: 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-08T05:21:56.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:56.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:57.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:57.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:57 smithi003 ceph-mon[96088]: 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-08T05:21:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:57 smithi094 ceph-mon[112176]: 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-08T05:21:58.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:58.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:59.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:21:59.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:21:59 smithi003 ceph-mon[96088]: 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-08T05:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:21:59 smithi094 ceph-mon[112176]: 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-08T05:22:00.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:00.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:01.433 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:01 smithi094 ceph-mon[112176]: 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-08T05:22:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:01 smithi003 ceph-mon[96088]: 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-08T05:22:01.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:01.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:02.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:02.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:03.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:03.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:03 smithi003 ceph-mon[96088]: 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-08T05:22:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:03 smithi094 ceph-mon[112176]: 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-08T05:22:04.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:04.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:05.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:05.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:05 smithi003 ceph-mon[96088]: 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-08T05:22:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:05 smithi094 ceph-mon[112176]: 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-08T05:22:06.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:06.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:22:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:22:07.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:07.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:07 smithi094 ceph-mon[112176]: 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-08T05:22:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:22:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:22:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:22:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:22:08.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:22:08.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:22:08.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:22:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:07 smithi003 ceph-mon[96088]: 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-08T05:22:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:22:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:22:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:22:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:22:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:22:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:22:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:22:08.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:08.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:09.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:09.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:09 smithi094 ceph-mon[112176]: 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-08T05:22:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:09 smithi003 ceph-mon[96088]: 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-08T05:22:10.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:10.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:11 smithi003 ceph-mon[96088]: 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-08T05:22:11.539 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:11 smithi094 ceph-mon[112176]: 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-08T05:22:11.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:11.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:12.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:12.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:13.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:13.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:13 smithi003 ceph-mon[96088]: 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-08T05:22:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:13 smithi094 ceph-mon[112176]: 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-08T05:22:14.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:14.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:15.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:15.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:15 smithi003 ceph-mon[96088]: 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-08T05:22:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:15 smithi094 ceph-mon[112176]: 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-08T05:22:16.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:16.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:17.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:17.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:17 smithi003 ceph-mon[96088]: 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-08T05:22:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:17 smithi094 ceph-mon[112176]: 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-08T05:22:18.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:18.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:19.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:19.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:19 smithi003 ceph-mon[96088]: 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-08T05:22:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:19 smithi094 ceph-mon[112176]: 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-08T05:22:20.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:20.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:21.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:21 smithi003 ceph-mon[96088]: 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-08T05:22:21.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:21.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:21.646 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:21 smithi094 ceph-mon[112176]: 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-08T05:22:22.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:22.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:23.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:23.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:23 smithi003 ceph-mon[96088]: 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-08T05:22:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:23 smithi094 ceph-mon[112176]: 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-08T05:22:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:24.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:24.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:25.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:25.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:25 smithi003 ceph-mon[96088]: 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-08T05:22:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:25 smithi094 ceph-mon[112176]: 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-08T05:22:26.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:26.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:27.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:27 smithi003 ceph-mon[96088]: 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-08T05:22:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:27 smithi094 ceph-mon[112176]: 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-08T05:22:28.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:28.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:29.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:29.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:29 smithi003 ceph-mon[96088]: 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-08T05:22:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:29 smithi094 ceph-mon[112176]: 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-08T05:22:30.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:30.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:31 smithi003 ceph-mon[96088]: 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-08T05:22:31.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:31.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:31 smithi094 ceph-mon[112176]: 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-08T05:22:32.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:32.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:33.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:33.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:33 smithi003 ceph-mon[96088]: 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-08T05:22:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:33 smithi094 ceph-mon[112176]: 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-08T05:22:34.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:34.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:35.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:35.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:35 smithi003 ceph-mon[96088]: 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-08T05:22:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:35 smithi094 ceph-mon[112176]: 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-08T05:22:36.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:36.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:37.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:37.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:37 smithi003 ceph-mon[96088]: 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-08T05:22:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:37 smithi094 ceph-mon[112176]: 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-08T05:22:38.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:38.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:39.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:39.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:39 smithi003 ceph-mon[96088]: 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-08T05:22:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:39 smithi094 ceph-mon[112176]: 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-08T05:22:40.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:40.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:41 smithi003 ceph-mon[96088]: 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-08T05:22:41.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:41.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:41 smithi094 ceph-mon[112176]: 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-08T05:22:42.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:42.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:43.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:43.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:43 smithi003 ceph-mon[96088]: 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-08T05:22:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:43 smithi094 ceph-mon[112176]: 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-08T05:22:44.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:44.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:45.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:45.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:45 smithi003 ceph-mon[96088]: 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-08T05:22:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:45 smithi094 ceph-mon[112176]: 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-08T05:22:46.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:46.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:47.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:47.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:47 smithi003 ceph-mon[96088]: 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-08T05:22:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:47 smithi094 ceph-mon[112176]: 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-08T05:22:48.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:48.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:49.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:49.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:49 smithi003 ceph-mon[96088]: 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-08T05:22:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:49 smithi094 ceph-mon[112176]: 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-08T05:22:50.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:50.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:51 smithi003 ceph-mon[96088]: 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-08T05:22:51.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:51.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:51.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:51 smithi094 ceph-mon[112176]: 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-08T05:22:52.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:52.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:53.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:53.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:53 smithi003 ceph-mon[96088]: 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-08T05:22:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:53 smithi094 ceph-mon[112176]: 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-08T05:22:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:54.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:54.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:55.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:55.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:55 smithi003 ceph-mon[96088]: 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-08T05:22:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:55 smithi094 ceph-mon[112176]: 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-08T05:22:56.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:56.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:57.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:57.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:57 smithi003 ceph-mon[96088]: 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-08T05:22:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:57 smithi094 ceph-mon[112176]: 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-08T05:22:58.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:58.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:59.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:22:59.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:22:59 smithi003 ceph-mon[96088]: 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-08T05:22:59.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:22:59 smithi094 ceph-mon[112176]: 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-08T05:23:00.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:00.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:01 smithi003 ceph-mon[96088]: 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-08T05:23:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:01 smithi094 ceph-mon[112176]: 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-08T05:23:01.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:01.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:02.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:02.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:03.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:03.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:03 smithi003 ceph-mon[96088]: 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-08T05:23:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:03 smithi094 ceph-mon[112176]: 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-08T05:23:04.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:04.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:05.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:05.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:05 smithi003 ceph-mon[96088]: 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-08T05:23:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:05 smithi094 ceph-mon[112176]: 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-08T05:23:06.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:06.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:07.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:07.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:07 smithi003 ceph-mon[96088]: 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-08T05:23:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:23:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:07 smithi094 ceph-mon[112176]: 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-08T05:23:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:23:08.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:08.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:23:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:23:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:23:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:23:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:23:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:23:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:23:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:23:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:23:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:23:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:09.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:09.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:09 smithi094 ceph-mon[112176]: 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-08T05:23:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:09 smithi003 ceph-mon[96088]: 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-08T05:23:10.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:10.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:11 smithi003 ceph-mon[96088]: 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-08T05:23:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:11 smithi094 ceph-mon[112176]: 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-08T05:23:11.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:11.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:12.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:12.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:13.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:13.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:13 smithi003 ceph-mon[96088]: 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-08T05:23:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:13 smithi094 ceph-mon[112176]: 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-08T05:23:14.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:14.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:15.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:15.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:15 smithi003 ceph-mon[96088]: 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-08T05:23:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:15 smithi094 ceph-mon[112176]: 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-08T05:23:16.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:16.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:17.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:17.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:17 smithi003 ceph-mon[96088]: 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-08T05:23:17.922 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:17 smithi094 ceph-mon[112176]: 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-08T05:23:18.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:18.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:19.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:19.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:19 smithi003 ceph-mon[96088]: 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-08T05:23:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:19 smithi094 ceph-mon[112176]: 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-08T05:23:20.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:20.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:21 smithi003 ceph-mon[96088]: 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-08T05:23:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:21 smithi094 ceph-mon[112176]: 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-08T05:23:21.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:21.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:22.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:22.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:23.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:23.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:23 smithi003 ceph-mon[96088]: 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-08T05:23:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:23 smithi094 ceph-mon[112176]: 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-08T05:23:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:24.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:24.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:25.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:25.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:25 smithi003 ceph-mon[96088]: 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-08T05:23:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:25 smithi094 ceph-mon[112176]: 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-08T05:23:26.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:26.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:27 smithi094 ceph-mon[112176]: 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-08T05:23:27.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:27.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:27 smithi003 ceph-mon[96088]: 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-08T05:23:28.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:28.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:29.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:29.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:29.849 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:29 smithi003 ceph-mon[96088]: 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-08T05:23:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:29 smithi094 ceph-mon[112176]: 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-08T05:23:30.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:30.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:31 smithi003 ceph-mon[96088]: 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-08T05:23:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:31 smithi094 ceph-mon[112176]: 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-08T05:23:31.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:31.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:32.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:32.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:33.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:33.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:33 smithi003 ceph-mon[96088]: 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-08T05:23:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:33 smithi094 ceph-mon[112176]: 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-08T05:23:34.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:34.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:35.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:35.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:35 smithi003 ceph-mon[96088]: 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-08T05:23:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:35 smithi094 ceph-mon[112176]: 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-08T05:23:36.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:36.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:37.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:37.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:37 smithi003 ceph-mon[96088]: 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-08T05:23:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:37 smithi094 ceph-mon[112176]: 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-08T05:23:38.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:38.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:38.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:39.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:39.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:39 smithi094 ceph-mon[112176]: 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-08T05:23:39.964 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:39 smithi003 ceph-mon[96088]: 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-08T05:23:40.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:40.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:41 smithi003 ceph-mon[96088]: 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-08T05:23:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:41 smithi094 ceph-mon[112176]: 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-08T05:23:41.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:41.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:42.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:42.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:43 smithi003 ceph-mon[96088]: 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-08T05:23:43.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:43.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:43 smithi094 ceph-mon[112176]: 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-08T05:23:44.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:44.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:45.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:45.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:45 smithi094 ceph-mon[112176]: 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-08T05:23:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:45 smithi003 ceph-mon[96088]: 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-08T05:23:46.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:46.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:47.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:47.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:47 smithi003 ceph-mon[96088]: 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-08T05:23:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:47 smithi094 ceph-mon[112176]: 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-08T05:23:48.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:48.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:49.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:49.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:49 smithi094 ceph-mon[112176]: 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-08T05:23:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:49 smithi003 ceph-mon[96088]: 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-08T05:23:50.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:50.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:51 smithi003 ceph-mon[96088]: 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-08T05:23:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:51 smithi094 ceph-mon[112176]: 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-08T05:23:51.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:51.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:52.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:52.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:53.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:53.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:53 smithi094 ceph-mon[112176]: 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-08T05:23:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:53 smithi003 ceph-mon[96088]: 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-08T05:23:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:54.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:54.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:55.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:55.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:55 smithi094 ceph-mon[112176]: 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-08T05:23:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:55 smithi003 ceph-mon[96088]: 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-08T05:23:56.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:56.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:57.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:57.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:57 smithi003 ceph-mon[96088]: 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-08T05:23:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:57 smithi094 ceph-mon[112176]: 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-08T05:23:58.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:58.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:59.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:23:59.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:23:59 smithi094 ceph-mon[112176]: 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-08T05:23:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:23:59 smithi003 ceph-mon[96088]: 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-08T05:24:00.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:00.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:01 smithi003 ceph-mon[96088]: 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-08T05:24:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:01 smithi094 ceph-mon[112176]: 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-08T05:24:01.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:01.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:02.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:02.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:03.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:03.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:03.920 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:03 smithi094 ceph-mon[112176]: 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-08T05:24:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:03 smithi003 ceph-mon[96088]: 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-08T05:24:04.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:04.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:05 smithi003 ceph-mon[96088]: 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-08T05:24:05.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:05.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:05 smithi094 ceph-mon[112176]: 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-08T05:24:06.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:06.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:07.750 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:07 smithi094 ceph-mon[112176]: 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-08T05:24:07.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:07.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:07 smithi003 ceph-mon[96088]: 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-08T05:24:08.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:10.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:10.004 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:10.011 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:24:10.011 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:10.012 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:24:10.012 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:09 smithi094 ceph-mon[112176]: 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-08T05:24:10.012 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:24:10.012 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:24:10.012 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:24:10.012 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:24:10.012 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:24:10.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:10.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:10.013 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:09 smithi003 ceph-mon[96088]: 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-08T05:24:10.013 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:24:10.013 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:24:10.043 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:24:10.043 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:24:10.043 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:24:10.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:10.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:11 smithi003 ceph-mon[96088]: 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-08T05:24:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:11 smithi094 ceph-mon[112176]: 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-08T05:24:11.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:11.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:12.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:12.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:13.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:13.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:13 smithi094 ceph-mon[112176]: 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-08T05:24:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:13 smithi003 ceph-mon[96088]: 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-08T05:24:14.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:14.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:15 smithi003 ceph-mon[96088]: 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-08T05:24:15.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:15.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:15 smithi094 ceph-mon[112176]: 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-08T05:24:16.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:16.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:17.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:17.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:17.856 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:17 smithi094 ceph-mon[112176]: 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-08T05:24:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:17 smithi003 ceph-mon[96088]: 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-08T05:24:18.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:18.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:19.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:19.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:19 smithi094 ceph-mon[112176]: 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-08T05:24:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:19 smithi003 ceph-mon[96088]: 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-08T05:24:20.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:20.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:21 smithi003 ceph-mon[96088]: 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-08T05:24:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:21 smithi094 ceph-mon[112176]: 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-08T05:24:21.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:21.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:22.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:22.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:23.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:23.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:23 smithi094 ceph-mon[112176]: 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-08T05:24:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:23 smithi003 ceph-mon[96088]: 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-08T05:24:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:24.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:24.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:25 smithi003 ceph-mon[96088]: 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-08T05:24:25.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:25.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:25 smithi094 ceph-mon[112176]: 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-08T05:24:26.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:26.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:27.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:27.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:27 smithi003 ceph-mon[96088]: 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-08T05:24:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:27 smithi094 ceph-mon[112176]: 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-08T05:24:28.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:28.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:29.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:29.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:29 smithi094 ceph-mon[112176]: 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-08T05:24:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:29 smithi003 ceph-mon[96088]: 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-08T05:24:30.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:30.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:31 smithi003 ceph-mon[96088]: 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-08T05:24:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:31 smithi094 ceph-mon[112176]: 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-08T05:24:31.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:31.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:32.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:32.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:33.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:33.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:33 smithi094 ceph-mon[112176]: 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-08T05:24:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:33 smithi003 ceph-mon[96088]: 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-08T05:24:34.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:34.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:35.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:35.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:35 smithi094 ceph-mon[112176]: 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-08T05:24:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:35 smithi003 ceph-mon[96088]: 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-08T05:24:36.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:36.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:37.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:37.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:37 smithi003 ceph-mon[96088]: 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-08T05:24:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:37 smithi094 ceph-mon[112176]: 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-08T05:24:38.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:38.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:39.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:39.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:39 smithi094 ceph-mon[112176]: 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-08T05:24:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:39 smithi003 ceph-mon[96088]: 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-08T05:24:40.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:40.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:41 smithi003 ceph-mon[96088]: 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-08T05:24:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:41 smithi094 ceph-mon[112176]: 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-08T05:24:41.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:41.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:42.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:42.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:43.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:43.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:43 smithi094 ceph-mon[112176]: 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-08T05:24:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:43 smithi003 ceph-mon[96088]: 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-08T05:24:44.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:44.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:45.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:45.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:45 smithi094 ceph-mon[112176]: 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-08T05:24:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:45 smithi003 ceph-mon[96088]: 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-08T05:24:46.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:46.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:47.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:47.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:47 smithi003 ceph-mon[96088]: 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-08T05:24:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:47 smithi094 ceph-mon[112176]: 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-08T05:24:48.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:48.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:49.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:49.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:49 smithi094 ceph-mon[112176]: 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-08T05:24:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:49 smithi003 ceph-mon[96088]: 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-08T05:24:50.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:50.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:51 smithi003 ceph-mon[96088]: 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-08T05:24:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:51 smithi094 ceph-mon[112176]: 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-08T05:24:51.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:51.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:52.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:52.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:53.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:53.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:53 smithi094 ceph-mon[112176]: 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-08T05:24:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:53 smithi003 ceph-mon[96088]: 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-08T05:24:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:54.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:54.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:55.824 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:55 smithi003 ceph-mon[96088]: 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-08T05:24:55.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:55.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:55 smithi094 ceph-mon[112176]: 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-08T05:24:56.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:56.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:57 smithi003 ceph-mon[96088]: 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-08T05:24:57.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:57.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:57 smithi094 ceph-mon[112176]: 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-08T05:24:58.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:58.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:59.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:24:59.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:24:59 smithi094 ceph-mon[112176]: 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-08T05:24:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:24:59 smithi003 ceph-mon[96088]: 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-08T05:25:00.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:00.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:01 smithi003 ceph-mon[96088]: 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-08T05:25:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:01 smithi094 ceph-mon[112176]: 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-08T05:25:01.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:01.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:02.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:02.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:03 smithi094 ceph-mon[112176]: 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-08T05:25:03.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:03.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:03 smithi003 ceph-mon[96088]: 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-08T05:25:04.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:04.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:05.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:05.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:05 smithi094 ceph-mon[112176]: 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-08T05:25:05.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:05 smithi003 ceph-mon[96088]: 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-08T05:25:06.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:06.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:07 smithi003 ceph-mon[96088]: 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-08T05:25:07.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:07.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:07 smithi094 ceph-mon[112176]: 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-08T05:25:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:08.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:08.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:09.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:09.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:09 smithi094 ceph-mon[112176]: 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-08T05:25:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:25:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:25:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:25:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:25:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:25:09.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:25:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:09 smithi003 ceph-mon[96088]: 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-08T05:25:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:25:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:25:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:25:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:25:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:25:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:25:10.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:10.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:11 smithi003 ceph-mon[96088]: 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-08T05:25:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:11 smithi094 ceph-mon[112176]: 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-08T05:25:11.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:11.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:12.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:12.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:13.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:13.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:13 smithi094 ceph-mon[112176]: 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-08T05:25:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:13 smithi003 ceph-mon[96088]: 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-08T05:25:14.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:14.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:15.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:15.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:15 smithi094 ceph-mon[112176]: 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-08T05:25:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:15 smithi003 ceph-mon[96088]: 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-08T05:25:16.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:16.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:17 smithi003 ceph-mon[96088]: 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-08T05:25:17.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:17.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:17 smithi094 ceph-mon[112176]: 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-08T05:25:18.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:18.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:19.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:19.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:19 smithi094 ceph-mon[112176]: 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-08T05:25:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:19 smithi003 ceph-mon[96088]: 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-08T05:25:20.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:20.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:21 smithi003 ceph-mon[96088]: 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-08T05:25:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:21 smithi094 ceph-mon[112176]: 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-08T05:25:21.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:21.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:22.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:22.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:23.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:23.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:23 smithi094 ceph-mon[112176]: 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-08T05:25:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:23 smithi003 ceph-mon[96088]: 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-08T05:25:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:24.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:24.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:25.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:25.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:25 smithi094 ceph-mon[112176]: 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-08T05:25:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:25 smithi003 ceph-mon[96088]: 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-08T05:25:26.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:26.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:27 smithi003 ceph-mon[96088]: 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-08T05:25:27.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:27.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:27 smithi094 ceph-mon[112176]: 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-08T05:25:28.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:28.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:29 smithi094 ceph-mon[112176]: 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-08T05:25:29.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:29.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:29 smithi003 ceph-mon[96088]: 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-08T05:25:30.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:30.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:31 smithi003 ceph-mon[96088]: 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-08T05:25:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:31 smithi094 ceph-mon[112176]: 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-08T05:25:31.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:31.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:32.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:32.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:33 smithi094 ceph-mon[112176]: 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-08T05:25:33.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:33.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:33 smithi003 ceph-mon[96088]: 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-08T05:25:34.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:34.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:35 smithi094 ceph-mon[112176]: 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-08T05:25:35.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:35.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:35 smithi003 ceph-mon[96088]: 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-08T05:25:36.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:36.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:37 smithi003 ceph-mon[96088]: 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-08T05:25:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:37 smithi094 ceph-mon[112176]: 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-08T05:25:37.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:37.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:38.817 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:38.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:38.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:39 smithi094 ceph-mon[112176]: 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-08T05:25:39.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:39.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:39 smithi003 ceph-mon[96088]: 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-08T05:25:40.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:40.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:41 smithi003 ceph-mon[96088]: 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-08T05:25:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:41 smithi094 ceph-mon[112176]: 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-08T05:25:41.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:41.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:42.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:42.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:43 smithi094 ceph-mon[112176]: 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-08T05:25:43.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:43.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:43 smithi003 ceph-mon[96088]: 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-08T05:25:44.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:44.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:45 smithi094 ceph-mon[112176]: 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-08T05:25:45.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:45.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:45.963 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:45 smithi003 ceph-mon[96088]: 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-08T05:25:46.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:46.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:47 smithi003 ceph-mon[96088]: 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-08T05:25:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:47 smithi094 ceph-mon[112176]: 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-08T05:25:47.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:47.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:48.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:48.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:49 smithi094 ceph-mon[112176]: 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-08T05:25:49.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:49.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:49 smithi003 ceph-mon[96088]: 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-08T05:25:50.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:50.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:51 smithi003 ceph-mon[96088]: 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-08T05:25:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:51 smithi094 ceph-mon[112176]: 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-08T05:25:51.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:51.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:52.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:52.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:53 smithi003 ceph-mon[96088]: 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-08T05:25:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:53.858 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:53 smithi094 ceph-mon[112176]: 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-08T05:25:53.859 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:53.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:53.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:54.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:54.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:55.698 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:55 smithi003 ceph-mon[96088]: 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-08T05:25:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:55 smithi094 ceph-mon[112176]: 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-08T05:25:55.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:55.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:56.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:56.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:57 smithi003 ceph-mon[96088]: 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-08T05:25:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:57 smithi094 ceph-mon[112176]: 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-08T05:25:57.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:57.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:58.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:58.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:25:59 smithi094 ceph-mon[112176]: 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-08T05:25:59.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:25:59.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:25:59 smithi003 ceph-mon[96088]: 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-08T05:26:00.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:00.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:01 smithi003 ceph-mon[96088]: 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-08T05:26:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:01 smithi094 ceph-mon[112176]: 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-08T05:26:01.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:01.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:02.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:02.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:03 smithi094 ceph-mon[112176]: 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-08T05:26:03.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:03.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:03 smithi003 ceph-mon[96088]: 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-08T05:26:04.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:04.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:05 smithi094 ceph-mon[112176]: 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-08T05:26:05.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:05.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:05 smithi003 ceph-mon[96088]: 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-08T05:26:06.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:06.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:07 smithi003 ceph-mon[96088]: 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-08T05:26:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:07 smithi094 ceph-mon[112176]: 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-08T05:26:07.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:07.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:08.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:08.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:09 smithi094 ceph-mon[112176]: 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-08T05:26:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:26:09.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:09.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:09 smithi003 ceph-mon[96088]: 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-08T05:26:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:26:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:26:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:26:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:26:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:26:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:26:10.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:10.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:26:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:26:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:26:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:26:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:26:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:11 smithi094 ceph-mon[112176]: 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-08T05:26:11.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:11.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:11 smithi003 ceph-mon[96088]: 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-08T05:26:12.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:12.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:13 smithi094 ceph-mon[112176]: 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-08T05:26:13.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:13.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:13 smithi003 ceph-mon[96088]: 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-08T05:26:14.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:14.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:15 smithi094 ceph-mon[112176]: 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-08T05:26:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:15 smithi003 ceph-mon[96088]: 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-08T05:26:15.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:15.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:16.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:16.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:17 smithi003 ceph-mon[96088]: 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-08T05:26:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:17 smithi094 ceph-mon[112176]: 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-08T05:26:17.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:17.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:18.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:18.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:19 smithi094 ceph-mon[112176]: 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-08T05:26:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:19 smithi003 ceph-mon[96088]: 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-08T05:26:19.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:19.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:20.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:20.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:21 smithi003 ceph-mon[96088]: 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-08T05:26:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:21 smithi094 ceph-mon[112176]: 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-08T05:26:21.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:21.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:22.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:22.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:23 smithi094 ceph-mon[112176]: 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-08T05:26:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:23 smithi003 ceph-mon[96088]: 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-08T05:26:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:23.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:23.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:25.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:25.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:25 smithi094 ceph-mon[112176]: 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-08T05:26:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:25 smithi003 ceph-mon[96088]: 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-08T05:26:26.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:26.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:27.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:27.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:27 smithi003 ceph-mon[96088]: 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-08T05:26:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:27 smithi094 ceph-mon[112176]: 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-08T05:26:28.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:28.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:29.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:29.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:29 smithi094 ceph-mon[112176]: 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-08T05:26:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:29 smithi003 ceph-mon[96088]: 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-08T05:26:30.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:30.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:31.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:31.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:31 smithi003 ceph-mon[96088]: 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-08T05:26:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:31 smithi094 ceph-mon[112176]: 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-08T05:26:32.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:32.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:33.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:33.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:33 smithi094 ceph-mon[112176]: 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-08T05:26:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:33 smithi003 ceph-mon[96088]: 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-08T05:26:34.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:34.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:35.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:35.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:35 smithi094 ceph-mon[112176]: 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-08T05:26:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:35 smithi003 ceph-mon[96088]: 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-08T05:26:36.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:36.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:37.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:37.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:37 smithi003 ceph-mon[96088]: 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-08T05:26:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:37 smithi094 ceph-mon[112176]: 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-08T05:26:38.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:38.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:39.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:39.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:39 smithi094 ceph-mon[112176]: 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-08T05:26:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:39 smithi003 ceph-mon[96088]: 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-08T05:26:40.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:40.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:41.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:41.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:41 smithi094 ceph-mon[112176]: 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-08T05:26:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:41 smithi003 ceph-mon[96088]: 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-08T05:26:42.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:42.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:43.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:43.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:43 smithi094 ceph-mon[112176]: 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-08T05:26:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:43 smithi003 ceph-mon[96088]: 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-08T05:26:44.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:44.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:45.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:45.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:45 smithi094 ceph-mon[112176]: 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-08T05:26:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:45 smithi003 ceph-mon[96088]: 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-08T05:26:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:47.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:47.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:47 smithi003 ceph-mon[96088]: 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-08T05:26:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:47 smithi094 ceph-mon[112176]: 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-08T05:26:48.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:48.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:49.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:49.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:49 smithi094 ceph-mon[112176]: 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-08T05:26:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:49 smithi003 ceph-mon[96088]: 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-08T05:26:50.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:50.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:51.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:51.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:51 smithi094 ceph-mon[112176]: 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-08T05:26:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:51 smithi003 ceph-mon[96088]: 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-08T05:26:52.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:52.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:53.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:53.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:53 smithi094 ceph-mon[112176]: 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-08T05:26:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:53 smithi003 ceph-mon[96088]: 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-08T05:26:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:54.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:54.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:55.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:55.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:55 smithi094 ceph-mon[112176]: 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-08T05:26:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:55 smithi003 ceph-mon[96088]: 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-08T05:26:56.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:56.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:57.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:57.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:57 smithi003 ceph-mon[96088]: 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-08T05:26:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:57 smithi094 ceph-mon[112176]: 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-08T05:26:58.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:58.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:59.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:26:59.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:26:59 smithi094 ceph-mon[112176]: 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-08T05:26:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:26:59 smithi003 ceph-mon[96088]: 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-08T05:27:00.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:00.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:01.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:01.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:01 smithi094 ceph-mon[112176]: 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-08T05:27:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:01 smithi003 ceph-mon[96088]: 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-08T05:27:02.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:02.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:03.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:03.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:03 smithi094 ceph-mon[112176]: 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-08T05:27:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:03 smithi003 ceph-mon[96088]: 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-08T05:27:04.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:04.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:05.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:05.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:05 smithi094 ceph-mon[112176]: 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-08T05:27:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:05 smithi003 ceph-mon[96088]: 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-08T05:27:06.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:06.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:07.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:07.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:07 smithi003 ceph-mon[96088]: 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-08T05:27:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:07 smithi094 ceph-mon[112176]: 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-08T05:27:08.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:08.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:09.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:09.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:09 smithi094 ceph-mon[112176]: 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-08T05:27:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:09 smithi003 ceph-mon[96088]: 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-08T05:27:10.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:10.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:27:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:27:11.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:11.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:11 smithi094 ceph-mon[112176]: 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-08T05:27:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:11 smithi003 ceph-mon[96088]: 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-08T05:27:12.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:12.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:13.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:13.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:13 smithi003 ceph-mon[96088]: 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-08T05:27:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:27:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:27:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:27:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:27:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:27:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:27:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:27:14.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:14.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:13 smithi094 ceph-mon[112176]: 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-08T05:27:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:27:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:27:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:27:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:27:14.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:27:14.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:27:14.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:27:15.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:15.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:15 smithi003 ceph-mon[96088]: 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-08T05:27:16.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:16.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:15 smithi094 ceph-mon[112176]: 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-08T05:27:17.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:17.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:18.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:18.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:17 smithi094 ceph-mon[112176]: 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-08T05:27:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:17 smithi003 ceph-mon[96088]: 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-08T05:27:19.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:19.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:20.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:20.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:19 smithi094 ceph-mon[112176]: 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-08T05:27:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:19 smithi003 ceph-mon[96088]: 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-08T05:27:21.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:21.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:21 smithi094 ceph-mon[112176]: 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-08T05:27:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:21 smithi003 ceph-mon[96088]: 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-08T05:27:22.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:22.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:23.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:23.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:23 smithi094 ceph-mon[112176]: 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-08T05:27:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:23 smithi003 ceph-mon[96088]: 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-08T05:27:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:24.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:24.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:25.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:25.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:25 smithi094 ceph-mon[112176]: 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-08T05:27:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:25 smithi003 ceph-mon[96088]: 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-08T05:27:26.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:26.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:27.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:27.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:27 smithi003 ceph-mon[96088]: 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-08T05:27:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:27 smithi094 ceph-mon[112176]: 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-08T05:27:28.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:28.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:29.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:29.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:29.862 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:29 smithi094 ceph-mon[112176]: 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-08T05:27:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:29 smithi003 ceph-mon[96088]: 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-08T05:27:30.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:30.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:31.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:31.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:31 smithi094 ceph-mon[112176]: 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-08T05:27:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:31 smithi003 ceph-mon[96088]: 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-08T05:27:32.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:32.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:33.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:33.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:33 smithi094 ceph-mon[112176]: 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-08T05:27:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:33 smithi003 ceph-mon[96088]: 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-08T05:27:34.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:34.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:35.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:35.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:35.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:35 smithi094 ceph-mon[112176]: 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-08T05:27:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:35 smithi003 ceph-mon[96088]: 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-08T05:27:36.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:36.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:37.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:37.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:37 smithi003 ceph-mon[96088]: 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-08T05:27:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:37 smithi094 ceph-mon[112176]: 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-08T05:27:38.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:38.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:38.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:39.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:39.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:39 smithi094 ceph-mon[112176]: 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-08T05:27:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:39 smithi003 ceph-mon[96088]: 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-08T05:27:40.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:40.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:41.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:41.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:41 smithi094 ceph-mon[112176]: 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-08T05:27:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:41 smithi003 ceph-mon[96088]: 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-08T05:27:42.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:42.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:43.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:43.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:43 smithi094 ceph-mon[112176]: 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-08T05:27:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:43 smithi003 ceph-mon[96088]: 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-08T05:27:44.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:44.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:45.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:45.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:45 smithi094 ceph-mon[112176]: 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-08T05:27:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:45 smithi003 ceph-mon[96088]: 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-08T05:27:46.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:46.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:47.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:47.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:47 smithi003 ceph-mon[96088]: 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-08T05:27:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:47 smithi094 ceph-mon[112176]: 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-08T05:27:48.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:48.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:49.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:49.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:49 smithi094 ceph-mon[112176]: 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-08T05:27:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:49 smithi003 ceph-mon[96088]: 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-08T05:27:50.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:50.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:51.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:51.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:51 smithi094 ceph-mon[112176]: 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-08T05:27:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:51 smithi003 ceph-mon[96088]: 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-08T05:27:52.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:52.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:53.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:53.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:53 smithi094 ceph-mon[112176]: 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-08T05:27:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:53 smithi003 ceph-mon[96088]: 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-08T05:27:53.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:54.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:54.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:55.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:55.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:55 smithi094 ceph-mon[112176]: 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-08T05:27:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:55 smithi003 ceph-mon[96088]: 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-08T05:27:56.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:56.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:57.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:57.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:57 smithi003 ceph-mon[96088]: 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-08T05:27:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:57 smithi094 ceph-mon[112176]: 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-08T05:27:58.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:58.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:59.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:27:59.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:27:59 smithi094 ceph-mon[112176]: 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-08T05:27:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:27:59 smithi003 ceph-mon[96088]: 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-08T05:28:00.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:00.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:01.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:01.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:01 smithi094 ceph-mon[112176]: 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-08T05:28:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:01 smithi003 ceph-mon[96088]: 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-08T05:28:02.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:02.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:03.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:03.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:03 smithi094 ceph-mon[112176]: 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-08T05:28:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:03 smithi003 ceph-mon[96088]: 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-08T05:28:04.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:04.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:05.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:05.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:05 smithi094 ceph-mon[112176]: 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-08T05:28:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:05 smithi003 ceph-mon[96088]: 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-08T05:28:06.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:06.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:07.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:07.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:07 smithi003 ceph-mon[96088]: 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-08T05:28:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:07 smithi094 ceph-mon[112176]: 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-08T05:28:08.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:08.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:09.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:09.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:09 smithi094 ceph-mon[112176]: 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-08T05:28:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:09 smithi003 ceph-mon[96088]: 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-08T05:28:10.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:10.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:11.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:11.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:11 smithi094 ceph-mon[112176]: 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-08T05:28:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:11 smithi003 ceph-mon[96088]: 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-08T05:28:12.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:12.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:13.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:13.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:13 smithi094 ceph-mon[112176]: 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-08T05:28:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:28:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:13 smithi003 ceph-mon[96088]: 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-08T05:28:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:28:14.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:14.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:28:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:28:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:28:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:28:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:28:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:28:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:28:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:28:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:28:14.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:28:15.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:15.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:15 smithi094 ceph-mon[112176]: 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-08T05:28:16.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:16.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:15 smithi003 ceph-mon[96088]: 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-08T05:28:17.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:17.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:17 smithi094 ceph-mon[112176]: 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-08T05:28:18.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:18.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:17 smithi003 ceph-mon[96088]: 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-08T05:28:19.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:19.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:19 smithi094 ceph-mon[112176]: 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-08T05:28:20.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:20.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:19 smithi003 ceph-mon[96088]: 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-08T05:28:21.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:21.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:21 smithi094 ceph-mon[112176]: 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-08T05:28:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:21 smithi003 ceph-mon[96088]: 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-08T05:28:22.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:22.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:23.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:23.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:23 smithi094 ceph-mon[112176]: 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-08T05:28:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:23 smithi003 ceph-mon[96088]: 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-08T05:28:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:24.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:24.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:25.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:25.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:25 smithi094 ceph-mon[112176]: 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-08T05:28:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:25 smithi003 ceph-mon[96088]: 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-08T05:28:26.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:26.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:27.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:27.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:27 smithi003 ceph-mon[96088]: 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-08T05:28:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:27 smithi094 ceph-mon[112176]: 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-08T05:28:28.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:28.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:29.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:29.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:29 smithi094 ceph-mon[112176]: 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-08T05:28:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:29 smithi003 ceph-mon[96088]: 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-08T05:28:30.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:30.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:31.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:31.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:31 smithi094 ceph-mon[112176]: 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-08T05:28:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:31 smithi003 ceph-mon[96088]: 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-08T05:28:32.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:32.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:33.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:33.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:33.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:33 smithi094 ceph-mon[112176]: 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-08T05:28:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:33 smithi003 ceph-mon[96088]: 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-08T05:28:34.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:34.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:35.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:35.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:35 smithi094 ceph-mon[112176]: 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-08T05:28:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:35 smithi003 ceph-mon[96088]: 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-08T05:28:36.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:36.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:37.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:37.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:37 smithi003 ceph-mon[96088]: 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-08T05:28:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:37 smithi094 ceph-mon[112176]: 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-08T05:28:38.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:38.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:39.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:39.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:39 smithi094 ceph-mon[112176]: 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-08T05:28:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:39 smithi003 ceph-mon[96088]: 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-08T05:28:40.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:40.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:41.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:41.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:41 smithi094 ceph-mon[112176]: 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-08T05:28:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:41 smithi003 ceph-mon[96088]: 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-08T05:28:42.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:42.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:43.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:43.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:43 smithi003 ceph-mon[96088]: 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-08T05:28:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:43 smithi094 ceph-mon[112176]: 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-08T05:28:44.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:44.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:45.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:45.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:45 smithi094 ceph-mon[112176]: 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-08T05:28:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:45 smithi003 ceph-mon[96088]: 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-08T05:28:46.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:46.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:47.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:47.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:47 smithi003 ceph-mon[96088]: 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-08T05:28:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:47 smithi094 ceph-mon[112176]: 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-08T05:28:48.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:48.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:49.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:49.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:49 smithi094 ceph-mon[112176]: 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-08T05:28:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:49 smithi003 ceph-mon[96088]: 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-08T05:28:50.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:50.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:51.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:51.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:51 smithi094 ceph-mon[112176]: 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-08T05:28:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:51 smithi003 ceph-mon[96088]: 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-08T05:28:52.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:52.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:53.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:53.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:53 smithi094 ceph-mon[112176]: 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-08T05:28:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:53 smithi003 ceph-mon[96088]: 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-08T05:28:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:54.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:54.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:55.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:55.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:55 smithi094 ceph-mon[112176]: 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-08T05:28:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:55 smithi003 ceph-mon[96088]: 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-08T05:28:56.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:56.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:57.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:57.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:57 smithi003 ceph-mon[96088]: 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-08T05:28:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:57 smithi094 ceph-mon[112176]: 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-08T05:28:58.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:58.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:59.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:28:59.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:28:59 smithi094 ceph-mon[112176]: 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-08T05:28:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:28:59 smithi003 ceph-mon[96088]: 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-08T05:29:00.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:00.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:01.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:01.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:01 smithi094 ceph-mon[112176]: 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-08T05:29:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:01 smithi003 ceph-mon[96088]: 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-08T05:29:02.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:02.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:03.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:03.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:03 smithi094 ceph-mon[112176]: 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-08T05:29:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:03 smithi003 ceph-mon[96088]: 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-08T05:29:04.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:04.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:05.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:05.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:05.865 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:05 smithi094 ceph-mon[112176]: 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-08T05:29:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:05 smithi003 ceph-mon[96088]: 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-08T05:29:06.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:06.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:07.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:07.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:07 smithi003 ceph-mon[96088]: 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-08T05:29:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:07 smithi094 ceph-mon[112176]: 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-08T05:29:08.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:08.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:09.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:09.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:09 smithi094 ceph-mon[112176]: 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-08T05:29:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:09 smithi003 ceph-mon[96088]: 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-08T05:29:10.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:10.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:11.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:11.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:11 smithi094 ceph-mon[112176]: 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-08T05:29:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:11 smithi003 ceph-mon[96088]: 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-08T05:29:12.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:12.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:13.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:13.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:13 smithi094 ceph-mon[112176]: 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-08T05:29:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:13 smithi003 ceph-mon[96088]: 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-08T05:29:14.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:14.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:29:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:29:15.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:15.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:15.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:15 smithi094 ceph-mon[112176]: 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-08T05:29:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:15 smithi003 ceph-mon[96088]: 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-08T05:29:16.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:16.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:17.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:17.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:17 smithi003 ceph-mon[96088]: 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-08T05:29:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:17 smithi094 ceph-mon[112176]: 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-08T05:29:18.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:18.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:19.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:19.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:19 smithi003 ceph-mon[96088]: 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-08T05:29:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:29:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:29:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:29:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:29:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:29:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:29:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:29:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:19 smithi094 ceph-mon[112176]: 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-08T05:29:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:29:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:29:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:29:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:29:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:29:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:29:20.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:29:20.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:20.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:21.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:21.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:21 smithi094 ceph-mon[112176]: 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-08T05:29:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:21 smithi003 ceph-mon[96088]: 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-08T05:29:22.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:22.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:23.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:23.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:23.863 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:23 smithi003 ceph-mon[96088]: 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-08T05:29:23.863 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:23.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:23 smithi094 ceph-mon[112176]: 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-08T05:29:23.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:24.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:24.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:25.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:25.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:25 smithi094 ceph-mon[112176]: 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-08T05:29:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:25 smithi003 ceph-mon[96088]: 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-08T05:29:26.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:26.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:27.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:27.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:27 smithi003 ceph-mon[96088]: 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-08T05:29:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:27 smithi094 ceph-mon[112176]: 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-08T05:29:28.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:28.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:29.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:29.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:29 smithi094 ceph-mon[112176]: 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-08T05:29:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:29 smithi003 ceph-mon[96088]: 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-08T05:29:30.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:30.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:31.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:31.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:31 smithi094 ceph-mon[112176]: 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-08T05:29:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:31 smithi003 ceph-mon[96088]: 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-08T05:29:32.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:32.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:33.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:33.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:33 smithi094 ceph-mon[112176]: 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-08T05:29:33.978 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:33 smithi003 ceph-mon[96088]: 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-08T05:29:34.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:34.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:35.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:35.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:35 smithi094 ceph-mon[112176]: 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-08T05:29:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:35 smithi003 ceph-mon[96088]: 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-08T05:29:36.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:36.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:37.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:37.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:37 smithi003 ceph-mon[96088]: 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-08T05:29:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:37 smithi094 ceph-mon[112176]: 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-08T05:29:38.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:38.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:39.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:39.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:39 smithi094 ceph-mon[112176]: 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-08T05:29:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:39 smithi003 ceph-mon[96088]: 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-08T05:29:40.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:40.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:41.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:41.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:41 smithi094 ceph-mon[112176]: 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-08T05:29:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:41 smithi003 ceph-mon[96088]: 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-08T05:29:42.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:42.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:43.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:43.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:43 smithi094 ceph-mon[112176]: 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-08T05:29:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:43 smithi003 ceph-mon[96088]: 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-08T05:29:44.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:44.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:45.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:45.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:45 smithi094 ceph-mon[112176]: 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-08T05:29:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:45 smithi003 ceph-mon[96088]: 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-08T05:29:46.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:46.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:47.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:47.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:47 smithi003 ceph-mon[96088]: 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-08T05:29:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:47 smithi094 ceph-mon[112176]: 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-08T05:29:48.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:48.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:49.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:49.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:49 smithi094 ceph-mon[112176]: 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-08T05:29:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:49 smithi003 ceph-mon[96088]: 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-08T05:29:50.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:50.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:51.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:51.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:51 smithi094 ceph-mon[112176]: 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-08T05:29:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:51 smithi003 ceph-mon[96088]: 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-08T05:29:52.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:52.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:53.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:53.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:53 smithi094 ceph-mon[112176]: 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-08T05:29:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:53 smithi003 ceph-mon[96088]: 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-08T05:29:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:54.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:54.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:55.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:55.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:55 smithi094 ceph-mon[112176]: 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-08T05:29:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:55 smithi003 ceph-mon[96088]: 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-08T05:29:56.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:56.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:57.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:57.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:57 smithi003 ceph-mon[96088]: 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-08T05:29:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:57 smithi094 ceph-mon[112176]: 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-08T05:29:58.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:58.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:59.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:29:59.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:29:59 smithi094 ceph-mon[112176]: 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-08T05:29:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:29:59 smithi003 ceph-mon[96088]: 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-08T05:30:00.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:00.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T05:30:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T05:30:01.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:01.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:01 smithi094 ceph-mon[112176]: 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-08T05:30:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:01 smithi003 ceph-mon[96088]: 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-08T05:30:02.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:02.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:03.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:03.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:03 smithi094 ceph-mon[112176]: 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-08T05:30:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:03 smithi003 ceph-mon[96088]: 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-08T05:30:04.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:04.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:05.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:05.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:05 smithi094 ceph-mon[112176]: 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-08T05:30:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:05 smithi003 ceph-mon[96088]: 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-08T05:30:06.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:06.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:07.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:07.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:07 smithi094 ceph-mon[112176]: 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-08T05:30:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:07 smithi003 ceph-mon[96088]: 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-08T05:30:08.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:08.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:09.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:09.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:09 smithi094 ceph-mon[112176]: 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-08T05:30:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:09 smithi003 ceph-mon[96088]: 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-08T05:30:10.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:10.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:11.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:11.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:11.547 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:11 smithi094 ceph-mon[112176]: 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-08T05:30:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:11 smithi003 ceph-mon[96088]: 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-08T05:30:12.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:12.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:13.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:13.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:13 smithi094 ceph-mon[112176]: 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-08T05:30:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:13 smithi003 ceph-mon[96088]: 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-08T05:30:14.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:14.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:15.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:15.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:15 smithi094 ceph-mon[112176]: 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-08T05:30:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:15 smithi003 ceph-mon[96088]: 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-08T05:30:16.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:16.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:17.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:17.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:17 smithi003 ceph-mon[96088]: 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-08T05:30:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:17 smithi094 ceph-mon[112176]: 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-08T05:30:18.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:18.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:19.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:19.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:19 smithi094 ceph-mon[112176]: 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-08T05:30:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:30:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:19 smithi003 ceph-mon[96088]: 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-08T05:30:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:30:20.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:20.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:30:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:30:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:30:20.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:30:20.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:30:20.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:30:20.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:30:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:30:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:30:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:30:20.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:30:20.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:30:20.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:30:20.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:30:21.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:21.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:21 smithi094 ceph-mon[112176]: 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-08T05:30:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:21 smithi003 ceph-mon[96088]: 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-08T05:30:22.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:22.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:23.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:23.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:23 smithi003 ceph-mon[96088]: 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-08T05:30:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:23 smithi094 ceph-mon[112176]: 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-08T05:30:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:24.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:24.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:25.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:25.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:25 smithi003 ceph-mon[96088]: 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-08T05:30:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:25 smithi094 ceph-mon[112176]: 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-08T05:30:26.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:26.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:27.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:27.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:27 smithi003 ceph-mon[96088]: 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-08T05:30:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:27 smithi094 ceph-mon[112176]: 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-08T05:30:28.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:28.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:29.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:29.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:29 smithi003 ceph-mon[96088]: 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-08T05:30:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:29 smithi094 ceph-mon[112176]: 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-08T05:30:30.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:30.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:31.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:31.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:31 smithi094 ceph-mon[112176]: 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-08T05:30:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:31 smithi003 ceph-mon[96088]: 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-08T05:30:32.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:32.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:33.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:33.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:33 smithi094 ceph-mon[112176]: 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-08T05:30:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:33 smithi003 ceph-mon[96088]: 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-08T05:30:34.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:34.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:35.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:35.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:35 smithi094 ceph-mon[112176]: 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-08T05:30:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:35 smithi003 ceph-mon[96088]: 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-08T05:30:36.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:36.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:37.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:37.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:37 smithi094 ceph-mon[112176]: 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-08T05:30:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:37 smithi003 ceph-mon[96088]: 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-08T05:30:38.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:38.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:39.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:39.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:39 smithi094 ceph-mon[112176]: 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-08T05:30:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:39 smithi003 ceph-mon[96088]: 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-08T05:30:40.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:40.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:41.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:41.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:41 smithi094 ceph-mon[112176]: 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-08T05:30:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:41 smithi003 ceph-mon[96088]: 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-08T05:30:42.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:42.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:43.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:43.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:43 smithi094 ceph-mon[112176]: 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-08T05:30:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:43 smithi003 ceph-mon[96088]: 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-08T05:30:44.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:44.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:45.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:45.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:45 smithi094 ceph-mon[112176]: 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-08T05:30:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:45 smithi003 ceph-mon[96088]: 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-08T05:30:46.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:46.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:47.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:47.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:47 smithi094 ceph-mon[112176]: 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-08T05:30:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:47 smithi003 ceph-mon[96088]: 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-08T05:30:48.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:48.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:49.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:49.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:49 smithi094 ceph-mon[112176]: 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-08T05:30:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:49 smithi003 ceph-mon[96088]: 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-08T05:30:50.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:50.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:51.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:51.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:51 smithi094 ceph-mon[112176]: 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-08T05:30:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:51 smithi003 ceph-mon[96088]: 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-08T05:30:52.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:52.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:53.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:53.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:53 smithi094 ceph-mon[112176]: 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-08T05:30:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:53 smithi003 ceph-mon[96088]: 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-08T05:30:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:54.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:54.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:55.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:55.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:55 smithi094 ceph-mon[112176]: 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-08T05:30:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:55 smithi003 ceph-mon[96088]: 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-08T05:30:56.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:56.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:57.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:57.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:57 smithi094 ceph-mon[112176]: 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-08T05:30:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:57 smithi003 ceph-mon[96088]: 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-08T05:30:58.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:58.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:59.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:30:59.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:30:59 smithi094 ceph-mon[112176]: 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-08T05:30:59.950 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:30:59 smithi003 ceph-mon[96088]: 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-08T05:31:00.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:00.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:01.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:01.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:01 smithi094 ceph-mon[112176]: 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-08T05:31:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:01 smithi003 ceph-mon[96088]: 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-08T05:31:02.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:02.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:03.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:03.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:03 smithi094 ceph-mon[112176]: 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-08T05:31:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:03 smithi003 ceph-mon[96088]: 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-08T05:31:04.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:04.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:05.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:05.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:05 smithi094 ceph-mon[112176]: 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-08T05:31:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:05 smithi003 ceph-mon[96088]: 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-08T05:31:06.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:06.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:07.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:07.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:07 smithi094 ceph-mon[112176]: 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-08T05:31:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:07 smithi003 ceph-mon[96088]: 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-08T05:31:08.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:08.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:09.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:09.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:09 smithi094 ceph-mon[112176]: 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-08T05:31:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:09 smithi003 ceph-mon[96088]: 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-08T05:31:10.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:10.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:11.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:11.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:11 smithi094 ceph-mon[112176]: 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-08T05:31:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:11 smithi003 ceph-mon[96088]: 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-08T05:31:12.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:12.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:13.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:13.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:13 smithi094 ceph-mon[112176]: 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-08T05:31:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:13 smithi003 ceph-mon[96088]: 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-08T05:31:14.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:14.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:15.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:15.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:15 smithi094 ceph-mon[112176]: 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-08T05:31:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:15 smithi003 ceph-mon[96088]: 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-08T05:31:16.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:16.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:17.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:17.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:17 smithi094 ceph-mon[112176]: 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-08T05:31:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:17 smithi003 ceph-mon[96088]: 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-08T05:31:18.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:18.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:19.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:19.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:19 smithi094 ceph-mon[112176]: 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-08T05:31:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:19 smithi003 ceph-mon[96088]: 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-08T05:31:20.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:20.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:21.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:21.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:31:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:21 smithi094 ceph-mon[112176]: 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-08T05:31:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:31:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:31:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:31:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:31:21.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:31:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:31:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:21 smithi003 ceph-mon[96088]: 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-08T05:31:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:31:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:31:21.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:31:21.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:31:21.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:31:22.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:22.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:23.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:23.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:23 smithi094 ceph-mon[112176]: 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-08T05:31:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:23 smithi003 ceph-mon[96088]: 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-08T05:31:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:24.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:24.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:25.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:25.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:25 smithi094 ceph-mon[112176]: 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-08T05:31:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:25 smithi003 ceph-mon[96088]: 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-08T05:31:26.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:26.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:27.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:27.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:27 smithi094 ceph-mon[112176]: 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-08T05:31:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:27 smithi003 ceph-mon[96088]: 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-08T05:31:28.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:28.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:29.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:29.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:29 smithi094 ceph-mon[112176]: 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-08T05:31:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:29 smithi003 ceph-mon[96088]: 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-08T05:31:30.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:30.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:31.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:31.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:31 smithi094 ceph-mon[112176]: 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-08T05:31:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:31 smithi003 ceph-mon[96088]: 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-08T05:31:32.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:32.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:33.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:33.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:33 smithi094 ceph-mon[112176]: 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-08T05:31:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:33 smithi003 ceph-mon[96088]: 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-08T05:31:34.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:34.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:35.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:35.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:35 smithi094 ceph-mon[112176]: 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-08T05:31:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:35 smithi003 ceph-mon[96088]: 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-08T05:31:36.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:36.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:37.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:37.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:37 smithi094 ceph-mon[112176]: 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-08T05:31:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:37 smithi003 ceph-mon[96088]: 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-08T05:31:38.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:38.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:39.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:39.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:39 smithi094 ceph-mon[112176]: 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-08T05:31:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:39 smithi003 ceph-mon[96088]: 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-08T05:31:40.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:40.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:41.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:41.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:41 smithi094 ceph-mon[112176]: 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-08T05:31:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:41 smithi003 ceph-mon[96088]: 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-08T05:31:42.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:42.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:43.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:43.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:43 smithi094 ceph-mon[112176]: 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-08T05:31:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:43 smithi003 ceph-mon[96088]: 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-08T05:31:44.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:44.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:45.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:45.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:45 smithi003 ceph-mon[96088]: 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-08T05:31:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:45 smithi094 ceph-mon[112176]: 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-08T05:31:46.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:46.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:47.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:47.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:47 smithi094 ceph-mon[112176]: 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-08T05:31:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:47 smithi003 ceph-mon[96088]: 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-08T05:31:48.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:48.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:49.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:49.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:49 smithi094 ceph-mon[112176]: 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-08T05:31:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:49 smithi003 ceph-mon[96088]: 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-08T05:31:50.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:50.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:51.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:51.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:51 smithi094 ceph-mon[112176]: 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-08T05:31:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:51 smithi003 ceph-mon[96088]: 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-08T05:31:52.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:52.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:53.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:53.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:53 smithi094 ceph-mon[112176]: 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-08T05:31:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:53 smithi003 ceph-mon[96088]: 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-08T05:31:53.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:54.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:54.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:55.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:55.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:55 smithi094 ceph-mon[112176]: 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-08T05:31:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:55 smithi003 ceph-mon[96088]: 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-08T05:31:56.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:56.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:57.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:57.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:57 smithi094 ceph-mon[112176]: 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-08T05:31:57.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:57 smithi003 ceph-mon[96088]: 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-08T05:31:58.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:58.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:59.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:31:59.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:31:59 smithi094 ceph-mon[112176]: 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-08T05:31:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:31:59 smithi003 ceph-mon[96088]: 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-08T05:32:00.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:00.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:01.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:01.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:01.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:01 smithi094 ceph-mon[112176]: 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-08T05:32:01.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:01 smithi003 ceph-mon[96088]: 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-08T05:32:02.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:02.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:03.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:03.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:03 smithi094 ceph-mon[112176]: 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-08T05:32:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:03 smithi003 ceph-mon[96088]: 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-08T05:32:04.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:04.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:05.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:05.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:05 smithi094 ceph-mon[112176]: 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-08T05:32:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:05 smithi003 ceph-mon[96088]: 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-08T05:32:06.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:06.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:07.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:07.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:07 smithi094 ceph-mon[112176]: 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-08T05:32:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:07 smithi003 ceph-mon[96088]: 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-08T05:32:08.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:08.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:09.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:09.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:09 smithi094 ceph-mon[112176]: 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-08T05:32:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:09 smithi003 ceph-mon[96088]: 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-08T05:32:10.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:10.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:11.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:11.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:11 smithi094 ceph-mon[112176]: 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-08T05:32:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:11 smithi003 ceph-mon[96088]: 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-08T05:32:12.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:12.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:13.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:13.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:13 smithi094 ceph-mon[112176]: 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-08T05:32:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:13 smithi003 ceph-mon[96088]: 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-08T05:32:14.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:14.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:15.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:15.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:15 smithi094 ceph-mon[112176]: 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-08T05:32:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:15 smithi003 ceph-mon[96088]: 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-08T05:32:16.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:16.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:17.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:17.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:17 smithi094 ceph-mon[112176]: 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-08T05:32:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:17 smithi003 ceph-mon[96088]: 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-08T05:32:18.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:18.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:19.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:19.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:19 smithi094 ceph-mon[112176]: 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-08T05:32:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:19 smithi003 ceph-mon[96088]: 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-08T05:32:20.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:20.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:21.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:21.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:21 smithi094 ceph-mon[112176]: 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-08T05:32:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:32:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:21 smithi003 ceph-mon[96088]: 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-08T05:32:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:32:22.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:22.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:32:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:32:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:32:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:32:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:32:22.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:32:22.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:32:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:32:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:32:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:32:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:32:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:32:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:32:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:32:23.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:23.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:23 smithi094 ceph-mon[112176]: 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-08T05:32:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:23 smithi003 ceph-mon[96088]: 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-08T05:32:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:24.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:24.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:25.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:25.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:25 smithi094 ceph-mon[112176]: 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-08T05:32:25.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:25 smithi003 ceph-mon[96088]: 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-08T05:32:26.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:26.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:27 smithi094 ceph-mon[112176]: 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-08T05:32:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:27 smithi003 ceph-mon[96088]: 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-08T05:32:28.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:28.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:29.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:29.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:29 smithi094 ceph-mon[112176]: 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-08T05:32:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:29 smithi003 ceph-mon[96088]: 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-08T05:32:30.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:30.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:31.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:31.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:31 smithi094 ceph-mon[112176]: 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-08T05:32:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:31 smithi003 ceph-mon[96088]: 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-08T05:32:32.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:32.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:33.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:33.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:33 smithi094 ceph-mon[112176]: 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-08T05:32:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:33 smithi003 ceph-mon[96088]: 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-08T05:32:34.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:34.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:35.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:35.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:35 smithi094 ceph-mon[112176]: 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-08T05:32:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:35 smithi003 ceph-mon[96088]: 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-08T05:32:36.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:36.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:37.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:37.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:37.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:37 smithi094 ceph-mon[112176]: 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-08T05:32:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:37 smithi003 ceph-mon[96088]: 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-08T05:32:38.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:38.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:39.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:39.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:39 smithi003 ceph-mon[96088]: 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-08T05:32:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:39 smithi094 ceph-mon[112176]: 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-08T05:32:40.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:40.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:41 smithi003 ceph-mon[96088]: 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-08T05:32:41.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:41.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:41 smithi094 ceph-mon[112176]: 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-08T05:32:42.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:42.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:43.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:43.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:43 smithi094 ceph-mon[112176]: 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-08T05:32:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:43 smithi003 ceph-mon[96088]: 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-08T05:32:44.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:44.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:45.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:45.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:45 smithi094 ceph-mon[112176]: 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-08T05:32:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:45 smithi003 ceph-mon[96088]: 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-08T05:32:46.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:46.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:47.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:47.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:47 smithi094 ceph-mon[112176]: 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-08T05:32:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:47 smithi003 ceph-mon[96088]: 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-08T05:32:48.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:48.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:49.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:49.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:49 smithi003 ceph-mon[96088]: 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-08T05:32:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:49 smithi094 ceph-mon[112176]: 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-08T05:32:50.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:50.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:51 smithi003 ceph-mon[96088]: 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-08T05:32:51.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:51.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:51 smithi094 ceph-mon[112176]: 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-08T05:32:52.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:52.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:53.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:53.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:53 smithi094 ceph-mon[112176]: 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-08T05:32:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:53 smithi003 ceph-mon[96088]: 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-08T05:32:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:54.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:54.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:55.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:55.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:55 smithi094 ceph-mon[112176]: 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-08T05:32:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:55 smithi003 ceph-mon[96088]: 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-08T05:32:56.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:56.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:57.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:57.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:57 smithi003 ceph-mon[96088]: 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-08T05:32:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:57 smithi094 ceph-mon[112176]: 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-08T05:32:58.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:58.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:59.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:32:59.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:32:59 smithi003 ceph-mon[96088]: 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-08T05:33:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:32:59 smithi094 ceph-mon[112176]: 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-08T05:33:00.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:00.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:01 smithi094 ceph-mon[112176]: 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-08T05:33:01.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:01.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:01 smithi003 ceph-mon[96088]: 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-08T05:33:02.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:02.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:03.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:03.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:03 smithi003 ceph-mon[96088]: 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-08T05:33:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:03 smithi094 ceph-mon[112176]: 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-08T05:33:04.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:04.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:05.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:05.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:05 smithi003 ceph-mon[96088]: 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-08T05:33:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:05 smithi094 ceph-mon[112176]: 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-08T05:33:06.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:06.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:07.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:07.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:07 smithi003 ceph-mon[96088]: 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-08T05:33:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:07 smithi094 ceph-mon[112176]: 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-08T05:33:08.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:08.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:09.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:09.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:09 smithi003 ceph-mon[96088]: 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-08T05:33:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:09 smithi094 ceph-mon[112176]: 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-08T05:33:10.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:10.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:11 smithi094 ceph-mon[112176]: 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-08T05:33:11.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:11.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:11 smithi003 ceph-mon[96088]: 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-08T05:33:12.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:12.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:13.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:13.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:13 smithi094 ceph-mon[112176]: 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-08T05:33:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:13 smithi003 ceph-mon[96088]: 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-08T05:33:14.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:14.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:15.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:15.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:15 smithi003 ceph-mon[96088]: 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-08T05:33:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:15 smithi094 ceph-mon[112176]: 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-08T05:33:16.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:16.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:17.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:17.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:17 smithi003 ceph-mon[96088]: 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-08T05:33:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:17 smithi094 ceph-mon[112176]: 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-08T05:33:18.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:18.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:19.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:19.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:19 smithi003 ceph-mon[96088]: 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-08T05:33:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:19 smithi094 ceph-mon[112176]: 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-08T05:33:20.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:20.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:21 smithi094 ceph-mon[112176]: 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-08T05:33:21.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:21.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:21 smithi003 ceph-mon[96088]: 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-08T05:33:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:33:22.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:22.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:33:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:33:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:33:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:33:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:33:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:33:23.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:23 smithi094 ceph-mon[112176]: 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-08T05:33:23.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:23.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:23.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:33:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:33:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:33:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:33:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:33:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:23 smithi003 ceph-mon[96088]: 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-08T05:33:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:24.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:24.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:25.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:25.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:25 smithi003 ceph-mon[96088]: 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-08T05:33:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:25 smithi094 ceph-mon[112176]: 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-08T05:33:26.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:26.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:27.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:27.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:27 smithi003 ceph-mon[96088]: 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-08T05:33:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:27 smithi094 ceph-mon[112176]: 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-08T05:33:28.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:28.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:29.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:29.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:29 smithi003 ceph-mon[96088]: 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-08T05:33:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:29 smithi094 ceph-mon[112176]: 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-08T05:33:30.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:30.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:31.664 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:31 smithi003 ceph-mon[96088]: 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-08T05:33:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:31 smithi094 ceph-mon[112176]: 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-08T05:33:31.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:31.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:32.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:32.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:33.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:33.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:33 smithi094 ceph-mon[112176]: 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-08T05:33:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:33 smithi003 ceph-mon[96088]: 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-08T05:33:34.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:34.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:35.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:35.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:35 smithi003 ceph-mon[96088]: 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-08T05:33:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:35 smithi094 ceph-mon[112176]: 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-08T05:33:36.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:36.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:37.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:37.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:37.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:37 smithi003 ceph-mon[96088]: 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-08T05:33:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:37 smithi094 ceph-mon[112176]: 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-08T05:33:38.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:38.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:39.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:39.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:39 smithi003 ceph-mon[96088]: 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-08T05:33:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:39 smithi094 ceph-mon[112176]: 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-08T05:33:40.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:40.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:41 smithi094 ceph-mon[112176]: 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-08T05:33:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:41 smithi003 ceph-mon[96088]: 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-08T05:33:41.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:41.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:42.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:42.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:43.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:43.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:43 smithi003 ceph-mon[96088]: 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-08T05:33:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:43 smithi094 ceph-mon[112176]: 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-08T05:33:44.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:44.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:45.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:45.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:45 smithi003 ceph-mon[96088]: 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-08T05:33:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:45 smithi094 ceph-mon[112176]: 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-08T05:33:46.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:46.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:47.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:47.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:47 smithi003 ceph-mon[96088]: 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-08T05:33:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:47 smithi094 ceph-mon[112176]: 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-08T05:33:48.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:48.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:49.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:49.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:49 smithi003 ceph-mon[96088]: 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-08T05:33:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:49 smithi094 ceph-mon[112176]: 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-08T05:33:50.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:50.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:51 smithi094 ceph-mon[112176]: 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-08T05:33:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:51 smithi003 ceph-mon[96088]: 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-08T05:33:51.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:51.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:52.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:52.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:53.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:53.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:53 smithi003 ceph-mon[96088]: 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-08T05:33:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:53 smithi094 ceph-mon[112176]: 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-08T05:33:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:54.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:54.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:55.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:55.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:55 smithi003 ceph-mon[96088]: 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-08T05:33:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:55 smithi094 ceph-mon[112176]: 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-08T05:33:56.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:56.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:57.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:57.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:57 smithi003 ceph-mon[96088]: 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-08T05:33:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:57 smithi094 ceph-mon[112176]: 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-08T05:33:58.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:58.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:59.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:33:59.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:33:59 smithi003 ceph-mon[96088]: 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-08T05:34:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:33:59 smithi094 ceph-mon[112176]: 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-08T05:34:00.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:00.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:01 smithi094 ceph-mon[112176]: 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-08T05:34:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:01 smithi003 ceph-mon[96088]: 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-08T05:34:01.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:01.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:02.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:02.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:03.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:03.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:03.960 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:03 smithi094 ceph-mon[112176]: 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-08T05:34:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:03 smithi003 ceph-mon[96088]: 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-08T05:34:04.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:04.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:05.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:05.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:05 smithi003 ceph-mon[96088]: 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-08T05:34:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:05 smithi094 ceph-mon[112176]: 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-08T05:34:06.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:06.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:07.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:07.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:07 smithi003 ceph-mon[96088]: 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-08T05:34:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:07 smithi094 ceph-mon[112176]: 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-08T05:34:08.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:08.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:09.013 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:09.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:09.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:09 smithi003 ceph-mon[96088]: 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-08T05:34:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:09 smithi094 ceph-mon[112176]: 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-08T05:34:10.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:10.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:11 smithi094 ceph-mon[112176]: 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-08T05:34:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:11 smithi003 ceph-mon[96088]: 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-08T05:34:11.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:11.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:12.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:12.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:13.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:13.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:13 smithi003 ceph-mon[96088]: 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-08T05:34:14.067 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:13 smithi094 ceph-mon[112176]: 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-08T05:34:14.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:14.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:15.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:15.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:15 smithi003 ceph-mon[96088]: 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-08T05:34:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:15 smithi094 ceph-mon[112176]: 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-08T05:34:16.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:16.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:17.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:17.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:17 smithi003 ceph-mon[96088]: 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-08T05:34:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:17 smithi094 ceph-mon[112176]: 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-08T05:34:18.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:18.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:19.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:19.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:19.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:19 smithi003 ceph-mon[96088]: 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-08T05:34:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:19 smithi094 ceph-mon[112176]: 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-08T05:34:20.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:20.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:21 smithi094 ceph-mon[112176]: 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-08T05:34:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:21 smithi003 ceph-mon[96088]: 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-08T05:34:21.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:21.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:22.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:22.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:34:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:34:23.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:23.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:23.912 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:23 smithi094 ceph-mon[112176]: 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-08T05:34:23.912 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:23.912 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:23.912 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:23.912 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:23.912 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:23 smithi003 ceph-mon[96088]: 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-08T05:34:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:24.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:24.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:25.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:25.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:25 smithi003 ceph-mon[96088]: 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-08T05:34:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:25 smithi094 ceph-mon[112176]: 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-08T05:34:26.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:26.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:27.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:27.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: 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-08T05:34:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:34:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:34:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:34:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: 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-08T05:34:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:34:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:34:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:34:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:34:28.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:28.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:29.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:29.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:30 smithi094 ceph-mon[112176]: 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-08T05:34:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:30 smithi003 ceph-mon[96088]: 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-08T05:34:30.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:30.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:31 smithi094 ceph-mon[112176]: 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-08T05:34:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:31 smithi003 ceph-mon[96088]: 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-08T05:34:31.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:31.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:32.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:32.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:33.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:33.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:33 smithi003 ceph-mon[96088]: 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-08T05:34:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:33 smithi094 ceph-mon[112176]: 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-08T05:34:34.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:34.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:35.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:35.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:35 smithi003 ceph-mon[96088]: 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-08T05:34:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:35 smithi094 ceph-mon[112176]: 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-08T05:34:36.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:36.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:37.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:37.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:37 smithi003 ceph-mon[96088]: 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-08T05:34:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:37 smithi094 ceph-mon[112176]: 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-08T05:34:38.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:38.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:39.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:39.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:39 smithi003 ceph-mon[96088]: 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-08T05:34:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:39 smithi094 ceph-mon[112176]: 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-08T05:34:40.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:40.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:41 smithi094 ceph-mon[112176]: 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-08T05:34:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:41 smithi003 ceph-mon[96088]: 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-08T05:34:41.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:41.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:42.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:42.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:43.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:43.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:43 smithi003 ceph-mon[96088]: 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-08T05:34:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:43 smithi094 ceph-mon[112176]: 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-08T05:34:44.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:44.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:45.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:45.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:45 smithi003 ceph-mon[96088]: 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-08T05:34:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:45 smithi094 ceph-mon[112176]: 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-08T05:34:46.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:46.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:47.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:47.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:47 smithi003 ceph-mon[96088]: 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-08T05:34:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:47 smithi094 ceph-mon[112176]: 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-08T05:34:48.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:48.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:49.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:49.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:49 smithi003 ceph-mon[96088]: 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-08T05:34:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:49 smithi094 ceph-mon[112176]: 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-08T05:34:50.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:50.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:51 smithi094 ceph-mon[112176]: 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-08T05:34:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:51 smithi003 ceph-mon[96088]: 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-08T05:34:51.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:51.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:52.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:52.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:53.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:53.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:53 smithi003 ceph-mon[96088]: 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-08T05:34:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:53 smithi094 ceph-mon[112176]: 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-08T05:34:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:54.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:54.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:55.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:55.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:55 smithi003 ceph-mon[96088]: 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-08T05:34:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:55 smithi094 ceph-mon[112176]: 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-08T05:34:56.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:56.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:57.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:57.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:57 smithi003 ceph-mon[96088]: 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-08T05:34:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:57 smithi094 ceph-mon[112176]: 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-08T05:34:58.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:58.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:59.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:34:59.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:34:59 smithi094 ceph-mon[112176]: 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-08T05:34:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:34:59 smithi003 ceph-mon[96088]: 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-08T05:35:00.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:00.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:01 smithi094 ceph-mon[112176]: 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-08T05:35:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:01 smithi003 ceph-mon[96088]: 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-08T05:35:01.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:01.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:02.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:02.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:03.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:03.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:03 smithi003 ceph-mon[96088]: 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-08T05:35:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:03 smithi094 ceph-mon[112176]: 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-08T05:35:04.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:04.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:05.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:05.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:05 smithi003 ceph-mon[96088]: 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-08T05:35:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:05 smithi094 ceph-mon[112176]: 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-08T05:35:06.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:06.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:07.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:07.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:07.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:07 smithi003 ceph-mon[96088]: 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-08T05:35:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:07 smithi094 ceph-mon[112176]: 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-08T05:35:08.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:08.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:09.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:09.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:09 smithi094 ceph-mon[112176]: 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-08T05:35:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:09 smithi003 ceph-mon[96088]: 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-08T05:35:10.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:10.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:11 smithi094 ceph-mon[112176]: 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-08T05:35:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:11 smithi003 ceph-mon[96088]: 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-08T05:35:11.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:11.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:12.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:12.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:13.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:13.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:13 smithi003 ceph-mon[96088]: 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-08T05:35:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:13 smithi094 ceph-mon[112176]: 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-08T05:35:14.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:14.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:15.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:15.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:15 smithi003 ceph-mon[96088]: 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-08T05:35:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:15 smithi094 ceph-mon[112176]: 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-08T05:35:16.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:16.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:17.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:17.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:17 smithi003 ceph-mon[96088]: 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-08T05:35:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:17 smithi094 ceph-mon[112176]: 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-08T05:35:18.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:18.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:19.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:19.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:19 smithi003 ceph-mon[96088]: 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-08T05:35:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:19 smithi094 ceph-mon[112176]: 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-08T05:35:20.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:20.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:21 smithi094 ceph-mon[112176]: 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-08T05:35:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:21 smithi003 ceph-mon[96088]: 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-08T05:35:21.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:21.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:22.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:22.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:23.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:23.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:23 smithi003 ceph-mon[96088]: 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-08T05:35:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:23 smithi094 ceph-mon[112176]: 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-08T05:35:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:24.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:24.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:25.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:25.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:25 smithi003 ceph-mon[96088]: 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-08T05:35:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:25 smithi094 ceph-mon[112176]: 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-08T05:35:26.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:26.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:27.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:27.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:27.981 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:27 smithi003 ceph-mon[96088]: 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-08T05:35:27.982 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:35:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:27 smithi094 ceph-mon[112176]: 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-08T05:35:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:35:28.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:28.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:35:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:35:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:35:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:35:28.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:35:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:35:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:35:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:35:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:35:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:35:29.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:29.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:29 smithi003 ceph-mon[96088]: 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-08T05:35:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:29 smithi094 ceph-mon[112176]: 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-08T05:35:30.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:30.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:31 smithi094 ceph-mon[112176]: 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-08T05:35:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:31 smithi003 ceph-mon[96088]: 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-08T05:35:31.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:31.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:32.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:32.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:33.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:33.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:33 smithi003 ceph-mon[96088]: 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-08T05:35:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:33 smithi094 ceph-mon[112176]: 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-08T05:35:34.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:34.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:35.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:35.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:35 smithi003 ceph-mon[96088]: 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-08T05:35:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:35 smithi094 ceph-mon[112176]: 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-08T05:35:36.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:36.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:37.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:37.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:37 smithi003 ceph-mon[96088]: 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-08T05:35:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:37 smithi094 ceph-mon[112176]: 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-08T05:35:38.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:38.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:39.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:39.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:39 smithi003 ceph-mon[96088]: 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-08T05:35:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:39 smithi094 ceph-mon[112176]: 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-08T05:35:40.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:40.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:41 smithi094 ceph-mon[112176]: 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-08T05:35:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:41 smithi003 ceph-mon[96088]: 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-08T05:35:41.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:41.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:42.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:42.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:43.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:43.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:43 smithi003 ceph-mon[96088]: 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-08T05:35:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:43 smithi094 ceph-mon[112176]: 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-08T05:35:44.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:44.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:45.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:45.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:45 smithi003 ceph-mon[96088]: 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-08T05:35:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:45 smithi094 ceph-mon[112176]: 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-08T05:35:46.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:46.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:47.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:47.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:47 smithi003 ceph-mon[96088]: 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-08T05:35:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:47 smithi094 ceph-mon[112176]: 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-08T05:35:48.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:48.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:49.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:49.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:49 smithi003 ceph-mon[96088]: 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-08T05:35:50.062 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:49 smithi094 ceph-mon[112176]: 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-08T05:35:50.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:50.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:51 smithi094 ceph-mon[112176]: 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-08T05:35:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:51 smithi003 ceph-mon[96088]: 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-08T05:35:51.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:51.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:52.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:52.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:53.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:53.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:53 smithi003 ceph-mon[96088]: 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-08T05:35:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:53 smithi094 ceph-mon[112176]: 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-08T05:35:54.474 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:54.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:54.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:55.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:55.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:55 smithi003 ceph-mon[96088]: 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-08T05:35:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:55 smithi094 ceph-mon[112176]: 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-08T05:35:56.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:56.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:57.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:57.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:57 smithi003 ceph-mon[96088]: 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-08T05:35:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:57 smithi094 ceph-mon[112176]: 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-08T05:35:58.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:58.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:59.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:35:59.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:35:59 smithi003 ceph-mon[96088]: 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-08T05:36:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:35:59 smithi094 ceph-mon[112176]: 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-08T05:36:00.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:00.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:01 smithi094 ceph-mon[112176]: 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-08T05:36:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:01 smithi003 ceph-mon[96088]: 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-08T05:36:01.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:01.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:02.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:02.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:03.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:03.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:03 smithi003 ceph-mon[96088]: 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-08T05:36:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:03 smithi094 ceph-mon[112176]: 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-08T05:36:04.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:04.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:05.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:05.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:05 smithi003 ceph-mon[96088]: 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-08T05:36:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:05 smithi094 ceph-mon[112176]: 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-08T05:36:06.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:06.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:07.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:07.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:07 smithi003 ceph-mon[96088]: 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-08T05:36:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:07 smithi094 ceph-mon[112176]: 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-08T05:36:08.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:08.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:09.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:09.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:09 smithi094 ceph-mon[112176]: 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-08T05:36:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:09 smithi003 ceph-mon[96088]: 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-08T05:36:10.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:10.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:11 smithi094 ceph-mon[112176]: 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-08T05:36:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:11 smithi003 ceph-mon[96088]: 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-08T05:36:11.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:11.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:12.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:12.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:13 smithi003 ceph-mon[96088]: 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-08T05:36:13.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:13.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:13 smithi094 ceph-mon[112176]: 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-08T05:36:14.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:14.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:15 smithi003 ceph-mon[96088]: 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-08T05:36:15.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:15.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:15 smithi094 ceph-mon[112176]: 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-08T05:36:16.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:16.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:17 smithi003 ceph-mon[96088]: 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-08T05:36:17.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:17.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:17 smithi094 ceph-mon[112176]: 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-08T05:36:19.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:19.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:20.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:20.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:19 smithi094 ceph-mon[112176]: 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-08T05:36:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:19 smithi003 ceph-mon[96088]: 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-08T05:36:21.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:21.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:21 smithi094 ceph-mon[112176]: 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-08T05:36:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:21 smithi003 ceph-mon[96088]: 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-08T05:36:22.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:22.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:23.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:23.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:23 smithi003 ceph-mon[96088]: 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-08T05:36:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:24.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:24.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:23 smithi094 ceph-mon[112176]: 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-08T05:36:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:25.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:25.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:25 smithi003 ceph-mon[96088]: 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-08T05:36:26.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:26.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:25 smithi094 ceph-mon[112176]: 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-08T05:36:27.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:27.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:28.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:28.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:27 smithi094 ceph-mon[112176]: 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-08T05:36:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:27 smithi003 ceph-mon[96088]: 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-08T05:36:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:36:29.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:29.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:36:30.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:30.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:29 smithi094 ceph-mon[112176]: 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-08T05:36:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:36:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:36:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:36:30.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:36:30.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:36:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:29 smithi003 ceph-mon[96088]: 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-08T05:36:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:36:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:36:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:36:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:36:30.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:36:31.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:31.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:31 smithi094 ceph-mon[112176]: 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-08T05:36:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:31 smithi003 ceph-mon[96088]: 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-08T05:36:32.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:32.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:33.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:33.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:33 smithi003 ceph-mon[96088]: 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-08T05:36:34.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:34.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:33 smithi094 ceph-mon[112176]: 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-08T05:36:35.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:35.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:35.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:35 smithi094 ceph-mon[112176]: 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-08T05:36:36.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:36.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:35 smithi003 ceph-mon[96088]: 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-08T05:36:37.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:37.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:38.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:38.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:37 smithi094 ceph-mon[112176]: 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-08T05:36:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:37 smithi003 ceph-mon[96088]: 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-08T05:36:39.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:39.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:40.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:40.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:39 smithi094 ceph-mon[112176]: 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-08T05:36:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:39 smithi003 ceph-mon[96088]: 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-08T05:36:41.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:41.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:41 smithi094 ceph-mon[112176]: 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-08T05:36:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:41 smithi003 ceph-mon[96088]: 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-08T05:36:42.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:42.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:43.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:43.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:44.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:44.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:43 smithi094 ceph-mon[112176]: 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-08T05:36:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:43 smithi003 ceph-mon[96088]: 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-08T05:36:45.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:45.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:45.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:45 smithi094 ceph-mon[112176]: 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-08T05:36:46.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:46.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:45 smithi003 ceph-mon[96088]: 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-08T05:36:47.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:47.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:48.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:48.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:47 smithi094 ceph-mon[112176]: 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-08T05:36:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:47 smithi003 ceph-mon[96088]: 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-08T05:36:49.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:49.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:50.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:50.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:49 smithi094 ceph-mon[112176]: 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-08T05:36:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:49 smithi003 ceph-mon[96088]: 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-08T05:36:51.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:51.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:51 smithi094 ceph-mon[112176]: 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-08T05:36:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:51 smithi003 ceph-mon[96088]: 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-08T05:36:52.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:52.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:53.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:53.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:54.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:54.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:53 smithi094 ceph-mon[112176]: 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-08T05:36:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:53 smithi003 ceph-mon[96088]: 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-08T05:36:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:55.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:55.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:56.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:56.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:55 smithi094 ceph-mon[112176]: 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-08T05:36:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:55 smithi003 ceph-mon[96088]: 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-08T05:36:57.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:57.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:58.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:58.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:57 smithi094 ceph-mon[112176]: 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-08T05:36:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:57 smithi003 ceph-mon[96088]: 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-08T05:36:59.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:36:59.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:00.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:00.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:36:59 smithi094 ceph-mon[112176]: 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-08T05:37:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:36:59 smithi003 ceph-mon[96088]: 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-08T05:37:01.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:01.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:01 smithi094 ceph-mon[112176]: 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-08T05:37:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:01 smithi003 ceph-mon[96088]: 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-08T05:37:02.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:02.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:03.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:03.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:04.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:04.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:04.096 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:03 smithi003 ceph-mon[96088]: 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-08T05:37:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:03 smithi094 ceph-mon[112176]: 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-08T05:37:05.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:05.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:06.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:06.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:05 smithi094 ceph-mon[112176]: 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-08T05:37:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:05 smithi003 ceph-mon[96088]: 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-08T05:37:07.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:07.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:08.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:08.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:07 smithi094 ceph-mon[112176]: 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-08T05:37:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:07 smithi003 ceph-mon[96088]: 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-08T05:37:09.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:09.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:09.153 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:10.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:10.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:09 smithi094 ceph-mon[112176]: 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-08T05:37:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:09 smithi003 ceph-mon[96088]: 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-08T05:37:11.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:11.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:11 smithi094 ceph-mon[112176]: 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-08T05:37:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:11 smithi003 ceph-mon[96088]: 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-08T05:37:12.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:12.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:13.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:13.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:14.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:14.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:13 smithi094 ceph-mon[112176]: 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-08T05:37:14.210 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:13 smithi003 ceph-mon[96088]: 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-08T05:37:15.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:15.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:16.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:16.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:15 smithi094 ceph-mon[112176]: 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-08T05:37:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:15 smithi003 ceph-mon[96088]: 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-08T05:37:17.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:17.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:18.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:18.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:17 smithi094 ceph-mon[112176]: 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-08T05:37:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:17 smithi003 ceph-mon[96088]: 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-08T05:37:19.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:19.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:20.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:20.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:19 smithi094 ceph-mon[112176]: 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-08T05:37:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:19 smithi003 ceph-mon[96088]: 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-08T05:37:21.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:21.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:21 smithi094 ceph-mon[112176]: 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-08T05:37:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:21 smithi003 ceph-mon[96088]: 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-08T05:37:22.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:22.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:23.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:23.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:24.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:24.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:23 smithi094 ceph-mon[112176]: 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-08T05:37:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:23 smithi003 ceph-mon[96088]: 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-08T05:37:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:25.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:25.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:26.062 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:25 smithi094 ceph-mon[112176]: 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-08T05:37:26.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:26.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:25 smithi003 ceph-mon[96088]: 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-08T05:37:27.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:27.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:28.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:28.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:27 smithi094 ceph-mon[112176]: 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-08T05:37:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:27 smithi003 ceph-mon[96088]: 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-08T05:37:29.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:29.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:30.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:30.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:29 smithi094 ceph-mon[112176]: 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-08T05:37:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:37:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:29 smithi003 ceph-mon[96088]: 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-08T05:37:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:37:31.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:31.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:31 smithi094 ceph-mon[112176]: 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-08T05:37:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:31 smithi003 ceph-mon[96088]: 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-08T05:37:32.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:32.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:37:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:37:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:37:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:37:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:37:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:37:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:37:33.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:33.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:37:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:37:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:37:33.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:37:33.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:37:33.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:37:33.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:37:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:33 smithi003 ceph-mon[96088]: 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-08T05:37:34.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:34.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:34.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:33 smithi094 ceph-mon[112176]: 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-08T05:37:35.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:35.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:35 smithi003 ceph-mon[96088]: 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-08T05:37:36.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:36.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:36.164 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:35 smithi094 ceph-mon[112176]: 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-08T05:37:37.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:37.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:37.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:37 smithi003 ceph-mon[96088]: 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-08T05:37:38.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:38.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:37 smithi094 ceph-mon[112176]: 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-08T05:37:39.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:39.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:39 smithi003 ceph-mon[96088]: 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-08T05:37:40.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:40.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:39 smithi094 ceph-mon[112176]: 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-08T05:37:41.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:41.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:41 smithi094 ceph-mon[112176]: 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-08T05:37:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:41 smithi003 ceph-mon[96088]: 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-08T05:37:42.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:42.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:43.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:43.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:44.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:44.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:43 smithi094 ceph-mon[112176]: 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-08T05:37:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:43 smithi003 ceph-mon[96088]: 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-08T05:37:45.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:45.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:46.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:46.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:45 smithi094 ceph-mon[112176]: 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-08T05:37:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:45 smithi003 ceph-mon[96088]: 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-08T05:37:47.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:47.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:48.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:48.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:47 smithi094 ceph-mon[112176]: 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-08T05:37:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:47 smithi003 ceph-mon[96088]: 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-08T05:37:49.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:49.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:49 smithi003 ceph-mon[96088]: 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-08T05:37:50.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:50.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:49 smithi094 ceph-mon[112176]: 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-08T05:37:51.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:51.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:51 smithi094 ceph-mon[112176]: 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-08T05:37:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:51 smithi003 ceph-mon[96088]: 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-08T05:37:52.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:52.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:53.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:53.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:54.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:54.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:53 smithi094 ceph-mon[112176]: 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-08T05:37:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:53 smithi003 ceph-mon[96088]: 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-08T05:37:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:55.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:55.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:56.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:56.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:55 smithi094 ceph-mon[112176]: 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-08T05:37:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:55 smithi003 ceph-mon[96088]: 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-08T05:37:57.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:57.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:58.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:58.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:57 smithi094 ceph-mon[112176]: 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-08T05:37:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:57 smithi003 ceph-mon[96088]: 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-08T05:37:59.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:37:59.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:37:59 smithi003 ceph-mon[96088]: 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-08T05:38:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:37:59 smithi094 ceph-mon[112176]: 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-08T05:38:00.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:00.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:01.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:01.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:01 smithi094 ceph-mon[112176]: 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-08T05:38:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:01 smithi003 ceph-mon[96088]: 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-08T05:38:02.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:02.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:03.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:03.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:03 smithi094 ceph-mon[112176]: 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-08T05:38:04.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:04.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:03 smithi003 ceph-mon[96088]: 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-08T05:38:05.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:05.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:05 smithi094 ceph-mon[112176]: 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-08T05:38:06.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:06.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:05 smithi003 ceph-mon[96088]: 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-08T05:38:07.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:07.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:07 smithi094 ceph-mon[112176]: 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-08T05:38:08.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:08.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:07 smithi003 ceph-mon[96088]: 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-08T05:38:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:09.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:09.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:09 smithi094 ceph-mon[112176]: 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-08T05:38:10.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:10.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:09 smithi003 ceph-mon[96088]: 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-08T05:38:11.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:11.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:11 smithi094 ceph-mon[112176]: 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-08T05:38:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:11 smithi003 ceph-mon[96088]: 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-08T05:38:12.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:12.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:13.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:13.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:13 smithi094 ceph-mon[112176]: 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-08T05:38:14.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:14.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:13 smithi003 ceph-mon[96088]: 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-08T05:38:15.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:15.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:15 smithi094 ceph-mon[112176]: 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-08T05:38:16.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:16.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:15 smithi003 ceph-mon[96088]: 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-08T05:38:17.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:17.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:17 smithi094 ceph-mon[112176]: 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-08T05:38:18.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:18.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:17 smithi003 ceph-mon[96088]: 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-08T05:38:19.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:19.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:19 smithi094 ceph-mon[112176]: 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-08T05:38:20.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:20.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:19 smithi003 ceph-mon[96088]: 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-08T05:38:21.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:21.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:21 smithi094 ceph-mon[112176]: 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-08T05:38:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:21 smithi003 ceph-mon[96088]: 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-08T05:38:22.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:22.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:23.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:23.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:23 smithi094 ceph-mon[112176]: 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-08T05:38:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:24.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:24.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:23 smithi003 ceph-mon[96088]: 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-08T05:38:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:25.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:25.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:25 smithi094 ceph-mon[112176]: 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-08T05:38:26.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:26.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:25 smithi003 ceph-mon[96088]: 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-08T05:38:27.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:27.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:27 smithi094 ceph-mon[112176]: 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-08T05:38:28.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:28.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:27 smithi003 ceph-mon[96088]: 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-08T05:38:29.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:29.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:30.067 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:29 smithi003 ceph-mon[96088]: 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-08T05:38:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:29 smithi094 ceph-mon[112176]: 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-08T05:38:30.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:30.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:31.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:31.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:31 smithi094 ceph-mon[112176]: 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-08T05:38:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:31 smithi003 ceph-mon[96088]: 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-08T05:38:32.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:32.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:38:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:38:33.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:33.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:33 smithi094 ceph-mon[112176]: 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-08T05:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:38:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:33 smithi003 ceph-mon[96088]: 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-08T05:38:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:38:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:38:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:38:33.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:38:33.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:38:34.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:34.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:35.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:35.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:35 smithi094 ceph-mon[112176]: 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-08T05:38:36.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:36.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:35 smithi003 ceph-mon[96088]: 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-08T05:38:37.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:37.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:37 smithi094 ceph-mon[112176]: 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-08T05:38:38.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:38.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:37 smithi003 ceph-mon[96088]: 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-08T05:38:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:39.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:39.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:39 smithi094 ceph-mon[112176]: 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-08T05:38:40.181 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:39 smithi003 ceph-mon[96088]: 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-08T05:38:40.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:40.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:41.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:41.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:41 smithi094 ceph-mon[112176]: 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-08T05:38:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:41 smithi003 ceph-mon[96088]: 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-08T05:38:42.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:42.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:43.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:43.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:43 smithi094 ceph-mon[112176]: 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-08T05:38:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:43 smithi003 ceph-mon[96088]: 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-08T05:38:44.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:44.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:45.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:45.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:45 smithi094 ceph-mon[112176]: 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-08T05:38:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:45 smithi003 ceph-mon[96088]: 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-08T05:38:46.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:46.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:47.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:47.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:47 smithi094 ceph-mon[112176]: 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-08T05:38:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:47 smithi003 ceph-mon[96088]: 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-08T05:38:48.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:48.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:49.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:49.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:49 smithi094 ceph-mon[112176]: 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-08T05:38:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:49 smithi003 ceph-mon[96088]: 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-08T05:38:50.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:50.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:51.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:51.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:51 smithi094 ceph-mon[112176]: 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-08T05:38:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:51 smithi003 ceph-mon[96088]: 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-08T05:38:52.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:52.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:53.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:53.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:53 smithi094 ceph-mon[112176]: 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-08T05:38:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:53 smithi003 ceph-mon[96088]: 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-08T05:38:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:54.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:54.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:55.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:55.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:55 smithi094 ceph-mon[112176]: 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-08T05:38:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:55 smithi003 ceph-mon[96088]: 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-08T05:38:56.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:56.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:57.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:57.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:57 smithi094 ceph-mon[112176]: 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-08T05:38:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:57 smithi003 ceph-mon[96088]: 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-08T05:38:58.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:58.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:59.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:38:59.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:38:59 smithi094 ceph-mon[112176]: 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-08T05:39:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:38:59 smithi003 ceph-mon[96088]: 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-08T05:39:00.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:00.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:01.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:01.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:01 smithi094 ceph-mon[112176]: 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-08T05:39:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:01 smithi003 ceph-mon[96088]: 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-08T05:39:02.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:02.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:03.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:03.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:03 smithi094 ceph-mon[112176]: 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-08T05:39:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:03 smithi003 ceph-mon[96088]: 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-08T05:39:04.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:04.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:05.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:05.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:05 smithi094 ceph-mon[112176]: 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-08T05:39:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:05 smithi003 ceph-mon[96088]: 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-08T05:39:06.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:06.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:07.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:07.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:07 smithi094 ceph-mon[112176]: 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-08T05:39:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:07 smithi003 ceph-mon[96088]: 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-08T05:39:08.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:08.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:09.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:09.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:09 smithi094 ceph-mon[112176]: 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-08T05:39:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:09 smithi003 ceph-mon[96088]: 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-08T05:39:10.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:10.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:11.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:11.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:11 smithi094 ceph-mon[112176]: 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-08T05:39:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:11 smithi003 ceph-mon[96088]: 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-08T05:39:12.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:12.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:13.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:13.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:13 smithi094 ceph-mon[112176]: 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-08T05:39:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:13 smithi003 ceph-mon[96088]: 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-08T05:39:14.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:14.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:15.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:15.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:15 smithi003 ceph-mon[96088]: 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-08T05:39:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:15 smithi094 ceph-mon[112176]: 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-08T05:39:16.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:16.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:17.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:17.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:17 smithi094 ceph-mon[112176]: 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-08T05:39:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:17 smithi003 ceph-mon[96088]: 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-08T05:39:18.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:18.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:19.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:19.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:19 smithi094 ceph-mon[112176]: 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-08T05:39:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:19 smithi003 ceph-mon[96088]: 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-08T05:39:20.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:20.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:21.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:21.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:21 smithi003 ceph-mon[96088]: 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-08T05:39:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:21 smithi094 ceph-mon[112176]: 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-08T05:39:22.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:22.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:23.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:23.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:23 smithi094 ceph-mon[112176]: 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-08T05:39:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:23 smithi003 ceph-mon[96088]: 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-08T05:39:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:24.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:24.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:25.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:25.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:25 smithi003 ceph-mon[96088]: 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-08T05:39:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:25 smithi094 ceph-mon[112176]: 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-08T05:39:26.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:26.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:27.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:27.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:27 smithi094 ceph-mon[112176]: 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-08T05:39:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:27 smithi003 ceph-mon[96088]: 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-08T05:39:28.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:28.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:29.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:29.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:29 smithi094 ceph-mon[112176]: 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-08T05:39:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:29 smithi003 ceph-mon[96088]: 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-08T05:39:30.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:30.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:31.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:31.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:31 smithi003 ceph-mon[96088]: 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-08T05:39:31.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:31 smithi094 ceph-mon[112176]: 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-08T05:39:32.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:32.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:33.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:33.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:33 smithi094 ceph-mon[112176]: 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-08T05:39:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:39:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:33 smithi003 ceph-mon[96088]: 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-08T05:39:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:39:34.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:34.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:35.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:35.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:35 smithi094 ceph-mon[112176]: 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-08T05:39:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:35 smithi003 ceph-mon[96088]: 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-08T05:39:36.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:36.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:37.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:37.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:37 smithi094 ceph-mon[112176]: 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-08T05:39:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:37 smithi003 ceph-mon[96088]: 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-08T05:39:38.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:38.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:39:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:39:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:39:39.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:39:39.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:39:39.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:39:39.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:39:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:39:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:39:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:39:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:39:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:39:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:39:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:39:39.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:39.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:39 smithi094 ceph-mon[112176]: 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-08T05:39:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:39 smithi003 ceph-mon[96088]: 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-08T05:39:40.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:40.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:41.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:41.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:41 smithi003 ceph-mon[96088]: 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-08T05:39:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:41 smithi094 ceph-mon[112176]: 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-08T05:39:42.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:42.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:43.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:43.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:43 smithi094 ceph-mon[112176]: 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-08T05:39:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:43 smithi003 ceph-mon[96088]: 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-08T05:39:44.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:44.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:45.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:45.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:45 smithi094 ceph-mon[112176]: 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-08T05:39:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:45 smithi003 ceph-mon[96088]: 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-08T05:39:46.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:46.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:47.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:47.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:47 smithi094 ceph-mon[112176]: 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-08T05:39:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:47 smithi003 ceph-mon[96088]: 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-08T05:39:48.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:48.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:49.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:49.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:49 smithi094 ceph-mon[112176]: 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-08T05:39:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:49 smithi003 ceph-mon[96088]: 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-08T05:39:50.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:50.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:51.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:51.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:51 smithi003 ceph-mon[96088]: 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-08T05:39:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:51 smithi094 ceph-mon[112176]: 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-08T05:39:52.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:52.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:53.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:53.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:53 smithi094 ceph-mon[112176]: 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-08T05:39:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:53 smithi003 ceph-mon[96088]: 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-08T05:39:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:54.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:54.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:55.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:55.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:55 smithi094 ceph-mon[112176]: 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-08T05:39:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:55 smithi003 ceph-mon[96088]: 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-08T05:39:56.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:56.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:57.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:57.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:57 smithi094 ceph-mon[112176]: 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-08T05:39:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:57 smithi003 ceph-mon[96088]: 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-08T05:39:58.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:58.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:59.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:39:59.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:39:59 smithi094 ceph-mon[112176]: 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-08T05:40:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:39:59 smithi003 ceph-mon[96088]: 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-08T05:40:00.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:00.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:01.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T05:40:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T05:40:01.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:01.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:01 smithi094 ceph-mon[112176]: 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-08T05:40:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:01 smithi003 ceph-mon[96088]: 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-08T05:40:02.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:02.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:03.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:03.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:03 smithi094 ceph-mon[112176]: 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-08T05:40:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:03 smithi003 ceph-mon[96088]: 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-08T05:40:04.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:04.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:05.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:05.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:06.161 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:05 smithi003 ceph-mon[96088]: 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-08T05:40:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:05 smithi094 ceph-mon[112176]: 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-08T05:40:06.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:06.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:07.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:07.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:07 smithi094 ceph-mon[112176]: 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-08T05:40:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:07 smithi003 ceph-mon[96088]: 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-08T05:40:08.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:08.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:09.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:09.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:09 smithi094 ceph-mon[112176]: 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-08T05:40:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:09 smithi003 ceph-mon[96088]: 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-08T05:40:10.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:10.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:11.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:11.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:11 smithi003 ceph-mon[96088]: 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-08T05:40:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:11 smithi094 ceph-mon[112176]: 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-08T05:40:12.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:12.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:13.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:13.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:13 smithi094 ceph-mon[112176]: 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-08T05:40:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:13 smithi003 ceph-mon[96088]: 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-08T05:40:14.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:14.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:15.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:15.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:15 smithi094 ceph-mon[112176]: 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-08T05:40:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:15 smithi003 ceph-mon[96088]: 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-08T05:40:16.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:16.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:17.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:17.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:17 smithi094 ceph-mon[112176]: 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-08T05:40:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:17 smithi003 ceph-mon[96088]: 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-08T05:40:18.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:18.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:19.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:19.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:19 smithi094 ceph-mon[112176]: 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-08T05:40:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:19 smithi003 ceph-mon[96088]: 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-08T05:40:20.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:20.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:21.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:21.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:21 smithi003 ceph-mon[96088]: 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-08T05:40:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:21 smithi094 ceph-mon[112176]: 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-08T05:40:22.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:22.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:23.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:23.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:23 smithi094 ceph-mon[112176]: 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-08T05:40:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:23 smithi003 ceph-mon[96088]: 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-08T05:40:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:24.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:24.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:25.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:25.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:25 smithi094 ceph-mon[112176]: 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-08T05:40:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:25 smithi003 ceph-mon[96088]: 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-08T05:40:26.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:26.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:27.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:27.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:27 smithi094 ceph-mon[112176]: 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-08T05:40:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:27 smithi003 ceph-mon[96088]: 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-08T05:40:28.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:28.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:29.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:29.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:29 smithi094 ceph-mon[112176]: 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-08T05:40:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:29 smithi003 ceph-mon[96088]: 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-08T05:40:30.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:30.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:31.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:31.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:31 smithi003 ceph-mon[96088]: 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-08T05:40:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:31 smithi094 ceph-mon[112176]: 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-08T05:40:32.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:32.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:33.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:33.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:33 smithi094 ceph-mon[112176]: 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-08T05:40:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:33 smithi003 ceph-mon[96088]: 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-08T05:40:34.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:34.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:35.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:35.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:35 smithi094 ceph-mon[112176]: 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-08T05:40:36.682 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:35 smithi003 ceph-mon[96088]: 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-08T05:40:36.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:36.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:37.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:37.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:37 smithi094 ceph-mon[112176]: 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-08T05:40:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:37 smithi003 ceph-mon[96088]: 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-08T05:40:38.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:38.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:40:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:40:39.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:39.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:39 smithi094 ceph-mon[112176]: 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-08T05:40:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:40:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:40:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:40:40.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:40:40.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:40:40.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:40:40.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:40:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:39 smithi003 ceph-mon[96088]: 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-08T05:40:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:40:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:40:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:40:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:40:40.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:40:40.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:40:40.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:40:40.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:40.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:41.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:41.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:41 smithi003 ceph-mon[96088]: 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-08T05:40:41.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:41 smithi094 ceph-mon[112176]: 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-08T05:40:42.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:42.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:43.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:44.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:44.175 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:43 smithi094 ceph-mon[112176]: 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-08T05:40:44.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:43 smithi003 ceph-mon[96088]: 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-08T05:40:44.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:44.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:45.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:45.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:45 smithi094 ceph-mon[112176]: 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-08T05:40:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:45 smithi003 ceph-mon[96088]: 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-08T05:40:46.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:46.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:47.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:47.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:48.163 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:47 smithi094 ceph-mon[112176]: 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-08T05:40:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:47 smithi003 ceph-mon[96088]: 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-08T05:40:48.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:48.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:49.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:49.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:49 smithi094 ceph-mon[112176]: 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-08T05:40:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:49 smithi003 ceph-mon[96088]: 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-08T05:40:50.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:50.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:51.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:51.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:51 smithi003 ceph-mon[96088]: 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-08T05:40:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:51 smithi094 ceph-mon[112176]: 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-08T05:40:52.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:52.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:53.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:53.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:53 smithi094 ceph-mon[112176]: 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-08T05:40:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:53 smithi003 ceph-mon[96088]: 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-08T05:40:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:54.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:54.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:55.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:55.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:55 smithi094 ceph-mon[112176]: 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-08T05:40:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:55 smithi003 ceph-mon[96088]: 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-08T05:40:56.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:56.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:57.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:57.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:57 smithi094 ceph-mon[112176]: 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-08T05:40:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:57 smithi003 ceph-mon[96088]: 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-08T05:40:58.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:58.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:59.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:40:59.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:40:59 smithi094 ceph-mon[112176]: 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-08T05:41:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:40:59 smithi003 ceph-mon[96088]: 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-08T05:41:00.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:00.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:01.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:01.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:01 smithi003 ceph-mon[96088]: 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-08T05:41:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:01 smithi094 ceph-mon[112176]: 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-08T05:41:02.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:02.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:03.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:03.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:03 smithi094 ceph-mon[112176]: 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-08T05:41:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:03 smithi003 ceph-mon[96088]: 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-08T05:41:04.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:04.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:05.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:05.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:05 smithi094 ceph-mon[112176]: 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-08T05:41:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:05 smithi003 ceph-mon[96088]: 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-08T05:41:06.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:06.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:07.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:07.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:07 smithi094 ceph-mon[112176]: 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-08T05:41:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:07 smithi003 ceph-mon[96088]: 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-08T05:41:08.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:08.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:09.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:09.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:09 smithi094 ceph-mon[112176]: 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-08T05:41:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:09 smithi003 ceph-mon[96088]: 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-08T05:41:10.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:10.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:11.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:11.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:11 smithi003 ceph-mon[96088]: 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-08T05:41:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:11 smithi094 ceph-mon[112176]: 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-08T05:41:12.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:12.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:13.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:13.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:13 smithi094 ceph-mon[112176]: 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-08T05:41:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:13 smithi003 ceph-mon[96088]: 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-08T05:41:14.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:14.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:15.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:15.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:15 smithi094 ceph-mon[112176]: 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-08T05:41:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:15 smithi003 ceph-mon[96088]: 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-08T05:41:16.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:16.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:17.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:17.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:17 smithi094 ceph-mon[112176]: 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-08T05:41:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:17 smithi003 ceph-mon[96088]: 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-08T05:41:18.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:18.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:19.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:19.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:19 smithi094 ceph-mon[112176]: 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-08T05:41:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:19 smithi003 ceph-mon[96088]: 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-08T05:41:20.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:20.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:21.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:21.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:21 smithi003 ceph-mon[96088]: 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-08T05:41:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:21 smithi094 ceph-mon[112176]: 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-08T05:41:22.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:22.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:23.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:23.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:23 smithi094 ceph-mon[112176]: 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-08T05:41:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:23 smithi003 ceph-mon[96088]: 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-08T05:41:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:24.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:24.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:25.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:25.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:25 smithi094 ceph-mon[112176]: 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-08T05:41:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:25 smithi003 ceph-mon[96088]: 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-08T05:41:26.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:26.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:27.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:27.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:27 smithi094 ceph-mon[112176]: 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-08T05:41:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:27 smithi003 ceph-mon[96088]: 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-08T05:41:28.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:28.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:29.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:29.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:29 smithi094 ceph-mon[112176]: 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-08T05:41:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:29 smithi003 ceph-mon[96088]: 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-08T05:41:30.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:30.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:31.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:31.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:31 smithi003 ceph-mon[96088]: 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-08T05:41:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:31 smithi094 ceph-mon[112176]: 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-08T05:41:32.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:32.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:33.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:33.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:33 smithi094 ceph-mon[112176]: 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-08T05:41:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:33 smithi003 ceph-mon[96088]: 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-08T05:41:34.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:34.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:35.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:35.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:35 smithi094 ceph-mon[112176]: 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-08T05:41:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:35 smithi003 ceph-mon[96088]: 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-08T05:41:36.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:36.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:37.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:37.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:37 smithi094 ceph-mon[112176]: 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-08T05:41:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:37 smithi003 ceph-mon[96088]: 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-08T05:41:38.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:38.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:39 smithi094 ceph-mon[112176]: 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-08T05:41:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:41:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:39 smithi003 ceph-mon[96088]: 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-08T05:41:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:41:40.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:40.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:41:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:41:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:41:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:41:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:41:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:41:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:41:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:41:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:41:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:41:41.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:41.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:41 smithi094 ceph-mon[112176]: 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-08T05:41:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:41 smithi003 ceph-mon[96088]: 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-08T05:41:42.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:42.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:43.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:43.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:43 smithi094 ceph-mon[112176]: 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-08T05:41:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:43 smithi003 ceph-mon[96088]: 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-08T05:41:44.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:44.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:45.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:45.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:45 smithi094 ceph-mon[112176]: 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-08T05:41:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:45 smithi003 ceph-mon[96088]: 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-08T05:41:46.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:46.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:47.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:47.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:47 smithi094 ceph-mon[112176]: 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-08T05:41:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:47 smithi003 ceph-mon[96088]: 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-08T05:41:48.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:48.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:49.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:49.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:49 smithi094 ceph-mon[112176]: 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-08T05:41:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:49 smithi003 ceph-mon[96088]: 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-08T05:41:50.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:50.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:51.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:51.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:51 smithi003 ceph-mon[96088]: 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-08T05:41:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:51 smithi094 ceph-mon[112176]: 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-08T05:41:52.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:52.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:53.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:53.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:53 smithi094 ceph-mon[112176]: 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-08T05:41:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:53 smithi003 ceph-mon[96088]: 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-08T05:41:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:54.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:54.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:55.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:55.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:55 smithi094 ceph-mon[112176]: 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-08T05:41:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:55 smithi003 ceph-mon[96088]: 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-08T05:41:56.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:56.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:57.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:57.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:57 smithi094 ceph-mon[112176]: 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-08T05:41:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:57 smithi003 ceph-mon[96088]: 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-08T05:41:58.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:58.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:59.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:41:59.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:41:59 smithi094 ceph-mon[112176]: 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-08T05:42:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:41:59 smithi003 ceph-mon[96088]: 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-08T05:42:00.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:00.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:01.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:01.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:01 smithi003 ceph-mon[96088]: 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-08T05:42:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:01 smithi094 ceph-mon[112176]: 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-08T05:42:02.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:02.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:03.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:03.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:03 smithi094 ceph-mon[112176]: 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-08T05:42:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:03 smithi003 ceph-mon[96088]: 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-08T05:42:04.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:04.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:05.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:05.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:05 smithi094 ceph-mon[112176]: 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-08T05:42:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:05 smithi003 ceph-mon[96088]: 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-08T05:42:06.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:06.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:07.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:07.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:07 smithi094 ceph-mon[112176]: 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-08T05:42:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:07 smithi003 ceph-mon[96088]: 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-08T05:42:08.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:08.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:09.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:09.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:09 smithi094 ceph-mon[112176]: 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-08T05:42:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:09 smithi003 ceph-mon[96088]: 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-08T05:42:10.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:10.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:11.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:11.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:11 smithi003 ceph-mon[96088]: 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-08T05:42:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:11 smithi094 ceph-mon[112176]: 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-08T05:42:12.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:12.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:13.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:13.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:13 smithi094 ceph-mon[112176]: 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-08T05:42:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:13 smithi003 ceph-mon[96088]: 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-08T05:42:14.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:14.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:15.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:15.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:15 smithi094 ceph-mon[112176]: 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-08T05:42:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:15 smithi003 ceph-mon[96088]: 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-08T05:42:16.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:16.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:17.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:17.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:17 smithi003 ceph-mon[96088]: 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-08T05:42:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:17 smithi094 ceph-mon[112176]: 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-08T05:42:18.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:18.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:19.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:19.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:19 smithi094 ceph-mon[112176]: 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-08T05:42:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:19 smithi003 ceph-mon[96088]: 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-08T05:42:20.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:20.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:21.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:21.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:21 smithi003 ceph-mon[96088]: 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-08T05:42:21.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:21 smithi094 ceph-mon[112176]: 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-08T05:42:22.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:22.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:23.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:23.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:23 smithi094 ceph-mon[112176]: 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-08T05:42:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:23 smithi003 ceph-mon[96088]: 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-08T05:42:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:24.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:24.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:25.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:25.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:25 smithi094 ceph-mon[112176]: 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-08T05:42:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:25 smithi003 ceph-mon[96088]: 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-08T05:42:26.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:26.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:27.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:27.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:27 smithi094 ceph-mon[112176]: 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-08T05:42:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:27 smithi003 ceph-mon[96088]: 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-08T05:42:28.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:28.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:29.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:29.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:29 smithi094 ceph-mon[112176]: 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-08T05:42:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:29 smithi003 ceph-mon[96088]: 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-08T05:42:30.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:30.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:31.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:31.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:31 smithi003 ceph-mon[96088]: 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-08T05:42:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:31 smithi094 ceph-mon[112176]: 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-08T05:42:32.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:32.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:33.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:33.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:33 smithi094 ceph-mon[112176]: 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-08T05:42:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:33 smithi003 ceph-mon[96088]: 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-08T05:42:34.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:34.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:35.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:35.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:35 smithi094 ceph-mon[112176]: 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-08T05:42:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:35 smithi003 ceph-mon[96088]: 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-08T05:42:36.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:36.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:37.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:37.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:37 smithi094 ceph-mon[112176]: 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-08T05:42:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:37 smithi003 ceph-mon[96088]: 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-08T05:42:38.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:38.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:39.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:39.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:39 smithi094 ceph-mon[112176]: 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-08T05:42:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:39 smithi003 ceph-mon[96088]: 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-08T05:42:40.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:40.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:41.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:42:41.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:42:41.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:42:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:42:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:42:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:42:41.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:41.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:41 smithi094 ceph-mon[112176]: 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-08T05:42:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:42:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:42:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:42:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:42:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:42:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:41 smithi003 ceph-mon[96088]: 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-08T05:42:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:42:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:42:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:42:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:42:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:42:42.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:42.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:43.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:43.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:43 smithi094 ceph-mon[112176]: 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-08T05:42:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:43 smithi003 ceph-mon[96088]: 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-08T05:42:44.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:44.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:45.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:45.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:45 smithi094 ceph-mon[112176]: 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-08T05:42:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:45 smithi003 ceph-mon[96088]: 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-08T05:42:46.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:46.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:47.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:47.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:47 smithi094 ceph-mon[112176]: 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-08T05:42:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:47 smithi003 ceph-mon[96088]: 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-08T05:42:48.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:48.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:49.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:49.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:49 smithi094 ceph-mon[112176]: 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-08T05:42:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:49 smithi003 ceph-mon[96088]: 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-08T05:42:50.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:50.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:51.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:51.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:51 smithi003 ceph-mon[96088]: 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-08T05:42:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:51 smithi094 ceph-mon[112176]: 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-08T05:42:52.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:52.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:53.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:53.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:53 smithi094 ceph-mon[112176]: 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-08T05:42:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:53 smithi003 ceph-mon[96088]: 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-08T05:42:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:54.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:54.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:55.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:55.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:55 smithi094 ceph-mon[112176]: 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-08T05:42:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:55 smithi003 ceph-mon[96088]: 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-08T05:42:56.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:56.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:57.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:57.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:57 smithi094 ceph-mon[112176]: 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-08T05:42:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:57 smithi003 ceph-mon[96088]: 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-08T05:42:58.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:58.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:59.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:42:59.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:42:59 smithi094 ceph-mon[112176]: 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-08T05:43:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:42:59 smithi003 ceph-mon[96088]: 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-08T05:43:00.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:00.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:01.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:01.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:01 smithi003 ceph-mon[96088]: 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-08T05:43:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:01 smithi094 ceph-mon[112176]: 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-08T05:43:02.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:02.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:03.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:03.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:03 smithi094 ceph-mon[112176]: 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-08T05:43:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:03 smithi003 ceph-mon[96088]: 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-08T05:43:04.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:04.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:05.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:05.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:05 smithi094 ceph-mon[112176]: 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-08T05:43:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:05 smithi003 ceph-mon[96088]: 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-08T05:43:06.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:06.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:07.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:07.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:07 smithi094 ceph-mon[112176]: 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-08T05:43:08.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:07 smithi003 ceph-mon[96088]: 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-08T05:43:08.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:08.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:09.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:09.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:09 smithi094 ceph-mon[112176]: 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-08T05:43:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:09 smithi003 ceph-mon[96088]: 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-08T05:43:10.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:10.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:11.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:11.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:11 smithi003 ceph-mon[96088]: 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-08T05:43:11.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:11 smithi094 ceph-mon[112176]: 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-08T05:43:12.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:12.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:13.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:13.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:13 smithi094 ceph-mon[112176]: 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-08T05:43:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:13 smithi003 ceph-mon[96088]: 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-08T05:43:14.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:14.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:15.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:15.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:15 smithi094 ceph-mon[112176]: 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-08T05:43:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:15 smithi003 ceph-mon[96088]: 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-08T05:43:16.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:16.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:17.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:17.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:17 smithi094 ceph-mon[112176]: 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-08T05:43:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:17 smithi003 ceph-mon[96088]: 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-08T05:43:18.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:18.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:19.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:19.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:19 smithi094 ceph-mon[112176]: 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-08T05:43:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:19 smithi003 ceph-mon[96088]: 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-08T05:43:20.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:20.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:21.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:21.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:21 smithi003 ceph-mon[96088]: 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-08T05:43:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:21 smithi094 ceph-mon[112176]: 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-08T05:43:22.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:22.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:23.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:23.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:23 smithi094 ceph-mon[112176]: 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-08T05:43:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:23 smithi003 ceph-mon[96088]: 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-08T05:43:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:24.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:24.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:25.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:25.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:25 smithi094 ceph-mon[112176]: 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-08T05:43:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:25 smithi003 ceph-mon[96088]: 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-08T05:43:26.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:26.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:27.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:27.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:27 smithi094 ceph-mon[112176]: 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-08T05:43:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:27 smithi003 ceph-mon[96088]: 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-08T05:43:28.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:28.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:29.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:29.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:29 smithi094 ceph-mon[112176]: 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-08T05:43:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:29 smithi003 ceph-mon[96088]: 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-08T05:43:30.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:30.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:31.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:31.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:31 smithi094 ceph-mon[112176]: 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-08T05:43:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:31 smithi003 ceph-mon[96088]: 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-08T05:43:32.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:32.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:33.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:33.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:33 smithi094 ceph-mon[112176]: 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-08T05:43:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:33 smithi003 ceph-mon[96088]: 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-08T05:43:34.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:34.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:35.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:35.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:35 smithi094 ceph-mon[112176]: 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-08T05:43:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:35 smithi003 ceph-mon[96088]: 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-08T05:43:36.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:36.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:37.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:37.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:37 smithi094 ceph-mon[112176]: 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-08T05:43:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:37 smithi003 ceph-mon[96088]: 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-08T05:43:38.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:38.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:39.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:39.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:39 smithi094 ceph-mon[112176]: 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-08T05:43:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:39 smithi003 ceph-mon[96088]: 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-08T05:43:40.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:40.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:41.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:41.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:41 smithi094 ceph-mon[112176]: 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-08T05:43:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:43:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:41 smithi003 ceph-mon[96088]: 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-08T05:43:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:43:42.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:42.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:43:42.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:43:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:43:43.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:43.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:43 smithi094 ceph-mon[112176]: 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-08T05:43:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:43 smithi003 ceph-mon[96088]: 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-08T05:43:44.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:44.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:45.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:45.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:45 smithi094 ceph-mon[112176]: 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-08T05:43:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:45 smithi003 ceph-mon[96088]: 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-08T05:43:46.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:46.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:47.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:47.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:47 smithi094 ceph-mon[112176]: 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-08T05:43:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:47 smithi003 ceph-mon[96088]: 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-08T05:43:48.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:48.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:49.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:49.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:49 smithi094 ceph-mon[112176]: 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-08T05:43:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:49 smithi003 ceph-mon[96088]: 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-08T05:43:50.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:50.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:51.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:51.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:51 smithi094 ceph-mon[112176]: 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-08T05:43:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:51 smithi003 ceph-mon[96088]: 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-08T05:43:52.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:52.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:53.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:53.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:53 smithi094 ceph-mon[112176]: 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-08T05:43:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:53 smithi003 ceph-mon[96088]: 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-08T05:43:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:54.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:54.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:55.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:55.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:55 smithi094 ceph-mon[112176]: 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-08T05:43:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:55 smithi003 ceph-mon[96088]: 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-08T05:43:56.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:56.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:57.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:57.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:57 smithi094 ceph-mon[112176]: 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-08T05:43:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:57 smithi003 ceph-mon[96088]: 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-08T05:43:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:59.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:43:59.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:43:59 smithi094 ceph-mon[112176]: 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-08T05:44:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:43:59 smithi003 ceph-mon[96088]: 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-08T05:44:00.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:00.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:01.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:01.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:01 smithi094 ceph-mon[112176]: 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-08T05:44:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:01 smithi003 ceph-mon[96088]: 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-08T05:44:02.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:02.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:03.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:03.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:03 smithi094 ceph-mon[112176]: 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-08T05:44:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:03 smithi003 ceph-mon[96088]: 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-08T05:44:04.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:04.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:05.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:05.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:05 smithi094 ceph-mon[112176]: 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-08T05:44:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:05 smithi003 ceph-mon[96088]: 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-08T05:44:06.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:06.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:07.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:07.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:07 smithi094 ceph-mon[112176]: 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-08T05:44:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:07 smithi003 ceph-mon[96088]: 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-08T05:44:08.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:08.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:09.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:09.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:09 smithi094 ceph-mon[112176]: 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-08T05:44:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:09 smithi003 ceph-mon[96088]: 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-08T05:44:10.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:10.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:11.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:11.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:11 smithi094 ceph-mon[112176]: 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-08T05:44:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:11 smithi003 ceph-mon[96088]: 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-08T05:44:12.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:12.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:13.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:13.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:13 smithi094 ceph-mon[112176]: 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-08T05:44:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:13 smithi003 ceph-mon[96088]: 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-08T05:44:14.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:14.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:15.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:15.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:15 smithi094 ceph-mon[112176]: 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-08T05:44:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:15 smithi003 ceph-mon[96088]: 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-08T05:44:16.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:16.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:17.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:17.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:17 smithi094 ceph-mon[112176]: 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-08T05:44:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:17 smithi003 ceph-mon[96088]: 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-08T05:44:18.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:18.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:19.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:19.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:19 smithi094 ceph-mon[112176]: 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-08T05:44:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:19 smithi003 ceph-mon[96088]: 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-08T05:44:20.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:20.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:21.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:21.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:21 smithi094 ceph-mon[112176]: 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-08T05:44:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:21 smithi003 ceph-mon[96088]: 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-08T05:44:22.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:22.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:23.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:23.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:23 smithi094 ceph-mon[112176]: 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-08T05:44:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:23 smithi003 ceph-mon[96088]: 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-08T05:44:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:24.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:24.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:25.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:25.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:25 smithi094 ceph-mon[112176]: 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-08T05:44:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:25 smithi003 ceph-mon[96088]: 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-08T05:44:26.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:26.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:27.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:27.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:27 smithi094 ceph-mon[112176]: 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-08T05:44:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:27 smithi003 ceph-mon[96088]: 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-08T05:44:28.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:28.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:29.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:29.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:29 smithi094 ceph-mon[112176]: 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-08T05:44:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:29 smithi003 ceph-mon[96088]: 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-08T05:44:30.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:30.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:31.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:31.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:31 smithi094 ceph-mon[112176]: 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-08T05:44:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:31 smithi003 ceph-mon[96088]: 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-08T05:44:32.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:32.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:33.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:33.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:33 smithi094 ceph-mon[112176]: 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-08T05:44:34.193 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:33 smithi003 ceph-mon[96088]: 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-08T05:44:34.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:34.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:35.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:35.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:35 smithi094 ceph-mon[112176]: 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-08T05:44:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:35 smithi003 ceph-mon[96088]: 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-08T05:44:36.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:36.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:37.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:37.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:37 smithi094 ceph-mon[112176]: 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-08T05:44:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:37 smithi003 ceph-mon[96088]: 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-08T05:44:38.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:38.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:39.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:39.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:39 smithi094 ceph-mon[112176]: 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-08T05:44:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:39 smithi003 ceph-mon[96088]: 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-08T05:44:40.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:40.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:41.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:41.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:41 smithi094 ceph-mon[112176]: 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-08T05:44:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:41 smithi003 ceph-mon[96088]: 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-08T05:44:42.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:42.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:44:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:44:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:44:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:44:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:44:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:44:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:44:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:44:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:44:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:44:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:44:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:44:43.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:43.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:43 smithi094 ceph-mon[112176]: 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-08T05:44:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:43 smithi003 ceph-mon[96088]: 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-08T05:44:44.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:44.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:45.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:45.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:45 smithi094 ceph-mon[112176]: 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-08T05:44:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:45 smithi003 ceph-mon[96088]: 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-08T05:44:46.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:46.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:47.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:47.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:47 smithi094 ceph-mon[112176]: 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-08T05:44:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:47 smithi003 ceph-mon[96088]: 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-08T05:44:48.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:48.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:49.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:49.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:49 smithi094 ceph-mon[112176]: 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-08T05:44:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:49 smithi003 ceph-mon[96088]: 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-08T05:44:50.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:50.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:51.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:51.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:51 smithi094 ceph-mon[112176]: 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-08T05:44:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:51 smithi003 ceph-mon[96088]: 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-08T05:44:52.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:52.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:53.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:53.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:53 smithi094 ceph-mon[112176]: 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-08T05:44:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:53 smithi003 ceph-mon[96088]: 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-08T05:44:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:54.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:54.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:55.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:55.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:55 smithi094 ceph-mon[112176]: 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-08T05:44:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:55 smithi003 ceph-mon[96088]: 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-08T05:44:56.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:56.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:57.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:57.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:57 smithi094 ceph-mon[112176]: 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-08T05:44:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:57 smithi003 ceph-mon[96088]: 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-08T05:44:58.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:58.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:59.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:44:59.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:44:59 smithi094 ceph-mon[112176]: 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-08T05:45:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:44:59 smithi003 ceph-mon[96088]: 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-08T05:45:00.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:00.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:01.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:01.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:01 smithi094 ceph-mon[112176]: 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-08T05:45:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:01 smithi003 ceph-mon[96088]: 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-08T05:45:02.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:02.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:03.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:03.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:03 smithi094 ceph-mon[112176]: 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-08T05:45:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:03 smithi003 ceph-mon[96088]: 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-08T05:45:04.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:04.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:05.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:05.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:05 smithi094 ceph-mon[112176]: 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-08T05:45:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:05 smithi003 ceph-mon[96088]: 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-08T05:45:06.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:06.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:07.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:07.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:07 smithi094 ceph-mon[112176]: 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-08T05:45:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:07 smithi003 ceph-mon[96088]: 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-08T05:45:08.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:08.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:09.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:09.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:09 smithi094 ceph-mon[112176]: 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-08T05:45:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:09 smithi003 ceph-mon[96088]: 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-08T05:45:10.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:10.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:11.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:11.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:11 smithi094 ceph-mon[112176]: 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-08T05:45:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:11 smithi003 ceph-mon[96088]: 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-08T05:45:12.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:12.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:13.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:13.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:13 smithi094 ceph-mon[112176]: 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-08T05:45:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:13 smithi003 ceph-mon[96088]: 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-08T05:45:14.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:14.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:15.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:15.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:15 smithi094 ceph-mon[112176]: 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-08T05:45:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:15 smithi003 ceph-mon[96088]: 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-08T05:45:16.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:16.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:17.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:17.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:17 smithi094 ceph-mon[112176]: 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-08T05:45:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:17 smithi003 ceph-mon[96088]: 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-08T05:45:18.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:18.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:19.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:19.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:19 smithi003 ceph-mon[96088]: 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-08T05:45:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:19 smithi094 ceph-mon[112176]: 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-08T05:45:20.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:20.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:21 smithi094 ceph-mon[112176]: 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-08T05:45:21.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:21.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:21.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:21 smithi003 ceph-mon[96088]: 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-08T05:45:22.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:22.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:23.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:23.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:23 smithi094 ceph-mon[112176]: 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-08T05:45:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:23 smithi003 ceph-mon[96088]: 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-08T05:45:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:24.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:24.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:25.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:25.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:25 smithi094 ceph-mon[112176]: 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-08T05:45:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:25 smithi003 ceph-mon[96088]: 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-08T05:45:26.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:26.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:27.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:27.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:27 smithi094 ceph-mon[112176]: 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-08T05:45:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:27 smithi003 ceph-mon[96088]: 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-08T05:45:28.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:28.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:29.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:29.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:29 smithi094 ceph-mon[112176]: 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-08T05:45:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:29 smithi003 ceph-mon[96088]: 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-08T05:45:30.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:30.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:31 smithi094 ceph-mon[112176]: 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-08T05:45:31.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:31.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:31 smithi003 ceph-mon[96088]: 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-08T05:45:32.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:32.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:33.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:33.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:33 smithi094 ceph-mon[112176]: 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-08T05:45:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:33 smithi003 ceph-mon[96088]: 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-08T05:45:34.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:34.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:35.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:35.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:35 smithi094 ceph-mon[112176]: 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-08T05:45:36.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:35 smithi003 ceph-mon[96088]: 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-08T05:45:36.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:36.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:37.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:37.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:37 smithi094 ceph-mon[112176]: 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-08T05:45:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:37 smithi003 ceph-mon[96088]: 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-08T05:45:38.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:38.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:39.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:39.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:39 smithi003 ceph-mon[96088]: 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-08T05:45:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:39 smithi094 ceph-mon[112176]: 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-08T05:45:40.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:40.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:41 smithi094 ceph-mon[112176]: 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-08T05:45:41.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:41.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:41 smithi003 ceph-mon[96088]: 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-08T05:45:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:45:42.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:42.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:45:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:43 smithi094 ceph-mon[112176]: 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-08T05:45:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:45:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:45:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:45:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:45:43.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:45:43.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:43.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:43 smithi003 ceph-mon[96088]: 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-08T05:45:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:45:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:45:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:45:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:45:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:45:44.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:44.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:45.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:45.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:45 smithi094 ceph-mon[112176]: 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-08T05:45:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:45 smithi003 ceph-mon[96088]: 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-08T05:45:46.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:46.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:47.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:47.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:47 smithi094 ceph-mon[112176]: 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-08T05:45:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:47 smithi003 ceph-mon[96088]: 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-08T05:45:48.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:48.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:49.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:49.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:49 smithi003 ceph-mon[96088]: 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-08T05:45:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:49 smithi094 ceph-mon[112176]: 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-08T05:45:50.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:50.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:51 smithi094 ceph-mon[112176]: 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-08T05:45:51.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:51.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:51 smithi003 ceph-mon[96088]: 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-08T05:45:52.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:52.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:53.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:53.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:53 smithi094 ceph-mon[112176]: 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-08T05:45:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:53 smithi003 ceph-mon[96088]: 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-08T05:45:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:54.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:54.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:55.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:55.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:55 smithi003 ceph-mon[96088]: 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-08T05:45:56.377 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:55 smithi094 ceph-mon[112176]: 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-08T05:45:56.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:56.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:57.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:57.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:57 smithi003 ceph-mon[96088]: 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-08T05:45:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:57 smithi094 ceph-mon[112176]: 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-08T05:45:58.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:58.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:59.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:45:59.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:45:59 smithi003 ceph-mon[96088]: 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-08T05:46:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:45:59 smithi094 ceph-mon[112176]: 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-08T05:46:00.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:00.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:01 smithi094 ceph-mon[112176]: 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-08T05:46:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:01 smithi003 ceph-mon[96088]: 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-08T05:46:01.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:01.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:02.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:02.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:03.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:03.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:03 smithi003 ceph-mon[96088]: 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-08T05:46:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:03 smithi094 ceph-mon[112176]: 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-08T05:46:04.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:04.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:05.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:05.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:05 smithi003 ceph-mon[96088]: 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-08T05:46:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:05 smithi094 ceph-mon[112176]: 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-08T05:46:06.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:06.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:07.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:07.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:07 smithi003 ceph-mon[96088]: 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-08T05:46:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:07 smithi094 ceph-mon[112176]: 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-08T05:46:09.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:09.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:10.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:10.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:09 smithi003 ceph-mon[96088]: 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-08T05:46:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:09 smithi094 ceph-mon[112176]: 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-08T05:46:11.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:11.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:11 smithi094 ceph-mon[112176]: 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-08T05:46:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:11 smithi003 ceph-mon[96088]: 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-08T05:46:12.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:12.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:13.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:13.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:14.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:14.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:13 smithi003 ceph-mon[96088]: 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-08T05:46:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:13 smithi094 ceph-mon[112176]: 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-08T05:46:15.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:15.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:16.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:16.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:15 smithi003 ceph-mon[96088]: 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-08T05:46:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:15 smithi094 ceph-mon[112176]: 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-08T05:46:17.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:17.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:18.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:18.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:17 smithi003 ceph-mon[96088]: 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-08T05:46:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:17 smithi094 ceph-mon[112176]: 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-08T05:46:19.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:19.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:20.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:20.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:19 smithi003 ceph-mon[96088]: 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-08T05:46:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:19 smithi094 ceph-mon[112176]: 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-08T05:46:21.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:21.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:21 smithi094 ceph-mon[112176]: 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-08T05:46:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:21 smithi003 ceph-mon[96088]: 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-08T05:46:22.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:22.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:23.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:23.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:24.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:24.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:23 smithi003 ceph-mon[96088]: 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-08T05:46:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:23 smithi094 ceph-mon[112176]: 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-08T05:46:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:25.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:25.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:26.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:26.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:25 smithi003 ceph-mon[96088]: 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-08T05:46:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:25 smithi094 ceph-mon[112176]: 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-08T05:46:27.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:27.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:28.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:28.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:27 smithi003 ceph-mon[96088]: 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-08T05:46:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:27 smithi094 ceph-mon[112176]: 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-08T05:46:29.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:29.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:30.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:30.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:29 smithi003 ceph-mon[96088]: 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-08T05:46:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:29 smithi094 ceph-mon[112176]: 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-08T05:46:31.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:31.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:31 smithi094 ceph-mon[112176]: 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-08T05:46:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:31 smithi003 ceph-mon[96088]: 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-08T05:46:32.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:32.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:33.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:33.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:34.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:34.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:33 smithi003 ceph-mon[96088]: 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-08T05:46:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:33 smithi094 ceph-mon[112176]: 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-08T05:46:35.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:35.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:36.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:36.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:35 smithi003 ceph-mon[96088]: 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-08T05:46:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:35 smithi094 ceph-mon[112176]: 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-08T05:46:37.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:37.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:38.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:38.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:37 smithi003 ceph-mon[96088]: 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-08T05:46:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:37 smithi094 ceph-mon[112176]: 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-08T05:46:39.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:39.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:40.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:40.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:39 smithi003 ceph-mon[96088]: 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-08T05:46:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:39 smithi094 ceph-mon[112176]: 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-08T05:46:41.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:41.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:41.851 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:41 smithi094 ceph-mon[112176]: 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-08T05:46:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:41 smithi003 ceph-mon[96088]: 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-08T05:46:42.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:42.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:43.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:43.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:44.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:44.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:43 smithi003 ceph-mon[96088]: 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-08T05:46:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:46:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:46:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:46:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:46:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:46:44.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:46:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:43 smithi094 ceph-mon[112176]: 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-08T05:46:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:46:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:46:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:46:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:46:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:46:44.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:46:45.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:45.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:46.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:46.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:45 smithi003 ceph-mon[96088]: 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-08T05:46:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:45 smithi094 ceph-mon[112176]: 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-08T05:46:47.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:47.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:48.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:48.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:47 smithi003 ceph-mon[96088]: 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-08T05:46:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:47 smithi094 ceph-mon[112176]: 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-08T05:46:49.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:49.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:50.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:50.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:49 smithi003 ceph-mon[96088]: 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-08T05:46:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:49 smithi094 ceph-mon[112176]: 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-08T05:46:51.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:51.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:51 smithi094 ceph-mon[112176]: 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-08T05:46:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:51 smithi003 ceph-mon[96088]: 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-08T05:46:52.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:52.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:53.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:53.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:54.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:54.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:53 smithi003 ceph-mon[96088]: 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-08T05:46:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:53 smithi094 ceph-mon[112176]: 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-08T05:46:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:55.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:55.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:56.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:56.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:55 smithi003 ceph-mon[96088]: 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-08T05:46:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:55 smithi094 ceph-mon[112176]: 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-08T05:46:57.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:57.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:58.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:58.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:57 smithi003 ceph-mon[96088]: 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-08T05:46:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:57 smithi094 ceph-mon[112176]: 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-08T05:46:59.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:46:59.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:00.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:00.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:46:59 smithi003 ceph-mon[96088]: 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-08T05:47:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:46:59 smithi094 ceph-mon[112176]: 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-08T05:47:01.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:01.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:01.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:01 smithi094 ceph-mon[112176]: 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-08T05:47:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:01 smithi003 ceph-mon[96088]: 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-08T05:47:02.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:02.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:03.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:03.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:04.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:04.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:03 smithi003 ceph-mon[96088]: 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-08T05:47:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:03 smithi094 ceph-mon[112176]: 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-08T05:47:05.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:05.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:06.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:06.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:05 smithi003 ceph-mon[96088]: 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-08T05:47:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:05 smithi094 ceph-mon[112176]: 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-08T05:47:07.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:07.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:08.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:08.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:07 smithi003 ceph-mon[96088]: 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-08T05:47:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:07 smithi094 ceph-mon[112176]: 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-08T05:47:09.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:09.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:10.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:10.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:09 smithi003 ceph-mon[96088]: 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-08T05:47:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:09 smithi094 ceph-mon[112176]: 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-08T05:47:11.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:11.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:11 smithi094 ceph-mon[112176]: 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-08T05:47:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:11 smithi003 ceph-mon[96088]: 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-08T05:47:12.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:12.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:13.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:13.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:14.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:14.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:13 smithi003 ceph-mon[96088]: 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-08T05:47:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:13 smithi094 ceph-mon[112176]: 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-08T05:47:15.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:15.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:16.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:16.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:15 smithi003 ceph-mon[96088]: 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-08T05:47:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:15 smithi094 ceph-mon[112176]: 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-08T05:47:17.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:17.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:18.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:18.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:17 smithi003 ceph-mon[96088]: 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-08T05:47:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:17 smithi094 ceph-mon[112176]: 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-08T05:47:19.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:19.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:20.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:20.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:19 smithi003 ceph-mon[96088]: 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-08T05:47:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:19 smithi094 ceph-mon[112176]: 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-08T05:47:21.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:21.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:21 smithi094 ceph-mon[112176]: 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-08T05:47:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:21 smithi003 ceph-mon[96088]: 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-08T05:47:22.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:22.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:23.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:23.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:24.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:24.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:23 smithi003 ceph-mon[96088]: 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-08T05:47:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:23 smithi094 ceph-mon[112176]: 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-08T05:47:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:25.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:25.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:26.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:26.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:25 smithi003 ceph-mon[96088]: 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-08T05:47:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:25 smithi094 ceph-mon[112176]: 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-08T05:47:27.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:27.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:28.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:28.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:27 smithi003 ceph-mon[96088]: 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-08T05:47:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:27 smithi094 ceph-mon[112176]: 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-08T05:47:29.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:29.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:30.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:30.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:29 smithi003 ceph-mon[96088]: 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-08T05:47:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:29 smithi094 ceph-mon[112176]: 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-08T05:47:31.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:31.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:31 smithi094 ceph-mon[112176]: 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-08T05:47:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:31 smithi003 ceph-mon[96088]: 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-08T05:47:32.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:32.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:33.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:33.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:34.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:34.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:33 smithi003 ceph-mon[96088]: 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-08T05:47:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:33 smithi094 ceph-mon[112176]: 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-08T05:47:35.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:35.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:36.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:36.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:35 smithi003 ceph-mon[96088]: 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-08T05:47:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:35 smithi094 ceph-mon[112176]: 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-08T05:47:37.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:37.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:38.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:38.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:37 smithi003 ceph-mon[96088]: 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-08T05:47:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:37 smithi094 ceph-mon[112176]: 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-08T05:47:39.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:39.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:40.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:40.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:39 smithi003 ceph-mon[96088]: 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-08T05:47:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:39 smithi094 ceph-mon[112176]: 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-08T05:47:41.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:41.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:41 smithi003 ceph-mon[96088]: 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-08T05:47:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:41 smithi094 ceph-mon[112176]: 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-08T05:47:42.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:42.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:43.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:43.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:44.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:44.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:43 smithi003 ceph-mon[96088]: 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-08T05:47:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:47:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:43 smithi094 ceph-mon[112176]: 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-08T05:47:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:47:45.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:45.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:46.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:46.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:45 smithi003 ceph-mon[96088]: 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-08T05:47:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:45 smithi094 ceph-mon[112176]: 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-08T05:47:47.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:47.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:47:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:47:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:47 smithi094 ceph-mon[112176]: 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-08T05:47:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:47:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:47:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:47:47.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:47:47.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:47:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:47:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:47:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:47 smithi003 ceph-mon[96088]: 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-08T05:47:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:47:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:47:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:47:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:47:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:47:48.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:48.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:49.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:49.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:50.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:50.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:49 smithi003 ceph-mon[96088]: 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-08T05:47:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:49 smithi094 ceph-mon[112176]: 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-08T05:47:51.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:51.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:51 smithi003 ceph-mon[96088]: 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-08T05:47:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:51 smithi094 ceph-mon[112176]: 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-08T05:47:52.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:52.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:53.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:53.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:54.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:54.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:53 smithi003 ceph-mon[96088]: 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-08T05:47:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:53 smithi094 ceph-mon[112176]: 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-08T05:47:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:55.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:55.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:56.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:56.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:55 smithi003 ceph-mon[96088]: 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-08T05:47:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:55 smithi094 ceph-mon[112176]: 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-08T05:47:57.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:57.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:58.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:58.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:57 smithi003 ceph-mon[96088]: 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-08T05:47:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:57 smithi094 ceph-mon[112176]: 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-08T05:47:59.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:47:59.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:00.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:00.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:00.307 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:47:59 smithi003 ceph-mon[96088]: 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-08T05:48:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:47:59 smithi094 ceph-mon[112176]: 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-08T05:48:01.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:01.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:01 smithi094 ceph-mon[112176]: 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-08T05:48:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:01 smithi003 ceph-mon[96088]: 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-08T05:48:02.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:02.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:03.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:03.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:04.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:04.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:03 smithi003 ceph-mon[96088]: 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-08T05:48:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:03 smithi094 ceph-mon[112176]: 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-08T05:48:05.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:05.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:06.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:06.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:05 smithi003 ceph-mon[96088]: 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-08T05:48:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:05 smithi094 ceph-mon[112176]: 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-08T05:48:07.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:07.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:07 smithi094 ceph-mon[112176]: 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-08T05:48:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:08.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:08.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:07 smithi003 ceph-mon[96088]: 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-08T05:48:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:09.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:09.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:10.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:10.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:09 smithi003 ceph-mon[96088]: 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-08T05:48:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:09 smithi094 ceph-mon[112176]: 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-08T05:48:11.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:11.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:11 smithi094 ceph-mon[112176]: 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-08T05:48:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:11 smithi003 ceph-mon[96088]: 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-08T05:48:12.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:12.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:13.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:13.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:14.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:14.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:13 smithi003 ceph-mon[96088]: 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-08T05:48:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:13 smithi094 ceph-mon[112176]: 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-08T05:48:15.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:15.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:16.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:16.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:15 smithi003 ceph-mon[96088]: 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-08T05:48:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:15 smithi094 ceph-mon[112176]: 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-08T05:48:17.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:17.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:17 smithi094 ceph-mon[112176]: 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-08T05:48:18.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:18.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:17 smithi003 ceph-mon[96088]: 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-08T05:48:19.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:19.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:20.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:20.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:19 smithi003 ceph-mon[96088]: 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-08T05:48:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:19 smithi094 ceph-mon[112176]: 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-08T05:48:21.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:21.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:21 smithi094 ceph-mon[112176]: 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-08T05:48:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:21 smithi003 ceph-mon[96088]: 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-08T05:48:22.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:22.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:23.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:23.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:24.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:24.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:24 smithi094 ceph-mon[112176]: 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-08T05:48:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:24 smithi003 ceph-mon[96088]: 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-08T05:48:25.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:25.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:26.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:26.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:26 smithi094 ceph-mon[112176]: 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-08T05:48:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:26 smithi003 ceph-mon[96088]: 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-08T05:48:27.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:27.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:28.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:28.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:28 smithi003 ceph-mon[96088]: 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-08T05:48:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:28 smithi094 ceph-mon[112176]: 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-08T05:48:29.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:29.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:30.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:30.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:30 smithi094 ceph-mon[112176]: 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-08T05:48:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:30 smithi003 ceph-mon[96088]: 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-08T05:48:31.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:31.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:31.889 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:31 smithi003 ceph-mon[96088]: 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-08T05:48:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:31 smithi094 ceph-mon[112176]: 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-08T05:48:32.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:32.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:33.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:33.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:33 smithi003 ceph-mon[96088]: 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-08T05:48:34.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:34.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:33 smithi094 ceph-mon[112176]: 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-08T05:48:35.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:35.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:35 smithi003 ceph-mon[96088]: 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-08T05:48:36.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:36.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:35 smithi094 ceph-mon[112176]: 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-08T05:48:37.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:37.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:38.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:37 smithi003 ceph-mon[96088]: 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-08T05:48:38.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:38.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:38.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:37 smithi094 ceph-mon[112176]: 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-08T05:48:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:39.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:39.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:39 smithi003 ceph-mon[96088]: 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-08T05:48:40.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:40.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:39 smithi094 ceph-mon[112176]: 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-08T05:48:41.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:41.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:41 smithi094 ceph-mon[112176]: 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-08T05:48:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:41 smithi003 ceph-mon[96088]: 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-08T05:48:42.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:42.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:43.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:43.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:43 smithi003 ceph-mon[96088]: 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-08T05:48:44.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:44.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:43 smithi094 ceph-mon[112176]: 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-08T05:48:45.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:45.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:45 smithi003 ceph-mon[96088]: 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-08T05:48:46.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:46.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:45 smithi094 ceph-mon[112176]: 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-08T05:48:47.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:47.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:47 smithi003 ceph-mon[96088]: 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-08T05:48:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:48:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:48:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:48:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:48:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:48:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:48:48.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:48.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:47 smithi094 ceph-mon[112176]: 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-08T05:48:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:48:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:48:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:48:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:48:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:48:48.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:48:49.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:49.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:49 smithi003 ceph-mon[96088]: 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-08T05:48:50.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:50.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:49 smithi094 ceph-mon[112176]: 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-08T05:48:51.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:51.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:51 smithi094 ceph-mon[112176]: 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-08T05:48:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:51 smithi003 ceph-mon[96088]: 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-08T05:48:52.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:52.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:53.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:53.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:54.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:54.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:54 smithi094 ceph-mon[112176]: 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-08T05:48:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:54 smithi003 ceph-mon[96088]: 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-08T05:48:55.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:55.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:56.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:56.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:56 smithi094 ceph-mon[112176]: 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-08T05:48:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:56 smithi003 ceph-mon[96088]: 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-08T05:48:57.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:57.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:48:58 smithi003 ceph-mon[96088]: 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-08T05:48:58.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:58.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:48:58 smithi094 ceph-mon[112176]: 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-08T05:48:59.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:48:59.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:00.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:00.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:00 smithi094 ceph-mon[112176]: 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-08T05:49:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:00 smithi003 ceph-mon[96088]: 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-08T05:49:01.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:01.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:01 smithi094 ceph-mon[112176]: 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-08T05:49:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:01 smithi003 ceph-mon[96088]: 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-08T05:49:02.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:02.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:03.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:03.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:03 smithi003 ceph-mon[96088]: 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-08T05:49:04.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:04.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:03 smithi094 ceph-mon[112176]: 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-08T05:49:05.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:05.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:05 smithi003 ceph-mon[96088]: 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-08T05:49:06.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:06.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:05 smithi094 ceph-mon[112176]: 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-08T05:49:07.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:07.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:07 smithi003 ceph-mon[96088]: 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-08T05:49:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:08.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:08.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:08.364 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:07 smithi094 ceph-mon[112176]: 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-08T05:49:08.365 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:09.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:09.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:09 smithi003 ceph-mon[96088]: 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-08T05:49:10.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:10.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:09 smithi094 ceph-mon[112176]: 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-08T05:49:11.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:11.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:11 smithi094 ceph-mon[112176]: 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-08T05:49:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:11 smithi003 ceph-mon[96088]: 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-08T05:49:12.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:12.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:13.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:13.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:13 smithi003 ceph-mon[96088]: 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-08T05:49:14.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:14.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:13 smithi094 ceph-mon[112176]: 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-08T05:49:15.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:15.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:15 smithi003 ceph-mon[96088]: 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-08T05:49:16.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:16.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:15 smithi094 ceph-mon[112176]: 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-08T05:49:17.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:17.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:18.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:17 smithi003 ceph-mon[96088]: 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-08T05:49:18.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:18.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:17 smithi094 ceph-mon[112176]: 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-08T05:49:19.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:19.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:20.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:20.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:19 smithi094 ceph-mon[112176]: 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-08T05:49:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:19 smithi003 ceph-mon[96088]: 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-08T05:49:21.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:21.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:21 smithi094 ceph-mon[112176]: 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-08T05:49:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:21 smithi003 ceph-mon[96088]: 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-08T05:49:22.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:22.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:23.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:23.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:24.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:24.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:24 smithi094 ceph-mon[112176]: 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-08T05:49:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:24 smithi003 ceph-mon[96088]: 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-08T05:49:25.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:25.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:26.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:26.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:26 smithi094 ceph-mon[112176]: 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-08T05:49:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:26 smithi003 ceph-mon[96088]: 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-08T05:49:27.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:27.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:28 smithi003 ceph-mon[96088]: 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-08T05:49:28.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:28.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:28.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:28 smithi094 ceph-mon[112176]: 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-08T05:49:29.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:29.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:30.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:30.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:30 smithi094 ceph-mon[112176]: 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-08T05:49:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:30 smithi003 ceph-mon[96088]: 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-08T05:49:31.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:31.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:31.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:31 smithi094 ceph-mon[112176]: 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-08T05:49:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:31 smithi003 ceph-mon[96088]: 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-08T05:49:32.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:32.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:33.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:33.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:33 smithi003 ceph-mon[96088]: 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-08T05:49:34.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:34.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:33 smithi094 ceph-mon[112176]: 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-08T05:49:35.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:35.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:36.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:36.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:35 smithi094 ceph-mon[112176]: 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-08T05:49:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:35 smithi003 ceph-mon[96088]: 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-08T05:49:37.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:37.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:38.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:38.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:37 smithi094 ceph-mon[112176]: 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-08T05:49:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:37 smithi003 ceph-mon[96088]: 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-08T05:49:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:39.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:39.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:40.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:40.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:39 smithi094 ceph-mon[112176]: 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-08T05:49:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:39 smithi003 ceph-mon[96088]: 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-08T05:49:41.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:44.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:44.142 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:41 smithi094 ceph-mon[112176]: 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-08T05:49:44.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:41 smithi003 ceph-mon[96088]: 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-08T05:49:44.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:44.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:44.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:44.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:44.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:44.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:44.609 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:43 smithi094 ceph-mon[112176]: 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-08T05:49:44.609 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:43 smithi003 ceph-mon[96088]: 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-08T05:49:45.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:45.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:46.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:46.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:45 smithi094 ceph-mon[112176]: 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-08T05:49:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:45 smithi003 ceph-mon[96088]: 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-08T05:49:47.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:47.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:47 smithi003 ceph-mon[96088]: 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-08T05:49:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:49:48.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:48.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:47 smithi094 ceph-mon[112176]: 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-08T05:49:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:49:49.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:49.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:50.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:50.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:49 smithi094 ceph-mon[112176]: 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-08T05:49:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:49 smithi003 ceph-mon[96088]: 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-08T05:49:51.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:51.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:51 smithi094 ceph-mon[112176]: 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-08T05:49:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:51 smithi003 ceph-mon[96088]: 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-08T05:49:52.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:52.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:53.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:53.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:49:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:49:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: 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-08T05:49:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:49:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:49:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:49:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:49:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:49:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:49:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:49:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: 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-08T05:49:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:49:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:49:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:49:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:49:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:49:54.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:54.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:55.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:55.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:56.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:56.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:55 smithi094 ceph-mon[112176]: 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-08T05:49:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:55 smithi003 ceph-mon[96088]: 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-08T05:49:57.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:57.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:57 smithi003 ceph-mon[96088]: 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-08T05:49:58.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:58.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:57 smithi094 ceph-mon[112176]: 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-08T05:49:59.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:49:59.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:00.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:00.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:49:59 smithi094 ceph-mon[112176]: 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-08T05:50:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:49:59 smithi003 ceph-mon[96088]: 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-08T05:50:01.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:01.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:01 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T05:50:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:01 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T05:50:02.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:02.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:02 smithi094 ceph-mon[112176]: 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-08T05:50:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:02 smithi003 ceph-mon[96088]: 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-08T05:50:03.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:03.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:04.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:04.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:04 smithi094 ceph-mon[112176]: 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-08T05:50:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:04 smithi003 ceph-mon[96088]: 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-08T05:50:05.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:05.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:06.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:06.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:06 smithi094 ceph-mon[112176]: 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-08T05:50:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:06 smithi003 ceph-mon[96088]: 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-08T05:50:07.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:07.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:08 smithi003 ceph-mon[96088]: 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-08T05:50:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:08.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:08.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:08 smithi094 ceph-mon[112176]: 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-08T05:50:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:09.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:09.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:10.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:10.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:10 smithi094 ceph-mon[112176]: 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-08T05:50:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:10 smithi003 ceph-mon[96088]: 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-08T05:50:11.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:11.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:11 smithi094 ceph-mon[112176]: 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-08T05:50:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:11 smithi003 ceph-mon[96088]: 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-08T05:50:12.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:12.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:13.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:13.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:14.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:14.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:13 smithi094 ceph-mon[112176]: 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-08T05:50:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:13 smithi003 ceph-mon[96088]: 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-08T05:50:15.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:15.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:16.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:16.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:16 smithi094 ceph-mon[112176]: 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-08T05:50:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:15 smithi003 ceph-mon[96088]: 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-08T05:50:17.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:17.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:18 smithi003 ceph-mon[96088]: 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-08T05:50:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:18 smithi094 ceph-mon[112176]: 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-08T05:50:18.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:18.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:19.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:19.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:20 smithi094 ceph-mon[112176]: 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-08T05:50:20.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:20.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:20 smithi003 ceph-mon[96088]: 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-08T05:50:21.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:21.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:21 smithi094 ceph-mon[112176]: 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-08T05:50:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:21 smithi003 ceph-mon[96088]: 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-08T05:50:22.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:22.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:23.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:23.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:23.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:24 smithi094 ceph-mon[112176]: 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-08T05:50:24.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:24.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:24 smithi003 ceph-mon[96088]: 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-08T05:50:25.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:25.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:26 smithi094 ceph-mon[112176]: 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-08T05:50:26.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:26.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:26 smithi003 ceph-mon[96088]: 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-08T05:50:27.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:27.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:28.207 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:28 smithi003 ceph-mon[96088]: 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-08T05:50:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:28 smithi094 ceph-mon[112176]: 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-08T05:50:28.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:28.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:29.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:29.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:30 smithi094 ceph-mon[112176]: 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-08T05:50:30.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:30.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:30 smithi003 ceph-mon[96088]: 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-08T05:50:31.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:31.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:31.833 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:31 smithi094 ceph-mon[112176]: 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-08T05:50:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:31 smithi003 ceph-mon[96088]: 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-08T05:50:32.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:32.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:33.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:33.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:34 smithi094 ceph-mon[112176]: 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-08T05:50:34.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:34.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:34 smithi003 ceph-mon[96088]: 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-08T05:50:35.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:35.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:36 smithi094 ceph-mon[112176]: 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-08T05:50:36.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:36.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:36 smithi003 ceph-mon[96088]: 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-08T05:50:37.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:37.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:38 smithi003 ceph-mon[96088]: 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-08T05:50:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:38 smithi094 ceph-mon[112176]: 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-08T05:50:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:38.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:38.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:39.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:39.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:40 smithi094 ceph-mon[112176]: 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-08T05:50:40.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:40.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:40 smithi003 ceph-mon[96088]: 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-08T05:50:41.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:41.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:41 smithi094 ceph-mon[112176]: 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-08T05:50:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:41 smithi003 ceph-mon[96088]: 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-08T05:50:42.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:42.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:43.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:43.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:44.355 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:44 smithi094 ceph-mon[112176]: 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-08T05:50:44.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:44.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:44 smithi003 ceph-mon[96088]: 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-08T05:50:45.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:45.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:46 smithi094 ceph-mon[112176]: 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-08T05:50:46.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:46.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:46 smithi003 ceph-mon[96088]: 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-08T05:50:47.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:47.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:48 smithi003 ceph-mon[96088]: 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-08T05:50:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:48 smithi094 ceph-mon[112176]: 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-08T05:50:48.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:48.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:49.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:49.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:50 smithi094 ceph-mon[112176]: 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-08T05:50:50.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:50.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:50 smithi003 ceph-mon[96088]: 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-08T05:50:51.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:51.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:51.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:51 smithi094 ceph-mon[112176]: 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-08T05:50:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:51 smithi003 ceph-mon[96088]: 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-08T05:50:52.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:52.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:53.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:53.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:54 smithi094 ceph-mon[112176]: 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-08T05:50:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:50:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:50:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:50:54.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:54.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:54 smithi003 ceph-mon[96088]: 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-08T05:50:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:50:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:50:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:50:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:50:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:50:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:50:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:50:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:50:55.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:55.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:50:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:50:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:50:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:50:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:50:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:56 smithi094 ceph-mon[112176]: 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-08T05:50:56.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:56.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:56 smithi003 ceph-mon[96088]: 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-08T05:50:57.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:57.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:50:58 smithi003 ceph-mon[96088]: 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-08T05:50:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:50:58 smithi094 ceph-mon[112176]: 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-08T05:50:58.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:58.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:59.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:50:59.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:00 smithi094 ceph-mon[112176]: 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-08T05:51:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:00 smithi003 ceph-mon[96088]: 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-08T05:51:00.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:00.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:01.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:01.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:01 smithi094 ceph-mon[112176]: 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-08T05:51:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:01 smithi003 ceph-mon[96088]: 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-08T05:51:02.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:02.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:03.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:03.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:04 smithi094 ceph-mon[112176]: 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-08T05:51:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:04 smithi003 ceph-mon[96088]: 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-08T05:51:04.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:04.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:05.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:05.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:06 smithi094 ceph-mon[112176]: 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-08T05:51:06.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:06 smithi003 ceph-mon[96088]: 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-08T05:51:06.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:06.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:07.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:07.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:08 smithi003 ceph-mon[96088]: 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-08T05:51:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:08 smithi094 ceph-mon[112176]: 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-08T05:51:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:08.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:08.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:09.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:09.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:10 smithi094 ceph-mon[112176]: 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-08T05:51:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:10 smithi003 ceph-mon[96088]: 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-08T05:51:10.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:10.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:11.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:11.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:11 smithi094 ceph-mon[112176]: 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-08T05:51:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:11 smithi003 ceph-mon[96088]: 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-08T05:51:12.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:12.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:14 smithi094 ceph-mon[112176]: 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-08T05:51:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:14 smithi003 ceph-mon[96088]: 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-08T05:51:14.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:14.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:15.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:15.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:16 smithi094 ceph-mon[112176]: 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-08T05:51:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:16 smithi003 ceph-mon[96088]: 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-08T05:51:16.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:16.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:17.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:17.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:18 smithi003 ceph-mon[96088]: 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-08T05:51:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:18 smithi094 ceph-mon[112176]: 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-08T05:51:18.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:18.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:19.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:19.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:20 smithi094 ceph-mon[112176]: 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-08T05:51:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:20 smithi003 ceph-mon[96088]: 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-08T05:51:20.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:20.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:21.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:21.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:21 smithi094 ceph-mon[112176]: 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-08T05:51:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:21 smithi003 ceph-mon[96088]: 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-08T05:51:22.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:22.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:23.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:23.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:24 smithi003 ceph-mon[96088]: 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-08T05:51:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:24 smithi094 ceph-mon[112176]: 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-08T05:51:24.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:24.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:25.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:25.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:26 smithi094 ceph-mon[112176]: 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-08T05:51:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:26 smithi003 ceph-mon[96088]: 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-08T05:51:26.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:26.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:27.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:27.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:28 smithi003 ceph-mon[96088]: 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-08T05:51:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:28 smithi094 ceph-mon[112176]: 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-08T05:51:28.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:28.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:29.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:29.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:30 smithi094 ceph-mon[112176]: 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-08T05:51:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:30 smithi003 ceph-mon[96088]: 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-08T05:51:30.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:30.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:31.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:31.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:31 smithi094 ceph-mon[112176]: 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-08T05:51:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:31 smithi003 ceph-mon[96088]: 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-08T05:51:32.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:32.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:33.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:33.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:34 smithi003 ceph-mon[96088]: 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-08T05:51:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:34 smithi094 ceph-mon[112176]: 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-08T05:51:34.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:34.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:35.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:35.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:36 smithi094 ceph-mon[112176]: 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-08T05:51:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:36 smithi003 ceph-mon[96088]: 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-08T05:51:36.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:36.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:37.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:37.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:38 smithi003 ceph-mon[96088]: 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-08T05:51:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:38 smithi094 ceph-mon[112176]: 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-08T05:51:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:38.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:38.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:39.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:39.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:40 smithi094 ceph-mon[112176]: 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-08T05:51:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:40 smithi003 ceph-mon[96088]: 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-08T05:51:40.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:40.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:41.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:41.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:41 smithi094 ceph-mon[112176]: 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-08T05:51:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:41 smithi003 ceph-mon[96088]: 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-08T05:51:42.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:42.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:43.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:43.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:44 smithi094 ceph-mon[112176]: 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-08T05:51:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:44 smithi003 ceph-mon[96088]: 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-08T05:51:44.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:44.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:45.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:45.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:46 smithi094 ceph-mon[112176]: 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-08T05:51:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:46 smithi003 ceph-mon[96088]: 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-08T05:51:46.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:46.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:47.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:47.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:48 smithi003 ceph-mon[96088]: 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-08T05:51:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:48 smithi094 ceph-mon[112176]: 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-08T05:51:48.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:48.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:49.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:49.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:50 smithi094 ceph-mon[112176]: 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-08T05:51:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:50 smithi003 ceph-mon[96088]: 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-08T05:51:50.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:50.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:51.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:51.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:51 smithi094 ceph-mon[112176]: 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-08T05:51:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:51 smithi003 ceph-mon[96088]: 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-08T05:51:52.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:52.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:53.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:53.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:54 smithi094 ceph-mon[112176]: 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-08T05:51:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:54 smithi003 ceph-mon[96088]: 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-08T05:51:54.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:54.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:51:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:51:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:51:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:51:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:51:55.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:51:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:51:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:51:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:51:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:51:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:51:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:51:55.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:55.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:56 smithi094 ceph-mon[112176]: 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-08T05:51:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:56 smithi003 ceph-mon[96088]: 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-08T05:51:56.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:56.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:57.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:57.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:51:58 smithi003 ceph-mon[96088]: 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-08T05:51:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:51:58 smithi094 ceph-mon[112176]: 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-08T05:51:58.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:58.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:59.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:51:59.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:00 smithi094 ceph-mon[112176]: 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-08T05:52:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:00 smithi003 ceph-mon[96088]: 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-08T05:52:00.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:00.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:01.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:01.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:01 smithi094 ceph-mon[112176]: 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-08T05:52:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:01 smithi003 ceph-mon[96088]: 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-08T05:52:02.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:02.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:03.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:03.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:04.299 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:04 smithi003 ceph-mon[96088]: 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-08T05:52:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:04 smithi094 ceph-mon[112176]: 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-08T05:52:04.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:04.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:05.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:05.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:06 smithi094 ceph-mon[112176]: 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-08T05:52:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:06 smithi003 ceph-mon[96088]: 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-08T05:52:06.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:06.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:07.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:07.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:08 smithi003 ceph-mon[96088]: 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-08T05:52:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:08 smithi094 ceph-mon[112176]: 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-08T05:52:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:08.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:08.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:09.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:09.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:10 smithi094 ceph-mon[112176]: 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-08T05:52:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:10 smithi003 ceph-mon[96088]: 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-08T05:52:10.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:10.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:11.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:11.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:11 smithi094 ceph-mon[112176]: 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-08T05:52:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:11 smithi003 ceph-mon[96088]: 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-08T05:52:12.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:12.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:13.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:13.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:14.412 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:14 smithi003 ceph-mon[96088]: 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-08T05:52:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:14 smithi094 ceph-mon[112176]: 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-08T05:52:14.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:14.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:15.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:15.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:16 smithi094 ceph-mon[112176]: 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-08T05:52:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:16 smithi003 ceph-mon[96088]: 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-08T05:52:16.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:16.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:17.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:17.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:18 smithi003 ceph-mon[96088]: 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-08T05:52:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:18 smithi094 ceph-mon[112176]: 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-08T05:52:18.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:18.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:19.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:19.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:20.338 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:20 smithi094 ceph-mon[112176]: 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-08T05:52:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:20 smithi003 ceph-mon[96088]: 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-08T05:52:20.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:20.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:21.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:21.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:21 smithi094 ceph-mon[112176]: 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-08T05:52:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:21 smithi003 ceph-mon[96088]: 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-08T05:52:22.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:22.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:23.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:23.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:24 smithi094 ceph-mon[112176]: 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-08T05:52:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:24 smithi003 ceph-mon[96088]: 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-08T05:52:24.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:24.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:25.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:25.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:26 smithi094 ceph-mon[112176]: 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-08T05:52:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:26 smithi003 ceph-mon[96088]: 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-08T05:52:26.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:26.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:27.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:27.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:28 smithi003 ceph-mon[96088]: 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-08T05:52:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:28 smithi094 ceph-mon[112176]: 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-08T05:52:28.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:28.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:29.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:29.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:30 smithi094 ceph-mon[112176]: 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-08T05:52:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:30 smithi003 ceph-mon[96088]: 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-08T05:52:30.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:30.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:31.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:31.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:31 smithi094 ceph-mon[112176]: 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-08T05:52:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:31 smithi003 ceph-mon[96088]: 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-08T05:52:32.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:32.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:33.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:33.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:34.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:34 smithi094 ceph-mon[112176]: 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-08T05:52:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:34 smithi003 ceph-mon[96088]: 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-08T05:52:34.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:34.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:35.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:35.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:36 smithi094 ceph-mon[112176]: 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-08T05:52:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:36 smithi003 ceph-mon[96088]: 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-08T05:52:36.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:36.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:37.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:37.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:38 smithi003 ceph-mon[96088]: 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-08T05:52:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:38 smithi094 ceph-mon[112176]: 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-08T05:52:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:38.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:38.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:39.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:39.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:40 smithi094 ceph-mon[112176]: 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-08T05:52:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:40 smithi003 ceph-mon[96088]: 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-08T05:52:40.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:40.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:41.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:41.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:41 smithi094 ceph-mon[112176]: 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-08T05:52:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:41 smithi003 ceph-mon[96088]: 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-08T05:52:42.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:42.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:43.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:43.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:44 smithi094 ceph-mon[112176]: 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-08T05:52:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:44 smithi003 ceph-mon[96088]: 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-08T05:52:44.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:44.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:45.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:45.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:46 smithi094 ceph-mon[112176]: 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-08T05:52:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:46 smithi003 ceph-mon[96088]: 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-08T05:52:46.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:46.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:47.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:47.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:48 smithi003 ceph-mon[96088]: 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-08T05:52:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:48 smithi094 ceph-mon[112176]: 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-08T05:52:48.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:48.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:49.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:49.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:50 smithi003 ceph-mon[96088]: 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-08T05:52:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:50 smithi094 ceph-mon[112176]: 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-08T05:52:50.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:50.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:51.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:51.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:51 smithi094 ceph-mon[112176]: 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-08T05:52:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:51 smithi003 ceph-mon[96088]: 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-08T05:52:52.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:52.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:53.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:53.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:54 smithi094 ceph-mon[112176]: 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-08T05:52:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:54 smithi003 ceph-mon[96088]: 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-08T05:52:54.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:54.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:55.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:55.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: 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-08T05:52:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:52:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:52:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:52:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:52:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:52:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:52:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:52:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:52:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: 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-08T05:52:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:52:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:52:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:52:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:52:56.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:52:56.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:52:56.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:52:56.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:52:56.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:56.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:57.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:57.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:52:58 smithi003 ceph-mon[96088]: 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-08T05:52:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:52:58 smithi094 ceph-mon[112176]: 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-08T05:52:58.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:58.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:59.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:52:59.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:00 smithi003 ceph-mon[96088]: 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-08T05:53:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:00 smithi094 ceph-mon[112176]: 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-08T05:53:00.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:00.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:01.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:01.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:01 smithi094 ceph-mon[112176]: 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-08T05:53:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:01 smithi003 ceph-mon[96088]: 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-08T05:53:02.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:02.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:03.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:03.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:04 smithi094 ceph-mon[112176]: 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-08T05:53:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:04 smithi003 ceph-mon[96088]: 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-08T05:53:04.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:04.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:05.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:05.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:06 smithi094 ceph-mon[112176]: 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-08T05:53:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:06 smithi003 ceph-mon[96088]: 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-08T05:53:06.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:06.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:07.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:07.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:08 smithi003 ceph-mon[96088]: 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-08T05:53:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:08 smithi094 ceph-mon[112176]: 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-08T05:53:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:08.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:08.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:09.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:09.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:10 smithi094 ceph-mon[112176]: 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-08T05:53:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:10 smithi003 ceph-mon[96088]: 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-08T05:53:10.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:10.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:11.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:11.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:11 smithi094 ceph-mon[112176]: 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-08T05:53:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:11 smithi003 ceph-mon[96088]: 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-08T05:53:12.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:12.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:13.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:13.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:14 smithi094 ceph-mon[112176]: 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-08T05:53:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:14 smithi003 ceph-mon[96088]: 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-08T05:53:14.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:14.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:15.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:15.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:16 smithi094 ceph-mon[112176]: 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-08T05:53:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:16 smithi003 ceph-mon[96088]: 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-08T05:53:16.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:16.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:17.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:17.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:18 smithi003 ceph-mon[96088]: 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-08T05:53:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:18 smithi094 ceph-mon[112176]: 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-08T05:53:18.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:18.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:19.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:19.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:20 smithi094 ceph-mon[112176]: 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-08T05:53:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:20 smithi003 ceph-mon[96088]: 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-08T05:53:20.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:20.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:21.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:21.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:21 smithi094 ceph-mon[112176]: 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-08T05:53:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:21 smithi003 ceph-mon[96088]: 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-08T05:53:22.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:22.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:23.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:23.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:24 smithi094 ceph-mon[112176]: 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-08T05:53:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:24 smithi003 ceph-mon[96088]: 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-08T05:53:24.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:24.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:25.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:25.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:26 smithi094 ceph-mon[112176]: 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-08T05:53:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:26 smithi003 ceph-mon[96088]: 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-08T05:53:26.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:26.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:27.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:27.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:28 smithi003 ceph-mon[96088]: 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-08T05:53:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:28 smithi094 ceph-mon[112176]: 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-08T05:53:28.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:28.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:29.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:29.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:30 smithi094 ceph-mon[112176]: 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-08T05:53:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:30 smithi003 ceph-mon[96088]: 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-08T05:53:30.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:30.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:31.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:31.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:31 smithi094 ceph-mon[112176]: 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-08T05:53:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:31 smithi003 ceph-mon[96088]: 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-08T05:53:32.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:32.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:33.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:33.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:34 smithi094 ceph-mon[112176]: 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-08T05:53:35.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:34 smithi003 ceph-mon[96088]: 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-08T05:53:35.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:35.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:35.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:35.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:36 smithi094 ceph-mon[112176]: 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-08T05:53:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:36 smithi003 ceph-mon[96088]: 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-08T05:53:36.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:36.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:37.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:37.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:38 smithi003 ceph-mon[96088]: 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-08T05:53:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:38 smithi094 ceph-mon[112176]: 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-08T05:53:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:38.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:39.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:39.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:39.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:40.382 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:40 smithi003 ceph-mon[96088]: 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-08T05:53:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:40 smithi094 ceph-mon[112176]: 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-08T05:53:40.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:40.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:41.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:41.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:41 smithi094 ceph-mon[112176]: 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-08T05:53:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:41 smithi003 ceph-mon[96088]: 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-08T05:53:42.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:42.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:43.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:43.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:44 smithi094 ceph-mon[112176]: 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-08T05:53:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:44 smithi003 ceph-mon[96088]: 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-08T05:53:44.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:44.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:45.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:45.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:46 smithi094 ceph-mon[112176]: 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-08T05:53:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:46 smithi003 ceph-mon[96088]: 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-08T05:53:46.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:46.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:47.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:47.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:48 smithi003 ceph-mon[96088]: 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-08T05:53:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:48 smithi094 ceph-mon[112176]: 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-08T05:53:48.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:48.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:49.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:49.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:50 smithi094 ceph-mon[112176]: 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-08T05:53:50.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:50 smithi003 ceph-mon[96088]: 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-08T05:53:50.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:50.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:51.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:51.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:51 smithi094 ceph-mon[112176]: 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-08T05:53:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:51 smithi003 ceph-mon[96088]: 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-08T05:53:52.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:52.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:53.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:53.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:54 smithi094 ceph-mon[112176]: 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-08T05:53:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:54 smithi003 ceph-mon[96088]: 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-08T05:53:54.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:54.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:55.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:55.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:56.341 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:56 smithi094 ceph-mon[112176]: 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-08T05:53:56.341 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:53:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:56 smithi003 ceph-mon[96088]: 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-08T05:53:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:53:56.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:56.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:53:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:53:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:53:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:53:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:53:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:53:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:53:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:53:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:53:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:53:57.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:57.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:53:58 smithi003 ceph-mon[96088]: 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-08T05:53:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:53:58 smithi094 ceph-mon[112176]: 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-08T05:53:58.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:58.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:59.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:53:59.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:00 smithi094 ceph-mon[112176]: 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-08T05:54:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:00 smithi003 ceph-mon[96088]: 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-08T05:54:00.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:00.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:01 smithi094 ceph-mon[112176]: 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-08T05:54:01.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:01.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:01 smithi003 ceph-mon[96088]: 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-08T05:54:02.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:02.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:03.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:03.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:04 smithi094 ceph-mon[112176]: 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-08T05:54:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:04 smithi003 ceph-mon[96088]: 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-08T05:54:04.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:04.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:05.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:05.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:06 smithi094 ceph-mon[112176]: 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-08T05:54:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:06 smithi003 ceph-mon[96088]: 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-08T05:54:06.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:06.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:07.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:07.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:08 smithi003 ceph-mon[96088]: 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-08T05:54:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:08 smithi094 ceph-mon[112176]: 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-08T05:54:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:08.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:08.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:09.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:09.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:10 smithi094 ceph-mon[112176]: 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-08T05:54:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:10 smithi003 ceph-mon[96088]: 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-08T05:54:10.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:10.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:11.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:11.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:11 smithi094 ceph-mon[112176]: 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-08T05:54:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:11 smithi003 ceph-mon[96088]: 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-08T05:54:12.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:12.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:13.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:13.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:14 smithi094 ceph-mon[112176]: 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-08T05:54:14.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:14 smithi003 ceph-mon[96088]: 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-08T05:54:14.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:14.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:15.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:15.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:16 smithi094 ceph-mon[112176]: 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-08T05:54:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:16 smithi003 ceph-mon[96088]: 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-08T05:54:16.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:16.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:17.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:17.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:18 smithi003 ceph-mon[96088]: 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-08T05:54:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:18 smithi094 ceph-mon[112176]: 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-08T05:54:18.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:18.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:19.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:19.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:20 smithi094 ceph-mon[112176]: 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-08T05:54:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:20 smithi003 ceph-mon[96088]: 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-08T05:54:20.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:20.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:21.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:21.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:21 smithi094 ceph-mon[112176]: 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-08T05:54:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:21 smithi003 ceph-mon[96088]: 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-08T05:54:22.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:22.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:23.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:23.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:24 smithi094 ceph-mon[112176]: 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-08T05:54:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:24 smithi003 ceph-mon[96088]: 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-08T05:54:24.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:24.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:25.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:25.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:26 smithi003 ceph-mon[96088]: 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-08T05:54:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:26 smithi094 ceph-mon[112176]: 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-08T05:54:26.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:26.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:27.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:27.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:28 smithi003 ceph-mon[96088]: 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-08T05:54:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:28 smithi094 ceph-mon[112176]: 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-08T05:54:28.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:28.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:29.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:29.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:30 smithi094 ceph-mon[112176]: 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-08T05:54:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:30 smithi003 ceph-mon[96088]: 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-08T05:54:30.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:30.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:31.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:31.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:31 smithi094 ceph-mon[112176]: 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-08T05:54:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:31 smithi003 ceph-mon[96088]: 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-08T05:54:32.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:32.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:33.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:33.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:34 smithi094 ceph-mon[112176]: 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-08T05:54:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:34 smithi003 ceph-mon[96088]: 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-08T05:54:34.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:34.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:35.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:35.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:36 smithi094 ceph-mon[112176]: 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-08T05:54:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:36 smithi003 ceph-mon[96088]: 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-08T05:54:36.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:36.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:37.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:37.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:38 smithi003 ceph-mon[96088]: 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-08T05:54:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:38 smithi094 ceph-mon[112176]: 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-08T05:54:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:38.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:38.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:39.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:39.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:40 smithi094 ceph-mon[112176]: 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-08T05:54:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:40 smithi003 ceph-mon[96088]: 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-08T05:54:40.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:40.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:41.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:41.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:41 smithi094 ceph-mon[112176]: 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-08T05:54:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:41 smithi003 ceph-mon[96088]: 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-08T05:54:42.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:42.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:43.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:43.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:44 smithi094 ceph-mon[112176]: 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-08T05:54:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:44 smithi003 ceph-mon[96088]: 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-08T05:54:44.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:44.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:45.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:45.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:46 smithi094 ceph-mon[112176]: 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-08T05:54:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:46 smithi003 ceph-mon[96088]: 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-08T05:54:46.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:46.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:47.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:47.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:48 smithi003 ceph-mon[96088]: 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-08T05:54:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:48 smithi094 ceph-mon[112176]: 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-08T05:54:48.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:48.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:49.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:49.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:50 smithi094 ceph-mon[112176]: 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-08T05:54:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:50 smithi003 ceph-mon[96088]: 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-08T05:54:50.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:50.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:51.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:51.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:51 smithi094 ceph-mon[112176]: 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-08T05:54:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:51 smithi003 ceph-mon[96088]: 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-08T05:54:52.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:52.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:53.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:53.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:54 smithi094 ceph-mon[112176]: 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-08T05:54:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:54 smithi003 ceph-mon[96088]: 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-08T05:54:54.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:54.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:55.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:55.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:56 smithi094 ceph-mon[112176]: 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-08T05:54:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:56 smithi003 ceph-mon[96088]: 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-08T05:54:56.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:56.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:54:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:54:57.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:57.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:58 smithi003 ceph-mon[96088]: 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-08T05:54:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:54:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:54:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:54:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:54:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:54:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:54:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:58 smithi094 ceph-mon[112176]: 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-08T05:54:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:54:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:54:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:54:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:54:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:54:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:54:58.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:58.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:59.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:54:59.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:00 smithi094 ceph-mon[112176]: 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-08T05:55:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:00 smithi003 ceph-mon[96088]: 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-08T05:55:00.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:00.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:01.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:01.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:01 smithi094 ceph-mon[112176]: 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-08T05:55:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:01 smithi003 ceph-mon[96088]: 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-08T05:55:02.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:02.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:03.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:03.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:04 smithi094 ceph-mon[112176]: 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-08T05:55:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:04 smithi003 ceph-mon[96088]: 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-08T05:55:04.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:04.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:05.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:05.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:06.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:06 smithi003 ceph-mon[96088]: 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-08T05:55:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:06 smithi094 ceph-mon[112176]: 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-08T05:55:06.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:06.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:07.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:07.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:08 smithi003 ceph-mon[96088]: 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-08T05:55:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:08 smithi094 ceph-mon[112176]: 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-08T05:55:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:08.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:08.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:09.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:09.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:10 smithi094 ceph-mon[112176]: 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-08T05:55:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:10 smithi003 ceph-mon[96088]: 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-08T05:55:10.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:10.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:11 smithi003 ceph-mon[96088]: 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-08T05:55:11.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:11.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:11 smithi094 ceph-mon[112176]: 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-08T05:55:12.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:12.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:13.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:13.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:14 smithi094 ceph-mon[112176]: 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-08T05:55:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:14 smithi003 ceph-mon[96088]: 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-08T05:55:14.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:14.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:15.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:15.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:16 smithi094 ceph-mon[112176]: 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-08T05:55:16.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:16 smithi003 ceph-mon[96088]: 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-08T05:55:16.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:16.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:17.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:17.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:18 smithi003 ceph-mon[96088]: 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-08T05:55:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:18 smithi094 ceph-mon[112176]: 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-08T05:55:18.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:18.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:19.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:19.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:20 smithi094 ceph-mon[112176]: 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-08T05:55:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:20 smithi003 ceph-mon[96088]: 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-08T05:55:20.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:20.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:21 smithi094 ceph-mon[112176]: 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-08T05:55:21.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:21.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:21 smithi003 ceph-mon[96088]: 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-08T05:55:22.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:22.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:23.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:23.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:24 smithi094 ceph-mon[112176]: 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-08T05:55:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:24 smithi003 ceph-mon[96088]: 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-08T05:55:24.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:24.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:25.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:25.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:26 smithi094 ceph-mon[112176]: 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-08T05:55:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:26 smithi003 ceph-mon[96088]: 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-08T05:55:26.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:26.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:27.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:27.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:28 smithi003 ceph-mon[96088]: 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-08T05:55:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:28 smithi094 ceph-mon[112176]: 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-08T05:55:28.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:28.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:29.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:29.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:30 smithi094 ceph-mon[112176]: 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-08T05:55:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:30 smithi003 ceph-mon[96088]: 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-08T05:55:30.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:30.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:31 smithi094 ceph-mon[112176]: 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-08T05:55:31.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:31.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:31 smithi003 ceph-mon[96088]: 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-08T05:55:32.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:32.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:33.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:33.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:34 smithi094 ceph-mon[112176]: 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-08T05:55:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:34 smithi003 ceph-mon[96088]: 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-08T05:55:34.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:34.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:35.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:35.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:36 smithi094 ceph-mon[112176]: 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-08T05:55:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:36 smithi003 ceph-mon[96088]: 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-08T05:55:36.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:36.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:37.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:37.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:38 smithi003 ceph-mon[96088]: 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-08T05:55:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:38 smithi094 ceph-mon[112176]: 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-08T05:55:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:38.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:38.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:39.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:39.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:40 smithi094 ceph-mon[112176]: 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-08T05:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:40 smithi003 ceph-mon[96088]: 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-08T05:55:40.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:40.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:41 smithi094 ceph-mon[112176]: 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-08T05:55:41.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:41.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:41 smithi003 ceph-mon[96088]: 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-08T05:55:42.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:42.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:43.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:43.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:44 smithi094 ceph-mon[112176]: 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-08T05:55:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:44 smithi003 ceph-mon[96088]: 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-08T05:55:44.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:44.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:45.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:45.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:46 smithi094 ceph-mon[112176]: 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-08T05:55:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:46 smithi003 ceph-mon[96088]: 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-08T05:55:46.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:46.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:47.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:47.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:48 smithi094 ceph-mon[112176]: 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-08T05:55:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:48 smithi003 ceph-mon[96088]: 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-08T05:55:48.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:48.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:49.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:49.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:50 smithi094 ceph-mon[112176]: 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-08T05:55:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:50 smithi003 ceph-mon[96088]: 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-08T05:55:50.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:50.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:51 smithi094 ceph-mon[112176]: 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-08T05:55:51.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:51.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:51 smithi003 ceph-mon[96088]: 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-08T05:55:52.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:52.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:53.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:53.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:54 smithi094 ceph-mon[112176]: 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-08T05:55:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:54 smithi003 ceph-mon[96088]: 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-08T05:55:54.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:54.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:55.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:55.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:56 smithi094 ceph-mon[112176]: 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-08T05:55:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:56 smithi003 ceph-mon[96088]: 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-08T05:55:56.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:56.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:57.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:57.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:58 smithi094 ceph-mon[112176]: 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-08T05:55:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:55:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:55:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:55:58.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:55:58.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:55:58.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:55:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:55:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:58 smithi003 ceph-mon[96088]: 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-08T05:55:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:55:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:55:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:55:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:55:58.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:55:58.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:55:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:55:58.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:58.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:59.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:55:59.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:00 smithi094 ceph-mon[112176]: 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-08T05:56:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:00 smithi003 ceph-mon[96088]: 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-08T05:56:00.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:00.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:01 smithi094 ceph-mon[112176]: 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-08T05:56:01.980 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:01 smithi003 ceph-mon[96088]: 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-08T05:56:01.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:01.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:02.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:02.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:03.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:03.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:04 smithi094 ceph-mon[112176]: 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-08T05:56:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:04 smithi003 ceph-mon[96088]: 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-08T05:56:05.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:05.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:06.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:06.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:06 smithi094 ceph-mon[112176]: 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-08T05:56:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:06 smithi003 ceph-mon[96088]: 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-08T05:56:07.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:07.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:08.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:08.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:08 smithi094 ceph-mon[112176]: 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-08T05:56:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:08 smithi003 ceph-mon[96088]: 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-08T05:56:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:09.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:09.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:10.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:10.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:10 smithi094 ceph-mon[112176]: 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-08T05:56:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:10 smithi003 ceph-mon[96088]: 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-08T05:56:11.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:11.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:11 smithi094 ceph-mon[112176]: 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-08T05:56:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:11 smithi003 ceph-mon[96088]: 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-08T05:56:12.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:12.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:13.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:13.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:14.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:14.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:14 smithi094 ceph-mon[112176]: pgmap v5397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:14 smithi003 ceph-mon[96088]: pgmap v5397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:15.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:15.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:16.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:16.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:16 smithi094 ceph-mon[112176]: 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-08T05:56:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:16 smithi003 ceph-mon[96088]: 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-08T05:56:17.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:17.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:18.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:18.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:18 smithi094 ceph-mon[112176]: 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-08T05:56:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:18 smithi003 ceph-mon[96088]: 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-08T05:56:19.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:19.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:20.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:20.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:20 smithi094 ceph-mon[112176]: 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-08T05:56:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:20 smithi003 ceph-mon[96088]: 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-08T05:56:21.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:21.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:21 smithi094 ceph-mon[112176]: 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-08T05:56:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:21 smithi003 ceph-mon[96088]: 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-08T05:56:22.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:22.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:23.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:23.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:24.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:24.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:24 smithi094 ceph-mon[112176]: pgmap v5402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:24 smithi003 ceph-mon[96088]: pgmap v5402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:25.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:25.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:26.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:26.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:26 smithi094 ceph-mon[112176]: pgmap v5403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:26 smithi003 ceph-mon[96088]: pgmap v5403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:27.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:27.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:28.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:28.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:28 smithi094 ceph-mon[112176]: 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-08T05:56:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:28 smithi003 ceph-mon[96088]: 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-08T05:56:29.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:29.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:30.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:30.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:30 smithi094 ceph-mon[112176]: 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-08T05:56:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:30 smithi003 ceph-mon[96088]: 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-08T05:56:31.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:31.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:31 smithi094 ceph-mon[112176]: 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-08T05:56:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:31 smithi003 ceph-mon[96088]: 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-08T05:56:32.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:32.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:33.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:33.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:34.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:34.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:34 smithi094 ceph-mon[112176]: pgmap v5407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:34 smithi003 ceph-mon[96088]: pgmap v5407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:35.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:35.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:36.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:36.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:36 smithi094 ceph-mon[112176]: pgmap v5408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:36 smithi003 ceph-mon[96088]: pgmap v5408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:37.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:37.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:38.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:38.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:38 smithi094 ceph-mon[112176]: 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-08T05:56:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:38 smithi003 ceph-mon[96088]: 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-08T05:56:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:39.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:39.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:40.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:40.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:40 smithi094 ceph-mon[112176]: 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-08T05:56:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:40 smithi003 ceph-mon[96088]: 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-08T05:56:41.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:41.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:41 smithi003 ceph-mon[96088]: 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-08T05:56:42.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:42.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:41 smithi094 ceph-mon[112176]: 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-08T05:56:43.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:43.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:44.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:44.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:44 smithi094 ceph-mon[112176]: pgmap v5412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:44 smithi003 ceph-mon[96088]: pgmap v5412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:45.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:45.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:46.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:46.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:46 smithi094 ceph-mon[112176]: pgmap v5413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:46 smithi003 ceph-mon[96088]: pgmap v5413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:47.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:47.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:48.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:48.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:48 smithi094 ceph-mon[112176]: 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-08T05:56:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:48 smithi003 ceph-mon[96088]: 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-08T05:56:49.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:49.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:50.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:50.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:50 smithi094 ceph-mon[112176]: 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-08T05:56:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:50 smithi003 ceph-mon[96088]: 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-08T05:56:51.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:51.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:51 smithi003 ceph-mon[96088]: 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-08T05:56:52.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:52.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:51 smithi094 ceph-mon[112176]: 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-08T05:56:53.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:53.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:54.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:54.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:54 smithi094 ceph-mon[112176]: pgmap v5417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:54 smithi003 ceph-mon[96088]: pgmap v5417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:55.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:55.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:56.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:56.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:56 smithi094 ceph-mon[112176]: pgmap v5418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:56 smithi003 ceph-mon[96088]: pgmap v5418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:57.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:57.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:58.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:58.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:58 smithi094 ceph-mon[112176]: 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-08T05:56:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:56:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:58 smithi003 ceph-mon[96088]: 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-08T05:56:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:56:59.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:56:59.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:56:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:56:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:56:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:56:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:56:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:56:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:56:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:56:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:56:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:56:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:56:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:57:00.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:00.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:00 smithi094 ceph-mon[112176]: 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-08T05:57:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:00 smithi003 ceph-mon[96088]: 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-08T05:57:01.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:01.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:01 smithi003 ceph-mon[96088]: 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-08T05:57:02.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:02.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:01 smithi094 ceph-mon[112176]: 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-08T05:57:03.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:03.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:04.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:04.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:04 smithi094 ceph-mon[112176]: pgmap v5422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:04 smithi003 ceph-mon[96088]: pgmap v5422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:05.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:05.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:06.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:06.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:06 smithi094 ceph-mon[112176]: pgmap v5423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:06 smithi003 ceph-mon[96088]: pgmap v5423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:07.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:07.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:08.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:08.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:08 smithi094 ceph-mon[112176]: 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-08T05:57:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:08 smithi003 ceph-mon[96088]: 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-08T05:57:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:09.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:09.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:10.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:10.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:10 smithi094 ceph-mon[112176]: 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-08T05:57:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:10 smithi003 ceph-mon[96088]: 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-08T05:57:11.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:11.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:11 smithi003 ceph-mon[96088]: 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-08T05:57:12.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:12.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:11 smithi094 ceph-mon[112176]: 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-08T05:57:13.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:13.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:14.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:14.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:14 smithi094 ceph-mon[112176]: pgmap v5427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:14 smithi003 ceph-mon[96088]: pgmap v5427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:15.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:15.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:16.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:16.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:16 smithi094 ceph-mon[112176]: pgmap v5428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:16 smithi003 ceph-mon[96088]: pgmap v5428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:17.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:17.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:18.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:18.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:18 smithi094 ceph-mon[112176]: 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-08T05:57:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:18 smithi003 ceph-mon[96088]: 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-08T05:57:19.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:19.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:20.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:20.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:20.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:20 smithi094 ceph-mon[112176]: 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-08T05:57:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:20 smithi003 ceph-mon[96088]: 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-08T05:57:21.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:21.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:21 smithi003 ceph-mon[96088]: 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-08T05:57:22.682 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:21 smithi094 ceph-mon[112176]: 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-08T05:57:22.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:22.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:23.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:23.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:24.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:24.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:24 smithi094 ceph-mon[112176]: pgmap v5432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:24 smithi003 ceph-mon[96088]: pgmap v5432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:25.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:25.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:26.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:26.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:26 smithi094 ceph-mon[112176]: pgmap v5433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:26 smithi003 ceph-mon[96088]: pgmap v5433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:27.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:27.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:28.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:28.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:28 smithi094 ceph-mon[112176]: 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-08T05:57:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:28 smithi003 ceph-mon[96088]: 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-08T05:57:29.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:29.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:30.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:30.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:30 smithi094 ceph-mon[112176]: 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-08T05:57:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:30 smithi003 ceph-mon[96088]: 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-08T05:57:31.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:31.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:31 smithi003 ceph-mon[96088]: 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-08T05:57:32.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:32.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:32.169 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:31 smithi094 ceph-mon[112176]: 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-08T05:57:33.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:33.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:34.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:34.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:34 smithi094 ceph-mon[112176]: pgmap v5437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:34.507 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:34 smithi003 ceph-mon[96088]: pgmap v5437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:35.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:35.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:36.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:36.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:36 smithi094 ceph-mon[112176]: pgmap v5438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:36 smithi003 ceph-mon[96088]: pgmap v5438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:37.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:37.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:38.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:38.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:38 smithi094 ceph-mon[112176]: 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-08T05:57:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:38 smithi003 ceph-mon[96088]: 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-08T05:57:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:39.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:39.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:40.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:40.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:40 smithi094 ceph-mon[112176]: 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-08T05:57:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:40 smithi003 ceph-mon[96088]: 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-08T05:57:41.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:41.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:41 smithi003 ceph-mon[96088]: 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-08T05:57:42.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:42.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:41 smithi094 ceph-mon[112176]: 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-08T05:57:43.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:43.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:44.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:44.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:44 smithi094 ceph-mon[112176]: pgmap v5442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:44 smithi003 ceph-mon[96088]: pgmap v5442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:45.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:45.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:46.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:46.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:46 smithi094 ceph-mon[112176]: pgmap v5443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:46 smithi003 ceph-mon[96088]: pgmap v5443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:47.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:47.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:48.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:48.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:48.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:48 smithi094 ceph-mon[112176]: 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-08T05:57:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:48 smithi003 ceph-mon[96088]: 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-08T05:57:49.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:49.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:50.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:50.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:50 smithi094 ceph-mon[112176]: 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-08T05:57:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:50 smithi003 ceph-mon[96088]: 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-08T05:57:51.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:51.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:51 smithi003 ceph-mon[96088]: 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-08T05:57:52.094 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:51 smithi094 ceph-mon[112176]: 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-08T05:57:52.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:52.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:53.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:53.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:54 smithi094 ceph-mon[112176]: pgmap v5447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:54.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:54.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:54 smithi003 ceph-mon[96088]: pgmap v5447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:55.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:55.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:56.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:56.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:56 smithi094 ceph-mon[112176]: pgmap v5448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:56 smithi003 ceph-mon[96088]: pgmap v5448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:57.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:57.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:58.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:58.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:58 smithi094 ceph-mon[112176]: 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-08T05:57:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:58 smithi003 ceph-mon[96088]: 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-08T05:57:59.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:57:59.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:57:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:57:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:58:00.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:00.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:00 smithi094 ceph-mon[112176]: 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-08T05:58:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:00 smithi003 ceph-mon[96088]: 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-08T05:58:01.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:01.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:01 smithi003 ceph-mon[96088]: 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-08T05:58:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:58:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:58:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:01 smithi094 ceph-mon[112176]: 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-08T05:58:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:58:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:58:02.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:02.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:58:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:58:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:58:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:58:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:58:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:58:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:58:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:58:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:58:03.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:58:03.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:03.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:03.699 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:03 smithi003 ceph-mon[96088]: pgmap v5452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:03 smithi094 ceph-mon[112176]: pgmap v5452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:04.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:04.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:05.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:05.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:06.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:06.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:06 smithi094 ceph-mon[112176]: pgmap v5453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:06 smithi003 ceph-mon[96088]: pgmap v5453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:07.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:07.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:08.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:08.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:08 smithi094 ceph-mon[112176]: 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-08T05:58:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:08 smithi003 ceph-mon[96088]: 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-08T05:58:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:09.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:09.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:10.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:10.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:10 smithi094 ceph-mon[112176]: 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-08T05:58:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:10 smithi003 ceph-mon[96088]: 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-08T05:58:11.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:11.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:11 smithi003 ceph-mon[96088]: 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-08T05:58:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:11 smithi094 ceph-mon[112176]: 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-08T05:58:12.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:12.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:13.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:13.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:14.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:14.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:14 smithi094 ceph-mon[112176]: pgmap v5457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:14 smithi003 ceph-mon[96088]: pgmap v5457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:15.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:15.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:16.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:16.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:16 smithi094 ceph-mon[112176]: pgmap v5458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:16 smithi003 ceph-mon[96088]: pgmap v5458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:17.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:17.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:18.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:18.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:18 smithi003 ceph-mon[96088]: 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-08T05:58:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:18 smithi094 ceph-mon[112176]: 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-08T05:58:19.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:19.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:20.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:20.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:20 smithi003 ceph-mon[96088]: 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-08T05:58:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:20 smithi094 ceph-mon[112176]: 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-08T05:58:21.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:21.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:21 smithi003 ceph-mon[96088]: 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-08T05:58:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:21 smithi094 ceph-mon[112176]: 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-08T05:58:22.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:22.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:23.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:23.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:24.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:24.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:24 smithi094 ceph-mon[112176]: pgmap v5462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:24 smithi003 ceph-mon[96088]: pgmap v5462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:25.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:25.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:26.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:26.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:26 smithi094 ceph-mon[112176]: pgmap v5463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:26 smithi003 ceph-mon[96088]: pgmap v5463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:27.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:27.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:28.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:28.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:28 smithi003 ceph-mon[96088]: 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-08T05:58:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:28 smithi094 ceph-mon[112176]: 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-08T05:58:29.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:29.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:30.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:30.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:30 smithi003 ceph-mon[96088]: 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-08T05:58:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:30 smithi094 ceph-mon[112176]: 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-08T05:58:31.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:31.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:31 smithi003 ceph-mon[96088]: 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-08T05:58:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:31 smithi094 ceph-mon[112176]: 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-08T05:58:32.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:32.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:33.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:33.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:34.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:34.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:34 smithi003 ceph-mon[96088]: pgmap v5467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:34 smithi094 ceph-mon[112176]: pgmap v5467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:35.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:35.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:36.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:36.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:36 smithi003 ceph-mon[96088]: pgmap v5468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:36 smithi094 ceph-mon[112176]: pgmap v5468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:37.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:37.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:38.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:38.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:38 smithi003 ceph-mon[96088]: 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-08T05:58:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:38 smithi094 ceph-mon[112176]: 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-08T05:58:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:39.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:39.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:40.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:40.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:40 smithi003 ceph-mon[96088]: 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-08T05:58:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:40 smithi094 ceph-mon[112176]: 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-08T05:58:41.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:41.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:41 smithi003 ceph-mon[96088]: 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-08T05:58:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:41 smithi094 ceph-mon[112176]: 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-08T05:58:42.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:42.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:43.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:43.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:44.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:44.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:44 smithi003 ceph-mon[96088]: pgmap v5472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:44 smithi094 ceph-mon[112176]: pgmap v5472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:45.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:45.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:46.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:46.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:46 smithi003 ceph-mon[96088]: pgmap v5473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:46 smithi094 ceph-mon[112176]: pgmap v5473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:47.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:47.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:48.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:48.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:48 smithi003 ceph-mon[96088]: 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-08T05:58:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:48 smithi094 ceph-mon[112176]: 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-08T05:58:49.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:49.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:50.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:50.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:50 smithi003 ceph-mon[96088]: 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-08T05:58:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:50 smithi094 ceph-mon[112176]: 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-08T05:58:51.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:51.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:51 smithi003 ceph-mon[96088]: 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-08T05:58:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:51 smithi094 ceph-mon[112176]: 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-08T05:58:52.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:52.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:53.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:53.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:54 smithi003 ceph-mon[96088]: pgmap v5477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:54.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:54.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:54 smithi094 ceph-mon[112176]: pgmap v5477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:55.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:55.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:56.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:56.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:56 smithi003 ceph-mon[96088]: pgmap v5478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:56 smithi094 ceph-mon[112176]: pgmap v5478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:57.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:57.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:58.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:58.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:58:58 smithi003 ceph-mon[96088]: 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-08T05:58:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:58:58 smithi094 ceph-mon[112176]: 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-08T05:58:59.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:58:59.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:00.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:00.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:00 smithi003 ceph-mon[96088]: 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-08T05:59:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:00 smithi094 ceph-mon[112176]: 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-08T05:59:01.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:01.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:01 smithi003 ceph-mon[96088]: 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-08T05:59:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:01 smithi094 ceph-mon[112176]: 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-08T05:59:02.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:02.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:59:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:59:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:59:02.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:59:02.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:59:02.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:59:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:59:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:59:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:59:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:59:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:59:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T05:59:03.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:03.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:03 smithi003 ceph-mon[96088]: pgmap v5482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:03 smithi094 ceph-mon[112176]: pgmap v5482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:04.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:04.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:05.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:05.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:06.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:06.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:06 smithi003 ceph-mon[96088]: pgmap v5483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:06 smithi094 ceph-mon[112176]: pgmap v5483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:07.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:07.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:08.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:08.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:08 smithi003 ceph-mon[96088]: 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-08T05:59:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:08 smithi094 ceph-mon[112176]: 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-08T05:59:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:09.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:09.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:10.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:10.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:10 smithi003 ceph-mon[96088]: 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-08T05:59:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:10 smithi094 ceph-mon[112176]: 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-08T05:59:11.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:11.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:11 smithi003 ceph-mon[96088]: 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-08T05:59:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:11 smithi094 ceph-mon[112176]: 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-08T05:59:12.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:12.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:13.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:13.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:14.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:14.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:14 smithi003 ceph-mon[96088]: pgmap v5487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:14.657 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:14 smithi094 ceph-mon[112176]: pgmap v5487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:15.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:15.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:16.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:16.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:16 smithi003 ceph-mon[96088]: pgmap v5488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:16 smithi094 ceph-mon[112176]: pgmap v5488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:17.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:17.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:18.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:18.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:18 smithi003 ceph-mon[96088]: 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-08T05:59:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:18 smithi094 ceph-mon[112176]: 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-08T05:59:19.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:19.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:20.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:20.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:20 smithi003 ceph-mon[96088]: 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-08T05:59:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:20 smithi094 ceph-mon[112176]: 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-08T05:59:21.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:21.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:21 smithi003 ceph-mon[96088]: 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-08T05:59:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:21 smithi094 ceph-mon[112176]: 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-08T05:59:22.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:22.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:23.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:23.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:24.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:24.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:24 smithi094 ceph-mon[112176]: pgmap v5492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:24 smithi003 ceph-mon[96088]: pgmap v5492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:25.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:25.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:26.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:26.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:26 smithi003 ceph-mon[96088]: pgmap v5493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:26 smithi094 ceph-mon[112176]: pgmap v5493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:27.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:27.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:28.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:28.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:28 smithi003 ceph-mon[96088]: 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-08T05:59:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:28 smithi094 ceph-mon[112176]: 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-08T05:59:29.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:29.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:30.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:30.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:30 smithi003 ceph-mon[96088]: 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-08T05:59:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:30 smithi094 ceph-mon[112176]: 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-08T05:59:31.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:31.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:31 smithi003 ceph-mon[96088]: 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-08T05:59:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:31 smithi094 ceph-mon[112176]: 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-08T05:59:32.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:32.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:33.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:33.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:34.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:34.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:34 smithi003 ceph-mon[96088]: pgmap v5497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:34 smithi094 ceph-mon[112176]: pgmap v5497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:35.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:35.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:36.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:36.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:36 smithi003 ceph-mon[96088]: pgmap v5498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:36 smithi094 ceph-mon[112176]: pgmap v5498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:37.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:37.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:38.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:38.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:38 smithi003 ceph-mon[96088]: 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-08T05:59:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:38 smithi094 ceph-mon[112176]: 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-08T05:59:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:39.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:39.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:40.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:40.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:40 smithi003 ceph-mon[96088]: 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-08T05:59:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:40 smithi094 ceph-mon[112176]: 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-08T05:59:41.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:41.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:41 smithi003 ceph-mon[96088]: 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-08T05:59:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:41 smithi094 ceph-mon[112176]: 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-08T05:59:42.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:42.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:43.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:43.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:44.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:44.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:44 smithi003 ceph-mon[96088]: pgmap v5502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:44 smithi094 ceph-mon[112176]: pgmap v5502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:45.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:45.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:46.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:46.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:46 smithi003 ceph-mon[96088]: pgmap v5503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:46 smithi094 ceph-mon[112176]: pgmap v5503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:47.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:47.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:48.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:48.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:48 smithi003 ceph-mon[96088]: 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-08T05:59:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:48 smithi094 ceph-mon[112176]: 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-08T05:59:49.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:49.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:50.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:50.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:50 smithi094 ceph-mon[112176]: 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-08T05:59:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:50 smithi003 ceph-mon[96088]: 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-08T05:59:51.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:51.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:51 smithi003 ceph-mon[96088]: 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-08T05:59:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:51 smithi094 ceph-mon[112176]: 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-08T05:59:52.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:52.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:53.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:53.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:54.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:54.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:54 smithi094 ceph-mon[112176]: pgmap v5507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:54 smithi003 ceph-mon[96088]: pgmap v5507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:55.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:55.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:56.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:56.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:56 smithi003 ceph-mon[96088]: pgmap v5508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:56 smithi094 ceph-mon[112176]: pgmap v5508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:58.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:58.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 05:59:58 smithi003 ceph-mon[96088]: 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-08T05:59:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 05:59:58 smithi094 ceph-mon[112176]: 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-08T05:59:59.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T05:59:59.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:00.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:00.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:00.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:00 smithi094 ceph-mon[112176]: 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-08T06:00:00.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T06:00:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:00 smithi003 ceph-mon[96088]: 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-08T06:00:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T06:00:01.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:01.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:01 smithi003 ceph-mon[96088]: 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-08T06:00:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:01 smithi094 ceph-mon[112176]: 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-08T06:00:02.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:02.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:00:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:00:03.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:03.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:03 smithi094 ceph-mon[112176]: pgmap v5512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:03 smithi003 ceph-mon[96088]: pgmap v5512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:04.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:04.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:05.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:05.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:06.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:06.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:06 smithi003 ceph-mon[96088]: pgmap v5513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:06 smithi094 ceph-mon[112176]: pgmap v5513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:07.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:07.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:08.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:08.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: 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-08T06:00:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:00:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:00:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:00:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:00:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:00:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:00:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:00:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: 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-08T06:00:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:00:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:00:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:00:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:00:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:00:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:00:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:00:09.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:09.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:10.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:10.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:10 smithi003 ceph-mon[96088]: 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-08T06:00:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:10 smithi094 ceph-mon[112176]: 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-08T06:00:11.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:11.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:11 smithi003 ceph-mon[96088]: 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-08T06:00:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:11 smithi094 ceph-mon[112176]: 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-08T06:00:12.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:12.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:13.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:13.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:14.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:14.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:14 smithi003 ceph-mon[96088]: pgmap v5517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:14 smithi094 ceph-mon[112176]: pgmap v5517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:15.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:15.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:16.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:16.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:16 smithi003 ceph-mon[96088]: pgmap v5518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:16 smithi094 ceph-mon[112176]: pgmap v5518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:17.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:17.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:18.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:18.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:18 smithi003 ceph-mon[96088]: 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-08T06:00:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:18 smithi094 ceph-mon[112176]: 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-08T06:00:19.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:19.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:20 smithi003 ceph-mon[96088]: 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-08T06:00:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:20 smithi094 ceph-mon[112176]: 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-08T06:00:21.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:21.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:21 smithi003 ceph-mon[96088]: 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-08T06:00:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:21 smithi094 ceph-mon[112176]: 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-08T06:00:22.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:22.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:23.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:23.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:24 smithi094 ceph-mon[112176]: pgmap v5522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:24.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:24.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:24 smithi003 ceph-mon[96088]: pgmap v5522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:25.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:25.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:26.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:26.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:26.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:26 smithi003 ceph-mon[96088]: pgmap v5523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:26 smithi094 ceph-mon[112176]: pgmap v5523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:27.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:27.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:28.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:28.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:28 smithi003 ceph-mon[96088]: 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-08T06:00:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:28 smithi094 ceph-mon[112176]: 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-08T06:00:29.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:29.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:30.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:30.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:30 smithi003 ceph-mon[96088]: 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-08T06:00:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:30 smithi094 ceph-mon[112176]: 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-08T06:00:31.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:31.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:31 smithi003 ceph-mon[96088]: 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-08T06:00:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:31 smithi094 ceph-mon[112176]: 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-08T06:00:32.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:32.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:33.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:33.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:34.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:34.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:34 smithi003 ceph-mon[96088]: pgmap v5527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:34 smithi094 ceph-mon[112176]: pgmap v5527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:35.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:35.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:36.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:36.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:36 smithi003 ceph-mon[96088]: pgmap v5528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:36 smithi094 ceph-mon[112176]: pgmap v5528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:37.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:37.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:38.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:38.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:38 smithi003 ceph-mon[96088]: 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-08T06:00:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:38 smithi094 ceph-mon[112176]: 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-08T06:00:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:39.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:39.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:40.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:40.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:40 smithi003 ceph-mon[96088]: 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-08T06:00:40.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:40 smithi094 ceph-mon[112176]: 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-08T06:00:41.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:41.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:41 smithi003 ceph-mon[96088]: 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-08T06:00:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:41 smithi094 ceph-mon[112176]: 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-08T06:00:42.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:42.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:43.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:43.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:44.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:44.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:44 smithi003 ceph-mon[96088]: pgmap v5532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:44 smithi094 ceph-mon[112176]: pgmap v5532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:45.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:45.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:46.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:46.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:46 smithi003 ceph-mon[96088]: pgmap v5533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:46 smithi094 ceph-mon[112176]: pgmap v5533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:47.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:47.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:48.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:48.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:48 smithi003 ceph-mon[96088]: 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-08T06:00:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:48 smithi094 ceph-mon[112176]: 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-08T06:00:49.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:49.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:50.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:50.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:50 smithi003 ceph-mon[96088]: 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-08T06:00:50.659 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:50 smithi094 ceph-mon[112176]: 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-08T06:00:51.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:51.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:51 smithi003 ceph-mon[96088]: 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-08T06:00:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:51 smithi094 ceph-mon[112176]: 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-08T06:00:52.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:52.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:53.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:53.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:53.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:54 smithi094 ceph-mon[112176]: pgmap v5537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:54 smithi003 ceph-mon[96088]: pgmap v5537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:54.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:54.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:55.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:55.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:56 smithi003 ceph-mon[96088]: pgmap v5538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:56.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:56.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:56 smithi094 ceph-mon[112176]: pgmap v5538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:57.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:57.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:00:58 smithi003 ceph-mon[96088]: 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-08T06:00:58.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:58.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:00:58 smithi094 ceph-mon[112176]: 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-08T06:00:59.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:00:59.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:00 smithi003 ceph-mon[96088]: 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-08T06:01:00.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:00.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:00 smithi094 ceph-mon[112176]: 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-08T06:01:01.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:01.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:01 smithi094 ceph-mon[112176]: 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-08T06:01:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:01 smithi003 ceph-mon[96088]: 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-08T06:01:02.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:02.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:03.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:03.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:04 smithi003 ceph-mon[96088]: pgmap v5542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:04.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:04.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:04 smithi094 ceph-mon[112176]: pgmap v5542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:05.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:05.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:06 smithi003 ceph-mon[96088]: pgmap v5543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:06.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:06.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:06 smithi094 ceph-mon[112176]: pgmap v5543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:07.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:07.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:08 smithi003 ceph-mon[96088]: 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-08T06:01:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:01:08.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:08.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:08 smithi094 ceph-mon[112176]: 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-08T06:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:01:09.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:09.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:01:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:01:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:01:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:01:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:01:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:01:09.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:01:09.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:09 smithi094 ceph-mon[112176]: 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-08T06:01:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:01:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:01:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:01:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:01:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:01:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:01:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:01:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:09 smithi003 ceph-mon[96088]: 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-08T06:01:10.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:10.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:11.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:11.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:11 smithi003 ceph-mon[96088]: 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-08T06:01:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:11 smithi094 ceph-mon[112176]: 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-08T06:01:12.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:12.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:13.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:13.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:14.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:14 smithi003 ceph-mon[96088]: pgmap v5547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:14.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:14.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:14 smithi094 ceph-mon[112176]: pgmap v5547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:15.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:15.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:16 smithi003 ceph-mon[96088]: pgmap v5548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:16.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:16.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:16 smithi094 ceph-mon[112176]: pgmap v5548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:17.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:17.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:18 smithi003 ceph-mon[96088]: 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-08T06:01:18.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:18.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:18 smithi094 ceph-mon[112176]: 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-08T06:01:19.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:19.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:20 smithi003 ceph-mon[96088]: 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-08T06:01:20.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:20.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:20 smithi094 ceph-mon[112176]: 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-08T06:01:21.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:21.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:21 smithi094 ceph-mon[112176]: 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-08T06:01:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:21 smithi003 ceph-mon[96088]: 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-08T06:01:22.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:22.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:23.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:23.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:24 smithi094 ceph-mon[112176]: pgmap v5552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:24 smithi003 ceph-mon[96088]: pgmap v5552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:24.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:24.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:25.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:25.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:26 smithi094 ceph-mon[112176]: pgmap v5553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:26 smithi003 ceph-mon[96088]: pgmap v5553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:26.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:26.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:27.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:27.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:28 smithi003 ceph-mon[96088]: 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-08T06:01:28.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:28.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:28 smithi094 ceph-mon[112176]: 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-08T06:01:29.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:29.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:30 smithi003 ceph-mon[96088]: 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-08T06:01:30.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:30.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:30 smithi094 ceph-mon[112176]: 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-08T06:01:31.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:31.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:31 smithi094 ceph-mon[112176]: 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-08T06:01:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:31 smithi003 ceph-mon[96088]: 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-08T06:01:32.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:32.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:33.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:33.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:34 smithi003 ceph-mon[96088]: pgmap v5557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:34.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:34.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:34 smithi094 ceph-mon[112176]: pgmap v5557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:35.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:35.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:36 smithi094 ceph-mon[112176]: pgmap v5558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:36 smithi003 ceph-mon[96088]: pgmap v5558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:36.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:36.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:37.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:37.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:38 smithi003 ceph-mon[96088]: 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-08T06:01:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:38.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:38.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:38 smithi094 ceph-mon[112176]: 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-08T06:01:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:39.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:39.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:40.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:40.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:40 smithi094 ceph-mon[112176]: 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-08T06:01:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:40 smithi003 ceph-mon[96088]: 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-08T06:01:41.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:41.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:41 smithi094 ceph-mon[112176]: 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-08T06:01:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:41 smithi003 ceph-mon[96088]: 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-08T06:01:42.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:42.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:43.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:43.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:44 smithi003 ceph-mon[96088]: pgmap v5562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:44.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:44.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:44 smithi094 ceph-mon[112176]: pgmap v5562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:45.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:45.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:46.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:46 smithi003 ceph-mon[96088]: pgmap v5563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:46.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:46.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:46 smithi094 ceph-mon[112176]: pgmap v5563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:47.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:47.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:48.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:48.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:48 smithi094 ceph-mon[112176]: 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-08T06:01:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:48 smithi003 ceph-mon[96088]: 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-08T06:01:49.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:49.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:50.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:50.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:50 smithi094 ceph-mon[112176]: 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-08T06:01:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:50 smithi003 ceph-mon[96088]: 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-08T06:01:51.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:51.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:51 smithi094 ceph-mon[112176]: 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-08T06:01:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:51 smithi003 ceph-mon[96088]: 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-08T06:01:52.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:52.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:53.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:53.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:54 smithi094 ceph-mon[112176]: pgmap v5567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:54 smithi003 ceph-mon[96088]: pgmap v5567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:54.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:54.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:55.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:55.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:56 smithi003 ceph-mon[96088]: pgmap v5568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:56.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:56.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:56 smithi094 ceph-mon[112176]: pgmap v5568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:57.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:57.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:58.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:58.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:01:58 smithi094 ceph-mon[112176]: 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-08T06:01:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:01:58 smithi003 ceph-mon[96088]: 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-08T06:01:59.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:01:59.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:00.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:00.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:00 smithi094 ceph-mon[112176]: 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-08T06:02:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:00 smithi003 ceph-mon[96088]: 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-08T06:02:01.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:01.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:01 smithi094 ceph-mon[112176]: 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-08T06:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:01 smithi003 ceph-mon[96088]: 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-08T06:02:02.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:02.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:03.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:03.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:04.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:04.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:04 smithi094 ceph-mon[112176]: pgmap v5572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:04 smithi003 ceph-mon[96088]: pgmap v5572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:05.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:05.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:06 smithi003 ceph-mon[96088]: pgmap v5573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:06.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:06.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:06 smithi094 ceph-mon[112176]: pgmap v5573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:07.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:07.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:08.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:08.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:08 smithi094 ceph-mon[112176]: 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-08T06:02:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:08 smithi003 ceph-mon[96088]: 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-08T06:02:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:09.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:09.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:02:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:02:10.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:10.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:10 smithi094 ceph-mon[112176]: 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-08T06:02:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:02:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:02:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:02:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:02:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:02:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:10 smithi003 ceph-mon[96088]: 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-08T06:02:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:02:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:02:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:02:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:02:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:02:11.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:11.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:11 smithi094 ceph-mon[112176]: 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-08T06:02:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:11 smithi003 ceph-mon[96088]: 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-08T06:02:12.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:12.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:13.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:13.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:14.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:14.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:14 smithi094 ceph-mon[112176]: pgmap v5577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:14 smithi003 ceph-mon[96088]: pgmap v5577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:15.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:15.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:16 smithi003 ceph-mon[96088]: pgmap v5578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:16.556 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:16 smithi094 ceph-mon[112176]: pgmap v5578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:16.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:16.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:17.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:17.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:18.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:18.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:18 smithi094 ceph-mon[112176]: 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-08T06:02:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:18 smithi003 ceph-mon[96088]: 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-08T06:02:19.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:19.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:20.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:20.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:20 smithi094 ceph-mon[112176]: 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-08T06:02:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:20 smithi003 ceph-mon[96088]: 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-08T06:02:21.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:21.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:21 smithi094 ceph-mon[112176]: 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-08T06:02:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:21 smithi003 ceph-mon[96088]: 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-08T06:02:22.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:22.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:23.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:23.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:24 smithi094 ceph-mon[112176]: pgmap v5582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:24 smithi003 ceph-mon[96088]: pgmap v5582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:24.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:24.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:25.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:25.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:26.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:26.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:26.661 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:26 smithi094 ceph-mon[112176]: pgmap v5583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:26 smithi003 ceph-mon[96088]: pgmap v5583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:27.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:27.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:28.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:28.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:28 smithi094 ceph-mon[112176]: 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-08T06:02:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:28 smithi003 ceph-mon[96088]: 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-08T06:02:29.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:29.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:30.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:30.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:30 smithi094 ceph-mon[112176]: 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-08T06:02:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:30 smithi003 ceph-mon[96088]: 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-08T06:02:31.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:31.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:31 smithi094 ceph-mon[112176]: 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-08T06:02:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:31 smithi003 ceph-mon[96088]: 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-08T06:02:32.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:32.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:33.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:33.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:34.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:34.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:34 smithi094 ceph-mon[112176]: pgmap v5587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:34 smithi003 ceph-mon[96088]: pgmap v5587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:35.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:35.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:36.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:36.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:36 smithi094 ceph-mon[112176]: pgmap v5588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:36 smithi003 ceph-mon[96088]: pgmap v5588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:37.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:37.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:38.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:38.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:38 smithi094 ceph-mon[112176]: 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-08T06:02:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:38 smithi003 ceph-mon[96088]: 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-08T06:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:39.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:39.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:40.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:40.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:40 smithi094 ceph-mon[112176]: 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-08T06:02:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:40 smithi003 ceph-mon[96088]: 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-08T06:02:41.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:41.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:41 smithi094 ceph-mon[112176]: 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-08T06:02:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:41 smithi003 ceph-mon[96088]: 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-08T06:02:42.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:42.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:43.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:43.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:44 smithi094 ceph-mon[112176]: pgmap v5592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:44.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:44.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:44 smithi003 ceph-mon[96088]: pgmap v5592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:45.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:45.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:46.561 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:46 smithi003 ceph-mon[96088]: pgmap v5593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:46 smithi094 ceph-mon[112176]: pgmap v5593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:46.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:46.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:47.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:47.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:48 smithi094 ceph-mon[112176]: 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-08T06:02:48.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:48.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:48 smithi003 ceph-mon[96088]: 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-08T06:02:49.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:49.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:50 smithi094 ceph-mon[112176]: 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-08T06:02:50.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:50.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:50 smithi003 ceph-mon[96088]: 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-08T06:02:51.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:51.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:51 smithi003 ceph-mon[96088]: 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-08T06:02:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:51 smithi094 ceph-mon[112176]: 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-08T06:02:52.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:52.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:53.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:53.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:54 smithi094 ceph-mon[112176]: pgmap v5597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:54 smithi003 ceph-mon[96088]: pgmap v5597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:54.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:54.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:55.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:55.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:56 smithi094 ceph-mon[112176]: pgmap v5598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:56.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:56 smithi003 ceph-mon[96088]: pgmap v5598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:56.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:56.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:57.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:57.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:02:58 smithi094 ceph-mon[112176]: 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-08T06:02:58.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:58.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:02:58 smithi003 ceph-mon[96088]: 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-08T06:02:59.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:02:59.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:00 smithi094 ceph-mon[112176]: 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-08T06:03:00.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:00.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:00 smithi003 ceph-mon[96088]: 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-08T06:03:01.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:01.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:01 smithi003 ceph-mon[96088]: 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-08T06:03:02.029 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:01 smithi094 ceph-mon[112176]: 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-08T06:03:02.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:02.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:03.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:03.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:04 smithi094 ceph-mon[112176]: pgmap v5602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:04.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:04.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:04 smithi003 ceph-mon[96088]: pgmap v5602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:05.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:05.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:06 smithi094 ceph-mon[112176]: pgmap v5603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:06.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:06.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:06 smithi003 ceph-mon[96088]: pgmap v5603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:07.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:07.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:08 smithi094 ceph-mon[112176]: 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-08T06:03:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:08.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:08.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:08 smithi003 ceph-mon[96088]: 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-08T06:03:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:09.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:09.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:10 smithi094 ceph-mon[112176]: 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-08T06:03:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:03:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:03:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:03:10.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:10.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:10 smithi003 ceph-mon[96088]: 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-08T06:03:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:03:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:03:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:03:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:03:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:03:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:03:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:03:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:03:11.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:11.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:03:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:03:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:03:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:03:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:03:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:12 smithi094 ceph-mon[112176]: 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-08T06:03:12.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:12.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:12 smithi003 ceph-mon[96088]: 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-08T06:03:13.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:13.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:14 smithi094 ceph-mon[112176]: pgmap v5607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:14.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:14.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:14 smithi003 ceph-mon[96088]: pgmap v5607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:15.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:15.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:16 smithi094 ceph-mon[112176]: pgmap v5608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:16.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:16.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:16 smithi003 ceph-mon[96088]: pgmap v5608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:17.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:17.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:18 smithi094 ceph-mon[112176]: 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-08T06:03:18.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:18.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:18 smithi003 ceph-mon[96088]: 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-08T06:03:19.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:19.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:20 smithi094 ceph-mon[112176]: 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-08T06:03:20.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:20.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:20 smithi003 ceph-mon[96088]: 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-08T06:03:21.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:21.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:21 smithi094 ceph-mon[112176]: 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-08T06:03:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:21 smithi003 ceph-mon[96088]: 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-08T06:03:22.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:22.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:23.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:23.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:24 smithi094 ceph-mon[112176]: pgmap v5612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:24 smithi003 ceph-mon[96088]: pgmap v5612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:24.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:24.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:25.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:25.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:26 smithi094 ceph-mon[112176]: pgmap v5613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:26 smithi003 ceph-mon[96088]: pgmap v5613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:26.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:26.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:27.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:27.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:28 smithi094 ceph-mon[112176]: 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-08T06:03:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:28 smithi003 ceph-mon[96088]: 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-08T06:03:28.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:28.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:29.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:29.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:30 smithi094 ceph-mon[112176]: 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-08T06:03:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:30 smithi003 ceph-mon[96088]: 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-08T06:03:30.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:30.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:31.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:31.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:32.079 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:31 smithi003 ceph-mon[96088]: 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-08T06:03:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:31 smithi094 ceph-mon[112176]: 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-08T06:03:32.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:32.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:33.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:33.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:34 smithi094 ceph-mon[112176]: pgmap v5617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:34 smithi003 ceph-mon[96088]: pgmap v5617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:34.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:34.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:35.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:35.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:36 smithi094 ceph-mon[112176]: pgmap v5618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:36 smithi003 ceph-mon[96088]: pgmap v5618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:36.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:36.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:37.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:37.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:38 smithi094 ceph-mon[112176]: 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-08T06:03:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:38 smithi003 ceph-mon[96088]: 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-08T06:03:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:38.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:38.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:39.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:39.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:40 smithi094 ceph-mon[112176]: 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-08T06:03:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:40 smithi003 ceph-mon[96088]: 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-08T06:03:40.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:40.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:41.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:41.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:41 smithi094 ceph-mon[112176]: 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-08T06:03:42.193 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:41 smithi003 ceph-mon[96088]: 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-08T06:03:42.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:42.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:43.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:43.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:44 smithi094 ceph-mon[112176]: pgmap v5622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:44 smithi003 ceph-mon[96088]: pgmap v5622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:44.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:44.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:45.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:45.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:46 smithi094 ceph-mon[112176]: pgmap v5623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:46 smithi003 ceph-mon[96088]: pgmap v5623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:46.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:46.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:47.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:47.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:48 smithi094 ceph-mon[112176]: 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-08T06:03:48.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:48 smithi003 ceph-mon[96088]: 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-08T06:03:48.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:48.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:49.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:49.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:50 smithi094 ceph-mon[112176]: 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-08T06:03:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:50 smithi003 ceph-mon[96088]: 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-08T06:03:50.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:50.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:51.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:51.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:51 smithi094 ceph-mon[112176]: 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-08T06:03:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:51 smithi003 ceph-mon[96088]: 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-08T06:03:52.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:52.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:53.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:53.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:54 smithi094 ceph-mon[112176]: pgmap v5627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:54 smithi003 ceph-mon[96088]: pgmap v5627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:54.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:54.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:55.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:55.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:56 smithi094 ceph-mon[112176]: pgmap v5628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:56 smithi003 ceph-mon[96088]: pgmap v5628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:56.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:56.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:57.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:57.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:03:58 smithi094 ceph-mon[112176]: 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-08T06:03:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:03:58 smithi003 ceph-mon[96088]: 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-08T06:03:58.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:58.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:59.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:03:59.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:00 smithi094 ceph-mon[112176]: 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-08T06:04:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:00 smithi003 ceph-mon[96088]: 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-08T06:04:00.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:00.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:01.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:01.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:01 smithi094 ceph-mon[112176]: 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-08T06:04:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:01 smithi003 ceph-mon[96088]: 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-08T06:04:02.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:02.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:03.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:03.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:04 smithi094 ceph-mon[112176]: pgmap v5632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:04 smithi003 ceph-mon[96088]: pgmap v5632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:04.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:04.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:05.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:05.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:06 smithi094 ceph-mon[112176]: pgmap v5633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:06 smithi003 ceph-mon[96088]: pgmap v5633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:06.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:06.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:07.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:07.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:08 smithi094 ceph-mon[112176]: 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-08T06:04:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:08 smithi003 ceph-mon[96088]: 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-08T06:04:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:08.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:08.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:09.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:09.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:10 smithi094 ceph-mon[112176]: 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-08T06:04:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:10 smithi003 ceph-mon[96088]: 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-08T06:04:10.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:10.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:04:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:04:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:04:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:04:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:04:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:04:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:04:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:04:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:04:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:04:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:04:11.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:04:11.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:11.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:12.536 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:12 smithi003 ceph-mon[96088]: 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-08T06:04:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:12 smithi094 ceph-mon[112176]: 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-08T06:04:12.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:12.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:13.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:13.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:14 smithi094 ceph-mon[112176]: pgmap v5637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:14 smithi003 ceph-mon[96088]: pgmap v5637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:14.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:14.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:15.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:15.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:16 smithi094 ceph-mon[112176]: pgmap v5638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:16 smithi003 ceph-mon[96088]: pgmap v5638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:16.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:16.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:17.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:17.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:18 smithi094 ceph-mon[112176]: 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-08T06:04:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:18 smithi003 ceph-mon[96088]: 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-08T06:04:18.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:18.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:19.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:19.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:20 smithi094 ceph-mon[112176]: 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-08T06:04:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:20 smithi003 ceph-mon[96088]: 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-08T06:04:20.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:20.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:21.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:21.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:21 smithi094 ceph-mon[112176]: 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-08T06:04:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:21 smithi003 ceph-mon[96088]: 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-08T06:04:22.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:22.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:23.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:23.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:24 smithi094 ceph-mon[112176]: pgmap v5642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:24 smithi003 ceph-mon[96088]: pgmap v5642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:24.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:24.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:25.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:25.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:26 smithi094 ceph-mon[112176]: pgmap v5643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:26 smithi003 ceph-mon[96088]: pgmap v5643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:26.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:26.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:27.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:27.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:28 smithi094 ceph-mon[112176]: 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-08T06:04:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:28 smithi003 ceph-mon[96088]: 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-08T06:04:28.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:28.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:29.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:29.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:30 smithi094 ceph-mon[112176]: 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-08T06:04:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:30 smithi003 ceph-mon[96088]: 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-08T06:04:30.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:30.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:31.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:31.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:31 smithi094 ceph-mon[112176]: 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-08T06:04:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:31 smithi003 ceph-mon[96088]: 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-08T06:04:32.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:32.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:33.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:33.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:34 smithi094 ceph-mon[112176]: pgmap v5647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:34 smithi003 ceph-mon[96088]: pgmap v5647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:34.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:34.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:35.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:35.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:36 smithi094 ceph-mon[112176]: pgmap v5648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:36 smithi003 ceph-mon[96088]: pgmap v5648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:36.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:36.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:37.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:37.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:38 smithi094 ceph-mon[112176]: 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-08T06:04:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:38 smithi003 ceph-mon[96088]: 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-08T06:04:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:38.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:38.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:39.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:39.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:40 smithi094 ceph-mon[112176]: 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-08T06:04:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:40 smithi003 ceph-mon[96088]: 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-08T06:04:40.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:40.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:41.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:41.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:41 smithi094 ceph-mon[112176]: 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-08T06:04:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:41 smithi003 ceph-mon[96088]: 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-08T06:04:42.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:42.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:43.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:43.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:44 smithi094 ceph-mon[112176]: pgmap v5652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:44 smithi003 ceph-mon[96088]: pgmap v5652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:44.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:44.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:45.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:45.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:46 smithi094 ceph-mon[112176]: pgmap v5653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:46 smithi003 ceph-mon[96088]: pgmap v5653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:46.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:46.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:47.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:47.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:48 smithi094 ceph-mon[112176]: 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-08T06:04:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:48 smithi003 ceph-mon[96088]: 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-08T06:04:48.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:48.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:49.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:49.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:50 smithi094 ceph-mon[112176]: 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-08T06:04:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:50 smithi003 ceph-mon[96088]: 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-08T06:04:50.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:50.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:51.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:51.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:51 smithi094 ceph-mon[112176]: 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-08T06:04:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:51 smithi003 ceph-mon[96088]: 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-08T06:04:52.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:52.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:53.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:53.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:54 smithi094 ceph-mon[112176]: pgmap v5657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:54 smithi003 ceph-mon[96088]: pgmap v5657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:54.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:54.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:55.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:55.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:56 smithi094 ceph-mon[112176]: pgmap v5658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:56 smithi003 ceph-mon[96088]: pgmap v5658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:56.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:56.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:57.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:57.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:04:58 smithi094 ceph-mon[112176]: 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-08T06:04:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:04:58 smithi003 ceph-mon[96088]: 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-08T06:04:58.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:58.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:59.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:04:59.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:00 smithi094 ceph-mon[112176]: 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-08T06:05:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:00 smithi003 ceph-mon[96088]: 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-08T06:05:00.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:00.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:01.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:01.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:01 smithi094 ceph-mon[112176]: 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-08T06:05:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:01 smithi003 ceph-mon[96088]: 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-08T06:05:02.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:02.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:03.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:03.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:04 smithi094 ceph-mon[112176]: pgmap v5662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:04 smithi003 ceph-mon[96088]: pgmap v5662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:04.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:04.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:05.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:05.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:06 smithi094 ceph-mon[112176]: pgmap v5663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:06 smithi003 ceph-mon[96088]: pgmap v5663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:06.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:06.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:07.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:07.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:08 smithi003 ceph-mon[96088]: 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-08T06:05:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:08 smithi094 ceph-mon[112176]: 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-08T06:05:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:08.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:08.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:09.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:09.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:10 smithi094 ceph-mon[112176]: 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-08T06:05:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:10 smithi003 ceph-mon[96088]: 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-08T06:05:10.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:10.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:11.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:11.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:11 smithi094 ceph-mon[112176]: 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-08T06:05:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:05:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:11 smithi003 ceph-mon[96088]: 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-08T06:05:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:05:12.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:12.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:13.398 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:13.398 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:13.398 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:13.399 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:13.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:13.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:14 smithi094 ceph-mon[112176]: pgmap v5667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:14 smithi003 ceph-mon[96088]: pgmap v5667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:14.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:14.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:15.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:15.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:16 smithi094 ceph-mon[112176]: pgmap v5668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:16 smithi003 ceph-mon[96088]: pgmap v5668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:16.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:16.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:05:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:05:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:05:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:17 smithi003 ceph-mon[96088]: 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-08T06:05:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:05:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:05:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:05:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:05:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:17 smithi094 ceph-mon[112176]: 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-08T06:05:17.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:17.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:18.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:18.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:19.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:19.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:20 smithi094 ceph-mon[112176]: 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-08T06:05:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:20 smithi003 ceph-mon[96088]: 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-08T06:05:20.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:20.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:21.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:21.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:21 smithi094 ceph-mon[112176]: 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-08T06:05:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:21 smithi003 ceph-mon[96088]: 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-08T06:05:22.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:22.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:23.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:23.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:23.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:24 smithi094 ceph-mon[112176]: pgmap v5672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:24 smithi003 ceph-mon[96088]: pgmap v5672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:24.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:24.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:25.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:25.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:26 smithi094 ceph-mon[112176]: pgmap v5673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:26 smithi003 ceph-mon[96088]: pgmap v5673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:26.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:26.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:27.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:27.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:28.560 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:28 smithi094 ceph-mon[112176]: 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-08T06:05:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:28 smithi003 ceph-mon[96088]: 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-08T06:05:28.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:28.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:29.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:29.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:30 smithi094 ceph-mon[112176]: 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-08T06:05:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:30 smithi003 ceph-mon[96088]: 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-08T06:05:30.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:30.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:31.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:31.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:31 smithi094 ceph-mon[112176]: 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-08T06:05:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:31 smithi003 ceph-mon[96088]: 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-08T06:05:32.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:32.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:33.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:33.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:34 smithi094 ceph-mon[112176]: pgmap v5677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:34 smithi003 ceph-mon[96088]: pgmap v5677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:34.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:34.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:35.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:35.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:36 smithi094 ceph-mon[112176]: pgmap v5678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:36 smithi003 ceph-mon[96088]: pgmap v5678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:36.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:36.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:37.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:37.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:38 smithi094 ceph-mon[112176]: 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-08T06:05:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:38 smithi003 ceph-mon[96088]: 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-08T06:05:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:38.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:38.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:39.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:39.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:40 smithi094 ceph-mon[112176]: 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-08T06:05:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:40 smithi003 ceph-mon[96088]: 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-08T06:05:40.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:40.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:41.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:41.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:41 smithi094 ceph-mon[112176]: 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-08T06:05:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:41 smithi003 ceph-mon[96088]: 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-08T06:05:42.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:42.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:43.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:43.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:44 smithi094 ceph-mon[112176]: pgmap v5682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:44 smithi003 ceph-mon[96088]: pgmap v5682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:44.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:44.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:45.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:45.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:46 smithi094 ceph-mon[112176]: pgmap v5683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:46 smithi003 ceph-mon[96088]: pgmap v5683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:46.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:46.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:47.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:47.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:48.631 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:48 smithi003 ceph-mon[96088]: 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-08T06:05:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:48 smithi094 ceph-mon[112176]: 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-08T06:05:48.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:48.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:49.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:49.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:50 smithi094 ceph-mon[112176]: 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-08T06:05:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:50 smithi003 ceph-mon[96088]: 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-08T06:05:50.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:50.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:51.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:51.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:51 smithi094 ceph-mon[112176]: 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-08T06:05:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:51 smithi003 ceph-mon[96088]: 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-08T06:05:52.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:52.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:53.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:53.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:54 smithi094 ceph-mon[112176]: pgmap v5687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:54 smithi003 ceph-mon[96088]: pgmap v5687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:54.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:54.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:56 smithi094 ceph-mon[112176]: pgmap v5688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:56 smithi003 ceph-mon[96088]: pgmap v5688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:56.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:56.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:57.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:57.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:05:58 smithi094 ceph-mon[112176]: 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-08T06:05:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:05:58 smithi003 ceph-mon[96088]: 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-08T06:05:58.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:05:58.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:59.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:00.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:00 smithi094 ceph-mon[112176]: 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-08T06:06:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:00 smithi003 ceph-mon[96088]: 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-08T06:06:01.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:01.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:02.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:02.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:01 smithi094 ceph-mon[112176]: 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-08T06:06:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:01 smithi003 ceph-mon[96088]: 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-08T06:06:03.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:03.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:04.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:04.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:04 smithi094 ceph-mon[112176]: pgmap v5692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:04 smithi003 ceph-mon[96088]: pgmap v5692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:05.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:05.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:06.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:06.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:06 smithi094 ceph-mon[112176]: pgmap v5693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:06 smithi003 ceph-mon[96088]: pgmap v5693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:07.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:07.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:08.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:08.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:08 smithi094 ceph-mon[112176]: 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-08T06:06:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:08 smithi003 ceph-mon[96088]: 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-08T06:06:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:09.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:09.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:10.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:10.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:10 smithi094 ceph-mon[112176]: 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-08T06:06:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:10 smithi003 ceph-mon[96088]: 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-08T06:06:11.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:11.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:12.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:12.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:11 smithi094 ceph-mon[112176]: 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-08T06:06:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:11 smithi003 ceph-mon[96088]: 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-08T06:06:13.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:13.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:14.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:14.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:14 smithi094 ceph-mon[112176]: pgmap v5697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:14 smithi003 ceph-mon[96088]: pgmap v5697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:15.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:15.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:16.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:16.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:16 smithi094 ceph-mon[112176]: pgmap v5698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:16 smithi003 ceph-mon[96088]: pgmap v5698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:17.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:17.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:06:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:06:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:06:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:06:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:06:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:06:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:06:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:06:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:06:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:06:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:06:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:06:18.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:18.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:18 smithi094 ceph-mon[112176]: 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-08T06:06:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:18 smithi003 ceph-mon[96088]: 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-08T06:06:19.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:19.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:20.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:20.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:20 smithi094 ceph-mon[112176]: 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-08T06:06:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:20 smithi003 ceph-mon[96088]: 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-08T06:06:21.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:21.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:22.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:22.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:21 smithi094 ceph-mon[112176]: 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-08T06:06:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:21 smithi003 ceph-mon[96088]: 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-08T06:06:23.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:23.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:24.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:24.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:24 smithi094 ceph-mon[112176]: pgmap v5702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:24 smithi003 ceph-mon[96088]: pgmap v5702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:25.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:25.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:26.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:26.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:26 smithi094 ceph-mon[112176]: pgmap v5703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:26 smithi003 ceph-mon[96088]: pgmap v5703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:27.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:27.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:28.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:28.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:28 smithi094 ceph-mon[112176]: 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-08T06:06:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:28 smithi003 ceph-mon[96088]: 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-08T06:06:29.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:29.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:30.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:30.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:30 smithi094 ceph-mon[112176]: 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-08T06:06:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:30 smithi003 ceph-mon[96088]: 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-08T06:06:31.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:31.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:32.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:32.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:31 smithi094 ceph-mon[112176]: 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-08T06:06:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:31 smithi003 ceph-mon[96088]: 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-08T06:06:33.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:33.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:34.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:34.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:34 smithi003 ceph-mon[96088]: pgmap v5707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:34 smithi094 ceph-mon[112176]: pgmap v5707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:35.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:35.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:36.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:36.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:36 smithi094 ceph-mon[112176]: pgmap v5708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:36 smithi003 ceph-mon[96088]: pgmap v5708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:37.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:37.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:38.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:38.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:38 smithi094 ceph-mon[112176]: 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-08T06:06:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:38 smithi003 ceph-mon[96088]: 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-08T06:06:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:39.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:39.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:40.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:40.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:40 smithi094 ceph-mon[112176]: 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-08T06:06:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:40 smithi003 ceph-mon[96088]: 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-08T06:06:41.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:41.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:42.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:42.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:41 smithi094 ceph-mon[112176]: 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-08T06:06:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:41 smithi003 ceph-mon[96088]: 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-08T06:06:43.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:43.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:44.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:44.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:44 smithi094 ceph-mon[112176]: pgmap v5712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:44 smithi003 ceph-mon[96088]: pgmap v5712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:45.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:45.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:46.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:46.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:46 smithi094 ceph-mon[112176]: pgmap v5713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:46 smithi003 ceph-mon[96088]: pgmap v5713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:47.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:47.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:48.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:48.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:48 smithi094 ceph-mon[112176]: 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-08T06:06:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:48 smithi003 ceph-mon[96088]: 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-08T06:06:49.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:49.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:50.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:50.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:50 smithi094 ceph-mon[112176]: 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-08T06:06:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:50 smithi003 ceph-mon[96088]: 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-08T06:06:51.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:51.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:52.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:52.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:51 smithi094 ceph-mon[112176]: 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-08T06:06:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:51 smithi003 ceph-mon[96088]: 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-08T06:06:53.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:53.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:54.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:54.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:54.377 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:54 smithi003 ceph-mon[96088]: pgmap v5717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:54 smithi094 ceph-mon[112176]: pgmap v5717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:55.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:55.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:56.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:56.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:56 smithi094 ceph-mon[112176]: pgmap v5718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:56 smithi003 ceph-mon[96088]: pgmap v5718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:57.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:57.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:58.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:58.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:06:58 smithi094 ceph-mon[112176]: 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-08T06:06:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:06:58 smithi003 ceph-mon[96088]: 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-08T06:06:59.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:06:59.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:00.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:00.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:00 smithi094 ceph-mon[112176]: 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-08T06:07:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:00 smithi003 ceph-mon[96088]: 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-08T06:07:01.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:01.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:02.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:02.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:01 smithi094 ceph-mon[112176]: 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-08T06:07:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:01 smithi003 ceph-mon[96088]: 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-08T06:07:03.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:03.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:04.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:04.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:04 smithi094 ceph-mon[112176]: pgmap v5722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:04 smithi003 ceph-mon[96088]: pgmap v5722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:05.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:05.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:06.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:06.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:06 smithi094 ceph-mon[112176]: pgmap v5723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:06 smithi003 ceph-mon[96088]: pgmap v5723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:07.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:07.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:08.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:08.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:08 smithi094 ceph-mon[112176]: 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-08T06:07:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:08 smithi003 ceph-mon[96088]: 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-08T06:07:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:09.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:09.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:10.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:10.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:10 smithi094 ceph-mon[112176]: 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-08T06:07:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:10 smithi003 ceph-mon[96088]: 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-08T06:07:11.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:11.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:12.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:12.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:11 smithi094 ceph-mon[112176]: 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-08T06:07:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:11 smithi003 ceph-mon[96088]: 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-08T06:07:13.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:13.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:14.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:14.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:14.605 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:14 smithi003 ceph-mon[96088]: pgmap v5727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:14 smithi094 ceph-mon[112176]: pgmap v5727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:15.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:15.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:16.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:16.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:16 smithi094 ceph-mon[112176]: pgmap v5728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:16 smithi003 ceph-mon[96088]: pgmap v5728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:17.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:17.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:07:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:07:18.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:18.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:18 smithi094 ceph-mon[112176]: 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-08T06:07:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:07:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:07:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:07:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:07:18.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:07:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:18 smithi003 ceph-mon[96088]: 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-08T06:07:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:07:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:07:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:07:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:07:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:07:19.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:19.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:20.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:20.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:20 smithi094 ceph-mon[112176]: 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-08T06:07:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:20 smithi003 ceph-mon[96088]: 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-08T06:07:21.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:21.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:22.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:22.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:21 smithi094 ceph-mon[112176]: 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-08T06:07:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:21 smithi003 ceph-mon[96088]: 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-08T06:07:23.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:23.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:24.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:24.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:24 smithi094 ceph-mon[112176]: pgmap v5732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:24 smithi003 ceph-mon[96088]: pgmap v5732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:25.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:25.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:26.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:26.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:26 smithi094 ceph-mon[112176]: pgmap v5733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:26 smithi003 ceph-mon[96088]: pgmap v5733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:27.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:27.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:28.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:28.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:28 smithi094 ceph-mon[112176]: 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-08T06:07:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:28 smithi003 ceph-mon[96088]: 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-08T06:07:29.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:29.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:30.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:30.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:30 smithi094 ceph-mon[112176]: 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-08T06:07:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:30 smithi003 ceph-mon[96088]: 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-08T06:07:31.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:31.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:32.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:32.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:31 smithi094 ceph-mon[112176]: 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-08T06:07:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:31 smithi003 ceph-mon[96088]: 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-08T06:07:33.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:33.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:34.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:34.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:34 smithi094 ceph-mon[112176]: pgmap v5737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:34 smithi003 ceph-mon[96088]: pgmap v5737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:35.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:35.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:36.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:36.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:36 smithi094 ceph-mon[112176]: pgmap v5738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:36 smithi003 ceph-mon[96088]: pgmap v5738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:37.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:37.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:38.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:38.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:38 smithi094 ceph-mon[112176]: 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-08T06:07:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:38 smithi003 ceph-mon[96088]: 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-08T06:07:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:39.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:39.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:40.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:40.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:40 smithi094 ceph-mon[112176]: 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-08T06:07:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:40 smithi003 ceph-mon[96088]: 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-08T06:07:41.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:41.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:41 smithi094 ceph-mon[112176]: 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-08T06:07:42.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:42.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:41 smithi003 ceph-mon[96088]: 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-08T06:07:43.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:43.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:44.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:44.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:44 smithi094 ceph-mon[112176]: pgmap v5742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:44 smithi003 ceph-mon[96088]: pgmap v5742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:45.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:45.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:46.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:46.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:46 smithi094 ceph-mon[112176]: pgmap v5743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:46 smithi003 ceph-mon[96088]: pgmap v5743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:47.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:47.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:48.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:48.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:48 smithi094 ceph-mon[112176]: 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-08T06:07:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:48 smithi003 ceph-mon[96088]: 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-08T06:07:49.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:49.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:50.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:50.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:50 smithi094 ceph-mon[112176]: 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-08T06:07:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:50 smithi003 ceph-mon[96088]: 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-08T06:07:51.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:51.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:52.159 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:51 smithi094 ceph-mon[112176]: 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-08T06:07:52.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:52.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:51 smithi003 ceph-mon[96088]: 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-08T06:07:53.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:53.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:54.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:54.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:54 smithi094 ceph-mon[112176]: pgmap v5747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:54 smithi003 ceph-mon[96088]: pgmap v5747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:55.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:55.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:56.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:56.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:56 smithi094 ceph-mon[112176]: pgmap v5748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:56 smithi003 ceph-mon[96088]: pgmap v5748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:57.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:57.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:58.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:58.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:07:58 smithi094 ceph-mon[112176]: 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-08T06:07:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:07:58 smithi003 ceph-mon[96088]: 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-08T06:07:59.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:07:59.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:00.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:00.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:00 smithi094 ceph-mon[112176]: 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-08T06:08:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:00 smithi003 ceph-mon[96088]: 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-08T06:08:01.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:01.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:01 smithi094 ceph-mon[112176]: 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-08T06:08:02.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:02.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:01 smithi003 ceph-mon[96088]: 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-08T06:08:03.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:03.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:04.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:04.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:04 smithi094 ceph-mon[112176]: pgmap v5752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:04 smithi003 ceph-mon[96088]: pgmap v5752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:05.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:05.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:06.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:06.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:06 smithi094 ceph-mon[112176]: pgmap v5753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:06 smithi003 ceph-mon[96088]: pgmap v5753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:07.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:07.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:08.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:08.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:08 smithi094 ceph-mon[112176]: 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-08T06:08:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:08 smithi003 ceph-mon[96088]: 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-08T06:08:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:09.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:09.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:10.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:10.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:10 smithi094 ceph-mon[112176]: 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-08T06:08:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:10 smithi003 ceph-mon[96088]: 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-08T06:08:11.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:11.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:11 smithi094 ceph-mon[112176]: 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-08T06:08:12.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:12.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:11 smithi003 ceph-mon[96088]: 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-08T06:08:13.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:13.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:14.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:14.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:14 smithi094 ceph-mon[112176]: pgmap v5757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:14 smithi003 ceph-mon[96088]: pgmap v5757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:15.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:15.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:16.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:16.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:16 smithi094 ceph-mon[112176]: pgmap v5758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:16 smithi003 ceph-mon[96088]: pgmap v5758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:17.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:17.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:18.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:18.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:18 smithi094 ceph-mon[112176]: 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-08T06:08:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:08:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:18 smithi003 ceph-mon[96088]: 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-08T06:08:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:08:19.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:19.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:20.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:20.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:20 smithi094 ceph-mon[112176]: 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-08T06:08:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:20 smithi003 ceph-mon[96088]: 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-08T06:08:21.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:21.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:08:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:08:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:21 smithi094 ceph-mon[112176]: 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-08T06:08:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:08:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:08:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:08:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:08:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:08:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:08:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:08:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:21 smithi003 ceph-mon[96088]: 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-08T06:08:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:08:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:08:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:08:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:08:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:08:22.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:22.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:23.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:23.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:24.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:24.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:24 smithi094 ceph-mon[112176]: pgmap v5762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:24 smithi003 ceph-mon[96088]: pgmap v5762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:25.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:25.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:26.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:26.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:26 smithi094 ceph-mon[112176]: pgmap v5763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:26 smithi003 ceph-mon[96088]: pgmap v5763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:27.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:27.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:28.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:28.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:28 smithi094 ceph-mon[112176]: 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-08T06:08:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:28 smithi003 ceph-mon[96088]: 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-08T06:08:29.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:29.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:30.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:30.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:30.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:30 smithi003 ceph-mon[96088]: 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-08T06:08:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:30 smithi094 ceph-mon[112176]: 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-08T06:08:31.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:31.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:31 smithi094 ceph-mon[112176]: 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-08T06:08:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:31 smithi003 ceph-mon[96088]: 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-08T06:08:32.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:32.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:33.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:33.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:34.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:34.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:34 smithi094 ceph-mon[112176]: pgmap v5767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:34 smithi003 ceph-mon[96088]: pgmap v5767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:35.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:35.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:36.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:36.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:36 smithi094 ceph-mon[112176]: pgmap v5768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:36 smithi003 ceph-mon[96088]: pgmap v5768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:37.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:37.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:38.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:38.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:38 smithi094 ceph-mon[112176]: 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-08T06:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:38 smithi003 ceph-mon[96088]: 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-08T06:08:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:39.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:39.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:40.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:40.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:40 smithi094 ceph-mon[112176]: 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-08T06:08:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:40 smithi003 ceph-mon[96088]: 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-08T06:08:41.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:41.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:41 smithi094 ceph-mon[112176]: 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-08T06:08:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:41 smithi003 ceph-mon[96088]: 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-08T06:08:42.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:42.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:43.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:43.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:44.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:44.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:44 smithi094 ceph-mon[112176]: pgmap v5772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:44 smithi003 ceph-mon[96088]: pgmap v5772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:45.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:45.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:46.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:46.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:46 smithi094 ceph-mon[112176]: pgmap v5773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:46 smithi003 ceph-mon[96088]: pgmap v5773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:47.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:47.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:48.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:48.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:48 smithi094 ceph-mon[112176]: 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-08T06:08:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:48 smithi003 ceph-mon[96088]: 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-08T06:08:49.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:49.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:50.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:50.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:50 smithi094 ceph-mon[112176]: 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-08T06:08:50.701 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:50 smithi003 ceph-mon[96088]: 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-08T06:08:51.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:51.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:51 smithi094 ceph-mon[112176]: 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-08T06:08:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:51 smithi003 ceph-mon[96088]: 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-08T06:08:52.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:52.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:53.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:53.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:54.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:54.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:54 smithi094 ceph-mon[112176]: pgmap v5777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:54 smithi003 ceph-mon[96088]: pgmap v5777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:55.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:55.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:56.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:56.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:56 smithi094 ceph-mon[112176]: pgmap v5778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:56 smithi003 ceph-mon[96088]: pgmap v5778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:57.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:57.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:58.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:58.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:08:58 smithi094 ceph-mon[112176]: 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-08T06:08:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:08:58 smithi003 ceph-mon[96088]: 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-08T06:08:59.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:08:59.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:00.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:00.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:00.741 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:00 smithi094 ceph-mon[112176]: 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-08T06:09:00.741 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:00 smithi003 ceph-mon[96088]: 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-08T06:09:01.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:01.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:01 smithi094 ceph-mon[112176]: 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-08T06:09:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:01 smithi003 ceph-mon[96088]: 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-08T06:09:02.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:02.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:03.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:03.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:04.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:04.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:04 smithi094 ceph-mon[112176]: pgmap v5782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:04 smithi003 ceph-mon[96088]: pgmap v5782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:05.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:05.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:06.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:06.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:06 smithi094 ceph-mon[112176]: pgmap v5783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:06 smithi003 ceph-mon[96088]: pgmap v5783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:07.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:07.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:08.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:08.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:08 smithi094 ceph-mon[112176]: 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-08T06:09:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:08 smithi003 ceph-mon[96088]: 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-08T06:09:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:09.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:09.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:10.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:10.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:10 smithi094 ceph-mon[112176]: 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-08T06:09:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:10 smithi003 ceph-mon[96088]: 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-08T06:09:11.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:11.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:11 smithi094 ceph-mon[112176]: 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-08T06:09:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:11 smithi003 ceph-mon[96088]: 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-08T06:09:12.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:12.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:13.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:13.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:14.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:14.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:14 smithi094 ceph-mon[112176]: pgmap v5787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:14 smithi003 ceph-mon[96088]: pgmap v5787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:15.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:15.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:16.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:16.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:16 smithi094 ceph-mon[112176]: pgmap v5788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:16 smithi003 ceph-mon[96088]: pgmap v5788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:17.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:17.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:18.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:18.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:18 smithi094 ceph-mon[112176]: 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-08T06:09:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:18 smithi003 ceph-mon[96088]: 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-08T06:09:19.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:19.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:20.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:20.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:20 smithi094 ceph-mon[112176]: 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-08T06:09:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:20 smithi003 ceph-mon[96088]: 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-08T06:09:21.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:21.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:21 smithi094 ceph-mon[112176]: 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-08T06:09:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:09:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:21 smithi003 ceph-mon[96088]: 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-08T06:09:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:09:22.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:22.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:09:23.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:09:23.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:23.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:23 smithi094 ceph-mon[112176]: pgmap v5792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:23 smithi003 ceph-mon[96088]: pgmap v5792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:24.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:24.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:25.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:25.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:26.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:26.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:26 smithi094 ceph-mon[112176]: pgmap v5793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:26 smithi003 ceph-mon[96088]: pgmap v5793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:27.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:27.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:28.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:28.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:28 smithi094 ceph-mon[112176]: 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-08T06:09:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:28 smithi003 ceph-mon[96088]: 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-08T06:09:29.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:29.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:30.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:30.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:30 smithi094 ceph-mon[112176]: 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-08T06:09:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:30 smithi003 ceph-mon[96088]: 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-08T06:09:31.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:31.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:31 smithi094 ceph-mon[112176]: 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-08T06:09:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:31 smithi003 ceph-mon[96088]: 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-08T06:09:32.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:32.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:33.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:33.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:34.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:34.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:34 smithi094 ceph-mon[112176]: pgmap v5797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:34 smithi003 ceph-mon[96088]: pgmap v5797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:35.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:35.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:36.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:36.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:36 smithi094 ceph-mon[112176]: pgmap v5798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:36 smithi003 ceph-mon[96088]: pgmap v5798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:37.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:37.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:38.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:38.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:38 smithi094 ceph-mon[112176]: 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-08T06:09:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:38 smithi003 ceph-mon[96088]: 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-08T06:09:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:39.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:39.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:40.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:40.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:40 smithi094 ceph-mon[112176]: 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-08T06:09:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:40 smithi003 ceph-mon[96088]: 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-08T06:09:41.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:41.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:41 smithi094 ceph-mon[112176]: 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-08T06:09:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:41 smithi003 ceph-mon[96088]: 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-08T06:09:42.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:42.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:43.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:43.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:44.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:44.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:44 smithi094 ceph-mon[112176]: pgmap v5802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:44 smithi003 ceph-mon[96088]: pgmap v5802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:45.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:45.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:46.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:46.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:46 smithi094 ceph-mon[112176]: pgmap v5803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:46 smithi003 ceph-mon[96088]: pgmap v5803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:47.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:47.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:48.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:48.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:48 smithi094 ceph-mon[112176]: 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-08T06:09:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:48 smithi003 ceph-mon[96088]: 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-08T06:09:49.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:49.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:50.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:50.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:50 smithi094 ceph-mon[112176]: 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-08T06:09:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:50 smithi003 ceph-mon[96088]: 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-08T06:09:51.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:51.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:51 smithi094 ceph-mon[112176]: 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-08T06:09:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:51 smithi003 ceph-mon[96088]: 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-08T06:09:52.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:52.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:53.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:53.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:54.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:54.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:54 smithi094 ceph-mon[112176]: pgmap v5807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:54 smithi003 ceph-mon[96088]: pgmap v5807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:55.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:55.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:56.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:56.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:56 smithi094 ceph-mon[112176]: pgmap v5808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:56 smithi003 ceph-mon[96088]: pgmap v5808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:58.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:58.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:09:58 smithi094 ceph-mon[112176]: 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-08T06:09:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:09:58 smithi003 ceph-mon[96088]: 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-08T06:09:59.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:09:59.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:00.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:00.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:00 smithi094 ceph-mon[112176]: 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-08T06:10:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T06:10:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:00 smithi003 ceph-mon[96088]: 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-08T06:10:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T06:10:01.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:01.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:01 smithi094 ceph-mon[112176]: 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-08T06:10:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:01 smithi003 ceph-mon[96088]: 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-08T06:10:02.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:02.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:03.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:03.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:04.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:04.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:04 smithi094 ceph-mon[112176]: pgmap v5812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:04 smithi003 ceph-mon[96088]: pgmap v5812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:05.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:05.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:06.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:06.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:06 smithi094 ceph-mon[112176]: pgmap v5813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:06 smithi003 ceph-mon[96088]: pgmap v5813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:07.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:07.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:08.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:08.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:08 smithi094 ceph-mon[112176]: 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-08T06:10:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:08 smithi003 ceph-mon[96088]: 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-08T06:10:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:09.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:09.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:10.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:10.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:10 smithi094 ceph-mon[112176]: 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-08T06:10:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:10 smithi003 ceph-mon[96088]: 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-08T06:10:11.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:11.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:11 smithi003 ceph-mon[96088]: 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-08T06:10:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:11 smithi094 ceph-mon[112176]: 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-08T06:10:12.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:12.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:13.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:13.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:14.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:14.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:14 smithi094 ceph-mon[112176]: pgmap v5817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:14 smithi003 ceph-mon[96088]: pgmap v5817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:15.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:15.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:16.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:16.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:16 smithi094 ceph-mon[112176]: pgmap v5818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:16.673 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:16 smithi003 ceph-mon[96088]: pgmap v5818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:17.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:17.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:18.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:18.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:18 smithi094 ceph-mon[112176]: 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-08T06:10:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:18 smithi003 ceph-mon[96088]: 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-08T06:10:19.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:19.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:20.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:20.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:20 smithi094 ceph-mon[112176]: 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-08T06:10:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:20 smithi003 ceph-mon[96088]: 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-08T06:10:21.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:21.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:21 smithi003 ceph-mon[96088]: 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-08T06:10:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:21 smithi094 ceph-mon[112176]: 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-08T06:10:22.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:22.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:10:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:10:23.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:23.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:23 smithi094 ceph-mon[112176]: pgmap v5822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:23 smithi003 ceph-mon[96088]: pgmap v5822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:24.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:24.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:25.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:25.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:26.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:26.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:26.663 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:26 smithi094 ceph-mon[112176]: pgmap v5823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:26 smithi003 ceph-mon[96088]: pgmap v5823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:27.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:27.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:10:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:10:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:27 smithi003 ceph-mon[96088]: 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-08T06:10:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:10:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:10:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:10:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:10:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:10:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:10:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:10:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:27 smithi094 ceph-mon[112176]: 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-08T06:10:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:10:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:10:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:10:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:10:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:10:28.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:28.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:29.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:29.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:30.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:30.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:30 smithi094 ceph-mon[112176]: 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-08T06:10:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:30 smithi003 ceph-mon[96088]: 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-08T06:10:31.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:31.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:31 smithi094 ceph-mon[112176]: 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-08T06:10:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:31 smithi003 ceph-mon[96088]: 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-08T06:10:32.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:32.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:33.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:33.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:34.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:34.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:34 smithi094 ceph-mon[112176]: pgmap v5827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:34 smithi003 ceph-mon[96088]: pgmap v5827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:35.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:35.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:36.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:36.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:36 smithi094 ceph-mon[112176]: pgmap v5828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:36 smithi003 ceph-mon[96088]: pgmap v5828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:37.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:37.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:37 smithi003 ceph-mon[96088]: 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-08T06:10:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:37 smithi094 ceph-mon[112176]: 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-08T06:10:38.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:38.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:39.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:39.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:39 smithi003 ceph-mon[96088]: 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-08T06:10:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:39 smithi094 ceph-mon[112176]: 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-08T06:10:40.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:40.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:41.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:41.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:41 smithi094 ceph-mon[112176]: 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-08T06:10:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:41 smithi003 ceph-mon[96088]: 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-08T06:10:42.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:42.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:43.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:43.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:44.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:44.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:44 smithi094 ceph-mon[112176]: pgmap v5832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:44 smithi003 ceph-mon[96088]: pgmap v5832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:45.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:45.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:46.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:46.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:46 smithi094 ceph-mon[112176]: pgmap v5833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:46 smithi003 ceph-mon[96088]: pgmap v5833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:47.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:47.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:48.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:48.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:48 smithi094 ceph-mon[112176]: 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-08T06:10:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:48 smithi003 ceph-mon[96088]: 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-08T06:10:49.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:49.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:49 smithi003 ceph-mon[96088]: 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-08T06:10:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:49 smithi094 ceph-mon[112176]: 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-08T06:10:50.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:50.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:51.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:51.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:51 smithi094 ceph-mon[112176]: 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-08T06:10:52.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:51 smithi003 ceph-mon[96088]: 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-08T06:10:52.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:52.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:53.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:53.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:54 smithi094 ceph-mon[112176]: pgmap v5837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:54 smithi003 ceph-mon[96088]: pgmap v5837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:54.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:54.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:55.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:55.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:56.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:56.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:56 smithi094 ceph-mon[112176]: pgmap v5838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:56 smithi003 ceph-mon[96088]: pgmap v5838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:57.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:57.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:58.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:58.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:10:58 smithi094 ceph-mon[112176]: 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-08T06:10:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:10:58 smithi003 ceph-mon[96088]: 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-08T06:10:59.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:10:59.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:00.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:00.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:00 smithi094 ceph-mon[112176]: 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-08T06:11:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:00 smithi003 ceph-mon[96088]: 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-08T06:11:01.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:01.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:01 smithi094 ceph-mon[112176]: 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-08T06:11:02.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:01 smithi003 ceph-mon[96088]: 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-08T06:11:02.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:02.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:03.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:03.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:04.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:04.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:04 smithi094 ceph-mon[112176]: pgmap v5842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:04 smithi003 ceph-mon[96088]: pgmap v5842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:05.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:05.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:06.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:06.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:06 smithi094 ceph-mon[112176]: pgmap v5843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:06 smithi003 ceph-mon[96088]: pgmap v5843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:07.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:07.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:07 smithi003 ceph-mon[96088]: 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-08T06:11:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:07 smithi094 ceph-mon[112176]: 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-08T06:11:08.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:08.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:09.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:09.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:09 smithi003 ceph-mon[96088]: 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-08T06:11:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:09 smithi094 ceph-mon[112176]: 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-08T06:11:10.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:10.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:11.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:11.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:12.133 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:11 smithi094 ceph-mon[112176]: 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-08T06:11:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:11 smithi003 ceph-mon[96088]: 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-08T06:11:12.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:12.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:13.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:13.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:14.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:14.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:14 smithi094 ceph-mon[112176]: pgmap v5847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:14 smithi003 ceph-mon[96088]: pgmap v5847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:15.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:15.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:15 smithi003 ceph-mon[96088]: pgmap v5848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:15.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:15 smithi094 ceph-mon[112176]: pgmap v5848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:16.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:16.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:17.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:17.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:18.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:18.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:18 smithi094 ceph-mon[112176]: 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-08T06:11:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:18 smithi003 ceph-mon[96088]: 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-08T06:11:19.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:19.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:19 smithi003 ceph-mon[96088]: 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-08T06:11:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:19 smithi094 ceph-mon[112176]: 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-08T06:11:20.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:20.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:21.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:21.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:21 smithi094 ceph-mon[112176]: 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-08T06:11:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:21 smithi003 ceph-mon[96088]: 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-08T06:11:22.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:22.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:23.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:23.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:24 smithi094 ceph-mon[112176]: pgmap v5852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:24 smithi003 ceph-mon[96088]: pgmap v5852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:24.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:24.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:25.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:25.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:25 smithi003 ceph-mon[96088]: pgmap v5853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:25 smithi094 ceph-mon[112176]: pgmap v5853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:26.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:26.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:27.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:27.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:27 smithi094 ceph-mon[112176]: 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-08T06:11:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:27 smithi003 ceph-mon[96088]: 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-08T06:11:28.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:28.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:11:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:11:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:11:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:11:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:11:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:11:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:11:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:11:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:11:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:11:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:11:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:11:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:11:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:11:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:11:28.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:11:29.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:29.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:29 smithi003 ceph-mon[96088]: 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-08T06:11:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:29 smithi094 ceph-mon[112176]: 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-08T06:11:30.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:30.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:31.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:31.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:31 smithi094 ceph-mon[112176]: 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-08T06:11:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:31 smithi003 ceph-mon[96088]: 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-08T06:11:32.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:32.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:33.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:33.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:33 smithi003 ceph-mon[96088]: pgmap v5857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:33 smithi094 ceph-mon[112176]: pgmap v5857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:34.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:34.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:35.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:35.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:35 smithi003 ceph-mon[96088]: pgmap v5858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:35 smithi094 ceph-mon[112176]: pgmap v5858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:36.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:36.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:37.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:37.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:37 smithi094 ceph-mon[112176]: 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-08T06:11:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:37 smithi003 ceph-mon[96088]: 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-08T06:11:38.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:38.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:39.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:39.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:39 smithi003 ceph-mon[96088]: 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-08T06:11:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:39 smithi094 ceph-mon[112176]: 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-08T06:11:40.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:40.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:41.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:41.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:41 smithi094 ceph-mon[112176]: 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-08T06:11:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:41 smithi003 ceph-mon[96088]: 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-08T06:11:42.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:42.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:43.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:43.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:43 smithi003 ceph-mon[96088]: pgmap v5862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:43 smithi094 ceph-mon[112176]: pgmap v5862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:44.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:44.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:45.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:45.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:45 smithi003 ceph-mon[96088]: pgmap v5863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:45 smithi094 ceph-mon[112176]: pgmap v5863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:46.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:46.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:47.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:47.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:47 smithi003 ceph-mon[96088]: 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-08T06:11:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:47 smithi094 ceph-mon[112176]: 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-08T06:11:48.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:48.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:49.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:49.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:49 smithi003 ceph-mon[96088]: 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-08T06:11:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:49 smithi094 ceph-mon[112176]: 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-08T06:11:50.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:50.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:51.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:51.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:51 smithi094 ceph-mon[112176]: 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-08T06:11:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:51 smithi003 ceph-mon[96088]: 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-08T06:11:52.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:52.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:53.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:53.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:54 smithi094 ceph-mon[112176]: pgmap v5867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:54 smithi003 ceph-mon[96088]: pgmap v5867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:54.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:54.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:55.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:55.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:55 smithi003 ceph-mon[96088]: pgmap v5868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:55 smithi094 ceph-mon[112176]: pgmap v5868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:56.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:56.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:57.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:57.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:57 smithi003 ceph-mon[96088]: 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-08T06:11:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:57 smithi094 ceph-mon[112176]: 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-08T06:11:58.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:58.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:59.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:11:59.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:11:59 smithi003 ceph-mon[96088]: 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-08T06:11:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:11:59 smithi094 ceph-mon[112176]: 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-08T06:12:00.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:00.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:01.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:01.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:01 smithi094 ceph-mon[112176]: 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-08T06:12:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:01 smithi003 ceph-mon[96088]: 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-08T06:12:02.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:02.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:03.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:03.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:03 smithi003 ceph-mon[96088]: pgmap v5872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:03 smithi094 ceph-mon[112176]: pgmap v5872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:04.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:04.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:05.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:05.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:05 smithi003 ceph-mon[96088]: pgmap v5873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:05 smithi094 ceph-mon[112176]: pgmap v5873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:06.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:06.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:07.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:07.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:07 smithi003 ceph-mon[96088]: 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-08T06:12:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:07 smithi094 ceph-mon[112176]: 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-08T06:12:08.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:08.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:09.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:09.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:09 smithi003 ceph-mon[96088]: 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-08T06:12:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:09 smithi094 ceph-mon[112176]: 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-08T06:12:10.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:10.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:11.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:11.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:11 smithi094 ceph-mon[112176]: 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-08T06:12:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:11 smithi003 ceph-mon[96088]: 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-08T06:12:12.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:12.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:13.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:13.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:13 smithi003 ceph-mon[96088]: pgmap v5877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:13 smithi094 ceph-mon[112176]: pgmap v5877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:14.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:14.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:15.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:15.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:15 smithi003 ceph-mon[96088]: pgmap v5878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:15 smithi094 ceph-mon[112176]: pgmap v5878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:16.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:16.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:17.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:17.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:17 smithi003 ceph-mon[96088]: 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-08T06:12:17.819 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:17 smithi094 ceph-mon[112176]: 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-08T06:12:18.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:18.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:19.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:19.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:19 smithi003 ceph-mon[96088]: 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-08T06:12:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:19 smithi094 ceph-mon[112176]: 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-08T06:12:20.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:20.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:21.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:21.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:21 smithi094 ceph-mon[112176]: 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-08T06:12:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:21 smithi003 ceph-mon[96088]: 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-08T06:12:22.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:22.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:23.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:23.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:24 smithi094 ceph-mon[112176]: pgmap v5882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:24 smithi003 ceph-mon[96088]: pgmap v5882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:24.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:24.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:25.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:25.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:25 smithi003 ceph-mon[96088]: pgmap v5883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:25 smithi094 ceph-mon[112176]: pgmap v5883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:26.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:26.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:27.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:27.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:27 smithi003 ceph-mon[96088]: 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-08T06:12:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:27 smithi094 ceph-mon[112176]: 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-08T06:12:28.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:28.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:12:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:12:29.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:29.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:12:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:12:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:12:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:12:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:12:29.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:29 smithi094 ceph-mon[112176]: 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-08T06:12:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:12:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:12:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:12:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:12:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:12:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:29 smithi003 ceph-mon[96088]: 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-08T06:12:30.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:30.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:31.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:31.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:31 smithi094 ceph-mon[112176]: 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-08T06:12:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:31 smithi003 ceph-mon[96088]: 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-08T06:12:32.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:32.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:33.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:33.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:33 smithi003 ceph-mon[96088]: pgmap v5887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:33 smithi094 ceph-mon[112176]: pgmap v5887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:34.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:34.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:35.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:35.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:35 smithi003 ceph-mon[96088]: pgmap v5888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:35 smithi094 ceph-mon[112176]: pgmap v5888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:36.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:36.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:37.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:37.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:37 smithi003 ceph-mon[96088]: 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-08T06:12:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:37 smithi094 ceph-mon[112176]: 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-08T06:12:38.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:38.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:39.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:39.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:39 smithi094 ceph-mon[112176]: 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-08T06:12:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:39 smithi003 ceph-mon[96088]: 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-08T06:12:40.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:40.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:41.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:41.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:41 smithi094 ceph-mon[112176]: 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-08T06:12:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:41 smithi003 ceph-mon[96088]: 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-08T06:12:42.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:42.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:43.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:43.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:43 smithi003 ceph-mon[96088]: pgmap v5892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:43 smithi094 ceph-mon[112176]: pgmap v5892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:44.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:44.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:45.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:45.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:45 smithi003 ceph-mon[96088]: pgmap v5893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:45 smithi094 ceph-mon[112176]: pgmap v5893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:46.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:46.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:47.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:47.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:47 smithi003 ceph-mon[96088]: 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-08T06:12:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:47 smithi094 ceph-mon[112176]: 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-08T06:12:48.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:48.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:49.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:49.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:49 smithi003 ceph-mon[96088]: 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-08T06:12:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:49 smithi094 ceph-mon[112176]: 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-08T06:12:50.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:50.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:51.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:51.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:51 smithi094 ceph-mon[112176]: 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-08T06:12:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:51 smithi003 ceph-mon[96088]: 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-08T06:12:52.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:52.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:53.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:53.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:53.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:54 smithi094 ceph-mon[112176]: pgmap v5897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:54 smithi003 ceph-mon[96088]: pgmap v5897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:54.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:54.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:55.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:55.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:55 smithi003 ceph-mon[96088]: pgmap v5898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:55 smithi094 ceph-mon[112176]: pgmap v5898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:56.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:56.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:57.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:57.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:57 smithi003 ceph-mon[96088]: 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-08T06:12:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:57 smithi094 ceph-mon[112176]: 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-08T06:12:58.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:58.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:59.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:12:59.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:12:59 smithi003 ceph-mon[96088]: 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-08T06:12:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:12:59 smithi094 ceph-mon[112176]: 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-08T06:13:00.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:00.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:01.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:01.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:01 smithi094 ceph-mon[112176]: 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-08T06:13:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:01 smithi003 ceph-mon[96088]: 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-08T06:13:02.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:02.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:03 smithi094 ceph-mon[112176]: pgmap v5902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:03.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:03.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:03 smithi003 ceph-mon[96088]: pgmap v5902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:04.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:04.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:05.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:05.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:05 smithi003 ceph-mon[96088]: pgmap v5903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:05 smithi094 ceph-mon[112176]: pgmap v5903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:06.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:06.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:07.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:07.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:07 smithi003 ceph-mon[96088]: 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-08T06:13:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:07 smithi094 ceph-mon[112176]: 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-08T06:13:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:08.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:08.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:09.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:09.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:09 smithi003 ceph-mon[96088]: 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-08T06:13:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:09 smithi094 ceph-mon[112176]: 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-08T06:13:10.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:10.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:11.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:11.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:11 smithi094 ceph-mon[112176]: 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-08T06:13:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:11 smithi003 ceph-mon[96088]: 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-08T06:13:12.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:12.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:13 smithi094 ceph-mon[112176]: pgmap v5907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:13.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:13.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:13 smithi003 ceph-mon[96088]: pgmap v5907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:14.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:14.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:15.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:15.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:15 smithi003 ceph-mon[96088]: pgmap v5908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:15 smithi094 ceph-mon[112176]: pgmap v5908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:16.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:16.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:17.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:17.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:17 smithi003 ceph-mon[96088]: 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-08T06:13:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:17 smithi094 ceph-mon[112176]: 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-08T06:13:18.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:18.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:19.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:19.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:19 smithi003 ceph-mon[96088]: 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-08T06:13:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:19 smithi094 ceph-mon[112176]: 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-08T06:13:20.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:20.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:21.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:21.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:21 smithi094 ceph-mon[112176]: 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-08T06:13:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:21 smithi003 ceph-mon[96088]: 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-08T06:13:22.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:22.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:23.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:23.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:24 smithi094 ceph-mon[112176]: pgmap v5912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:24 smithi003 ceph-mon[96088]: pgmap v5912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:24.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:24.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:25 smithi003 ceph-mon[96088]: pgmap v5913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:25.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:25.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:25 smithi094 ceph-mon[112176]: pgmap v5913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:26.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:26.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:27 smithi003 ceph-mon[96088]: 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-08T06:13:27.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:27.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:27 smithi094 ceph-mon[112176]: 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-08T06:13:28.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:28.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:13:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:13:29.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:29.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:30 smithi003 ceph-mon[96088]: 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-08T06:13:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:13:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:13:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:13:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:13:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:13:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:13:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:13:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:30 smithi094 ceph-mon[112176]: 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-08T06:13:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:13:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:13:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:13:30.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:13:30.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:13:30.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:13:30.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:13:30.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:30.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:31.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:31.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:31 smithi094 ceph-mon[112176]: 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-08T06:13:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:31 smithi003 ceph-mon[96088]: 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-08T06:13:32.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:32.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:33 smithi003 ceph-mon[96088]: pgmap v5917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:33.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:33.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:33 smithi094 ceph-mon[112176]: pgmap v5917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:34.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:34.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:35 smithi003 ceph-mon[96088]: pgmap v5918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:35.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:35.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:35 smithi094 ceph-mon[112176]: pgmap v5918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:36.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:36.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:37 smithi003 ceph-mon[96088]: 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-08T06:13:37.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:37.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:37 smithi094 ceph-mon[112176]: 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-08T06:13:38.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:38.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:38.965 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:39.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:39.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:39 smithi094 ceph-mon[112176]: 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-08T06:13:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:39 smithi003 ceph-mon[96088]: 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-08T06:13:40.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:40.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:41.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:41.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:41 smithi094 ceph-mon[112176]: 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-08T06:13:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:41 smithi003 ceph-mon[96088]: 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-08T06:13:42.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:42.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:43.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:43.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:43 smithi094 ceph-mon[112176]: pgmap v5922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:43 smithi003 ceph-mon[96088]: pgmap v5922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:44.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:44.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:45.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:45.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:45 smithi094 ceph-mon[112176]: pgmap v5923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:45 smithi003 ceph-mon[96088]: pgmap v5923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:46.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:46.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:47.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:47.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:47 smithi003 ceph-mon[96088]: 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-08T06:13:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:47 smithi094 ceph-mon[112176]: 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-08T06:13:48.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:48.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:49.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:49.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:49 smithi094 ceph-mon[112176]: 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-08T06:13:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:49 smithi003 ceph-mon[96088]: 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-08T06:13:50.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:50.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:51.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:51.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:51 smithi094 ceph-mon[112176]: 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-08T06:13:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:51 smithi003 ceph-mon[96088]: 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-08T06:13:52.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:52.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:53.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:53.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:54 smithi094 ceph-mon[112176]: pgmap v5927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:54 smithi003 ceph-mon[96088]: pgmap v5927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:54.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:54.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:55.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:55.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:55 smithi094 ceph-mon[112176]: pgmap v5928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:55 smithi003 ceph-mon[96088]: pgmap v5928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:56.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:56.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:57.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:57.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:57 smithi003 ceph-mon[96088]: 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-08T06:13:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:57 smithi094 ceph-mon[112176]: 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-08T06:13:58.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:58.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:59.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:13:59.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:13:59 smithi094 ceph-mon[112176]: 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-08T06:13:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:13:59 smithi003 ceph-mon[96088]: 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-08T06:14:00.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:00.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:01.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:01.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:01 smithi003 ceph-mon[96088]: 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-08T06:14:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:01 smithi094 ceph-mon[112176]: 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-08T06:14:02.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:02.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:03.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:03.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:03 smithi094 ceph-mon[112176]: pgmap v5932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:03 smithi003 ceph-mon[96088]: pgmap v5932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:04.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:04.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:05.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:05.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:05 smithi094 ceph-mon[112176]: pgmap v5933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:05 smithi003 ceph-mon[96088]: pgmap v5933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:06.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:06.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:07.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:07.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:07 smithi003 ceph-mon[96088]: 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-08T06:14:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:07 smithi094 ceph-mon[112176]: 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-08T06:14:08.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:08.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:09 smithi003 ceph-mon[96088]: 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-08T06:14:09.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:09.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:09 smithi094 ceph-mon[112176]: 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-08T06:14:10.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:10.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:11.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:11.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:11 smithi003 ceph-mon[96088]: 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-08T06:14:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:11 smithi094 ceph-mon[112176]: 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-08T06:14:12.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:12.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:13.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:13.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:13 smithi094 ceph-mon[112176]: 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-08T06:14:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:13 smithi003 ceph-mon[96088]: 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-08T06:14:14.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:14.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:15.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:15.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:15 smithi094 ceph-mon[112176]: pgmap v5938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:15 smithi003 ceph-mon[96088]: pgmap v5938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:16.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:16.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:17.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:17.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:17 smithi003 ceph-mon[96088]: 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-08T06:14:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:17 smithi094 ceph-mon[112176]: 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-08T06:14:18.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:18.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:19 smithi003 ceph-mon[96088]: 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-08T06:14:19.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:19.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:19 smithi094 ceph-mon[112176]: 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-08T06:14:20.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:20.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:21.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:21.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:21 smithi003 ceph-mon[96088]: 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-08T06:14:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:21 smithi094 ceph-mon[112176]: 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-08T06:14:22.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:22.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:23.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:23.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:24 smithi094 ceph-mon[112176]: 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-08T06:14:24.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:24 smithi003 ceph-mon[96088]: 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-08T06:14:24.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:24.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:25.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:25.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:25 smithi094 ceph-mon[112176]: 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-08T06:14:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:25 smithi003 ceph-mon[96088]: 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-08T06:14:26.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:26.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:27.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:27.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:27 smithi003 ceph-mon[96088]: 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-08T06:14:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:27 smithi094 ceph-mon[112176]: 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-08T06:14:28.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:28.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:29.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:29.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:29 smithi094 ceph-mon[112176]: 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-08T06:14:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:29 smithi003 ceph-mon[96088]: 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-08T06:14:30.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:30.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:14:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:14:31.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:31.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:14:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:14:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:14:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:14:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:14:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:31 smithi094 ceph-mon[112176]: 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-08T06:14:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:14:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:14:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:14:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:14:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:14:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:31 smithi003 ceph-mon[96088]: 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-08T06:14:32.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:32.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:33.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:33.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:33 smithi094 ceph-mon[112176]: 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-08T06:14:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:33 smithi003 ceph-mon[96088]: 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-08T06:14:34.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:34.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:35.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:35.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:35 smithi094 ceph-mon[112176]: 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-08T06:14:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:35 smithi003 ceph-mon[96088]: 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-08T06:14:36.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:36.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:37 smithi003 ceph-mon[96088]: 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-08T06:14:37.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:37.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:37 smithi094 ceph-mon[112176]: 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-08T06:14:38.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:38.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:39 smithi094 ceph-mon[112176]: 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-08T06:14:39.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:39.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:39 smithi003 ceph-mon[96088]: 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-08T06:14:40.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:40.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:41.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:41.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:41 smithi003 ceph-mon[96088]: 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-08T06:14:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:41 smithi094 ceph-mon[112176]: 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-08T06:14:42.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:42.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:43.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:43.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:43 smithi094 ceph-mon[112176]: 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-08T06:14:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:43 smithi003 ceph-mon[96088]: 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-08T06:14:44.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:44.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:45.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:45.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:45 smithi094 ceph-mon[112176]: 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-08T06:14:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:45 smithi003 ceph-mon[96088]: 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-08T06:14:46.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:46.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:47 smithi003 ceph-mon[96088]: 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-08T06:14:47.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:47.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:47 smithi094 ceph-mon[112176]: 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-08T06:14:48.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:48.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:49 smithi094 ceph-mon[112176]: 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-08T06:14:49.766 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:49 smithi003 ceph-mon[96088]: 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-08T06:14:49.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:49.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:50.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:50.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:51.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:51.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:51 smithi003 ceph-mon[96088]: 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-08T06:14:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:51 smithi094 ceph-mon[112176]: 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-08T06:14:52.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:52.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:53.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:53.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:54 smithi094 ceph-mon[112176]: 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-08T06:14:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:54 smithi003 ceph-mon[96088]: 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-08T06:14:54.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:54.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:55.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:55.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:55 smithi094 ceph-mon[112176]: 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-08T06:14:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:55 smithi003 ceph-mon[96088]: 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-08T06:14:56.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:56.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:57 smithi003 ceph-mon[96088]: 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-08T06:14:57.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:57.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:57 smithi094 ceph-mon[112176]: 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-08T06:14:58.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:58.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:59.881 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:14:59 smithi003 ceph-mon[96088]: 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-08T06:14:59.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:14:59.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:14:59 smithi094 ceph-mon[112176]: 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-08T06:15:00.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:00.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:01.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:01.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:01 smithi003 ceph-mon[96088]: 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-08T06:15:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:01 smithi094 ceph-mon[112176]: 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-08T06:15:02.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:02.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:03.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:03.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:03 smithi094 ceph-mon[112176]: 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-08T06:15:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:03 smithi003 ceph-mon[96088]: 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-08T06:15:04.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:04.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:05 smithi094 ceph-mon[112176]: 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-08T06:15:05.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:05.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:05 smithi003 ceph-mon[96088]: 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-08T06:15:06.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:06.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:07 smithi003 ceph-mon[96088]: 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-08T06:15:07.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:07 smithi094 ceph-mon[112176]: 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-08T06:15:07.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:07.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:08.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:08.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:09 smithi094 ceph-mon[112176]: 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-08T06:15:09.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:09.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:09 smithi003 ceph-mon[96088]: 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-08T06:15:10.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:10.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:11.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:11.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:11 smithi003 ceph-mon[96088]: 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-08T06:15:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:11 smithi094 ceph-mon[112176]: 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-08T06:15:12.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:12.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:13 smithi094 ceph-mon[112176]: 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-08T06:15:13.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:13.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:13 smithi003 ceph-mon[96088]: 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-08T06:15:14.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:14.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:15.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:15 smithi094 ceph-mon[112176]: 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-08T06:15:15.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:15.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:15 smithi003 ceph-mon[96088]: 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-08T06:15:16.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:16.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:17 smithi003 ceph-mon[96088]: 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-08T06:15:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:17 smithi094 ceph-mon[112176]: 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-08T06:15:17.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:17.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:18.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:18.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:19 smithi094 ceph-mon[112176]: 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-08T06:15:19.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:19.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:19 smithi003 ceph-mon[96088]: 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-08T06:15:20.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:20.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:21.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:21.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:22.237 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:21 smithi003 ceph-mon[96088]: 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-08T06:15:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:21 smithi094 ceph-mon[112176]: 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-08T06:15:22.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:22.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:23.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:23.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:24 smithi094 ceph-mon[112176]: 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-08T06:15:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:24 smithi003 ceph-mon[96088]: 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-08T06:15:24.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:24.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:25 smithi094 ceph-mon[112176]: 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-08T06:15:25.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:25.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:25 smithi003 ceph-mon[96088]: 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-08T06:15:26.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:26.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:27 smithi003 ceph-mon[96088]: 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-08T06:15:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:27 smithi094 ceph-mon[112176]: 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-08T06:15:27.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:27.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:28.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:28.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:29.821 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:29 smithi094 ceph-mon[112176]: 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-08T06:15:29.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:29.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:29 smithi003 ceph-mon[96088]: 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-08T06:15:30.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:30.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:15:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:15:31.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:31.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:15:32.257 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:15:32.258 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:15:32.258 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:15:32.258 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:15:32.258 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:31 smithi003 ceph-mon[96088]: 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-08T06:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:31 smithi094 ceph-mon[112176]: 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-08T06:15:32.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:32.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:33 smithi094 ceph-mon[112176]: 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-08T06:15:33.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:33.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:33 smithi003 ceph-mon[96088]: 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-08T06:15:34.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:34.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:35 smithi003 ceph-mon[96088]: 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-08T06:15:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:35 smithi094 ceph-mon[112176]: 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-08T06:15:35.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:35.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:36.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:36.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:37 smithi003 ceph-mon[96088]: 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-08T06:15:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:37 smithi094 ceph-mon[112176]: 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-08T06:15:37.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:37.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:38.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:38.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:39 smithi094 ceph-mon[112176]: 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-08T06:15:39.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:39.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:39 smithi003 ceph-mon[96088]: 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-08T06:15:40.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:40.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:41.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:41.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:41 smithi003 ceph-mon[96088]: 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-08T06:15:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:41 smithi094 ceph-mon[112176]: 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-08T06:15:42.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:42.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:43 smithi094 ceph-mon[112176]: 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-08T06:15:43.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:43.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:43 smithi003 ceph-mon[96088]: 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-08T06:15:44.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:44.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:45 smithi003 ceph-mon[96088]: 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-08T06:15:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:45 smithi094 ceph-mon[112176]: 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-08T06:15:45.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:45.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:46.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:46.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:47 smithi003 ceph-mon[96088]: 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-08T06:15:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:47 smithi094 ceph-mon[112176]: 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-08T06:15:47.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:47.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:48.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:48.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:49 smithi094 ceph-mon[112176]: 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-08T06:15:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:49 smithi003 ceph-mon[96088]: 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-08T06:15:49.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:49.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:50.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:50.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:51.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:51.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:51 smithi003 ceph-mon[96088]: 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-08T06:15:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:51 smithi094 ceph-mon[112176]: 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-08T06:15:52.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:52.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:53.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:53.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:54 smithi094 ceph-mon[112176]: 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-08T06:15:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:54 smithi003 ceph-mon[96088]: 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-08T06:15:54.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:54.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:55 smithi094 ceph-mon[112176]: 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-08T06:15:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:55 smithi003 ceph-mon[96088]: 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-08T06:15:55.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:55.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:57.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:57.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:57 smithi003 ceph-mon[96088]: 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-08T06:15:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:57 smithi094 ceph-mon[112176]: 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-08T06:15:58.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:58.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:59.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:15:59.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:15:59 smithi094 ceph-mon[112176]: 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-08T06:15:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:15:59 smithi003 ceph-mon[96088]: 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-08T06:16:00.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:00.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:01.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:01.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:02.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:02.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:01 smithi003 ceph-mon[96088]: 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-08T06:16:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:01 smithi094 ceph-mon[112176]: 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-08T06:16:03.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:03.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:03 smithi094 ceph-mon[112176]: 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-08T06:16:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:03 smithi003 ceph-mon[96088]: 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-08T06:16:04.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:04.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:05.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:05.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:05 smithi094 ceph-mon[112176]: 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-08T06:16:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:05 smithi003 ceph-mon[96088]: 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-08T06:16:06.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:06.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:07.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:07.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:07 smithi003 ceph-mon[96088]: 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-08T06:16:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:07 smithi094 ceph-mon[112176]: 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-08T06:16:08.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:08.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:09.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:09.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:09 smithi094 ceph-mon[112176]: 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-08T06:16:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:09 smithi003 ceph-mon[96088]: 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-08T06:16:10.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:10.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:11.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:11.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:12.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:12.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:11 smithi003 ceph-mon[96088]: 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-08T06:16:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:11 smithi094 ceph-mon[112176]: 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-08T06:16:13.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:13.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:13 smithi094 ceph-mon[112176]: 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-08T06:16:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:13 smithi003 ceph-mon[96088]: 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-08T06:16:14.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:14.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:15.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:15.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:15 smithi094 ceph-mon[112176]: 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-08T06:16:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:15 smithi003 ceph-mon[96088]: 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-08T06:16:16.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:16.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:17.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:17.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:17 smithi003 ceph-mon[96088]: 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-08T06:16:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:17 smithi094 ceph-mon[112176]: 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-08T06:16:18.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:18.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:19.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:19.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:19 smithi094 ceph-mon[112176]: 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-08T06:16:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:19 smithi003 ceph-mon[96088]: 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-08T06:16:20.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:20.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:21.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:21.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:22.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:22.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:21 smithi003 ceph-mon[96088]: 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-08T06:16:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:21 smithi094 ceph-mon[112176]: 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-08T06:16:23.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:23.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:24.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:24.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:24 smithi094 ceph-mon[112176]: 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-08T06:16:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:24 smithi003 ceph-mon[96088]: 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-08T06:16:25.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:25.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:25 smithi094 ceph-mon[112176]: 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-08T06:16:25.855 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:25 smithi003 ceph-mon[96088]: 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-08T06:16:26.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:26.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:27.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:27.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:28.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:28.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:28 smithi094 ceph-mon[112176]: 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-08T06:16:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:28 smithi003 ceph-mon[96088]: 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-08T06:16:29.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:29.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:30.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:30.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:30.912 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:30 smithi003 ceph-mon[96088]: 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-08T06:16:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:30 smithi094 ceph-mon[112176]: 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-08T06:16:31.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:31.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:32.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:32.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:16:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:16:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:16:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:16:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:16:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:16:33.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:33.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:32 smithi003 ceph-mon[96088]: 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-08T06:16:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:32 smithi094 ceph-mon[112176]: 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-08T06:16:34.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:34.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:35.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:35.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:34 smithi003 ceph-mon[96088]: 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-08T06:16:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:34 smithi094 ceph-mon[112176]: 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-08T06:16:36.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:36.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:37.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:37.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:36 smithi003 ceph-mon[96088]: 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-08T06:16:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:36 smithi094 ceph-mon[112176]: 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-08T06:16:38.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:38.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:39.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:39.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:38 smithi003 ceph-mon[96088]: 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-08T06:16:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:38 smithi094 ceph-mon[112176]: 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-08T06:16:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:40.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:40.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:41.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:41.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:40 smithi003 ceph-mon[96088]: 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-08T06:16:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:40 smithi094 ceph-mon[112176]: 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-08T06:16:42.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:42.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:43.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:43.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:42 smithi003 ceph-mon[96088]: 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-08T06:16:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:42 smithi094 ceph-mon[112176]: 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-08T06:16:44.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:44.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:45.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:45.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:44 smithi003 ceph-mon[96088]: 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-08T06:16:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:44 smithi094 ceph-mon[112176]: 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-08T06:16:46.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:46.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:47.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:47.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:46 smithi003 ceph-mon[96088]: 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-08T06:16:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:46 smithi094 ceph-mon[112176]: 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-08T06:16:48.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:48.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:49.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:49.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:48 smithi003 ceph-mon[96088]: 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-08T06:16:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:48 smithi094 ceph-mon[112176]: 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-08T06:16:50.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:50.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:51.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:51.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:50 smithi094 ceph-mon[112176]: 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-08T06:16:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:50 smithi003 ceph-mon[96088]: 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-08T06:16:52.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:52.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:53.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:53.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:52 smithi094 ceph-mon[112176]: 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-08T06:16:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:52 smithi003 ceph-mon[96088]: 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-08T06:16:54.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:54.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:55.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:55.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:54 smithi094 ceph-mon[112176]: 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-08T06:16:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:54 smithi003 ceph-mon[96088]: 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-08T06:16:56.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:56.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:57.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:57.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:57 smithi094 ceph-mon[112176]: 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-08T06:16:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:57 smithi003 ceph-mon[96088]: 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-08T06:16:58.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:58.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:59.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:16:59.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:16:59 smithi094 ceph-mon[112176]: 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-08T06:16:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:16:59 smithi003 ceph-mon[96088]: 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-08T06:17:00.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:00.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:01.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:01.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:01 smithi094 ceph-mon[112176]: 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-08T06:17:01.256 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:01 smithi003 ceph-mon[96088]: 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-08T06:17:02.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:02.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:03.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:03.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:03 smithi094 ceph-mon[112176]: 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-08T06:17:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:03 smithi003 ceph-mon[96088]: 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-08T06:17:04.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:04.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:05.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:05.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:05 smithi094 ceph-mon[112176]: 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-08T06:17:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:05 smithi003 ceph-mon[96088]: 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-08T06:17:06.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:06.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:07.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:07.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:07 smithi094 ceph-mon[112176]: 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-08T06:17:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:07 smithi003 ceph-mon[96088]: 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-08T06:17:08.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:08.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:09.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:09.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:09 smithi094 ceph-mon[112176]: 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-08T06:17:09.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:09 smithi003 ceph-mon[96088]: 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-08T06:17:10.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:10.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:11.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:11.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:11 smithi094 ceph-mon[112176]: 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-08T06:17:11.371 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:11 smithi003 ceph-mon[96088]: 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-08T06:17:12.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:12.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:13.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:13.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:13 smithi094 ceph-mon[112176]: 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-08T06:17:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:13 smithi003 ceph-mon[96088]: 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-08T06:17:14.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:14.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:15.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:15.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:15 smithi094 ceph-mon[112176]: 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-08T06:17:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:15 smithi003 ceph-mon[96088]: 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-08T06:17:16.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:16.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:17.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:17.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:17 smithi094 ceph-mon[112176]: 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-08T06:17:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:17 smithi003 ceph-mon[96088]: 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-08T06:17:18.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:18.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:19.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:19.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:19 smithi094 ceph-mon[112176]: 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-08T06:17:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:19 smithi003 ceph-mon[96088]: 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-08T06:17:20.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:20.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:21.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:21.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:21 smithi094 ceph-mon[112176]: 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-08T06:17:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:21 smithi003 ceph-mon[96088]: 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-08T06:17:22.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:22.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:23.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:23.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:23 smithi094 ceph-mon[112176]: 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-08T06:17:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:23 smithi003 ceph-mon[96088]: 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-08T06:17:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:24.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:24.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:25.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:25.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:25 smithi094 ceph-mon[112176]: 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-08T06:17:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:25 smithi003 ceph-mon[96088]: 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-08T06:17:26.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:26.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:27.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:27.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:27 smithi094 ceph-mon[112176]: 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-08T06:17:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:27 smithi003 ceph-mon[96088]: 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-08T06:17:28.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:28.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:29.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:29.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:29 smithi094 ceph-mon[112176]: 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-08T06:17:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:29 smithi003 ceph-mon[96088]: 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-08T06:17:30.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:30.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:31.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:31.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:31 smithi094 ceph-mon[112176]: 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-08T06:17:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:31 smithi003 ceph-mon[96088]: 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-08T06:17:32.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:32.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:17:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:17:33.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:33.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:33 smithi094 ceph-mon[112176]: 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-08T06:17:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:17:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:17:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:17:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:17:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:17:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:33 smithi003 ceph-mon[96088]: 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-08T06:17:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:17:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:17:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:17:33.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:17:33.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:17:34.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:34.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:35.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:35.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:35 smithi094 ceph-mon[112176]: 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-08T06:17:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:35 smithi003 ceph-mon[96088]: 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-08T06:17:36.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:36.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:37.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:37.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:37 smithi094 ceph-mon[112176]: 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-08T06:17:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:37 smithi003 ceph-mon[96088]: 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-08T06:17:38.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:38.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:39.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:39.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:39 smithi094 ceph-mon[112176]: 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-08T06:17:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:39 smithi003 ceph-mon[96088]: 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-08T06:17:40.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:40.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:41.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:41.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:41 smithi094 ceph-mon[112176]: 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-08T06:17:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:41 smithi003 ceph-mon[96088]: 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-08T06:17:42.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:42.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:43.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:43.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:43 smithi094 ceph-mon[112176]: 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-08T06:17:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:43 smithi003 ceph-mon[96088]: 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-08T06:17:44.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:44.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:45.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:45.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:45 smithi094 ceph-mon[112176]: 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-08T06:17:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:45 smithi003 ceph-mon[96088]: 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-08T06:17:46.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:46.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:47.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:47.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:47 smithi094 ceph-mon[112176]: 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-08T06:17:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:47 smithi003 ceph-mon[96088]: 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-08T06:17:48.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:48.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:49.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:49.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:49 smithi094 ceph-mon[112176]: 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-08T06:17:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:49 smithi003 ceph-mon[96088]: 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-08T06:17:50.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:50.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:51.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:51.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:51 smithi094 ceph-mon[112176]: 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-08T06:17:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:51 smithi003 ceph-mon[96088]: 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-08T06:17:52.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:52.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:53.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:53.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:53 smithi094 ceph-mon[112176]: 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-08T06:17:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:53 smithi003 ceph-mon[96088]: 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-08T06:17:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:54.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:54.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:55.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:55.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:55 smithi094 ceph-mon[112176]: 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-08T06:17:55.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:55 smithi003 ceph-mon[96088]: 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-08T06:17:56.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:56.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:57.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:57.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:57 smithi003 ceph-mon[96088]: 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-08T06:17:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:57 smithi094 ceph-mon[112176]: 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-08T06:17:58.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:58.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:59.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:17:59.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:17:59 smithi094 ceph-mon[112176]: 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-08T06:17:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:17:59 smithi003 ceph-mon[96088]: 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-08T06:18:00.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:00.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:01.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:01.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:01.395 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:01 smithi094 ceph-mon[112176]: 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-08T06:18:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:01 smithi003 ceph-mon[96088]: 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-08T06:18:02.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:02.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:03.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:03.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:03 smithi094 ceph-mon[112176]: 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-08T06:18:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:03 smithi003 ceph-mon[96088]: 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-08T06:18:04.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:04.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:05.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:05.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:05 smithi094 ceph-mon[112176]: 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-08T06:18:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:05 smithi003 ceph-mon[96088]: 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-08T06:18:06.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:06.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:07.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:07.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:07 smithi094 ceph-mon[112176]: 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-08T06:18:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:07 smithi003 ceph-mon[96088]: 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-08T06:18:08.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:08.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:09.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:09.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:09 smithi094 ceph-mon[112176]: 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-08T06:18:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:09 smithi003 ceph-mon[96088]: 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-08T06:18:10.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:10.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:11.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:11.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:11 smithi094 ceph-mon[112176]: 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-08T06:18:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:11 smithi003 ceph-mon[96088]: 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-08T06:18:12.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:12.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:13.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:13.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:13 smithi094 ceph-mon[112176]: 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-08T06:18:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:13 smithi003 ceph-mon[96088]: 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-08T06:18:14.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:14.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:15.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:15.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:15 smithi094 ceph-mon[112176]: 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-08T06:18:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:15 smithi003 ceph-mon[96088]: 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-08T06:18:16.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:16.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:17.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:17.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:17 smithi094 ceph-mon[112176]: 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-08T06:18:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:17 smithi003 ceph-mon[96088]: 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-08T06:18:18.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:18.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:19.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:19.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:19.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:19 smithi094 ceph-mon[112176]: 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-08T06:18:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:19 smithi003 ceph-mon[96088]: 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-08T06:18:20.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:20.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:21.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:21.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:21 smithi094 ceph-mon[112176]: 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-08T06:18:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:21 smithi003 ceph-mon[96088]: 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-08T06:18:22.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:22.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:23.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:23.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:23 smithi094 ceph-mon[112176]: 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-08T06:18:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:23 smithi003 ceph-mon[96088]: 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-08T06:18:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:24.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:24.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:25.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:25.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:25 smithi094 ceph-mon[112176]: 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-08T06:18:25.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:25 smithi003 ceph-mon[96088]: 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-08T06:18:26.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:26.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:27.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:27.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:27 smithi094 ceph-mon[112176]: 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-08T06:18:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:27 smithi003 ceph-mon[96088]: 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-08T06:18:28.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:28.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:29.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:29.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:29 smithi094 ceph-mon[112176]: 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-08T06:18:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:29 smithi003 ceph-mon[96088]: 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-08T06:18:30.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:30.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:31.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:31.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:31 smithi094 ceph-mon[112176]: 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-08T06:18:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:31 smithi003 ceph-mon[96088]: 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-08T06:18:32.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:32.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:33.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:33.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:33.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:33 smithi003 ceph-mon[96088]: 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-08T06:18:33.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:18:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:33 smithi094 ceph-mon[112176]: 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-08T06:18:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:18:34.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:34.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:35.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:35.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:35 smithi003 ceph-mon[96088]: 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-08T06:18:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:35 smithi094 ceph-mon[112176]: 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-08T06:18:36.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:36.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:36 smithi094 ceph-mon[112176]: 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-08T06:18:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:18:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:18:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:18:36.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:18:36.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:18:36.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:18:36.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:18:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:36 smithi003 ceph-mon[96088]: 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-08T06:18:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:18:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:18:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:18:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:18:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:18:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:18:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:18:37.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:37.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:38.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:38.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:38 smithi094 ceph-mon[112176]: 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-08T06:18:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:38 smithi003 ceph-mon[96088]: 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-08T06:18:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:39.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:39.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:40.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:40.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:40 smithi094 ceph-mon[112176]: 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-08T06:18:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:40 smithi003 ceph-mon[96088]: 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-08T06:18:41.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:41.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:42.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:42.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:42 smithi003 ceph-mon[96088]: 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-08T06:18:43.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:43.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:42 smithi094 ceph-mon[112176]: 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-08T06:18:44.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:44.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:45.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:47.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:47.756 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:44 smithi003 ceph-mon[96088]: 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-08T06:18:47.757 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:44 smithi094 ceph-mon[112176]: 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-08T06:18:47.757 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:46 smithi094 ceph-mon[112176]: 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-08T06:18:47.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:47.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:47.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:47.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:47.758 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:46 smithi003 ceph-mon[96088]: 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-08T06:18:48.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:48.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:49.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:49.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:48 smithi094 ceph-mon[112176]: 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-08T06:18:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:48 smithi003 ceph-mon[96088]: 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-08T06:18:50.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:50.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:51.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:51.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:50 smithi094 ceph-mon[112176]: 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-08T06:18:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:50 smithi003 ceph-mon[96088]: 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-08T06:18:52.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:52.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:53.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:53.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:52 smithi094 ceph-mon[112176]: 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-08T06:18:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:52 smithi003 ceph-mon[96088]: 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-08T06:18:54.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:54.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:55.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:55.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:55 smithi094 ceph-mon[112176]: 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-08T06:18:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:55 smithi003 ceph-mon[96088]: 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-08T06:18:56.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:56.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:57.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:57.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:57 smithi094 ceph-mon[112176]: 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-08T06:18:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:57 smithi003 ceph-mon[96088]: 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-08T06:18:58.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:58.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:59.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:18:59.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:18:59 smithi094 ceph-mon[112176]: 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-08T06:18:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:18:59 smithi003 ceph-mon[96088]: 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-08T06:19:00.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:00.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:01.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:01.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:01 smithi094 ceph-mon[112176]: 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-08T06:19:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:01 smithi003 ceph-mon[96088]: 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-08T06:19:02.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:02.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:03.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:03.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:03 smithi094 ceph-mon[112176]: 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-08T06:19:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:03 smithi003 ceph-mon[96088]: 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-08T06:19:04.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:04.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:05.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:05.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:05 smithi094 ceph-mon[112176]: 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-08T06:19:05.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:05 smithi003 ceph-mon[96088]: 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-08T06:19:06.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:06.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:07.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:07.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:07 smithi094 ceph-mon[112176]: 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-08T06:19:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:07 smithi003 ceph-mon[96088]: 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-08T06:19:08.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:08.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:09.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:09.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:09 smithi094 ceph-mon[112176]: 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-08T06:19:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:09 smithi003 ceph-mon[96088]: 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-08T06:19:10.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:10.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:11.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:11.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:11.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:11 smithi094 ceph-mon[112176]: 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-08T06:19:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:11 smithi003 ceph-mon[96088]: 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-08T06:19:12.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:12.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:13.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:13.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:13 smithi094 ceph-mon[112176]: 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-08T06:19:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:13 smithi003 ceph-mon[96088]: 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-08T06:19:14.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:14.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:15.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:15.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:15 smithi094 ceph-mon[112176]: 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-08T06:19:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:15 smithi003 ceph-mon[96088]: 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-08T06:19:16.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:16.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:17.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:17.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:17 smithi094 ceph-mon[112176]: 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-08T06:19:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:17 smithi003 ceph-mon[96088]: 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-08T06:19:18.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:18.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:19.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:19.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:19 smithi094 ceph-mon[112176]: 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-08T06:19:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:19 smithi003 ceph-mon[96088]: 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-08T06:19:20.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:20.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:21.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:21.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:21 smithi094 ceph-mon[112176]: 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-08T06:19:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:21 smithi003 ceph-mon[96088]: 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-08T06:19:22.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:22.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:23 smithi003 ceph-mon[96088]: 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-08T06:19:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:23.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:23.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:23 smithi094 ceph-mon[112176]: 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-08T06:19:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:24.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:24.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:25.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:25.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:25 smithi094 ceph-mon[112176]: 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-08T06:19:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:25 smithi003 ceph-mon[96088]: 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-08T06:19:26.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:26.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:27.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:27.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:27 smithi094 ceph-mon[112176]: 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-08T06:19:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:27 smithi003 ceph-mon[96088]: 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-08T06:19:28.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:28.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:29.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:29.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:29 smithi094 ceph-mon[112176]: 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-08T06:19:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:29 smithi003 ceph-mon[96088]: 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-08T06:19:30.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:30.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:31.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:31.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:31 smithi094 ceph-mon[112176]: 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-08T06:19:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:31 smithi003 ceph-mon[96088]: 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-08T06:19:32.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:32.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:33 smithi003 ceph-mon[96088]: 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-08T06:19:33.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:33.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:33 smithi094 ceph-mon[112176]: 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-08T06:19:34.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:34.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:35.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:35.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:35 smithi094 ceph-mon[112176]: 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-08T06:19:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:35 smithi003 ceph-mon[96088]: 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-08T06:19:36.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:36.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:37.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:37.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:37.384 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:37 smithi094 ceph-mon[112176]: 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-08T06:19:37.385 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:19:37.385 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:19:37.385 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:19:37.385 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:19:37.385 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:19:37.385 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:19:37.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:37 smithi003 ceph-mon[96088]: 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-08T06:19:37.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:19:37.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:19:37.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:19:37.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:19:37.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:19:37.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:19:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:38.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:38.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:39.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:39.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:39 smithi094 ceph-mon[112176]: 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-08T06:19:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:39 smithi003 ceph-mon[96088]: 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-08T06:19:40.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:40.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:41.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:41.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:41 smithi094 ceph-mon[112176]: 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-08T06:19:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:41 smithi003 ceph-mon[96088]: 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-08T06:19:42.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:42.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:43.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:43.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:43 smithi094 ceph-mon[112176]: 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-08T06:19:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:43 smithi003 ceph-mon[96088]: 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-08T06:19:44.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:44.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:45.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:45.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:45 smithi094 ceph-mon[112176]: 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-08T06:19:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:45 smithi003 ceph-mon[96088]: 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-08T06:19:46.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:46.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:47.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:47.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:47 smithi094 ceph-mon[112176]: 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-08T06:19:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:47 smithi003 ceph-mon[96088]: 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-08T06:19:48.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:48.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:49.094 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:49 smithi094 ceph-mon[112176]: 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-08T06:19:49.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:49.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:49 smithi003 ceph-mon[96088]: 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-08T06:19:50.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:50.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:51.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:51.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:51 smithi094 ceph-mon[112176]: 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-08T06:19:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:51 smithi003 ceph-mon[96088]: 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-08T06:19:52.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:52.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:53.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:53.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:53 smithi094 ceph-mon[112176]: 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-08T06:19:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:53 smithi003 ceph-mon[96088]: 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-08T06:19:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:54.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:54.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:55.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:55.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:55 smithi094 ceph-mon[112176]: 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-08T06:19:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:55 smithi003 ceph-mon[96088]: 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-08T06:19:56.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:56.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:57 smithi094 ceph-mon[112176]: 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-08T06:19:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:57 smithi003 ceph-mon[96088]: 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-08T06:19:58.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:58.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:59.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:19:59.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:19:59 smithi094 ceph-mon[112176]: 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-08T06:19:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:19:59 smithi003 ceph-mon[96088]: 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-08T06:20:00.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:00.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T06:20:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T06:20:01.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:01.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:01 smithi094 ceph-mon[112176]: 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-08T06:20:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:01 smithi003 ceph-mon[96088]: 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-08T06:20:02.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:02.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:03.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:03.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:03.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:03 smithi094 ceph-mon[112176]: 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-08T06:20:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:03 smithi003 ceph-mon[96088]: 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-08T06:20:04.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:04.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:05.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:05.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:05 smithi094 ceph-mon[112176]: 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-08T06:20:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:05 smithi003 ceph-mon[96088]: 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-08T06:20:06.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:06.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:07 smithi094 ceph-mon[112176]: 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-08T06:20:07.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:07.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:07 smithi003 ceph-mon[96088]: 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-08T06:20:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:08.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:08.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:09 smithi094 ceph-mon[112176]: 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-08T06:20:09.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:09.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:09 smithi003 ceph-mon[96088]: 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-08T06:20:10.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:10.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:11 smithi094 ceph-mon[112176]: 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-08T06:20:11.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:11.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:11 smithi003 ceph-mon[96088]: 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-08T06:20:12.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:12.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:13 smithi094 ceph-mon[112176]: 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-08T06:20:13.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:13.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:13.429 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:13 smithi003 ceph-mon[96088]: 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-08T06:20:14.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:14.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:15 smithi094 ceph-mon[112176]: 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-08T06:20:15.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:15.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:15 smithi003 ceph-mon[96088]: 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-08T06:20:16.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:16.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:17 smithi094 ceph-mon[112176]: 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-08T06:20:17.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:17.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:17 smithi003 ceph-mon[96088]: 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-08T06:20:18.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:18.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:19 smithi094 ceph-mon[112176]: 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-08T06:20:19.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:19.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:19 smithi003 ceph-mon[96088]: 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-08T06:20:20.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:20.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:21 smithi094 ceph-mon[112176]: 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-08T06:20:21.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:21.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:21 smithi003 ceph-mon[96088]: 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-08T06:20:22.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:22.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:23 smithi094 ceph-mon[112176]: 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-08T06:20:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:23.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:23.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:23 smithi003 ceph-mon[96088]: 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-08T06:20:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:24.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:24.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:25 smithi094 ceph-mon[112176]: 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-08T06:20:25.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:25.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:25 smithi003 ceph-mon[96088]: 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-08T06:20:26.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:26.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:27.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:27.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:27 smithi003 ceph-mon[96088]: 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-08T06:20:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:27 smithi094 ceph-mon[112176]: 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-08T06:20:28.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:28.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:29.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:29.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:29 smithi003 ceph-mon[96088]: 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-08T06:20:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:29 smithi094 ceph-mon[112176]: 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-08T06:20:30.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:30.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:31.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:31.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:31 smithi003 ceph-mon[96088]: 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-08T06:20:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:31 smithi094 ceph-mon[112176]: 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-08T06:20:32.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:32.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:33.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:33 smithi094 ceph-mon[112176]: 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-08T06:20:33.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:33.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:33 smithi003 ceph-mon[96088]: 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-08T06:20:34.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:34.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:35.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:35.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:35 smithi003 ceph-mon[96088]: 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-08T06:20:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:35 smithi094 ceph-mon[112176]: 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-08T06:20:36.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:36.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:37.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:37.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:37 smithi003 ceph-mon[96088]: 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-08T06:20:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:20:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:37 smithi094 ceph-mon[112176]: 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-08T06:20:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:20:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:38.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:38.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:39.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:39.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:39 smithi003 ceph-mon[96088]: 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-08T06:20:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:39 smithi094 ceph-mon[112176]: 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-08T06:20:40.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:40.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:41.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:41.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:41 smithi003 ceph-mon[96088]: 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-08T06:20:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:41 smithi094 ceph-mon[112176]: 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-08T06:20:42.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:42.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:42 smithi094 ceph-mon[112176]: 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-08T06:20:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:20:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:20:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:20:42.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:20:42.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:20:42.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:20:42.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:20:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:42 smithi003 ceph-mon[96088]: 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-08T06:20:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:20:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:20:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:20:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:20:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:20:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:20:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:20:43.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:43.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:44.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:44.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:44 smithi094 ceph-mon[112176]: 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-08T06:20:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:44 smithi003 ceph-mon[96088]: 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-08T06:20:45.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:45.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:46.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:46.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:47 smithi094 ceph-mon[112176]: 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-08T06:20:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:47 smithi003 ceph-mon[96088]: 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-08T06:20:47.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:47.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:48.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:48.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:49 smithi003 ceph-mon[96088]: 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-08T06:20:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:49 smithi094 ceph-mon[112176]: 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-08T06:20:49.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:49.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:50.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:50.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:51 smithi094 ceph-mon[112176]: 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-08T06:20:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:51 smithi003 ceph-mon[96088]: 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-08T06:20:51.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:51.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:52.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:52.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:53 smithi094 ceph-mon[112176]: 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-08T06:20:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:53 smithi003 ceph-mon[96088]: 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-08T06:20:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:53.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:53.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:54.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:54.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:55 smithi094 ceph-mon[112176]: 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-08T06:20:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:55 smithi003 ceph-mon[96088]: 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-08T06:20:55.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:55.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:56.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:56.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:57 smithi094 ceph-mon[112176]: 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-08T06:20:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:57 smithi003 ceph-mon[96088]: 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-08T06:20:57.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:57.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:58.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:58.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:20:59 smithi003 ceph-mon[96088]: 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-08T06:20:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:20:59 smithi094 ceph-mon[112176]: 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-08T06:20:59.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:20:59.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:00.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:00.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:01 smithi094 ceph-mon[112176]: 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-08T06:21:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:01 smithi003 ceph-mon[96088]: 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-08T06:21:01.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:01.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:02.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:02.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:03 smithi094 ceph-mon[112176]: 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-08T06:21:03.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:03 smithi003 ceph-mon[96088]: 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-08T06:21:03.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:03.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:04.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:04.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:05 smithi094 ceph-mon[112176]: 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-08T06:21:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:05 smithi003 ceph-mon[96088]: 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-08T06:21:05.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:05.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:06.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:06.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:07 smithi094 ceph-mon[112176]: 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-08T06:21:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:07 smithi003 ceph-mon[96088]: 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-08T06:21:07.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:07.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:08.328 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:08.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:08.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:09 smithi094 ceph-mon[112176]: 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-08T06:21:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:09 smithi003 ceph-mon[96088]: 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-08T06:21:09.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:09.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:10.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:10.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:11 smithi094 ceph-mon[112176]: 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-08T06:21:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:11 smithi003 ceph-mon[96088]: 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-08T06:21:11.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:11.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:12.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:12.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:13.381 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:13 smithi094 ceph-mon[112176]: 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-08T06:21:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:13 smithi003 ceph-mon[96088]: 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-08T06:21:13.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:13.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:14.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:14.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:15 smithi094 ceph-mon[112176]: 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-08T06:21:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:15 smithi003 ceph-mon[96088]: 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-08T06:21:15.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:15.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:16.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:16.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:17 smithi094 ceph-mon[112176]: 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-08T06:21:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:17 smithi003 ceph-mon[96088]: 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-08T06:21:17.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:17.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:18.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:18.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:19 smithi094 ceph-mon[112176]: 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-08T06:21:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:19 smithi003 ceph-mon[96088]: 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-08T06:21:19.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:19.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:20.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:20.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:21 smithi094 ceph-mon[112176]: 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-08T06:21:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:21 smithi003 ceph-mon[96088]: 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-08T06:21:21.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:21.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:22.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:22.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:23 smithi094 ceph-mon[112176]: 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-08T06:21:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:23 smithi003 ceph-mon[96088]: 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-08T06:21:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:23.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:23.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:24.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:24.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:25 smithi094 ceph-mon[112176]: 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-08T06:21:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:25 smithi003 ceph-mon[96088]: 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-08T06:21:25.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:25.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:26.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:26.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:27 smithi094 ceph-mon[112176]: 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-08T06:21:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:27 smithi003 ceph-mon[96088]: 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-08T06:21:27.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:27.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:28.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:28.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:29 smithi094 ceph-mon[112176]: 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-08T06:21:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:29 smithi003 ceph-mon[96088]: 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-08T06:21:29.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:29.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:30.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:30.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:31 smithi094 ceph-mon[112176]: 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-08T06:21:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:31 smithi003 ceph-mon[96088]: 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-08T06:21:31.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:31.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:32.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:32.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:33 smithi094 ceph-mon[112176]: 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-08T06:21:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:33 smithi003 ceph-mon[96088]: 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-08T06:21:33.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:33.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:34.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:34.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:35 smithi094 ceph-mon[112176]: 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-08T06:21:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:35 smithi003 ceph-mon[96088]: 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-08T06:21:35.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:35.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:36.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:36.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:37 smithi094 ceph-mon[112176]: 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-08T06:21:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:37 smithi003 ceph-mon[96088]: 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-08T06:21:37.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:37.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:38.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:38.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:39.402 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:39 smithi003 ceph-mon[96088]: 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-08T06:21:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:39 smithi094 ceph-mon[112176]: 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-08T06:21:39.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:39.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:40.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:40.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:41 smithi094 ceph-mon[112176]: 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-08T06:21:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:41 smithi003 ceph-mon[96088]: 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-08T06:21:41.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:41.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:42.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:42.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: 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-08T06:21:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:21:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:21:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:21:43.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:21:43.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:21:43.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:21:43.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:21:43.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:21:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: 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-08T06:21:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:21:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:21:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:21:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:21:43.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:21:43.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:21:43.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:21:43.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:21:43.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:43.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:44.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:44.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:45 smithi094 ceph-mon[112176]: 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-08T06:21:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:45 smithi003 ceph-mon[96088]: 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-08T06:21:45.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:45.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:46.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:46.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:47 smithi094 ceph-mon[112176]: 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-08T06:21:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:47 smithi003 ceph-mon[96088]: 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-08T06:21:47.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:47.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:48.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:48.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:49 smithi094 ceph-mon[112176]: 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-08T06:21:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:49 smithi003 ceph-mon[96088]: 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-08T06:21:49.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:49.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:50.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:50.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:51 smithi094 ceph-mon[112176]: 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-08T06:21:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:51 smithi003 ceph-mon[96088]: 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-08T06:21:51.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:51.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:52.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:52.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:53 smithi094 ceph-mon[112176]: 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-08T06:21:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:53 smithi003 ceph-mon[96088]: 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-08T06:21:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:53.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:53.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:54.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:54.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:55 smithi094 ceph-mon[112176]: 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-08T06:21:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:55 smithi003 ceph-mon[96088]: 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-08T06:21:55.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:55.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:56.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:56.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:57 smithi094 ceph-mon[112176]: 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-08T06:21:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:57 smithi003 ceph-mon[96088]: 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-08T06:21:57.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:57.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:58.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:58.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:21:59 smithi094 ceph-mon[112176]: 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-08T06:21:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:21:59 smithi003 ceph-mon[96088]: 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-08T06:21:59.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:21:59.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:00.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:00.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:01 smithi094 ceph-mon[112176]: 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-08T06:22:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:01 smithi003 ceph-mon[96088]: 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-08T06:22:01.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:01.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:02.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:02.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:03 smithi094 ceph-mon[112176]: 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-08T06:22:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:03 smithi003 ceph-mon[96088]: 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-08T06:22:03.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:03.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:04.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:04.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:05 smithi094 ceph-mon[112176]: 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-08T06:22:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:05 smithi003 ceph-mon[96088]: 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-08T06:22:05.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:05.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:06.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:06.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:07 smithi094 ceph-mon[112176]: 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-08T06:22:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:07 smithi003 ceph-mon[96088]: 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-08T06:22:07.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:07.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:08.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:08.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:09 smithi094 ceph-mon[112176]: 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-08T06:22:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:09 smithi003 ceph-mon[96088]: 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-08T06:22:09.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:09.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:10.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:10.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:11 smithi094 ceph-mon[112176]: 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-08T06:22:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:11 smithi003 ceph-mon[96088]: 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-08T06:22:11.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:11.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:12.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:12.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:13 smithi094 ceph-mon[112176]: 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-08T06:22:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:13 smithi003 ceph-mon[96088]: 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-08T06:22:13.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:13.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:14.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:14.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:15 smithi094 ceph-mon[112176]: 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-08T06:22:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:15 smithi003 ceph-mon[96088]: 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-08T06:22:15.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:15.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:16.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:16.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:17 smithi094 ceph-mon[112176]: 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-08T06:22:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:17 smithi003 ceph-mon[96088]: 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-08T06:22:17.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:17.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:18.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:18.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:19 smithi094 ceph-mon[112176]: 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-08T06:22:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:19 smithi003 ceph-mon[96088]: 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-08T06:22:19.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:19.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:20.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:20.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:21 smithi003 ceph-mon[96088]: 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-08T06:22:21.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:21.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:21 smithi094 ceph-mon[112176]: 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-08T06:22:22.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:22.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:23 smithi003 ceph-mon[96088]: 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-08T06:22:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:23.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:23.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:23 smithi094 ceph-mon[112176]: 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-08T06:22:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:24.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:24.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:25 smithi003 ceph-mon[96088]: 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-08T06:22:25.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:25.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:25 smithi094 ceph-mon[112176]: 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-08T06:22:26.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:26.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:27 smithi003 ceph-mon[96088]: 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-08T06:22:27.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:27.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:27 smithi094 ceph-mon[112176]: 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-08T06:22:28.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:28.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:29 smithi003 ceph-mon[96088]: 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-08T06:22:29.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:29.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:29 smithi094 ceph-mon[112176]: 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-08T06:22:30.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:30.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:31 smithi003 ceph-mon[96088]: 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-08T06:22:31.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:31.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:31 smithi094 ceph-mon[112176]: 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-08T06:22:32.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:32.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:33 smithi003 ceph-mon[96088]: 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-08T06:22:33.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:33.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:33 smithi094 ceph-mon[112176]: 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-08T06:22:34.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:34.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:35.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:35 smithi003 ceph-mon[96088]: 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-08T06:22:35.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:35.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:35.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:35 smithi094 ceph-mon[112176]: 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-08T06:22:36.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:36.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:37 smithi003 ceph-mon[96088]: 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-08T06:22:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:37 smithi094 ceph-mon[112176]: 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-08T06:22:37.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:37.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:38.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:38.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:39 smithi003 ceph-mon[96088]: 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-08T06:22:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:39 smithi094 ceph-mon[112176]: 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-08T06:22:39.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:39.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:40.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:40.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:41 smithi003 ceph-mon[96088]: 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-08T06:22:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:41 smithi094 ceph-mon[112176]: 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-08T06:22:41.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:41.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:42.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:42.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:43 smithi003 ceph-mon[96088]: 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-08T06:22:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:22:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:43 smithi094 ceph-mon[112176]: 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-08T06:22:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:22:43.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:43.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:22:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:22:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:22:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:22:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:22:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:22:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:22:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:22:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:22:44.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:22:44.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:44.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:45 smithi003 ceph-mon[96088]: 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-08T06:22:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:45 smithi094 ceph-mon[112176]: 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-08T06:22:45.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:45.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:46.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:46.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:47 smithi003 ceph-mon[96088]: 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-08T06:22:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:47 smithi094 ceph-mon[112176]: 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-08T06:22:47.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:47.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:48.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:48.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:49 smithi003 ceph-mon[96088]: 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-08T06:22:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:49 smithi094 ceph-mon[112176]: 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-08T06:22:49.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:49.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:50.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:50.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:51 smithi003 ceph-mon[96088]: 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-08T06:22:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:51 smithi094 ceph-mon[112176]: 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-08T06:22:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:52.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:52.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:53 smithi003 ceph-mon[96088]: 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-08T06:22:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:53 smithi094 ceph-mon[112176]: 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-08T06:22:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:53.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:53.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:54.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:54.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:55 smithi003 ceph-mon[96088]: 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-08T06:22:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:55 smithi094 ceph-mon[112176]: 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-08T06:22:55.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:55.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:56.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:56.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:57 smithi094 ceph-mon[112176]: 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-08T06:22:57.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:57.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:57 smithi003 ceph-mon[96088]: 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-08T06:22:58.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:58.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:22:59 smithi094 ceph-mon[112176]: 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-08T06:22:59.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:22:59.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:22:59 smithi003 ceph-mon[96088]: 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-08T06:23:00.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:00.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:01 smithi094 ceph-mon[112176]: 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-08T06:23:01.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:01.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:01 smithi003 ceph-mon[96088]: 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-08T06:23:02.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:02.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:03 smithi094 ceph-mon[112176]: 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-08T06:23:03.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:03.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:03 smithi003 ceph-mon[96088]: 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-08T06:23:04.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:04.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:05 smithi094 ceph-mon[112176]: 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-08T06:23:05.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:05.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:05 smithi003 ceph-mon[96088]: 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-08T06:23:06.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:06.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:07 smithi094 ceph-mon[112176]: 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-08T06:23:07.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:07.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:07 smithi003 ceph-mon[96088]: 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-08T06:23:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:08.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:08.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:09.583 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:09 smithi094 ceph-mon[112176]: 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-08T06:23:09.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:09.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:09 smithi003 ceph-mon[96088]: 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-08T06:23:10.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:10.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:11 smithi094 ceph-mon[112176]: 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-08T06:23:11.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:11.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:11 smithi003 ceph-mon[96088]: 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-08T06:23:12.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:12.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:13 smithi094 ceph-mon[112176]: 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-08T06:23:13.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:13.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:13 smithi003 ceph-mon[96088]: 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-08T06:23:14.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:14.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:15 smithi094 ceph-mon[112176]: 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-08T06:23:15.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:15.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:15 smithi003 ceph-mon[96088]: 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-08T06:23:16.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:16.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:17 smithi094 ceph-mon[112176]: 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-08T06:23:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:17 smithi003 ceph-mon[96088]: 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-08T06:23:17.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:17.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:18.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:18.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:19 smithi094 ceph-mon[112176]: 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-08T06:23:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:19 smithi003 ceph-mon[96088]: 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-08T06:23:19.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:19.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:20.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:20.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:21 smithi094 ceph-mon[112176]: 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-08T06:23:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:21 smithi003 ceph-mon[96088]: 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-08T06:23:21.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:21.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:22.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:22.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:23 smithi094 ceph-mon[112176]: 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-08T06:23:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:23 smithi003 ceph-mon[96088]: 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-08T06:23:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:23.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:23.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:24.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:24.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:25.606 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:25 smithi003 ceph-mon[96088]: 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-08T06:23:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:25 smithi094 ceph-mon[112176]: 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-08T06:23:25.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:25.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:26.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:26.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:27 smithi094 ceph-mon[112176]: 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-08T06:23:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:27 smithi003 ceph-mon[96088]: 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-08T06:23:27.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:27.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:28.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:28.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:29 smithi094 ceph-mon[112176]: 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-08T06:23:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:29 smithi003 ceph-mon[96088]: 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-08T06:23:29.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:29.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:30.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:30.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:31 smithi094 ceph-mon[112176]: 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-08T06:23:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:31 smithi003 ceph-mon[96088]: 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-08T06:23:31.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:31.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:32.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:32.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:33 smithi094 ceph-mon[112176]: 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-08T06:23:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:33 smithi003 ceph-mon[96088]: 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-08T06:23:33.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:33.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:34.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:34.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:35 smithi094 ceph-mon[112176]: 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-08T06:23:35.721 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:35 smithi003 ceph-mon[96088]: 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-08T06:23:35.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:35.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:36.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:36.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:37 smithi094 ceph-mon[112176]: 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-08T06:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:37 smithi003 ceph-mon[96088]: 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-08T06:23:37.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:37.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:38.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:38.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:39 smithi094 ceph-mon[112176]: 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-08T06:23:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:39 smithi003 ceph-mon[96088]: 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-08T06:23:39.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:39.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:40.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:40.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:41 smithi094 ceph-mon[112176]: 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-08T06:23:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:41 smithi003 ceph-mon[96088]: 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-08T06:23:41.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:41.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:42.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:42.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:43 smithi094 ceph-mon[112176]: 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-08T06:23:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:43 smithi003 ceph-mon[96088]: 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-08T06:23:43.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:43.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:23:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:23:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:23:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:23:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:23:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:23:44.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:44.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:45 smithi094 ceph-mon[112176]: 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-08T06:23:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:23:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:23:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:23:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:23:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:23:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:45 smithi003 ceph-mon[96088]: 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-08T06:23:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:23:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:23:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:23:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:23:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:23:45.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:45.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:46.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:46.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:47 smithi094 ceph-mon[112176]: 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-08T06:23:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:47 smithi003 ceph-mon[96088]: 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-08T06:23:47.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:47.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:48.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:48.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:49 smithi094 ceph-mon[112176]: 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-08T06:23:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:49 smithi003 ceph-mon[96088]: 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-08T06:23:49.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:49.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:50.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:50.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:51 smithi094 ceph-mon[112176]: 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-08T06:23:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:51 smithi003 ceph-mon[96088]: 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-08T06:23:51.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:51.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:52.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:52.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:53 smithi094 ceph-mon[112176]: 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-08T06:23:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:53 smithi003 ceph-mon[96088]: 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-08T06:23:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:53.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:53.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:54.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:54.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:55 smithi094 ceph-mon[112176]: 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-08T06:23:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:55 smithi003 ceph-mon[96088]: 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-08T06:23:55.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:55.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:56.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:56.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:57 smithi094 ceph-mon[112176]: 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-08T06:23:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:57 smithi003 ceph-mon[96088]: 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-08T06:23:57.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:57.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:58.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:58.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:23:59 smithi094 ceph-mon[112176]: 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-08T06:23:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:23:59 smithi003 ceph-mon[96088]: 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-08T06:23:59.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:23:59.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:00.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:00.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:01 smithi094 ceph-mon[112176]: 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-08T06:24:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:01 smithi003 ceph-mon[96088]: 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-08T06:24:01.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:01.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:02.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:02.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:03 smithi094 ceph-mon[112176]: 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-08T06:24:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:03 smithi003 ceph-mon[96088]: 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-08T06:24:03.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:03.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:04.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:04.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:05 smithi094 ceph-mon[112176]: 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-08T06:24:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:05 smithi003 ceph-mon[96088]: 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-08T06:24:05.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:05.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:06.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:06.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:07 smithi094 ceph-mon[112176]: 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-08T06:24:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:07 smithi003 ceph-mon[96088]: 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-08T06:24:07.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:07.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:08.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:08.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:09 smithi094 ceph-mon[112176]: 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-08T06:24:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:09 smithi003 ceph-mon[96088]: 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-08T06:24:09.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:09.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:10.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:10.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:11 smithi094 ceph-mon[112176]: 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-08T06:24:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:11 smithi003 ceph-mon[96088]: 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-08T06:24:11.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:11.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:12.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:12.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:13 smithi094 ceph-mon[112176]: 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-08T06:24:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:13 smithi003 ceph-mon[96088]: 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-08T06:24:13.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:13.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:14.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:14.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:15 smithi094 ceph-mon[112176]: 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-08T06:24:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:15 smithi003 ceph-mon[96088]: 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-08T06:24:15.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:15.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:16.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:16.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:17 smithi094 ceph-mon[112176]: 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-08T06:24:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:17 smithi003 ceph-mon[96088]: 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-08T06:24:17.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:17.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:18.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:18.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:19 smithi094 ceph-mon[112176]: 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-08T06:24:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:19 smithi003 ceph-mon[96088]: 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-08T06:24:19.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:19.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:20.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:20.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:21 smithi094 ceph-mon[112176]: 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-08T06:24:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:21 smithi003 ceph-mon[96088]: 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-08T06:24:21.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:21.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:22.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:22.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:23 smithi094 ceph-mon[112176]: 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-08T06:24:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:23 smithi003 ceph-mon[96088]: 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-08T06:24:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:23.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:23.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:24.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:24.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:25 smithi094 ceph-mon[112176]: 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-08T06:24:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:25 smithi003 ceph-mon[96088]: 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-08T06:24:25.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:25.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:26.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:26.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:27 smithi094 ceph-mon[112176]: 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-08T06:24:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:27 smithi003 ceph-mon[96088]: 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-08T06:24:27.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:27.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:28.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:28.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:29 smithi094 ceph-mon[112176]: 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-08T06:24:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:29 smithi003 ceph-mon[96088]: 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-08T06:24:29.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:29.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:30.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:30.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:31 smithi094 ceph-mon[112176]: 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-08T06:24:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:31 smithi003 ceph-mon[96088]: 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-08T06:24:31.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:31.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:32.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:32.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:33 smithi094 ceph-mon[112176]: 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-08T06:24:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:33 smithi003 ceph-mon[96088]: 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-08T06:24:33.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:33.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:34.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:34.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:35 smithi003 ceph-mon[96088]: 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-08T06:24:35.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:35.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:35 smithi094 ceph-mon[112176]: 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-08T06:24:36.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:36.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:37 smithi003 ceph-mon[96088]: 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-08T06:24:37.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:37.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:37 smithi094 ceph-mon[112176]: 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-08T06:24:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:38.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:38.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:39 smithi003 ceph-mon[96088]: 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-08T06:24:39.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:39.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:39 smithi094 ceph-mon[112176]: 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-08T06:24:40.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:40.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:41 smithi003 ceph-mon[96088]: 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-08T06:24:41.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:41.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:41 smithi094 ceph-mon[112176]: 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-08T06:24:42.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:42.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:43 smithi003 ceph-mon[96088]: 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-08T06:24:43.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:43.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:43 smithi094 ceph-mon[112176]: 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-08T06:24:44.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:44.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:45 smithi003 ceph-mon[96088]: 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-08T06:24:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:24:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:24:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:24:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:24:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:24:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:24:45.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:45.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:45 smithi094 ceph-mon[112176]: 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-08T06:24:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:24:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:24:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:24:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:24:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:24:45.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:24:46.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:46.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:47 smithi003 ceph-mon[96088]: 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-08T06:24:47.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:47.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:47 smithi094 ceph-mon[112176]: 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-08T06:24:48.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:48.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:49 smithi003 ceph-mon[96088]: 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-08T06:24:49.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:49.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:49 smithi094 ceph-mon[112176]: 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-08T06:24:50.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:50.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:51 smithi003 ceph-mon[96088]: 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-08T06:24:51.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:51.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:51 smithi094 ceph-mon[112176]: 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-08T06:24:52.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:52.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:53 smithi003 ceph-mon[96088]: 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-08T06:24:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:53.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:53.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:53 smithi094 ceph-mon[112176]: 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-08T06:24:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:54.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:54.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:55 smithi003 ceph-mon[96088]: 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-08T06:24:55.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:55.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:55 smithi094 ceph-mon[112176]: 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-08T06:24:56.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:56.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:57 smithi003 ceph-mon[96088]: 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-08T06:24:57.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:57.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:57 smithi094 ceph-mon[112176]: 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-08T06:24:58.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:58.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:24:59 smithi003 ceph-mon[96088]: 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-08T06:24:59.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:24:59.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:24:59 smithi094 ceph-mon[112176]: 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-08T06:25:00.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:00.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:01 smithi003 ceph-mon[96088]: 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-08T06:25:01.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:01.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:01 smithi094 ceph-mon[112176]: 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-08T06:25:02.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:02.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:03 smithi003 ceph-mon[96088]: 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-08T06:25:03.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:03.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:03 smithi094 ceph-mon[112176]: 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-08T06:25:04.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:04.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:05 smithi003 ceph-mon[96088]: 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-08T06:25:05.784 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:05 smithi094 ceph-mon[112176]: 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-08T06:25:05.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:05.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:06.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:06.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:07 smithi003 ceph-mon[96088]: 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-08T06:25:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:07 smithi094 ceph-mon[112176]: 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-08T06:25:07.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:07.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:08.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:08.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:09 smithi003 ceph-mon[96088]: 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-08T06:25:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:09 smithi094 ceph-mon[112176]: 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-08T06:25:09.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:09.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:10.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:10.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:11.807 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:11 smithi003 ceph-mon[96088]: 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-08T06:25:11.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:11 smithi094 ceph-mon[112176]: 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-08T06:25:11.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:11.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:12.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:12.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:13 smithi094 ceph-mon[112176]: 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-08T06:25:13.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:13.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:13 smithi003 ceph-mon[96088]: 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-08T06:25:14.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:14.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:15.890 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:15 smithi094 ceph-mon[112176]: 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-08T06:25:15.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:15.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:15 smithi003 ceph-mon[96088]: 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-08T06:25:16.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:16.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:17 smithi003 ceph-mon[96088]: 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-08T06:25:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:17 smithi094 ceph-mon[112176]: 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-08T06:25:17.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:17.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:18.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:18.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:19.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:19 smithi094 ceph-mon[112176]: 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-08T06:25:19.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:19.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:19 smithi003 ceph-mon[96088]: 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-08T06:25:20.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:20.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:21 smithi094 ceph-mon[112176]: 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-08T06:25:21.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:21 smithi003 ceph-mon[96088]: 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-08T06:25:21.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:21.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:22.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:22.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:23 smithi094 ceph-mon[112176]: 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-08T06:25:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:23.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:23.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:23 smithi003 ceph-mon[96088]: 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-08T06:25:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:24.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:24.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:25 smithi094 ceph-mon[112176]: 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-08T06:25:25.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:25.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:25 smithi003 ceph-mon[96088]: 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-08T06:25:26.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:26.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:27 smithi003 ceph-mon[96088]: 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-08T06:25:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:27 smithi094 ceph-mon[112176]: 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-08T06:25:27.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:27.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:28.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:28.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:29 smithi094 ceph-mon[112176]: 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-08T06:25:29.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:29.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:29 smithi003 ceph-mon[96088]: 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-08T06:25:30.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:30.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:31 smithi094 ceph-mon[112176]: 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-08T06:25:31.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:31.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:31 smithi003 ceph-mon[96088]: 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-08T06:25:32.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:32.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:33 smithi094 ceph-mon[112176]: 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-08T06:25:33.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:33.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:33 smithi003 ceph-mon[96088]: 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-08T06:25:34.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:34.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:35 smithi094 ceph-mon[112176]: 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-08T06:25:35.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:35.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:35 smithi003 ceph-mon[96088]: 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-08T06:25:36.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:36.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:37 smithi003 ceph-mon[96088]: 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-08T06:25:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:37 smithi094 ceph-mon[112176]: 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-08T06:25:37.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:37.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:38.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:38.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:39 smithi094 ceph-mon[112176]: 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-08T06:25:39.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:39.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:39 smithi003 ceph-mon[96088]: 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-08T06:25:40.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:40.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:41 smithi094 ceph-mon[112176]: 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-08T06:25:41.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:41.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:41 smithi003 ceph-mon[96088]: 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-08T06:25:42.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:42.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:43 smithi094 ceph-mon[112176]: 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-08T06:25:43.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:43.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:43 smithi003 ceph-mon[96088]: 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-08T06:25:44.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:44.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:45 smithi094 ceph-mon[112176]: 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-08T06:25:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:25:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:45 smithi003 ceph-mon[96088]: 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-08T06:25:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:25:45.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:45.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:25:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:25:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:25:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:25:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:25:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:25:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:25:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:25:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:25:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:25:46.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:46.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:47 smithi003 ceph-mon[96088]: 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-08T06:25:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:47 smithi094 ceph-mon[112176]: 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-08T06:25:47.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:47.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:48.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:48.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:49 smithi094 ceph-mon[112176]: 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-08T06:25:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:49 smithi003 ceph-mon[96088]: 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-08T06:25:49.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:49.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:50 smithi094 ceph-mon[112176]: 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-08T06:25:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:50 smithi003 ceph-mon[96088]: 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-08T06:25:50.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:50.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:51.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:51.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:52.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:52.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:53 smithi094 ceph-mon[112176]: 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-08T06:25:53.468 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:53 smithi003 ceph-mon[96088]: 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-08T06:25:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:53.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:54.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:54.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:55.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:55 smithi094 ceph-mon[112176]: 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-08T06:25:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:55 smithi003 ceph-mon[96088]: 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-08T06:25:56.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:56.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:57.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:57.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:57 smithi094 ceph-mon[112176]: 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-08T06:25:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:57 smithi003 ceph-mon[96088]: 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-08T06:25:58.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:58.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:59.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:25:59.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:25:59 smithi094 ceph-mon[112176]: 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-08T06:25:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:25:59 smithi003 ceph-mon[96088]: 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-08T06:26:00.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:00.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:01.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:01.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:01.355 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:01 smithi094 ceph-mon[112176]: 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-08T06:26:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:01 smithi003 ceph-mon[96088]: 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-08T06:26:02.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:02.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:03.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:03.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:03 smithi094 ceph-mon[112176]: 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-08T06:26:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:03 smithi003 ceph-mon[96088]: 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-08T06:26:04.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:04.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:05.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:05.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:05 smithi094 ceph-mon[112176]: 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-08T06:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:05 smithi003 ceph-mon[96088]: 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-08T06:26:06.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:06.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:07.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:07.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:07 smithi094 ceph-mon[112176]: 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-08T06:26:07.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:07 smithi003 ceph-mon[96088]: 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-08T06:26:08.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:08.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:09.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:09.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:09 smithi094 ceph-mon[112176]: 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-08T06:26:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:09 smithi003 ceph-mon[96088]: 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-08T06:26:10.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:10.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:11.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:11.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:11 smithi094 ceph-mon[112176]: 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-08T06:26:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:11 smithi003 ceph-mon[96088]: 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-08T06:26:12.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:12.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:13.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:13.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:13 smithi094 ceph-mon[112176]: 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-08T06:26:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:13 smithi003 ceph-mon[96088]: 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-08T06:26:14.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:14.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:15.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:15.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:15 smithi094 ceph-mon[112176]: 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-08T06:26:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:15 smithi003 ceph-mon[96088]: 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-08T06:26:16.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:16.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:17.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:17.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:17 smithi094 ceph-mon[112176]: 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-08T06:26:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:17 smithi003 ceph-mon[96088]: 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-08T06:26:18.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:18.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:19.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:19.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:19 smithi094 ceph-mon[112176]: 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-08T06:26:19.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:19 smithi003 ceph-mon[96088]: 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-08T06:26:20.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:20.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:21.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:21.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:21 smithi094 ceph-mon[112176]: 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-08T06:26:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:21 smithi003 ceph-mon[96088]: 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-08T06:26:22.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:22.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:23.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:23.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:23 smithi094 ceph-mon[112176]: 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-08T06:26:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:23 smithi003 ceph-mon[96088]: 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-08T06:26:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:24.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:24.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:25.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:25.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:25 smithi094 ceph-mon[112176]: 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-08T06:26:25.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:25 smithi003 ceph-mon[96088]: 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-08T06:26:26.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:26.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:27.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:27.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:27 smithi094 ceph-mon[112176]: 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-08T06:26:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:27 smithi003 ceph-mon[96088]: 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-08T06:26:28.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:28.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:29.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:29.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:29 smithi094 ceph-mon[112176]: 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-08T06:26:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:29 smithi003 ceph-mon[96088]: 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-08T06:26:30.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:30.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:31.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:31.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:31 smithi094 ceph-mon[112176]: 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-08T06:26:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:31 smithi003 ceph-mon[96088]: 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-08T06:26:32.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:32.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:33.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:33.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:33 smithi094 ceph-mon[112176]: 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-08T06:26:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:33 smithi003 ceph-mon[96088]: 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-08T06:26:34.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:34.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:35.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:35.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:35 smithi094 ceph-mon[112176]: 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-08T06:26:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:35 smithi003 ceph-mon[96088]: 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-08T06:26:36.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:36.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:37.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:37.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:37 smithi094 ceph-mon[112176]: 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-08T06:26:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:37 smithi003 ceph-mon[96088]: 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-08T06:26:38.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:38.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:39.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:39.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:39 smithi003 ceph-mon[96088]: 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-08T06:26:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:39 smithi094 ceph-mon[112176]: 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-08T06:26:40.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:40.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:41.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:41.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:41.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:41 smithi003 ceph-mon[96088]: 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-08T06:26:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:41 smithi094 ceph-mon[112176]: 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-08T06:26:42.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:42.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:43.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:43.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:43 smithi003 ceph-mon[96088]: 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-08T06:26:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:43 smithi094 ceph-mon[112176]: 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-08T06:26:44.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:44.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:45.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:45.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:45.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:45 smithi003 ceph-mon[96088]: 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-08T06:26:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:45 smithi094 ceph-mon[112176]: 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-08T06:26:46.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:46.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:26:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:26:47.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:47.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:47 smithi003 ceph-mon[96088]: 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-08T06:26:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:26:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:26:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:26:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:26:47.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:26:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:47 smithi094 ceph-mon[112176]: 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-08T06:26:47.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:26:47.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:26:47.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:26:47.670 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:26:47.670 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:26:48.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:48.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:49.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:49.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:49 smithi003 ceph-mon[96088]: 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-08T06:26:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:49 smithi094 ceph-mon[112176]: 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-08T06:26:50.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:50.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:51.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:51.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:51 smithi003 ceph-mon[96088]: 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-08T06:26:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:51 smithi094 ceph-mon[112176]: 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-08T06:26:52.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:52.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:53.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:53.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:53 smithi003 ceph-mon[96088]: 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-08T06:26:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:53 smithi094 ceph-mon[112176]: 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-08T06:26:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:54.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:54.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:55.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:55.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:55 smithi003 ceph-mon[96088]: 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-08T06:26:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:55 smithi094 ceph-mon[112176]: 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-08T06:26:56.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:56.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:57.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:57.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:57 smithi003 ceph-mon[96088]: 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-08T06:26:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:57 smithi094 ceph-mon[112176]: 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-08T06:26:58.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:58.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:59.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:26:59.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:26:59 smithi003 ceph-mon[96088]: 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-08T06:26:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:26:59 smithi094 ceph-mon[112176]: 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-08T06:27:00.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:00.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:01.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:01.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:01.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:01 smithi003 ceph-mon[96088]: 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-08T06:27:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:01 smithi094 ceph-mon[112176]: 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-08T06:27:02.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:02.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:03.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:03.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:03 smithi003 ceph-mon[96088]: 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-08T06:27:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:03 smithi094 ceph-mon[112176]: 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-08T06:27:04.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:04.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:05.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:05.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:05 smithi003 ceph-mon[96088]: 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-08T06:27:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:05 smithi094 ceph-mon[112176]: 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-08T06:27:06.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:06.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:07.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:07.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:07 smithi094 ceph-mon[112176]: 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-08T06:27:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:07 smithi003 ceph-mon[96088]: 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-08T06:27:08.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:08.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:09.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:09.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:09 smithi003 ceph-mon[96088]: 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-08T06:27:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:09 smithi094 ceph-mon[112176]: 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-08T06:27:10.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:10.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:11.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:11.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:11 smithi003 ceph-mon[96088]: 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-08T06:27:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:11 smithi094 ceph-mon[112176]: 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-08T06:27:12.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:12.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:13.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:13.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:13 smithi003 ceph-mon[96088]: 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-08T06:27:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:13 smithi094 ceph-mon[112176]: 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-08T06:27:14.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:14.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:15.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:15.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:15 smithi003 ceph-mon[96088]: 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-08T06:27:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:15 smithi094 ceph-mon[112176]: 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-08T06:27:16.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:16.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:17.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:17.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:17 smithi094 ceph-mon[112176]: 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-08T06:27:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:17 smithi003 ceph-mon[96088]: 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-08T06:27:18.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:18.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:19.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:19.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:19 smithi094 ceph-mon[112176]: 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-08T06:27:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:19 smithi003 ceph-mon[96088]: 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-08T06:27:20.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:20.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:21.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:21.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:21 smithi094 ceph-mon[112176]: 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-08T06:27:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:21 smithi003 ceph-mon[96088]: 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-08T06:27:22.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:22.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:23.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:23.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:23 smithi094 ceph-mon[112176]: 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-08T06:27:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:23 smithi003 ceph-mon[96088]: 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-08T06:27:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:24.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:24.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:25.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:25.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:25 smithi094 ceph-mon[112176]: 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-08T06:27:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:25 smithi003 ceph-mon[96088]: 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-08T06:27:26.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:26.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:27.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:27.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:27 smithi094 ceph-mon[112176]: 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-08T06:27:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:27 smithi003 ceph-mon[96088]: 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-08T06:27:28.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:28.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:29.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:29.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:29 smithi094 ceph-mon[112176]: 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-08T06:27:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:29 smithi003 ceph-mon[96088]: 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-08T06:27:30.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:30.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:31.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:31.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:31 smithi094 ceph-mon[112176]: 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-08T06:27:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:31 smithi003 ceph-mon[96088]: 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-08T06:27:32.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:32.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:33.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:33.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:33.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:33 smithi094 ceph-mon[112176]: 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-08T06:27:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:33 smithi003 ceph-mon[96088]: 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-08T06:27:34.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:34.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:35.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:35.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:35 smithi094 ceph-mon[112176]: 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-08T06:27:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:35 smithi003 ceph-mon[96088]: 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-08T06:27:36.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:36.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:37.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:37.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:37 smithi094 ceph-mon[112176]: 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-08T06:27:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:37 smithi003 ceph-mon[96088]: 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-08T06:27:38.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:38.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:39.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:39.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:39 smithi094 ceph-mon[112176]: 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-08T06:27:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:39 smithi003 ceph-mon[96088]: 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-08T06:27:40.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:40.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:41.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:41.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:41 smithi094 ceph-mon[112176]: 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-08T06:27:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:41 smithi003 ceph-mon[96088]: 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-08T06:27:42.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:42.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:43.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:43.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:43 smithi094 ceph-mon[112176]: 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-08T06:27:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:43 smithi003 ceph-mon[96088]: 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-08T06:27:44.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:44.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:45.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:45.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:45 smithi094 ceph-mon[112176]: 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-08T06:27:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:45 smithi003 ceph-mon[96088]: 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-08T06:27:46.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:46.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:47.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:47.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:47 smithi094 ceph-mon[112176]: 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-08T06:27:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:27:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:27:47.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:27:47.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:27:47.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:27:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:47 smithi003 ceph-mon[96088]: 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-08T06:27:47.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:27:47.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:27:47.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:27:47.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:27:47.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:27:48.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:48.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:48.582 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:27:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:27:49.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:49.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:49 smithi094 ceph-mon[112176]: 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-08T06:27:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:49 smithi003 ceph-mon[96088]: 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-08T06:27:50.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:50.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:51.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:51.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:51 smithi094 ceph-mon[112176]: 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-08T06:27:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:51 smithi003 ceph-mon[96088]: 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-08T06:27:52.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:52.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:53.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:53.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:53.639 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:53 smithi003 ceph-mon[96088]: 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-08T06:27:53.640 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:53 smithi094 ceph-mon[112176]: 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-08T06:27:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:54.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:54.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:55.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:55.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:55 smithi094 ceph-mon[112176]: 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-08T06:27:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:55 smithi003 ceph-mon[96088]: 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-08T06:27:56.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:56.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:57.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:57.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:57 smithi094 ceph-mon[112176]: 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-08T06:27:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:57 smithi003 ceph-mon[96088]: 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-08T06:27:58.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:58.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:59.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:27:59.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:27:59 smithi094 ceph-mon[112176]: 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-08T06:27:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:27:59 smithi003 ceph-mon[96088]: 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-08T06:28:00.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:00.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:01.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:01.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:01 smithi094 ceph-mon[112176]: 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-08T06:28:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:01 smithi003 ceph-mon[96088]: 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-08T06:28:02.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:02.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:03.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:03.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:03 smithi094 ceph-mon[112176]: 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-08T06:28:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:03 smithi003 ceph-mon[96088]: 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-08T06:28:04.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:04.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:05.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:05.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:05 smithi094 ceph-mon[112176]: 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-08T06:28:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:05 smithi003 ceph-mon[96088]: 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-08T06:28:06.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:06.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:07.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:07.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:07.662 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:07 smithi094 ceph-mon[112176]: 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-08T06:28:07.747 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:07 smithi003 ceph-mon[96088]: 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-08T06:28:08.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:08.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:09.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:09.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:09 smithi094 ceph-mon[112176]: 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-08T06:28:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:09 smithi003 ceph-mon[96088]: 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-08T06:28:10.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:10.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:11.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:11.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:11 smithi094 ceph-mon[112176]: 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-08T06:28:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:11 smithi003 ceph-mon[96088]: 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-08T06:28:12.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:12.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:13.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:13.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:13 smithi094 ceph-mon[112176]: 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-08T06:28:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:13 smithi003 ceph-mon[96088]: 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-08T06:28:14.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:14.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:15.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:15.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:15 smithi094 ceph-mon[112176]: 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-08T06:28:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:15 smithi003 ceph-mon[96088]: 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-08T06:28:16.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:16.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:17.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:17.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:17 smithi094 ceph-mon[112176]: 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-08T06:28:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:17 smithi003 ceph-mon[96088]: 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-08T06:28:18.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:18.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:19.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:19.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:19 smithi094 ceph-mon[112176]: 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-08T06:28:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:19 smithi003 ceph-mon[96088]: 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-08T06:28:20.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:20.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:21.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:21.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:21 smithi094 ceph-mon[112176]: 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-08T06:28:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:21 smithi003 ceph-mon[96088]: 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-08T06:28:22.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:22.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:23.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:23.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:23 smithi094 ceph-mon[112176]: 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-08T06:28:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:23 smithi003 ceph-mon[96088]: 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-08T06:28:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:24.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:24.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:25.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:25.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:25 smithi094 ceph-mon[112176]: 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-08T06:28:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:25 smithi003 ceph-mon[96088]: 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-08T06:28:26.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:26.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:27.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:27.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:27 smithi094 ceph-mon[112176]: 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-08T06:28:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:27 smithi003 ceph-mon[96088]: 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-08T06:28:28.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:28.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:29.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:29.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:29 smithi094 ceph-mon[112176]: 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-08T06:28:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:29 smithi003 ceph-mon[96088]: 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-08T06:28:30.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:30.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:31.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:31.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:31 smithi094 ceph-mon[112176]: 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-08T06:28:31.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:31 smithi003 ceph-mon[96088]: 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-08T06:28:32.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:32.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:33 smithi094 ceph-mon[112176]: 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-08T06:28:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:33 smithi003 ceph-mon[96088]: 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-08T06:28:34.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:34.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:35 smithi094 ceph-mon[112176]: 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-08T06:28:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:35 smithi003 ceph-mon[96088]: 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-08T06:28:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:37.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:37.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:37 smithi094 ceph-mon[112176]: 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-08T06:28:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:37 smithi003 ceph-mon[96088]: 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-08T06:28:38.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:38.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:39 smithi003 ceph-mon[96088]: 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-08T06:28:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:39 smithi094 ceph-mon[112176]: 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-08T06:28:40.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:40.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:41.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:41.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:41 smithi094 ceph-mon[112176]: 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-08T06:28:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:41 smithi003 ceph-mon[96088]: 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-08T06:28:42.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:42.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:43.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:43.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:43 smithi094 ceph-mon[112176]: 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-08T06:28:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:43 smithi003 ceph-mon[96088]: 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-08T06:28:44.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:44.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:45.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:45.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:45 smithi094 ceph-mon[112176]: 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-08T06:28:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:45 smithi003 ceph-mon[96088]: 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-08T06:28:46.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:46.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:47.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:47.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:47 smithi094 ceph-mon[112176]: 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-08T06:28:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:47 smithi003 ceph-mon[96088]: 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-08T06:28:48.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:48.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:28:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:28:49.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:49.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:49 smithi094 ceph-mon[112176]: 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-08T06:28:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:49 smithi003 ceph-mon[96088]: 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-08T06:28:50.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:50.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:51.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:51.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:51 smithi094 ceph-mon[112176]: 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-08T06:28:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:28:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:28:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:28:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:28:51.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:28:51.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:28:51.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:28:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:51 smithi003 ceph-mon[96088]: 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-08T06:28:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:28:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:28:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:28:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:28:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:28:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:28:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:28:52.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:52.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:53.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:53.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:53 smithi094 ceph-mon[112176]: 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-08T06:28:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:53 smithi003 ceph-mon[96088]: 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-08T06:28:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:54.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:54.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:55.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:55.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:55 smithi094 ceph-mon[112176]: 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-08T06:28:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:55 smithi003 ceph-mon[96088]: 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-08T06:28:56.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:56.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:57.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:57.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:57 smithi094 ceph-mon[112176]: 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-08T06:28:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:57 smithi003 ceph-mon[96088]: 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-08T06:28:58.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:58.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:59.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:28:59.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:28:59 smithi094 ceph-mon[112176]: 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-08T06:28:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:28:59 smithi003 ceph-mon[96088]: 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-08T06:29:00.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:00.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:01.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:01.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:01 smithi094 ceph-mon[112176]: 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-08T06:29:01.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:01 smithi003 ceph-mon[96088]: 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-08T06:29:02.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:02.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:03.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:03.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:03 smithi094 ceph-mon[112176]: 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-08T06:29:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:03 smithi003 ceph-mon[96088]: 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-08T06:29:04.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:04.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:05.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:05.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:05 smithi094 ceph-mon[112176]: 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-08T06:29:05.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:05 smithi003 ceph-mon[96088]: 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-08T06:29:06.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:06.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:07.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:07.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:07 smithi094 ceph-mon[112176]: 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-08T06:29:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:07 smithi003 ceph-mon[96088]: 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-08T06:29:08.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:08.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:09.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:09.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:09 smithi003 ceph-mon[96088]: 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-08T06:29:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:09 smithi094 ceph-mon[112176]: 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-08T06:29:10.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:10.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:11.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:11.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:11 smithi003 ceph-mon[96088]: 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-08T06:29:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:11 smithi094 ceph-mon[112176]: 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-08T06:29:12.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:12.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:13.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:13.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:13 smithi003 ceph-mon[96088]: 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-08T06:29:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:13 smithi094 ceph-mon[112176]: 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-08T06:29:14.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:14.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:15.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:15.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:15 smithi003 ceph-mon[96088]: 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-08T06:29:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:15 smithi094 ceph-mon[112176]: 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-08T06:29:16.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:16.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:17.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:17.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:17 smithi003 ceph-mon[96088]: 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-08T06:29:17.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:17 smithi094 ceph-mon[112176]: 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-08T06:29:18.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:18.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:19.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:19.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:19 smithi003 ceph-mon[96088]: 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-08T06:29:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:19 smithi094 ceph-mon[112176]: 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-08T06:29:20.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:20.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:21.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:21.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:21 smithi003 ceph-mon[96088]: 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-08T06:29:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:21 smithi094 ceph-mon[112176]: 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-08T06:29:22.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:22.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:23.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:23.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:23.453 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:23 smithi094 ceph-mon[112176]: 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-08T06:29:23.453 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:23 smithi003 ceph-mon[96088]: 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-08T06:29:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:24.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:24.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:25.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:25.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:25 smithi003 ceph-mon[96088]: 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-08T06:29:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:25 smithi094 ceph-mon[112176]: 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-08T06:29:26.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:26.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:27.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:27.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:27 smithi003 ceph-mon[96088]: 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-08T06:29:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:27 smithi094 ceph-mon[112176]: 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-08T06:29:28.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:28.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:29.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:29.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:29 smithi003 ceph-mon[96088]: 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-08T06:29:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:29 smithi094 ceph-mon[112176]: 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-08T06:29:30.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:30.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:31.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:31.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:31 smithi003 ceph-mon[96088]: 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-08T06:29:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:31 smithi094 ceph-mon[112176]: 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-08T06:29:32.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:32.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:33.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:33.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:33 smithi003 ceph-mon[96088]: 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-08T06:29:33.558 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:33 smithi094 ceph-mon[112176]: 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-08T06:29:34.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:34.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:35.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:35.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:35 smithi003 ceph-mon[96088]: 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-08T06:29:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:35 smithi094 ceph-mon[112176]: 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-08T06:29:36.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:36.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:37.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:37.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:37 smithi003 ceph-mon[96088]: 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-08T06:29:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:37 smithi094 ceph-mon[112176]: 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-08T06:29:38.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:38.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:38.611 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:39.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:39.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:39 smithi003 ceph-mon[96088]: 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-08T06:29:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:39 smithi094 ceph-mon[112176]: 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-08T06:29:40.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:40.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:41.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:41.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:41 smithi094 ceph-mon[112176]: 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-08T06:29:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:41 smithi003 ceph-mon[96088]: 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-08T06:29:42.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:42.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:43.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:43.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:43.664 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:43 smithi094 ceph-mon[112176]: 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-08T06:29:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:43 smithi003 ceph-mon[96088]: 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-08T06:29:44.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:44.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:45.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:45.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:45 smithi094 ceph-mon[112176]: 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-08T06:29:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:45 smithi003 ceph-mon[96088]: 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-08T06:29:46.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:46.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:47.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:47.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:47 smithi094 ceph-mon[112176]: 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-08T06:29:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:47 smithi003 ceph-mon[96088]: 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-08T06:29:48.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:48.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:49.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:49.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:49.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:49 smithi094 ceph-mon[112176]: 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-08T06:29:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:49 smithi003 ceph-mon[96088]: 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-08T06:29:50.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:50.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:51.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:51.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:51 smithi094 ceph-mon[112176]: 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-08T06:29:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:29:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:29:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:29:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:29:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:29:51.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:29:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:51 smithi003 ceph-mon[96088]: 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-08T06:29:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:29:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:29:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:29:51.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:29:51.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:29:51.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:29:52.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:52.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:53.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:53.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:53 smithi094 ceph-mon[112176]: 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-08T06:29:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:53 smithi003 ceph-mon[96088]: 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-08T06:29:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:54.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:54.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:55.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:55.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:55 smithi003 ceph-mon[96088]: 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-08T06:29:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:55 smithi094 ceph-mon[112176]: 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-08T06:29:56.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:56.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:57 smithi094 ceph-mon[112176]: 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-08T06:29:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:57 smithi003 ceph-mon[96088]: 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-08T06:29:58.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:58.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:59.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:29:59.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:29:59 smithi094 ceph-mon[112176]: 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-08T06:29:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:29:59 smithi003 ceph-mon[96088]: 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-08T06:30:00.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:00.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T06:30:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T06:30:01.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:01.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:01 smithi094 ceph-mon[112176]: 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-08T06:30:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:01 smithi003 ceph-mon[96088]: 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-08T06:30:02.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:02.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:03.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:03.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:03 smithi094 ceph-mon[112176]: 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-08T06:30:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:03 smithi003 ceph-mon[96088]: 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-08T06:30:04.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:04.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:05.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:05.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:05 smithi003 ceph-mon[96088]: 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-08T06:30:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:05 smithi094 ceph-mon[112176]: 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-08T06:30:06.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:06.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:07.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:07.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:07 smithi094 ceph-mon[112176]: 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-08T06:30:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:07 smithi003 ceph-mon[96088]: 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-08T06:30:08.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:08.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:09.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:09.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:09 smithi094 ceph-mon[112176]: 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-08T06:30:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:09 smithi003 ceph-mon[96088]: 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-08T06:30:10.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:10.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:11.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:11.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:11 smithi094 ceph-mon[112176]: 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-08T06:30:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:11 smithi003 ceph-mon[96088]: 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-08T06:30:12.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:12.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:13.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:13.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:13 smithi094 ceph-mon[112176]: 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-08T06:30:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:13 smithi003 ceph-mon[96088]: 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-08T06:30:14.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:14.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:15.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:15.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:15 smithi094 ceph-mon[112176]: 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-08T06:30:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:15 smithi003 ceph-mon[96088]: 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-08T06:30:16.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:16.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:17.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:17.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:17 smithi094 ceph-mon[112176]: 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-08T06:30:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:17 smithi003 ceph-mon[96088]: 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-08T06:30:18.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:18.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:19.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:19.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:19 smithi094 ceph-mon[112176]: 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-08T06:30:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:19 smithi003 ceph-mon[96088]: 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-08T06:30:20.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:20.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:21.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:21.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:21 smithi094 ceph-mon[112176]: 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-08T06:30:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:21 smithi003 ceph-mon[96088]: 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-08T06:30:22.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:22.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:23.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:23.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:23 smithi094 ceph-mon[112176]: 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-08T06:30:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:23 smithi003 ceph-mon[96088]: 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-08T06:30:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:24.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:24.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:25.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:25.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:25 smithi094 ceph-mon[112176]: 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-08T06:30:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:25 smithi003 ceph-mon[96088]: 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-08T06:30:26.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:26.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:27.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:27.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:27 smithi094 ceph-mon[112176]: 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-08T06:30:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:27 smithi003 ceph-mon[96088]: 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-08T06:30:28.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:28.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:29 smithi094 ceph-mon[112176]: 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-08T06:30:29.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:29.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:29 smithi003 ceph-mon[96088]: 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-08T06:30:30.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:30.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:31.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:31.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:31 smithi094 ceph-mon[112176]: 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-08T06:30:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:31 smithi003 ceph-mon[96088]: 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-08T06:30:32.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:32.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:33.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:33.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:33 smithi094 ceph-mon[112176]: 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-08T06:30:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:33 smithi003 ceph-mon[96088]: 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-08T06:30:34.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:34.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:35.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:35.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:35 smithi094 ceph-mon[112176]: 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-08T06:30:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:35 smithi003 ceph-mon[96088]: 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-08T06:30:36.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:36.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:37.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:37.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:37 smithi094 ceph-mon[112176]: 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-08T06:30:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:37 smithi003 ceph-mon[96088]: 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-08T06:30:38.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:38.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:39.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:39.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:39 smithi094 ceph-mon[112176]: 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-08T06:30:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:39 smithi003 ceph-mon[96088]: 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-08T06:30:40.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:40.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:41.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:41.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:41 smithi094 ceph-mon[112176]: 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-08T06:30:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:41 smithi003 ceph-mon[96088]: 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-08T06:30:42.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:42.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:43.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:43.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:43 smithi094 ceph-mon[112176]: 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-08T06:30:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:43 smithi003 ceph-mon[96088]: 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-08T06:30:44.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:44.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:45.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:45.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:45 smithi094 ceph-mon[112176]: 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-08T06:30:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:45 smithi003 ceph-mon[96088]: 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-08T06:30:46.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:46.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:47.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:47.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:47 smithi094 ceph-mon[112176]: 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-08T06:30:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:47 smithi003 ceph-mon[96088]: 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-08T06:30:48.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:48.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:49.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:49.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:49 smithi094 ceph-mon[112176]: 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-08T06:30:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:49 smithi003 ceph-mon[96088]: 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-08T06:30:50.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:50.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:51.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:51.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:51 smithi094 ceph-mon[112176]: 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-08T06:30:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:30:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:51 smithi003 ceph-mon[96088]: 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-08T06:30:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:30:52.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:52.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:53.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:53.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:53 smithi094 ceph-mon[112176]: 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-08T06:30:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:53 smithi003 ceph-mon[96088]: 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-08T06:30:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:54.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:54.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:55.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:55.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:55 smithi094 ceph-mon[112176]: 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-08T06:30:55.703 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:55 smithi003 ceph-mon[96088]: 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-08T06:30:56.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:56.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:57 smithi094 ceph-mon[112176]: 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-08T06:30:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:30:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:30:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:30:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:30:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:30:57.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:30:57.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:30:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:57 smithi003 ceph-mon[96088]: 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-08T06:30:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:30:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:30:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:30:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:30:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:30:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:30:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:30:57.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:57.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:58.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:58.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:30:59 smithi094 ceph-mon[112176]: 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-08T06:30:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:30:59 smithi003 ceph-mon[96088]: 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-08T06:30:59.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:30:59.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:00.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:00.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:01 smithi094 ceph-mon[112176]: 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-08T06:31:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:01 smithi003 ceph-mon[96088]: 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-08T06:31:01.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:01.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:02.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:02.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:03 smithi094 ceph-mon[112176]: 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-08T06:31:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:03 smithi003 ceph-mon[96088]: 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-08T06:31:03.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:03.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:04.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:04.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:05 smithi094 ceph-mon[112176]: 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-08T06:31:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:05 smithi003 ceph-mon[96088]: 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-08T06:31:05.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:05.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:06.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:06.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:07 smithi094 ceph-mon[112176]: 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-08T06:31:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:07 smithi003 ceph-mon[96088]: 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-08T06:31:07.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:07.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:08.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:08.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:09 smithi003 ceph-mon[96088]: 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-08T06:31:09.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:09.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:09.556 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:09 smithi094 ceph-mon[112176]: 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-08T06:31:10.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:10.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:11 smithi003 ceph-mon[96088]: 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-08T06:31:11.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:11.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:11 smithi094 ceph-mon[112176]: 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-08T06:31:12.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:12.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:13 smithi003 ceph-mon[96088]: 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-08T06:31:13.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:13.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:13 smithi094 ceph-mon[112176]: 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-08T06:31:14.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:14.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:15 smithi003 ceph-mon[96088]: 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-08T06:31:15.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:15.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:15 smithi094 ceph-mon[112176]: 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-08T06:31:16.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:16.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:17 smithi003 ceph-mon[96088]: 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-08T06:31:17.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:17.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:17 smithi094 ceph-mon[112176]: 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-08T06:31:18.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:18.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:19 smithi003 ceph-mon[96088]: 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-08T06:31:19.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:19.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:19.660 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:19 smithi094 ceph-mon[112176]: 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-08T06:31:20.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:20.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:21 smithi003 ceph-mon[96088]: 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-08T06:31:21.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:21.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:21 smithi094 ceph-mon[112176]: 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-08T06:31:22.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:22.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:23 smithi003 ceph-mon[96088]: 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-08T06:31:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:23.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:23.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:23 smithi094 ceph-mon[112176]: 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-08T06:31:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:24.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:24.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:25 smithi003 ceph-mon[96088]: 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-08T06:31:25.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:25.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:25 smithi094 ceph-mon[112176]: 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-08T06:31:26.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:26.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:27 smithi003 ceph-mon[96088]: 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-08T06:31:27.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:27.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:27 smithi094 ceph-mon[112176]: 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-08T06:31:28.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:28.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:29.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:29 smithi003 ceph-mon[96088]: 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-08T06:31:29.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:29.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:29 smithi094 ceph-mon[112176]: 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-08T06:31:30.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:30.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:31 smithi003 ceph-mon[96088]: 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-08T06:31:31.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:31.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:31 smithi094 ceph-mon[112176]: 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-08T06:31:32.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:32.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:33 smithi003 ceph-mon[96088]: 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-08T06:31:33.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:33.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:33 smithi094 ceph-mon[112176]: 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-08T06:31:34.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:34.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:35 smithi003 ceph-mon[96088]: 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-08T06:31:35.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:35.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:35 smithi094 ceph-mon[112176]: 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-08T06:31:36.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:36.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:37 smithi003 ceph-mon[96088]: 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-08T06:31:37.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:37.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:37 smithi094 ceph-mon[112176]: 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-08T06:31:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:38.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:38.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:39 smithi003 ceph-mon[96088]: 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-08T06:31:39.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:39.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:39 smithi094 ceph-mon[112176]: 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-08T06:31:40.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:40.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:41 smithi003 ceph-mon[96088]: 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-08T06:31:41.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:41.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:41 smithi094 ceph-mon[112176]: 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-08T06:31:42.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:42.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:43 smithi003 ceph-mon[96088]: 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-08T06:31:43.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:43.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:43.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:43 smithi094 ceph-mon[112176]: 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-08T06:31:44.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:44.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:45 smithi003 ceph-mon[96088]: 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-08T06:31:45.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:45.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:45 smithi094 ceph-mon[112176]: 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-08T06:31:46.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:46.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:47 smithi003 ceph-mon[96088]: 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-08T06:31:47.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:47.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:47 smithi094 ceph-mon[112176]: 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-08T06:31:48.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:48.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:49.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:49.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:49 smithi094 ceph-mon[112176]: 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-08T06:31:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:49 smithi003 ceph-mon[96088]: 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-08T06:31:50.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:50.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:51.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:51.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:51 smithi094 ceph-mon[112176]: 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-08T06:31:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:51 smithi003 ceph-mon[96088]: 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-08T06:31:52.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:52.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:53.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:53.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:53 smithi094 ceph-mon[112176]: 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-08T06:31:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:53 smithi003 ceph-mon[96088]: 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-08T06:31:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:54.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:54.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:55 smithi094 ceph-mon[112176]: 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-08T06:31:55.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:55.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:55 smithi003 ceph-mon[96088]: 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-08T06:31:56.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:56.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:57.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:57.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:57 smithi094 ceph-mon[112176]: 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-08T06:31:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:31:57.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:31:57.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:31:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:57 smithi003 ceph-mon[96088]: 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-08T06:31:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:31:57.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:31:57.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:31:58.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:58.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:31:58.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:31:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:31:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:31:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:31:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:31:58.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:31:59.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:31:59.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:31:59 smithi003 ceph-mon[96088]: 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-08T06:31:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:31:59 smithi094 ceph-mon[112176]: 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-08T06:32:00.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:00.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:01.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:01.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:01 smithi003 ceph-mon[96088]: 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-08T06:32:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:01 smithi094 ceph-mon[112176]: 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-08T06:32:02.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:02.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:03.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:03.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:03 smithi003 ceph-mon[96088]: 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-08T06:32:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:03 smithi094 ceph-mon[112176]: 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-08T06:32:04.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:04.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:05.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:05.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:05 smithi003 ceph-mon[96088]: 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-08T06:32:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:05 smithi094 ceph-mon[112176]: 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-08T06:32:06.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:06.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:07.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:07.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:07 smithi003 ceph-mon[96088]: 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-08T06:32:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:07 smithi094 ceph-mon[112176]: 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-08T06:32:08.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:08.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:09.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:09.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:09 smithi094 ceph-mon[112176]: 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-08T06:32:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:09 smithi003 ceph-mon[96088]: 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-08T06:32:10.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:10.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:11.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:11.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:11 smithi094 ceph-mon[112176]: 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-08T06:32:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:11 smithi003 ceph-mon[96088]: 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-08T06:32:12.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:12.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:13.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:13.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:13 smithi094 ceph-mon[112176]: 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-08T06:32:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:13 smithi003 ceph-mon[96088]: 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-08T06:32:14.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:14.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:15.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:15.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:15 smithi094 ceph-mon[112176]: 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-08T06:32:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:15 smithi003 ceph-mon[96088]: 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-08T06:32:16.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:16.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:17.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:17.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:17 smithi003 ceph-mon[96088]: 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-08T06:32:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:17 smithi094 ceph-mon[112176]: 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-08T06:32:18.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:18.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:19.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:19.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:19 smithi094 ceph-mon[112176]: 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-08T06:32:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:19 smithi003 ceph-mon[96088]: 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-08T06:32:20.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:20.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:21.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:21.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:21 smithi094 ceph-mon[112176]: 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-08T06:32:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:21 smithi003 ceph-mon[96088]: 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-08T06:32:22.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:22.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:23.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:23.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:23 smithi094 ceph-mon[112176]: 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-08T06:32:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:23 smithi003 ceph-mon[96088]: 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-08T06:32:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:24.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:24.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:25.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:25.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:25 smithi094 ceph-mon[112176]: 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-08T06:32:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:25 smithi003 ceph-mon[96088]: 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-08T06:32:26.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:26.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:27.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:27.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:27 smithi003 ceph-mon[96088]: 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-08T06:32:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:27 smithi094 ceph-mon[112176]: 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-08T06:32:28.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:28.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:29.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:29.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:29 smithi094 ceph-mon[112176]: 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-08T06:32:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:29 smithi003 ceph-mon[96088]: 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-08T06:32:30.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:30.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:31.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:31.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:31.799 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:31 smithi003 ceph-mon[96088]: 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-08T06:32:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:31 smithi094 ceph-mon[112176]: 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-08T06:32:32.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:32.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:33.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:33.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:33 smithi094 ceph-mon[112176]: 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-08T06:32:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:33 smithi003 ceph-mon[96088]: 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-08T06:32:34.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:34.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:35.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:35.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:35 smithi094 ceph-mon[112176]: 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-08T06:32:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:35 smithi003 ceph-mon[96088]: 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-08T06:32:36.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:36.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:37.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:37.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:37 smithi003 ceph-mon[96088]: 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-08T06:32:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:37 smithi094 ceph-mon[112176]: 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-08T06:32:38.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:38.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:39.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:39.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:39 smithi094 ceph-mon[112176]: 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-08T06:32:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:39 smithi003 ceph-mon[96088]: 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-08T06:32:40.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:40.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:41.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:41.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:41.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:41 smithi003 ceph-mon[96088]: 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-08T06:32:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:41 smithi094 ceph-mon[112176]: 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-08T06:32:42.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:42.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:43.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:43.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:43 smithi094 ceph-mon[112176]: 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-08T06:32:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:43 smithi003 ceph-mon[96088]: 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-08T06:32:44.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:44.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:45.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:45.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:45 smithi094 ceph-mon[112176]: 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-08T06:32:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:45 smithi003 ceph-mon[96088]: 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-08T06:32:46.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:46.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:47.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:47.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:47 smithi003 ceph-mon[96088]: 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-08T06:32:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:47 smithi094 ceph-mon[112176]: 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-08T06:32:48.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:48.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:49.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:49.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:49 smithi094 ceph-mon[112176]: 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-08T06:32:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:49 smithi003 ceph-mon[96088]: 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-08T06:32:50.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:50.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:51.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:51.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:51 smithi094 ceph-mon[112176]: 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-08T06:32:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:51 smithi003 ceph-mon[96088]: 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-08T06:32:52.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:52.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:53.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:53.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:53 smithi094 ceph-mon[112176]: 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-08T06:32:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:53 smithi003 ceph-mon[96088]: 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-08T06:32:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:54.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:54.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:55.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:55.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:55 smithi094 ceph-mon[112176]: 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-08T06:32:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:55 smithi003 ceph-mon[96088]: 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-08T06:32:56.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:56.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:57.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:57.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:57 smithi003 ceph-mon[96088]: 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-08T06:32:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:57 smithi094 ceph-mon[112176]: 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-08T06:32:58.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:58.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:32:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:32:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:32:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:32:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:32:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:32:58.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:32:58.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:32:58.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:32:58.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:32:58.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:32:58.987 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:32:59.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:32:59.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:32:59 smithi094 ceph-mon[112176]: 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-08T06:32:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:32:59 smithi003 ceph-mon[96088]: 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-08T06:33:00.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:00.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:01.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:01.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:01.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:01 smithi094 ceph-mon[112176]: 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-08T06:33:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:01 smithi003 ceph-mon[96088]: 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-08T06:33:02.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:02.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:03.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:03.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:03 smithi094 ceph-mon[112176]: 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-08T06:33:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:03 smithi003 ceph-mon[96088]: 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-08T06:33:04.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:04.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:05.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:05.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:05 smithi094 ceph-mon[112176]: 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-08T06:33:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:05 smithi003 ceph-mon[96088]: 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-08T06:33:06.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:06.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:07.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:07.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:07 smithi003 ceph-mon[96088]: 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-08T06:33:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:07 smithi094 ceph-mon[112176]: 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-08T06:33:08.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:08.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:09.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:09.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:09 smithi094 ceph-mon[112176]: 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-08T06:33:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:09 smithi003 ceph-mon[96088]: 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-08T06:33:10.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:10.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:11.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:11.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:11 smithi094 ceph-mon[112176]: 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-08T06:33:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:11 smithi003 ceph-mon[96088]: 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-08T06:33:12.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:12.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:13.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:13.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:13 smithi094 ceph-mon[112176]: 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-08T06:33:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:13 smithi003 ceph-mon[96088]: 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-08T06:33:14.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:14.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:15.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:15.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:15.869 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:15 smithi094 ceph-mon[112176]: 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-08T06:33:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:15 smithi003 ceph-mon[96088]: 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-08T06:33:16.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:16.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:17.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:17.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:17 smithi094 ceph-mon[112176]: 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-08T06:33:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:17 smithi003 ceph-mon[96088]: 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-08T06:33:18.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:18.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:19.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:19.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:19 smithi094 ceph-mon[112176]: 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-08T06:33:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:19 smithi003 ceph-mon[96088]: 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-08T06:33:20.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:20.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:21.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:21.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:21 smithi094 ceph-mon[112176]: 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-08T06:33:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:21 smithi003 ceph-mon[96088]: 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-08T06:33:22.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:22.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:23.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:23.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:23 smithi094 ceph-mon[112176]: 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-08T06:33:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:23 smithi003 ceph-mon[96088]: 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-08T06:33:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:24.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:24.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:25.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:25.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:25 smithi094 ceph-mon[112176]: 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-08T06:33:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:25 smithi003 ceph-mon[96088]: 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-08T06:33:26.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:26.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:27 smithi003 ceph-mon[96088]: 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-08T06:33:27.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:27.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:27 smithi094 ceph-mon[112176]: 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-08T06:33:28.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:28.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:28 smithi003 ceph-mon[96088]: 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-08T06:33:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:28 smithi094 ceph-mon[112176]: 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-08T06:33:29.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:29.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:30.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:30.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:30 smithi094 ceph-mon[112176]: 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-08T06:33:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:30 smithi003 ceph-mon[96088]: 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-08T06:33:31.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:31.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:32.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:32.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:33 smithi003 ceph-mon[96088]: 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-08T06:33:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:33 smithi094 ceph-mon[112176]: 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-08T06:33:33.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:33.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:34.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:34.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:35 smithi003 ceph-mon[96088]: 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-08T06:33:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:35 smithi094 ceph-mon[112176]: 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-08T06:33:35.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:35.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:36.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:36.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:37 smithi003 ceph-mon[96088]: 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-08T06:33:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:37 smithi094 ceph-mon[112176]: 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-08T06:33:37.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:37.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:38.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:38.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:39 smithi003 ceph-mon[96088]: 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-08T06:33:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:39 smithi094 ceph-mon[112176]: 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-08T06:33:39.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:39.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:40.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:40.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:41 smithi094 ceph-mon[112176]: 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-08T06:33:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:41 smithi003 ceph-mon[96088]: 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-08T06:33:41.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:41.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:42.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:42.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:43 smithi003 ceph-mon[96088]: 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-08T06:33:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:43 smithi094 ceph-mon[112176]: 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-08T06:33:43.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:43.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:44.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:44.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:45 smithi003 ceph-mon[96088]: 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-08T06:33:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:45 smithi094 ceph-mon[112176]: 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-08T06:33:45.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:45.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:46.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:46.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:47 smithi003 ceph-mon[96088]: 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-08T06:33:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:47 smithi094 ceph-mon[112176]: 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-08T06:33:47.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:47.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:48.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:48.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:49 smithi003 ceph-mon[96088]: 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-08T06:33:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:49 smithi094 ceph-mon[112176]: 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-08T06:33:49.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:49.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:50.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:50.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:51 smithi003 ceph-mon[96088]: 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-08T06:33:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:51 smithi094 ceph-mon[112176]: 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-08T06:33:51.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:51.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:52.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:52.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:53 smithi003 ceph-mon[96088]: 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-08T06:33:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:53 smithi094 ceph-mon[112176]: 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-08T06:33:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:53.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:53.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:54.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:54.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:55 smithi094 ceph-mon[112176]: 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-08T06:33:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:55 smithi003 ceph-mon[96088]: 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-08T06:33:55.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:55.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:56.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:56.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:57 smithi094 ceph-mon[112176]: 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-08T06:33:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:57 smithi003 ceph-mon[96088]: 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-08T06:33:57.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:57.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:58.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:58.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: 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-08T06:33:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:33:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:33:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:33:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:33:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:33:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:33:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:33:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:33:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:33:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: 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-08T06:33:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:33:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:33:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:33:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:33:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:33:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:33:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:33:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:33:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:33:59.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:33:59.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:00.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:00.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:01 smithi094 ceph-mon[112176]: 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-08T06:34:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:01 smithi003 ceph-mon[96088]: 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-08T06:34:01.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:01.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:02.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:02.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:03 smithi094 ceph-mon[112176]: 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-08T06:34:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:03 smithi003 ceph-mon[96088]: 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-08T06:34:03.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:03.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:04.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:04.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:05 smithi094 ceph-mon[112176]: 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-08T06:34:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:05 smithi003 ceph-mon[96088]: 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-08T06:34:05.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:05.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:06.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:06.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:07 smithi094 ceph-mon[112176]: 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-08T06:34:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:07 smithi003 ceph-mon[96088]: 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-08T06:34:07.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:07.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:08.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:08.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:09 smithi094 ceph-mon[112176]: 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-08T06:34:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:09 smithi003 ceph-mon[96088]: 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-08T06:34:09.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:09.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:10.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:10.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:11 smithi094 ceph-mon[112176]: 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-08T06:34:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:11 smithi003 ceph-mon[96088]: 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-08T06:34:11.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:11.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:12.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:12.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:13 smithi094 ceph-mon[112176]: 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-08T06:34:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:13 smithi003 ceph-mon[96088]: 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-08T06:34:13.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:13.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:14.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:14.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:15 smithi094 ceph-mon[112176]: 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-08T06:34:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:15 smithi003 ceph-mon[96088]: 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-08T06:34:15.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:15.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:16.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:16.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:17 smithi094 ceph-mon[112176]: 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-08T06:34:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:17 smithi003 ceph-mon[96088]: 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-08T06:34:17.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:17.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:18.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:18.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:19 smithi094 ceph-mon[112176]: 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-08T06:34:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:19 smithi003 ceph-mon[96088]: 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-08T06:34:19.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:19.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:20.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:20.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:21.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:21 smithi094 ceph-mon[112176]: 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-08T06:34:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:21 smithi003 ceph-mon[96088]: 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-08T06:34:21.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:21.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:22.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:22.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:23 smithi003 ceph-mon[96088]: 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-08T06:34:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:23 smithi094 ceph-mon[112176]: 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-08T06:34:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:23.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:23.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:24.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:24.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:25 smithi094 ceph-mon[112176]: 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-08T06:34:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:25 smithi003 ceph-mon[96088]: 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-08T06:34:25.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:25.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:26.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:26.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:27 smithi094 ceph-mon[112176]: 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-08T06:34:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:27 smithi003 ceph-mon[96088]: 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-08T06:34:27.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:27.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:28.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:28.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:29 smithi094 ceph-mon[112176]: 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-08T06:34:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:29 smithi003 ceph-mon[96088]: 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-08T06:34:29.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:29.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:30.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:30.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:31.661 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:31 smithi094 ceph-mon[112176]: 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-08T06:34:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:31 smithi003 ceph-mon[96088]: 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-08T06:34:31.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:31.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:32.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:32.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:33 smithi003 ceph-mon[96088]: 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-08T06:34:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:33 smithi094 ceph-mon[112176]: 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-08T06:34:33.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:33.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:34.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:34.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:35 smithi094 ceph-mon[112176]: 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-08T06:34:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:35 smithi003 ceph-mon[96088]: 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-08T06:34:35.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:35.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:36.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:36.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:37 smithi094 ceph-mon[112176]: 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-08T06:34:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:37 smithi003 ceph-mon[96088]: 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-08T06:34:37.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:37.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:38.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:38.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:39 smithi094 ceph-mon[112176]: 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-08T06:34:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:39 smithi003 ceph-mon[96088]: 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-08T06:34:39.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:39.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:40.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:40.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:41 smithi094 ceph-mon[112176]: 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-08T06:34:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:41 smithi003 ceph-mon[96088]: 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-08T06:34:41.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:41.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:42.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:42.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:43 smithi094 ceph-mon[112176]: 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-08T06:34:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:43 smithi003 ceph-mon[96088]: 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-08T06:34:43.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:43.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:44.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:44.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:45 smithi094 ceph-mon[112176]: 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-08T06:34:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:45 smithi003 ceph-mon[96088]: 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-08T06:34:45.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:45.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:46.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:46.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:47 smithi094 ceph-mon[112176]: 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-08T06:34:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:47 smithi003 ceph-mon[96088]: 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-08T06:34:47.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:47.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:48.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:48.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:49 smithi094 ceph-mon[112176]: 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-08T06:34:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:49 smithi003 ceph-mon[96088]: 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-08T06:34:49.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:49.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:50.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:50.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:51 smithi094 ceph-mon[112176]: 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-08T06:34:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:51 smithi003 ceph-mon[96088]: 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-08T06:34:51.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:51.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:52.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:52.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:53 smithi094 ceph-mon[112176]: 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-08T06:34:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:53 smithi003 ceph-mon[96088]: 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-08T06:34:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:53.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:53.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:54.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:54.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:55.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:55 smithi094 ceph-mon[112176]: 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-08T06:34:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:55 smithi003 ceph-mon[96088]: 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-08T06:34:55.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:55.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:56.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:56.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:57 smithi094 ceph-mon[112176]: 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-08T06:34:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:57 smithi003 ceph-mon[96088]: 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-08T06:34:57.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:57.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:58.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:58.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:59 smithi094 ceph-mon[112176]: 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-08T06:34:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:34:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:34:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:59 smithi003 ceph-mon[96088]: 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-08T06:34:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:34:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:34:59.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:34:59.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:35:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:35:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:35:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:35:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:35:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:35:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:35:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:35:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:35:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:35:00.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:00.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:01 smithi094 ceph-mon[112176]: 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-08T06:35:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:01 smithi003 ceph-mon[96088]: 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-08T06:35:01.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:01.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:02.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:02.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:03 smithi094 ceph-mon[112176]: 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-08T06:35:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:03 smithi003 ceph-mon[96088]: 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-08T06:35:03.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:03.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:04.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:04.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:05 smithi094 ceph-mon[112176]: 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-08T06:35:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:05 smithi003 ceph-mon[96088]: 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-08T06:35:05.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:05.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:06.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:06.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:07 smithi094 ceph-mon[112176]: 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-08T06:35:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:07 smithi003 ceph-mon[96088]: 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-08T06:35:07.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:07.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:08.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:08.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:09 smithi094 ceph-mon[112176]: 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-08T06:35:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:09 smithi003 ceph-mon[96088]: 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-08T06:35:09.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:09.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:10.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:10.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:11 smithi094 ceph-mon[112176]: 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-08T06:35:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:11 smithi003 ceph-mon[96088]: 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-08T06:35:11.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:11.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:12.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:12.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:13.625 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:13 smithi003 ceph-mon[96088]: 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-08T06:35:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:13 smithi094 ceph-mon[112176]: 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-08T06:35:13.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:13.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:14.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:14.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:15 smithi094 ceph-mon[112176]: 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-08T06:35:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:15 smithi003 ceph-mon[96088]: 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-08T06:35:15.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:15.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:16.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:16.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:17 smithi094 ceph-mon[112176]: 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-08T06:35:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:17 smithi003 ceph-mon[96088]: 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-08T06:35:17.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:17.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:18.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:18.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:19 smithi094 ceph-mon[112176]: 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-08T06:35:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:19 smithi003 ceph-mon[96088]: 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-08T06:35:19.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:19.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:20.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:20.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:21 smithi094 ceph-mon[112176]: 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-08T06:35:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:21 smithi003 ceph-mon[96088]: 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-08T06:35:21.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:21.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:22.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:22.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:23 smithi094 ceph-mon[112176]: 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-08T06:35:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:23 smithi003 ceph-mon[96088]: 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-08T06:35:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:23.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:23.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:24.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:24.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:25 smithi094 ceph-mon[112176]: 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-08T06:35:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:25 smithi003 ceph-mon[96088]: 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-08T06:35:25.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:25.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:26.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:26.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:27 smithi094 ceph-mon[112176]: 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-08T06:35:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:27 smithi003 ceph-mon[96088]: 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-08T06:35:27.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:27.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:28.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:28.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:29 smithi094 ceph-mon[112176]: 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-08T06:35:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:29 smithi003 ceph-mon[96088]: 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-08T06:35:29.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:29.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:30.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:30.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:31 smithi094 ceph-mon[112176]: 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-08T06:35:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:31 smithi003 ceph-mon[96088]: 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-08T06:35:31.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:31.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:32.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:32.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:33 smithi094 ceph-mon[112176]: 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-08T06:35:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:33 smithi003 ceph-mon[96088]: 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-08T06:35:33.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:33.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:34.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:34.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:35 smithi094 ceph-mon[112176]: 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-08T06:35:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:35 smithi003 ceph-mon[96088]: 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-08T06:35:35.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:35.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:36.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:36.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:37 smithi094 ceph-mon[112176]: 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-08T06:35:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:37 smithi003 ceph-mon[96088]: 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-08T06:35:37.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:37.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:38.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:38.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:39 smithi094 ceph-mon[112176]: 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-08T06:35:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:39 smithi003 ceph-mon[96088]: 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-08T06:35:39.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:39.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:40.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:40.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:41 smithi094 ceph-mon[112176]: 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-08T06:35:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:41 smithi003 ceph-mon[96088]: 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-08T06:35:41.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:41.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:42.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:42.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:43 smithi094 ceph-mon[112176]: 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-08T06:35:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:43 smithi003 ceph-mon[96088]: 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-08T06:35:43.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:43.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:44.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:44.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:45 smithi094 ceph-mon[112176]: 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-08T06:35:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:45 smithi003 ceph-mon[96088]: 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-08T06:35:45.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:45.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:46.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:46.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:47 smithi003 ceph-mon[96088]: 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-08T06:35:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:47 smithi094 ceph-mon[112176]: 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-08T06:35:48.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:48.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:49.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:49.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:49 smithi003 ceph-mon[96088]: 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-08T06:35:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:49 smithi094 ceph-mon[112176]: 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-08T06:35:50.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:50.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:51.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:51.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:51 smithi003 ceph-mon[96088]: 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-08T06:35:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:51 smithi094 ceph-mon[112176]: 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-08T06:35:52.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:52.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:53.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:53.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:53 smithi003 ceph-mon[96088]: 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-08T06:35:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:53 smithi094 ceph-mon[112176]: 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-08T06:35:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:54.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:54.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:55.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:55.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:55 smithi003 ceph-mon[96088]: 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-08T06:35:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:55 smithi094 ceph-mon[112176]: 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-08T06:35:56.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:56.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:57.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:57.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:57 smithi003 ceph-mon[96088]: 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-08T06:35:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:57 smithi094 ceph-mon[112176]: 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-08T06:35:58.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:58.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:59.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:35:59.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:35:59 smithi003 ceph-mon[96088]: 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-08T06:35:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:35:59 smithi094 ceph-mon[112176]: 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-08T06:36:00.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:00.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:36:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:36:01.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:01.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:01.868 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:01 smithi094 ceph-mon[112176]: 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-08T06:36:01.868 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:01.868 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:01.869 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:01.869 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:01 smithi003 ceph-mon[96088]: 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-08T06:36:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:01.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:01.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:01.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:02.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:02.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:03.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:03.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:03.920 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:03 smithi094 ceph-mon[112176]: 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-08T06:36:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:03 smithi003 ceph-mon[96088]: 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-08T06:36:04.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:04.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:05.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:05.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: 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-08T06:36:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:36:05.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:36:05.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:36:05.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: 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-08T06:36:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:36:05.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:36:05.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:05.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:36:05.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:36:06.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:06.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:07.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:07.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:07 smithi094 ceph-mon[112176]: 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-08T06:36:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:07 smithi003 ceph-mon[96088]: 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-08T06:36:08.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:08.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:09.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:09.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:09 smithi094 ceph-mon[112176]: 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-08T06:36:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:09 smithi003 ceph-mon[96088]: 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-08T06:36:10.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:10.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:11.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:11.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:11 smithi094 ceph-mon[112176]: 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-08T06:36:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:11 smithi003 ceph-mon[96088]: 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-08T06:36:12.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:12.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:13.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:13.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:13 smithi094 ceph-mon[112176]: 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-08T06:36:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:13 smithi003 ceph-mon[96088]: 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-08T06:36:14.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:14.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:15.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:15.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:15 smithi094 ceph-mon[112176]: 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-08T06:36:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:15 smithi003 ceph-mon[96088]: 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-08T06:36:16.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:16.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:17.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:17.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:17 smithi094 ceph-mon[112176]: 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-08T06:36:17.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:17 smithi003 ceph-mon[96088]: 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-08T06:36:18.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:18.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:19.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:19.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:19 smithi094 ceph-mon[112176]: 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-08T06:36:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:19 smithi003 ceph-mon[96088]: 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-08T06:36:20.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:20.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:21.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:21.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:21 smithi003 ceph-mon[96088]: 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-08T06:36:22.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:22.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:21 smithi094 ceph-mon[112176]: 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-08T06:36:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:22 smithi003 ceph-mon[96088]: 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-08T06:36:23.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:23.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:22 smithi094 ceph-mon[112176]: 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-08T06:36:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:24.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:24.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:24 smithi003 ceph-mon[96088]: 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-08T06:36:25.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:25.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:24 smithi094 ceph-mon[112176]: 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-08T06:36:26.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:26.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:27.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:27.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:27 smithi094 ceph-mon[112176]: 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-08T06:36:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:27 smithi003 ceph-mon[96088]: 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-08T06:36:28.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:28.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:29.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:29.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:29 smithi094 ceph-mon[112176]: 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-08T06:36:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:29 smithi003 ceph-mon[96088]: 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-08T06:36:30.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:30.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:31.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:31.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:31 smithi094 ceph-mon[112176]: 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-08T06:36:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:31 smithi003 ceph-mon[96088]: 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-08T06:36:32.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:32.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:33.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:33.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:33 smithi094 ceph-mon[112176]: 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-08T06:36:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:33 smithi003 ceph-mon[96088]: 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-08T06:36:34.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:34.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:35.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:35.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:35 smithi094 ceph-mon[112176]: 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-08T06:36:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:35 smithi003 ceph-mon[96088]: 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-08T06:36:36.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:36.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:37.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:37.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:37 smithi094 ceph-mon[112176]: 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-08T06:36:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:37 smithi003 ceph-mon[96088]: 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-08T06:36:38.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:38.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:39.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:39.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:39.601 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:39 smithi003 ceph-mon[96088]: 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-08T06:36:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:39 smithi094 ceph-mon[112176]: 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-08T06:36:40.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:40.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:41.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:41.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:41.568 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:41 smithi003 ceph-mon[96088]: 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-08T06:36:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:41 smithi094 ceph-mon[112176]: 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-08T06:36:42.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:42.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:43.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:43.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:43 smithi094 ceph-mon[112176]: 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-08T06:36:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:43 smithi003 ceph-mon[96088]: 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-08T06:36:44.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:44.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:45.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:45.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:45 smithi094 ceph-mon[112176]: 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-08T06:36:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:45 smithi003 ceph-mon[96088]: 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-08T06:36:46.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:46.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:47.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:47.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:47 smithi094 ceph-mon[112176]: 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-08T06:36:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:47 smithi003 ceph-mon[96088]: 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-08T06:36:48.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:48.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:49.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:49.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:49 smithi094 ceph-mon[112176]: 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-08T06:36:49.715 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:49 smithi003 ceph-mon[96088]: 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-08T06:36:50.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:50.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:51.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:51.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:51 smithi094 ceph-mon[112176]: 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-08T06:36:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:51 smithi003 ceph-mon[96088]: 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-08T06:36:52.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:52.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:53.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:53.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:53 smithi094 ceph-mon[112176]: 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-08T06:36:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:53 smithi003 ceph-mon[96088]: 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-08T06:36:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:54.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:54.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:55.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:55.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:55 smithi094 ceph-mon[112176]: 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-08T06:36:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:55 smithi003 ceph-mon[96088]: 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-08T06:36:56.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:56.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:57.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:57.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:57 smithi094 ceph-mon[112176]: 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-08T06:36:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:57 smithi003 ceph-mon[96088]: 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-08T06:36:58.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:58.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:59.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:36:59.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:36:59 smithi094 ceph-mon[112176]: 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-08T06:36:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:36:59 smithi003 ceph-mon[96088]: 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-08T06:37:00.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:00.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:01.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:01.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:01 smithi094 ceph-mon[112176]: 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-08T06:37:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:01 smithi003 ceph-mon[96088]: 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-08T06:37:02.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:02.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:03.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:03.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:03 smithi094 ceph-mon[112176]: 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-08T06:37:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:03 smithi003 ceph-mon[96088]: 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-08T06:37:04.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:04.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:05.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:05.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:05 smithi094 ceph-mon[112176]: 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-08T06:37:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:37:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:05 smithi003 ceph-mon[96088]: 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-08T06:37:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:37:06.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:06.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:37:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:37:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:37:06.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:37:06.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:37:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:37:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:37:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:37:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:37:06.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:37:07.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:07.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:07 smithi094 ceph-mon[112176]: 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-08T06:37:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:07 smithi003 ceph-mon[96088]: 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-08T06:37:08.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:08.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:09.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:09.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:09 smithi094 ceph-mon[112176]: 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-08T06:37:09.945 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:09 smithi003 ceph-mon[96088]: 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-08T06:37:10.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:10.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:11.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:11.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:11 smithi094 ceph-mon[112176]: 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-08T06:37:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:11 smithi003 ceph-mon[96088]: 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-08T06:37:12.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:12.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:13.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:13.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:13 smithi094 ceph-mon[112176]: 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-08T06:37:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:13 smithi003 ceph-mon[96088]: 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-08T06:37:14.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:14.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:15.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:15.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:15 smithi094 ceph-mon[112176]: 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-08T06:37:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:15 smithi003 ceph-mon[96088]: 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-08T06:37:16.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:16.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:17.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:17.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:17 smithi094 ceph-mon[112176]: 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-08T06:37:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:17 smithi003 ceph-mon[96088]: 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-08T06:37:18.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:18.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:19.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:19.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:19.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:19 smithi094 ceph-mon[112176]: 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-08T06:37:20.151 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:19 smithi003 ceph-mon[96088]: 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-08T06:37:20.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:20.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:21.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:21.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:21 smithi094 ceph-mon[112176]: 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-08T06:37:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:21 smithi003 ceph-mon[96088]: 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-08T06:37:22.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:22.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:23.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:23.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:23 smithi094 ceph-mon[112176]: 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-08T06:37:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:23 smithi003 ceph-mon[96088]: 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-08T06:37:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:24.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:24.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:25.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:25.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:25 smithi094 ceph-mon[112176]: 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-08T06:37:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:25 smithi003 ceph-mon[96088]: 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-08T06:37:26.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:26.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:27.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:27.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:27 smithi094 ceph-mon[112176]: 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-08T06:37:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:27 smithi003 ceph-mon[96088]: 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-08T06:37:28.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:28.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:29.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:29.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:29 smithi094 ceph-mon[112176]: 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-08T06:37:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:29 smithi003 ceph-mon[96088]: 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-08T06:37:30.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:30.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:31.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:31.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:31 smithi003 ceph-mon[96088]: 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-08T06:37:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:31 smithi094 ceph-mon[112176]: 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-08T06:37:32.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:32.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:33.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:33.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:33 smithi094 ceph-mon[112176]: 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-08T06:37:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:33 smithi003 ceph-mon[96088]: 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-08T06:37:34.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:34.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:35.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:35.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:35 smithi003 ceph-mon[96088]: 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-08T06:37:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:35 smithi094 ceph-mon[112176]: 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-08T06:37:36.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:36.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:37.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:37.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:37 smithi003 ceph-mon[96088]: 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-08T06:37:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:37 smithi094 ceph-mon[112176]: 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-08T06:37:38.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:38.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:39.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:39 smithi003 ceph-mon[96088]: 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-08T06:37:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:39 smithi094 ceph-mon[112176]: 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-08T06:37:40.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:40.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:40 smithi003 ceph-mon[96088]: 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-08T06:37:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:40 smithi094 ceph-mon[112176]: 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-08T06:37:41.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:41.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:42.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:42.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:43.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:43.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:43.662 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:43 smithi094 ceph-mon[112176]: 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-08T06:37:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:43 smithi003 ceph-mon[96088]: 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-08T06:37:44.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:44.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:45.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:45.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:45 smithi094 ceph-mon[112176]: 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-08T06:37:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:45 smithi003 ceph-mon[96088]: 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-08T06:37:46.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:46.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:47.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:47.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:47 smithi094 ceph-mon[112176]: 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-08T06:37:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:47 smithi003 ceph-mon[96088]: 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-08T06:37:48.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:48.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:49.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:49.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:49 smithi094 ceph-mon[112176]: 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-08T06:37:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:49 smithi003 ceph-mon[96088]: 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-08T06:37:50.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:50.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:51.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:51.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:51 smithi094 ceph-mon[112176]: 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-08T06:37:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:51 smithi003 ceph-mon[96088]: 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-08T06:37:52.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:52.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:53.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:53.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:53 smithi094 ceph-mon[112176]: 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-08T06:37:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:53 smithi003 ceph-mon[96088]: 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-08T06:37:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:54.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:54.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:55.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:55.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:55 smithi094 ceph-mon[112176]: 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-08T06:37:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:55 smithi003 ceph-mon[96088]: 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-08T06:37:56.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:56.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:57.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:57.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:57 smithi094 ceph-mon[112176]: 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-08T06:37:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:57 smithi003 ceph-mon[96088]: 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-08T06:37:58.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:58.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:59.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:37:59.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:37:59 smithi094 ceph-mon[112176]: 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-08T06:37:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:37:59 smithi003 ceph-mon[96088]: 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-08T06:38:00.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:00.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:01.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:01.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:01 smithi094 ceph-mon[112176]: 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-08T06:38:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:01 smithi003 ceph-mon[96088]: 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-08T06:38:02.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:02.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:03 smithi094 ceph-mon[112176]: 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-08T06:38:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:03 smithi003 ceph-mon[96088]: 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-08T06:38:04.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:04.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:05.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:05.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:05.574 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:05 smithi003 ceph-mon[96088]: 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-08T06:38:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:05 smithi094 ceph-mon[112176]: 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-08T06:38:06.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:06.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:38:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:38:07.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:07.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:07 smithi094 ceph-mon[112176]: 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-08T06:38:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:38:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:38:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:38:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:38:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:38:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:07 smithi003 ceph-mon[96088]: 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-08T06:38:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:38:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:38:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:38:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:38:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:38:08.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:08.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:09.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:09.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:09.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:09 smithi094 ceph-mon[112176]: 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-08T06:38:09.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:09 smithi003 ceph-mon[96088]: 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-08T06:38:10.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:10.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:11.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:11.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:11 smithi094 ceph-mon[112176]: 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-08T06:38:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:11 smithi003 ceph-mon[96088]: 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-08T06:38:12.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:12.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:13.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:13.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:13 smithi094 ceph-mon[112176]: 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-08T06:38:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:13 smithi003 ceph-mon[96088]: 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-08T06:38:14.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:14.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:15.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:15.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:15 smithi094 ceph-mon[112176]: 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-08T06:38:15.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:15 smithi003 ceph-mon[96088]: 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-08T06:38:16.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:16.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:17.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:17.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:17 smithi094 ceph-mon[112176]: 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-08T06:38:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:17 smithi003 ceph-mon[96088]: 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-08T06:38:18.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:19.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:19.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:19 smithi094 ceph-mon[112176]: 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-08T06:38:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:19 smithi003 ceph-mon[96088]: 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-08T06:38:20.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:20.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:21.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:21.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:21 smithi094 ceph-mon[112176]: 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-08T06:38:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:21 smithi003 ceph-mon[96088]: 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-08T06:38:22.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:22.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:23 smithi094 ceph-mon[112176]: 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-08T06:38:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:23 smithi003 ceph-mon[96088]: 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-08T06:38:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:24.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:25.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:25.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:25 smithi094 ceph-mon[112176]: 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-08T06:38:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:25 smithi003 ceph-mon[96088]: 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-08T06:38:26.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:26.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:27.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:27.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:27 smithi094 ceph-mon[112176]: 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-08T06:38:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:27 smithi003 ceph-mon[96088]: 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-08T06:38:28.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:28.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:29.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:29.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:29 smithi094 ceph-mon[112176]: 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-08T06:38:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:29 smithi003 ceph-mon[96088]: 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-08T06:38:30.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:30.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:31.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:31.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:31 smithi094 ceph-mon[112176]: 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-08T06:38:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:31 smithi003 ceph-mon[96088]: 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-08T06:38:32.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:32.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:33.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:33.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:33 smithi094 ceph-mon[112176]: 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-08T06:38:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:33 smithi003 ceph-mon[96088]: 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-08T06:38:34.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:34.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:35.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:35.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:35 smithi094 ceph-mon[112176]: 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-08T06:38:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:35 smithi003 ceph-mon[96088]: 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-08T06:38:36.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:36.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:37.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:37.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:37 smithi094 ceph-mon[112176]: 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-08T06:38:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:37 smithi003 ceph-mon[96088]: 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-08T06:38:38.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:38.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:39.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:39.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:39 smithi094 ceph-mon[112176]: 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-08T06:38:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:39 smithi003 ceph-mon[96088]: 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-08T06:38:40.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:40.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:41.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:41.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:41 smithi094 ceph-mon[112176]: 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-08T06:38:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:41 smithi003 ceph-mon[96088]: 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-08T06:38:42.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:42.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:43.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:43.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:43 smithi094 ceph-mon[112176]: 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-08T06:38:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:43 smithi003 ceph-mon[96088]: 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-08T06:38:44.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:44.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:45.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:45.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:45 smithi094 ceph-mon[112176]: 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-08T06:38:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:45 smithi003 ceph-mon[96088]: 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-08T06:38:46.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:46.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:47.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:47.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:47 smithi094 ceph-mon[112176]: 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-08T06:38:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:47 smithi003 ceph-mon[96088]: 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-08T06:38:48.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:48.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:49.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:49.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:49 smithi094 ceph-mon[112176]: 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-08T06:38:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:49 smithi003 ceph-mon[96088]: 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-08T06:38:50.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:50.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:51.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:51.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:51 smithi094 ceph-mon[112176]: 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-08T06:38:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:51 smithi003 ceph-mon[96088]: 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-08T06:38:52.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:52.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:53.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:53.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:53 smithi094 ceph-mon[112176]: 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-08T06:38:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:53 smithi003 ceph-mon[96088]: 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-08T06:38:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:54.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:54.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:55.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:55.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:55 smithi094 ceph-mon[112176]: 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-08T06:38:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:55 smithi003 ceph-mon[96088]: 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-08T06:38:56.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:56.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:57.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:57.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:57 smithi094 ceph-mon[112176]: 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-08T06:38:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:57 smithi003 ceph-mon[96088]: 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-08T06:38:58.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:58.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:59.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:38:59.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:38:59 smithi094 ceph-mon[112176]: 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-08T06:38:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:38:59 smithi003 ceph-mon[96088]: 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-08T06:39:00.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:00.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:01.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:01.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:01 smithi003 ceph-mon[96088]: 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-08T06:39:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:01 smithi094 ceph-mon[112176]: 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-08T06:39:02.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:02.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:03.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:03.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:03 smithi094 ceph-mon[112176]: 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-08T06:39:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:03 smithi003 ceph-mon[96088]: 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-08T06:39:04.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:04.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:05.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:05.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:05 smithi094 ceph-mon[112176]: 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-08T06:39:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:05 smithi003 ceph-mon[96088]: 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-08T06:39:06.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:06.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:07.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:07.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:07 smithi094 ceph-mon[112176]: 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-08T06:39:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:39:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:07 smithi003 ceph-mon[96088]: 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-08T06:39:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:39:08.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:08.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:09.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:09.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:09 smithi094 ceph-mon[112176]: 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-08T06:39:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:09 smithi003 ceph-mon[96088]: 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-08T06:39:10.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:10.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:39:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:39:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:39:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:39:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:39:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:39:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:39:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:39:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:39:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:39:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:39:10.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:39:10.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:39:10.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:39:11.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:11.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:11 smithi003 ceph-mon[96088]: 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-08T06:39:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:11 smithi094 ceph-mon[112176]: 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-08T06:39:12.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:12.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:13.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:13.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:13 smithi003 ceph-mon[96088]: 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-08T06:39:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:13 smithi094 ceph-mon[112176]: 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-08T06:39:14.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:14.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:15.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:15.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:15 smithi003 ceph-mon[96088]: 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-08T06:39:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:15 smithi094 ceph-mon[112176]: 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-08T06:39:16.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:16.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:17.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:17.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:17 smithi003 ceph-mon[96088]: 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-08T06:39:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:17 smithi094 ceph-mon[112176]: 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-08T06:39:18.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:18.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:19.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:19.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:19 smithi003 ceph-mon[96088]: 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-08T06:39:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:19 smithi094 ceph-mon[112176]: 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-08T06:39:20.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:20.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:21.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:21.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:21 smithi003 ceph-mon[96088]: 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-08T06:39:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:21 smithi094 ceph-mon[112176]: 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-08T06:39:22.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:22.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:23.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:23.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:23 smithi003 ceph-mon[96088]: 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-08T06:39:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:23 smithi094 ceph-mon[112176]: 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-08T06:39:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:24.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:24.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:25.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:25.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:25 smithi003 ceph-mon[96088]: 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-08T06:39:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:25 smithi094 ceph-mon[112176]: 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-08T06:39:26.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:26.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:27.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:27.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:27 smithi003 ceph-mon[96088]: 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-08T06:39:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:27 smithi094 ceph-mon[112176]: 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-08T06:39:28.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:28.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:29.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:29.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:29 smithi003 ceph-mon[96088]: 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-08T06:39:29.763 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:29 smithi094 ceph-mon[112176]: 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-08T06:39:30.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:30.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:31.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:31.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:31 smithi003 ceph-mon[96088]: 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-08T06:39:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:31 smithi094 ceph-mon[112176]: 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-08T06:39:32.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:32.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:33.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:33.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:33 smithi003 ceph-mon[96088]: 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-08T06:39:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:33 smithi094 ceph-mon[112176]: 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-08T06:39:34.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:34.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:35.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:35.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:35 smithi003 ceph-mon[96088]: 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-08T06:39:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:35 smithi094 ceph-mon[112176]: 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-08T06:39:36.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:36.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:37.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:37.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:37 smithi003 ceph-mon[96088]: 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-08T06:39:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:37 smithi094 ceph-mon[112176]: 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-08T06:39:38.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:38.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:39.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:39.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:39.869 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:39 smithi094 ceph-mon[112176]: 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-08T06:39:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:39 smithi003 ceph-mon[96088]: 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-08T06:39:40.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:40.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:41.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:41.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:41 smithi094 ceph-mon[112176]: 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-08T06:39:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:41 smithi003 ceph-mon[96088]: 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-08T06:39:42.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:42.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:43.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:43.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:43 smithi094 ceph-mon[112176]: 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-08T06:39:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:43 smithi003 ceph-mon[96088]: 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-08T06:39:44.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:44.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:45.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:45.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:45 smithi094 ceph-mon[112176]: 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-08T06:39:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:45 smithi003 ceph-mon[96088]: 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-08T06:39:46.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:46.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:47.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:47.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:47 smithi003 ceph-mon[96088]: 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-08T06:39:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:47 smithi094 ceph-mon[112176]: 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-08T06:39:48.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:48.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:49.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:49.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:49.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:49 smithi094 ceph-mon[112176]: 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-08T06:39:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:49 smithi003 ceph-mon[96088]: 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-08T06:39:50.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:50.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:51.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:51.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:51.778 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:51 smithi003 ceph-mon[96088]: 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-08T06:39:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:51 smithi094 ceph-mon[112176]: 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-08T06:39:52.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:52.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:53.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:53.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:53 smithi094 ceph-mon[112176]: 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-08T06:39:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:53 smithi003 ceph-mon[96088]: 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-08T06:39:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:54.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:54.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:55.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:55.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:55 smithi094 ceph-mon[112176]: 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-08T06:39:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:55 smithi003 ceph-mon[96088]: 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-08T06:39:56.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:56.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:57.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:57.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:57 smithi003 ceph-mon[96088]: 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-08T06:39:57.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:57 smithi094 ceph-mon[112176]: 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-08T06:39:58.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:58.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:59.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:39:59.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:39:59 smithi094 ceph-mon[112176]: 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-08T06:39:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:39:59 smithi003 ceph-mon[96088]: 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-08T06:40:00.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:00.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T06:40:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T06:40:01.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:01.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:01.892 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:01 smithi003 ceph-mon[96088]: 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-08T06:40:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:01 smithi094 ceph-mon[112176]: 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-08T06:40:02.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:02.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:03.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:03.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:03 smithi094 ceph-mon[112176]: 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-08T06:40:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:03 smithi003 ceph-mon[96088]: 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-08T06:40:04.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:04.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:05.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:05.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:05 smithi094 ceph-mon[112176]: 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-08T06:40:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:05 smithi003 ceph-mon[96088]: 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-08T06:40:06.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:06.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:07.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:07.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:07 smithi003 ceph-mon[96088]: 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-08T06:40:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:07 smithi094 ceph-mon[112176]: 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-08T06:40:08.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:08.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:09.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:09.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:09 smithi094 ceph-mon[112176]: 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-08T06:40:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:09 smithi003 ceph-mon[96088]: 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-08T06:40:10.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:10.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:40:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:40:11.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:11.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:11 smithi094 ceph-mon[112176]: 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-08T06:40:11.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:40:11.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:40:11.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:40:11.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:40:11.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:40:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:11 smithi003 ceph-mon[96088]: 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-08T06:40:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:40:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:40:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:40:11.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:40:11.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:40:12.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:12.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:13.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:13.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:13 smithi094 ceph-mon[112176]: 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-08T06:40:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:13 smithi003 ceph-mon[96088]: 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-08T06:40:14.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:14.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:15.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:15.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:15 smithi094 ceph-mon[112176]: 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-08T06:40:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:15 smithi003 ceph-mon[96088]: 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-08T06:40:16.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:16.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:17.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:17.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:17 smithi003 ceph-mon[96088]: 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-08T06:40:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:17 smithi094 ceph-mon[112176]: 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-08T06:40:18.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:18.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:19.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:19.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:19 smithi094 ceph-mon[112176]: 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-08T06:40:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:19 smithi003 ceph-mon[96088]: 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-08T06:40:20.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:20.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:21.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:21.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:21 smithi094 ceph-mon[112176]: 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-08T06:40:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:21 smithi003 ceph-mon[96088]: 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-08T06:40:22.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:22.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:23.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:23.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:23 smithi094 ceph-mon[112176]: 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-08T06:40:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:23 smithi003 ceph-mon[96088]: 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-08T06:40:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:24.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:24.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:25.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:25.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:25 smithi094 ceph-mon[112176]: 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-08T06:40:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:25 smithi003 ceph-mon[96088]: 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-08T06:40:26.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:26.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:27.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:27.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:27 smithi003 ceph-mon[96088]: 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-08T06:40:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:27 smithi094 ceph-mon[112176]: 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-08T06:40:28.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:28.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:29.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:29.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:29 smithi094 ceph-mon[112176]: 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-08T06:40:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:29 smithi003 ceph-mon[96088]: 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-08T06:40:30.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:30.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:31.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:31.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:31 smithi094 ceph-mon[112176]: 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-08T06:40:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:31 smithi003 ceph-mon[96088]: 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-08T06:40:32.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:32.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:33.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:33.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:33 smithi094 ceph-mon[112176]: 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-08T06:40:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:33 smithi003 ceph-mon[96088]: 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-08T06:40:34.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:34.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:35.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:35.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:35 smithi094 ceph-mon[112176]: 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-08T06:40:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:35 smithi003 ceph-mon[96088]: 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-08T06:40:36.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:36.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:37.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:37.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:37 smithi003 ceph-mon[96088]: 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-08T06:40:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:37 smithi094 ceph-mon[112176]: 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-08T06:40:38.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:38.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:39.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:39.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:39 smithi094 ceph-mon[112176]: 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-08T06:40:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:39 smithi003 ceph-mon[96088]: 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-08T06:40:40.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:40.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:41.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:41.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:41 smithi094 ceph-mon[112176]: 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-08T06:40:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:41 smithi003 ceph-mon[96088]: 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-08T06:40:42.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:42.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:43.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:43.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:43 smithi094 ceph-mon[112176]: 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-08T06:40:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:43 smithi003 ceph-mon[96088]: 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-08T06:40:44.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:44.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:45.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:45.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:45 smithi094 ceph-mon[112176]: 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-08T06:40:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:45 smithi003 ceph-mon[96088]: 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-08T06:40:46.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:46.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:47.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:47.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:47.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:47 smithi003 ceph-mon[96088]: 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-08T06:40:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:47 smithi094 ceph-mon[112176]: 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-08T06:40:48.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:48.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:49.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:49.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:49 smithi094 ceph-mon[112176]: 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-08T06:40:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:49 smithi003 ceph-mon[96088]: 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-08T06:40:50.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:50.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:51.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:51.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:51 smithi094 ceph-mon[112176]: 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-08T06:40:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:51 smithi003 ceph-mon[96088]: 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-08T06:40:52.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:52.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:53.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:53.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:53 smithi094 ceph-mon[112176]: 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-08T06:40:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:53 smithi003 ceph-mon[96088]: 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-08T06:40:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:54.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:54.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:55.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:55.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:55 smithi094 ceph-mon[112176]: 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-08T06:40:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:55 smithi003 ceph-mon[96088]: 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-08T06:40:56.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:56.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:57.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:57.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:57 smithi003 ceph-mon[96088]: 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-08T06:40:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:57 smithi094 ceph-mon[112176]: 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-08T06:40:58.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:58.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:59.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:40:59.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:40:59 smithi094 ceph-mon[112176]: 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-08T06:40:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:40:59 smithi003 ceph-mon[96088]: 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-08T06:41:00.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:00.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:01.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:01.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:01 smithi094 ceph-mon[112176]: 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-08T06:41:01.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:01 smithi003 ceph-mon[96088]: 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-08T06:41:02.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:02.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:03.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:03.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:03 smithi094 ceph-mon[112176]: 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-08T06:41:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:03 smithi003 ceph-mon[96088]: 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-08T06:41:04.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:04.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:05.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:05.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:05 smithi094 ceph-mon[112176]: 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-08T06:41:05.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:05 smithi003 ceph-mon[96088]: 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-08T06:41:06.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:06.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:07.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:07.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:07 smithi094 ceph-mon[112176]: 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-08T06:41:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:07 smithi003 ceph-mon[96088]: 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-08T06:41:08.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:08.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:09.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:09.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:09 smithi094 ceph-mon[112176]: 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-08T06:41:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:09 smithi003 ceph-mon[96088]: 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-08T06:41:10.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:10.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:11.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:11.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:11 smithi003 ceph-mon[96088]: 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-08T06:41:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:41:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:11 smithi094 ceph-mon[112176]: 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-08T06:41:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:41:12.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:12.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:13.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:13.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:13 smithi003 ceph-mon[96088]: 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-08T06:41:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:13 smithi094 ceph-mon[112176]: 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-08T06:41:14.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:14.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:15.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:15.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:15 smithi003 ceph-mon[96088]: 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-08T06:41:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:41:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:41:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:15 smithi094 ceph-mon[112176]: 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-08T06:41:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:41:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:41:16.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:16.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:41:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:41:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:41:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:41:16.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:41:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:41:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:41:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:41:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:41:17.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:41:17.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:17.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:17 smithi003 ceph-mon[96088]: 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-08T06:41:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:17 smithi094 ceph-mon[112176]: 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-08T06:41:18.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:18.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:19.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:19.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:19 smithi003 ceph-mon[96088]: 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-08T06:41:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:19 smithi094 ceph-mon[112176]: 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-08T06:41:20.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:20.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:21.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:21.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:21.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:21 smithi003 ceph-mon[96088]: 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-08T06:41:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:21 smithi094 ceph-mon[112176]: 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-08T06:41:22.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:22.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:23.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:23.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:23 smithi003 ceph-mon[96088]: 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-08T06:41:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:23 smithi094 ceph-mon[112176]: 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-08T06:41:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:24.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:24.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:25.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:25.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:25.975 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:25 smithi094 ceph-mon[112176]: 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-08T06:41:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:25 smithi003 ceph-mon[96088]: 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-08T06:41:26.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:26.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:27.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:27.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:27 smithi003 ceph-mon[96088]: 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-08T06:41:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:27 smithi094 ceph-mon[112176]: 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-08T06:41:28.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:28.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:29.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:29.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:29 smithi003 ceph-mon[96088]: 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-08T06:41:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:29 smithi094 ceph-mon[112176]: 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-08T06:41:30.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:30.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:31.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:31.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:31 smithi003 ceph-mon[96088]: 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-08T06:41:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:31 smithi094 ceph-mon[112176]: 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-08T06:41:32.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:32.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:33.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:33.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:33 smithi003 ceph-mon[96088]: 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-08T06:41:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:33 smithi094 ceph-mon[112176]: 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-08T06:41:34.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:34.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:35.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:35.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:35 smithi003 ceph-mon[96088]: 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-08T06:41:36.080 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:35 smithi094 ceph-mon[112176]: 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-08T06:41:36.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:36.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:37.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:37.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:37 smithi003 ceph-mon[96088]: 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-08T06:41:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:37 smithi094 ceph-mon[112176]: 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-08T06:41:38.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:38.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:39.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:39.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:39 smithi003 ceph-mon[96088]: 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-08T06:41:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:39 smithi094 ceph-mon[112176]: 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-08T06:41:40.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:40.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:41.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:41.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:41 smithi003 ceph-mon[96088]: 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-08T06:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:41 smithi094 ceph-mon[112176]: 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-08T06:41:42.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:42.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:43.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:43.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:43 smithi003 ceph-mon[96088]: 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-08T06:41:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:43 smithi094 ceph-mon[112176]: 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-08T06:41:44.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:44.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:44 smithi094 ceph-mon[112176]: 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-08T06:41:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:44 smithi003 ceph-mon[96088]: 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-08T06:41:45.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:45.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:46.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:46.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:47.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:47.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:47 smithi094 ceph-mon[112176]: 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-08T06:41:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:47 smithi003 ceph-mon[96088]: 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-08T06:41:48.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:48.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:49.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:49.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:49 smithi094 ceph-mon[112176]: 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-08T06:41:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:49 smithi003 ceph-mon[96088]: 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-08T06:41:50.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:50.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:51.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:51.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:51 smithi094 ceph-mon[112176]: 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-08T06:41:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:51 smithi003 ceph-mon[96088]: 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-08T06:41:52.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:52.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:53 smithi003 ceph-mon[96088]: 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-08T06:41:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:53.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:53.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:53 smithi094 ceph-mon[112176]: 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-08T06:41:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:54.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:54.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:55.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:55.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:55 smithi094 ceph-mon[112176]: 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-08T06:41:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:55 smithi003 ceph-mon[96088]: 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-08T06:41:56.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:56.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:57.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:57.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:57 smithi094 ceph-mon[112176]: 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-08T06:41:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:57 smithi003 ceph-mon[96088]: 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-08T06:41:58.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:58.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:59.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:41:59.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:41:59 smithi094 ceph-mon[112176]: 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-08T06:41:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:41:59 smithi003 ceph-mon[96088]: 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-08T06:42:00.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:00.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:01.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:01.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:01 smithi094 ceph-mon[112176]: 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-08T06:42:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:01 smithi003 ceph-mon[96088]: 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-08T06:42:02.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:02.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:03.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:03.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:03 smithi094 ceph-mon[112176]: 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-08T06:42:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:03 smithi003 ceph-mon[96088]: 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-08T06:42:04.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:04.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:05.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:05.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:05 smithi094 ceph-mon[112176]: 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-08T06:42:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:05 smithi003 ceph-mon[96088]: 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-08T06:42:06.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:06.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:07.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:07.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:07 smithi094 ceph-mon[112176]: 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-08T06:42:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:07 smithi003 ceph-mon[96088]: 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-08T06:42:08.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:08.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:09.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:09.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:09 smithi094 ceph-mon[112176]: 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-08T06:42:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:09 smithi003 ceph-mon[96088]: 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-08T06:42:10.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:10.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:11.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:11.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:11 smithi094 ceph-mon[112176]: 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-08T06:42:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:11 smithi003 ceph-mon[96088]: 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-08T06:42:12.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:12.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:13.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:13.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:13 smithi094 ceph-mon[112176]: 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-08T06:42:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:13 smithi003 ceph-mon[96088]: 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-08T06:42:14.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:14.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:15 smithi094 ceph-mon[112176]: 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-08T06:42:15.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:15.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:15 smithi003 ceph-mon[96088]: 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-08T06:42:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:42:16.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:16.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:42:17.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:17.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:17 smithi003 ceph-mon[96088]: 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-08T06:42:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:42:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:42:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:42:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:42:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:42:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:42:17.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:42:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:17 smithi094 ceph-mon[112176]: 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-08T06:42:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:42:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:42:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:42:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:42:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:42:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:42:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:42:18.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:18.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:19.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:19.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:19 smithi003 ceph-mon[96088]: 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-08T06:42:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:19 smithi094 ceph-mon[112176]: 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-08T06:42:20.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:20.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:21.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:21.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:21 smithi003 ceph-mon[96088]: 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-08T06:42:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:21 smithi094 ceph-mon[112176]: 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-08T06:42:22.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:22.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:23.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:23.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:23 smithi003 ceph-mon[96088]: 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-08T06:42:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:23 smithi094 ceph-mon[112176]: 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-08T06:42:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:24.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:24.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:25.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:25.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:25 smithi003 ceph-mon[96088]: 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-08T06:42:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:25 smithi094 ceph-mon[112176]: 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-08T06:42:26.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:26.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:27.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:27.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:27 smithi003 ceph-mon[96088]: 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-08T06:42:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:27 smithi094 ceph-mon[112176]: 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-08T06:42:28.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:28.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:29.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:29.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:29 smithi003 ceph-mon[96088]: 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-08T06:42:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:29 smithi094 ceph-mon[112176]: 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-08T06:42:30.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:30.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:31.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:31.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:31 smithi003 ceph-mon[96088]: 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-08T06:42:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:31 smithi094 ceph-mon[112176]: 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-08T06:42:32.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:32.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:33.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:33.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:33 smithi003 ceph-mon[96088]: 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-08T06:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:33 smithi094 ceph-mon[112176]: 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-08T06:42:34.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:34.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:35.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:35.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:35 smithi003 ceph-mon[96088]: 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-08T06:42:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:35 smithi094 ceph-mon[112176]: 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-08T06:42:36.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:36.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:37.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:37.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:37 smithi003 ceph-mon[96088]: 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-08T06:42:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:37 smithi094 ceph-mon[112176]: 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-08T06:42:38.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:38.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:39.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:39.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:39 smithi003 ceph-mon[96088]: 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-08T06:42:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:39 smithi094 ceph-mon[112176]: 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-08T06:42:40.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:40.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:41.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:41.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:41 smithi003 ceph-mon[96088]: 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-08T06:42:41.759 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:41 smithi094 ceph-mon[112176]: 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-08T06:42:42.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:42.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:43.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:43.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:43 smithi003 ceph-mon[96088]: 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-08T06:42:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:43 smithi094 ceph-mon[112176]: 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-08T06:42:44.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:44.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:45.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:45.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:45 smithi003 ceph-mon[96088]: 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-08T06:42:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:45 smithi094 ceph-mon[112176]: 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-08T06:42:46.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:46.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:47.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:47.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:47 smithi003 ceph-mon[96088]: 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-08T06:42:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:47 smithi094 ceph-mon[112176]: 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-08T06:42:48.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:48.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:49.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:49.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:49 smithi094 ceph-mon[112176]: 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-08T06:42:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:49 smithi003 ceph-mon[96088]: 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-08T06:42:50.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:50.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:51.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:51.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:51.864 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:51 smithi094 ceph-mon[112176]: 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-08T06:42:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:51 smithi003 ceph-mon[96088]: 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-08T06:42:52.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:52.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:53.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:53.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:53.855 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:53 smithi003 ceph-mon[96088]: 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-08T06:42:53.855 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:53 smithi094 ceph-mon[112176]: 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-08T06:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:54.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:54.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:55.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:55.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:55 smithi094 ceph-mon[112176]: 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-08T06:42:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:55 smithi003 ceph-mon[96088]: 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-08T06:42:56.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:56.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:57.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:57.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:57 smithi003 ceph-mon[96088]: 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-08T06:42:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:57 smithi094 ceph-mon[112176]: 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-08T06:42:58.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:58.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:59.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:42:59.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:42:59 smithi094 ceph-mon[112176]: 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-08T06:42:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:42:59 smithi003 ceph-mon[96088]: 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-08T06:43:00.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:00.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:01.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:01.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:01 smithi094 ceph-mon[112176]: 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-08T06:43:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:01 smithi003 ceph-mon[96088]: 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-08T06:43:02.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:02.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:03.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:03.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:03 smithi094 ceph-mon[112176]: 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-08T06:43:03.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:03 smithi003 ceph-mon[96088]: 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-08T06:43:04.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:04.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:05.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:05.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:05 smithi094 ceph-mon[112176]: 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-08T06:43:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:05 smithi003 ceph-mon[96088]: 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-08T06:43:06.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:06.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:07.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:07.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:07 smithi003 ceph-mon[96088]: 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-08T06:43:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:07 smithi094 ceph-mon[112176]: 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-08T06:43:08.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:08.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:08.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:09.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:09.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:09 smithi094 ceph-mon[112176]: 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-08T06:43:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:09 smithi003 ceph-mon[96088]: 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-08T06:43:10.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:10.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:11.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:11.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:11 smithi094 ceph-mon[112176]: 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-08T06:43:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:11 smithi003 ceph-mon[96088]: 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-08T06:43:12.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:12.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:13.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:13.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:13 smithi094 ceph-mon[112176]: 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-08T06:43:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:13 smithi003 ceph-mon[96088]: 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-08T06:43:14.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:14.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:15.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:15.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:15 smithi094 ceph-mon[112176]: 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-08T06:43:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:15 smithi003 ceph-mon[96088]: 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-08T06:43:16.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:16.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:17.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:17.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:17 smithi003 ceph-mon[96088]: 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-08T06:43:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:43:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:17 smithi094 ceph-mon[112176]: 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-08T06:43:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:43:18.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:18.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:43:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:43:18.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:43:18.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:43:18.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:43:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:43:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:43:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:43:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:43:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:43:19.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:19.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:19 smithi094 ceph-mon[112176]: 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-08T06:43:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:19 smithi003 ceph-mon[96088]: 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-08T06:43:20.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:20.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:21.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:21.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:21 smithi094 ceph-mon[112176]: 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-08T06:43:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:21 smithi003 ceph-mon[96088]: 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-08T06:43:22.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:22.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:23.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:23.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:23 smithi094 ceph-mon[112176]: 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-08T06:43:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:23 smithi003 ceph-mon[96088]: 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-08T06:43:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:24.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:24.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:25.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:25.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:25 smithi094 ceph-mon[112176]: 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-08T06:43:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:25 smithi003 ceph-mon[96088]: 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-08T06:43:26.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:26.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:27.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:27.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:27 smithi094 ceph-mon[112176]: 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-08T06:43:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:27 smithi003 ceph-mon[96088]: 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-08T06:43:28.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:28.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:29.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:29.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:29 smithi094 ceph-mon[112176]: 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-08T06:43:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:29 smithi003 ceph-mon[96088]: 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-08T06:43:30.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:30.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:31.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:31.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:31 smithi094 ceph-mon[112176]: 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-08T06:43:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:31 smithi003 ceph-mon[96088]: 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-08T06:43:32.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:32.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:33.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:33.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:33 smithi094 ceph-mon[112176]: 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-08T06:43:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:33 smithi003 ceph-mon[96088]: 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-08T06:43:34.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:34.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:35.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:35.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:35 smithi094 ceph-mon[112176]: 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-08T06:43:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:35 smithi003 ceph-mon[96088]: 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-08T06:43:36.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:36.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:37.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:37.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:37 smithi094 ceph-mon[112176]: 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-08T06:43:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:37 smithi003 ceph-mon[96088]: 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-08T06:43:38.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:38.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:39.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:39.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:39 smithi094 ceph-mon[112176]: 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-08T06:43:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:39 smithi003 ceph-mon[96088]: 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-08T06:43:40.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:40.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:41.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:41.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:41 smithi094 ceph-mon[112176]: 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-08T06:43:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:41 smithi003 ceph-mon[96088]: 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-08T06:43:42.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:42.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:43.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:43.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:43 smithi094 ceph-mon[112176]: 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-08T06:43:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:43 smithi003 ceph-mon[96088]: 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-08T06:43:44.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:44.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:45.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:45.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:45 smithi094 ceph-mon[112176]: 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-08T06:43:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:45 smithi003 ceph-mon[96088]: 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-08T06:43:46.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:46.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:47.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:47.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:47 smithi094 ceph-mon[112176]: 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-08T06:43:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:47 smithi003 ceph-mon[96088]: 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-08T06:43:48.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:48.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:49.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:49.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:49 smithi094 ceph-mon[112176]: 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-08T06:43:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:49 smithi003 ceph-mon[96088]: 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-08T06:43:50.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:50.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:51.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:51.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:51 smithi094 ceph-mon[112176]: 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-08T06:43:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:51 smithi003 ceph-mon[96088]: 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-08T06:43:52.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:52.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:53.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:53.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:53 smithi094 ceph-mon[112176]: 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-08T06:43:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:53 smithi003 ceph-mon[96088]: 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-08T06:43:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:54.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:54.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:55.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:55.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:55 smithi003 ceph-mon[96088]: 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-08T06:43:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:55 smithi094 ceph-mon[112176]: 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-08T06:43:56.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:56.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:57.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:57.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:57 smithi094 ceph-mon[112176]: 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-08T06:43:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:57 smithi003 ceph-mon[96088]: 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-08T06:43:58.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:58.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:59.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:43:59.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:43:59 smithi003 ceph-mon[96088]: 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-08T06:44:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:43:59 smithi094 ceph-mon[112176]: 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-08T06:44:00.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:00.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:01.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:01.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:01 smithi003 ceph-mon[96088]: 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-08T06:44:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:01 smithi094 ceph-mon[112176]: 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-08T06:44:02.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:02.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:03.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:03.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:03 smithi003 ceph-mon[96088]: 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-08T06:44:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:03 smithi094 ceph-mon[112176]: 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-08T06:44:04.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:04.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:05.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:05.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:05 smithi003 ceph-mon[96088]: 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-08T06:44:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:05 smithi094 ceph-mon[112176]: 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-08T06:44:06.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:06.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:07.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:07.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:07 smithi094 ceph-mon[112176]: 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-08T06:44:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:07 smithi003 ceph-mon[96088]: 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-08T06:44:08.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:08.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:09.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:09.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:09.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:09 smithi003 ceph-mon[96088]: 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-08T06:44:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:09 smithi094 ceph-mon[112176]: 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-08T06:44:10.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:10.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:11.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:11.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:11 smithi003 ceph-mon[96088]: 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-08T06:44:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:11 smithi094 ceph-mon[112176]: 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-08T06:44:12.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:12.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:13.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:13.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:13 smithi003 ceph-mon[96088]: 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-08T06:44:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:13 smithi094 ceph-mon[112176]: 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-08T06:44:14.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:14.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:15.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:15.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:15 smithi003 ceph-mon[96088]: 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-08T06:44:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:15 smithi094 ceph-mon[112176]: 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-08T06:44:16.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:16.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:17.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:17.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:17 smithi003 ceph-mon[96088]: 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-08T06:44:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:17 smithi094 ceph-mon[112176]: 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-08T06:44:18.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:18.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:44:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:44:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:44:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:44:18.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:44:18.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:44:18.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:44:18.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:44:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:44:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:44:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:44:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:44:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:44:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:44:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:44:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:44:19.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:19.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:19 smithi003 ceph-mon[96088]: 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-08T06:44:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:19 smithi094 ceph-mon[112176]: 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-08T06:44:20.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:20.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:21.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:21.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:21 smithi003 ceph-mon[96088]: 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-08T06:44:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:21 smithi094 ceph-mon[112176]: 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-08T06:44:22.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:22.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:23.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:23.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:23 smithi003 ceph-mon[96088]: 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-08T06:44:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:23 smithi094 ceph-mon[112176]: 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-08T06:44:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:24.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:24.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:25.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:25.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:25 smithi003 ceph-mon[96088]: 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-08T06:44:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:25 smithi094 ceph-mon[112176]: 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-08T06:44:26.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:26.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:27.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:27.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:27 smithi003 ceph-mon[96088]: 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-08T06:44:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:27 smithi094 ceph-mon[112176]: 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-08T06:44:28.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:28.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:29.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:29.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:29 smithi003 ceph-mon[96088]: 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-08T06:44:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:29 smithi094 ceph-mon[112176]: 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-08T06:44:30.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:30.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:31.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:31.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:31 smithi003 ceph-mon[96088]: 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-08T06:44:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:31 smithi094 ceph-mon[112176]: 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-08T06:44:32.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:32.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:33.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:33.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:33 smithi003 ceph-mon[96088]: 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-08T06:44:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:33 smithi094 ceph-mon[112176]: 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-08T06:44:34.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:34.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:35.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:35.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:35 smithi094 ceph-mon[112176]: 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-08T06:44:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:35 smithi003 ceph-mon[96088]: 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-08T06:44:36.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:36.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:37.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:37.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:37 smithi094 ceph-mon[112176]: 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-08T06:44:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:37 smithi003 ceph-mon[96088]: 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-08T06:44:38.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:38.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:39.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:39.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:40.059 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:39 smithi003 ceph-mon[96088]: 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-08T06:44:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:39 smithi094 ceph-mon[112176]: 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-08T06:44:40.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:40.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:41.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:41.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:41 smithi094 ceph-mon[112176]: 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-08T06:44:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:41 smithi003 ceph-mon[96088]: 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-08T06:44:42.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:42.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:43.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:43.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:43 smithi094 ceph-mon[112176]: 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-08T06:44:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:43 smithi003 ceph-mon[96088]: 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-08T06:44:44.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:44.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:45.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:45.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:45 smithi094 ceph-mon[112176]: 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-08T06:44:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:45 smithi003 ceph-mon[96088]: 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-08T06:44:46.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:46.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:47.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:47.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:48.075 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:47 smithi094 ceph-mon[112176]: 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-08T06:44:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:47 smithi003 ceph-mon[96088]: 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-08T06:44:48.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:48.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:48 smithi094 ceph-mon[112176]: 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-08T06:44:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:48 smithi003 ceph-mon[96088]: 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-08T06:44:49.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:49.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:50.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:50.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:51 smithi094 ceph-mon[112176]: 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-08T06:44:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:51 smithi003 ceph-mon[96088]: 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-08T06:44:51.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:51.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:52.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:52.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:53 smithi094 ceph-mon[112176]: 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-08T06:44:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:53 smithi003 ceph-mon[96088]: 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-08T06:44:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:53.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:53.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:54.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:54.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:55 smithi003 ceph-mon[96088]: 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-08T06:44:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:55 smithi094 ceph-mon[112176]: 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-08T06:44:55.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:55.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:56.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:56.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:57 smithi094 ceph-mon[112176]: 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-08T06:44:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:57 smithi003 ceph-mon[96088]: 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-08T06:44:57.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:57.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:58.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:58.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:44:59 smithi094 ceph-mon[112176]: 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-08T06:44:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:44:59 smithi003 ceph-mon[96088]: 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-08T06:44:59.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:44:59.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:00.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:00.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:01 smithi094 ceph-mon[112176]: 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-08T06:45:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:01 smithi003 ceph-mon[96088]: 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-08T06:45:01.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:01.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:02.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:02.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:03 smithi094 ceph-mon[112176]: 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-08T06:45:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:03 smithi003 ceph-mon[96088]: 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-08T06:45:03.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:03.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:04.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:04.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:05 smithi094 ceph-mon[112176]: 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-08T06:45:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:05 smithi003 ceph-mon[96088]: 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-08T06:45:05.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:05.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:06.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:06.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:07 smithi094 ceph-mon[112176]: 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-08T06:45:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:07 smithi003 ceph-mon[96088]: 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-08T06:45:07.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:07.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:08.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:08.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:09 smithi094 ceph-mon[112176]: 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-08T06:45:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:09 smithi003 ceph-mon[96088]: 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-08T06:45:09.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:09.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:10.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:10.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:11 smithi094 ceph-mon[112176]: 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-08T06:45:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:11 smithi003 ceph-mon[96088]: 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-08T06:45:11.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:11.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:12.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:12.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:13 smithi094 ceph-mon[112176]: 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-08T06:45:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:13 smithi003 ceph-mon[96088]: 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-08T06:45:13.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:13.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:14.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:14.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:15 smithi094 ceph-mon[112176]: 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-08T06:45:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:15 smithi003 ceph-mon[96088]: 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-08T06:45:15.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:15.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:16.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:16.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:17 smithi094 ceph-mon[112176]: 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-08T06:45:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:17 smithi003 ceph-mon[96088]: 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-08T06:45:17.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:17.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:18.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:18.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:19 smithi094 ceph-mon[112176]: 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-08T06:45:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:45:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:45:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:45:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:45:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:45:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:45:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:19 smithi003 ceph-mon[96088]: 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-08T06:45:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:45:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:45:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:45:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:45:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:45:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:45:19.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:19.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:20.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:20.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:21 smithi094 ceph-mon[112176]: 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-08T06:45:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:21 smithi003 ceph-mon[96088]: 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-08T06:45:21.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:21.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:22.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:22.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:23 smithi094 ceph-mon[112176]: 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-08T06:45:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:23 smithi003 ceph-mon[96088]: 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-08T06:45:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:23.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:23.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:24.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:24.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:25 smithi094 ceph-mon[112176]: 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-08T06:45:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:25 smithi003 ceph-mon[96088]: 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-08T06:45:25.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:25.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:26.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:26.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:27 smithi003 ceph-mon[96088]: 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-08T06:45:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:27 smithi094 ceph-mon[112176]: 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-08T06:45:27.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:27.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:28.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:28.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:29 smithi003 ceph-mon[96088]: 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-08T06:45:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:29 smithi094 ceph-mon[112176]: 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-08T06:45:29.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:29.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:30.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:30.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:31 smithi003 ceph-mon[96088]: 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-08T06:45:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:31 smithi094 ceph-mon[112176]: 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-08T06:45:31.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:31.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:33.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:33.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:33 smithi003 ceph-mon[96088]: 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-08T06:45:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:33 smithi094 ceph-mon[112176]: 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-08T06:45:34.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:34.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:35.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:35.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:35.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:35 smithi003 ceph-mon[96088]: 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-08T06:45:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:35 smithi094 ceph-mon[112176]: 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-08T06:45:36.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:36.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:37.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:37.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:37 smithi003 ceph-mon[96088]: 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-08T06:45:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:37 smithi094 ceph-mon[112176]: 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-08T06:45:38.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:38.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:39.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:39.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:39 smithi003 ceph-mon[96088]: 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-08T06:45:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:39 smithi094 ceph-mon[112176]: 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-08T06:45:40.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:40.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:41.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:41.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:41 smithi003 ceph-mon[96088]: 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-08T06:45:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:41 smithi094 ceph-mon[112176]: 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-08T06:45:42.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:42.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:43.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:43.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:43 smithi003 ceph-mon[96088]: 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-08T06:45:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:43 smithi094 ceph-mon[112176]: 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-08T06:45:44.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:44.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:45.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:45.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:45 smithi003 ceph-mon[96088]: 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-08T06:45:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:45 smithi094 ceph-mon[112176]: 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-08T06:45:46.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:46.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:47.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:47.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:47 smithi003 ceph-mon[96088]: 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-08T06:45:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:47 smithi094 ceph-mon[112176]: 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-08T06:45:48.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:48.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:49.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:49.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:49 smithi003 ceph-mon[96088]: 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-08T06:45:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:49 smithi094 ceph-mon[112176]: 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-08T06:45:50.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:50.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:51.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:51.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:51 smithi003 ceph-mon[96088]: 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-08T06:45:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:51 smithi094 ceph-mon[112176]: 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-08T06:45:52.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:52.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:53.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:53.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:53 smithi003 ceph-mon[96088]: 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-08T06:45:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:53.755 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:53 smithi094 ceph-mon[112176]: 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-08T06:45:53.755 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:54.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:54.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:55.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:55.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:55 smithi003 ceph-mon[96088]: 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-08T06:45:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:55 smithi094 ceph-mon[112176]: 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-08T06:45:56.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:56.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:57.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:57.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:57 smithi003 ceph-mon[96088]: 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-08T06:45:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:57 smithi094 ceph-mon[112176]: 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-08T06:45:58.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:58.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:59.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:45:59.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:45:59 smithi003 ceph-mon[96088]: 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-08T06:45:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:45:59 smithi094 ceph-mon[112176]: 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-08T06:46:00.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:00.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:01.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:01.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:01 smithi003 ceph-mon[96088]: 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-08T06:46:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:01 smithi094 ceph-mon[112176]: 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-08T06:46:02.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:02.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:03.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:03.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:03 smithi003 ceph-mon[96088]: 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-08T06:46:03.860 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:03 smithi094 ceph-mon[112176]: 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-08T06:46:04.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:04.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:05.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:05.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:05 smithi003 ceph-mon[96088]: 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-08T06:46:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:05 smithi094 ceph-mon[112176]: 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-08T06:46:06.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:06.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:07.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:07.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:07 smithi003 ceph-mon[96088]: 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-08T06:46:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:07 smithi094 ceph-mon[112176]: 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-08T06:46:08.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:08.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:08.913 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:09.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:09.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:09 smithi094 ceph-mon[112176]: 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-08T06:46:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:09 smithi003 ceph-mon[96088]: 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-08T06:46:10.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:10.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:11.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:11.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:11 smithi094 ceph-mon[112176]: 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-08T06:46:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:11 smithi003 ceph-mon[96088]: 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-08T06:46:12.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:12.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:13.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:13.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:13 smithi094 ceph-mon[112176]: 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-08T06:46:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:13 smithi003 ceph-mon[96088]: 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-08T06:46:14.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:14.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:15.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:15.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:15 smithi094 ceph-mon[112176]: 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-08T06:46:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:15 smithi003 ceph-mon[96088]: 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-08T06:46:16.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:16.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:17.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:17.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:17 smithi003 ceph-mon[96088]: 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-08T06:46:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:17 smithi094 ceph-mon[112176]: 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-08T06:46:18.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:18.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:19.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:19.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:19 smithi094 ceph-mon[112176]: 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-08T06:46:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:46:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:19 smithi003 ceph-mon[96088]: 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-08T06:46:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:46:20.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:20.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:46:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:46:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:46:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:46:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:46:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:46:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:46:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:46:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:46:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:46:21.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:21.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:21 smithi094 ceph-mon[112176]: 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-08T06:46:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:21 smithi003 ceph-mon[96088]: 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-08T06:46:22.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:22.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:23.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:23.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:23 smithi094 ceph-mon[112176]: 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-08T06:46:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:23 smithi003 ceph-mon[96088]: 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-08T06:46:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:24.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:24.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:25.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:25.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:25 smithi094 ceph-mon[112176]: 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-08T06:46:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:25 smithi003 ceph-mon[96088]: 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-08T06:46:26.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:26.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:27.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:27.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:27 smithi003 ceph-mon[96088]: 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-08T06:46:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:27 smithi094 ceph-mon[112176]: 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-08T06:46:28.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:28.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:29.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:29.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:29 smithi094 ceph-mon[112176]: 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-08T06:46:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:29 smithi003 ceph-mon[96088]: 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-08T06:46:30.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:30.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:31.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:31.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:31 smithi003 ceph-mon[96088]: 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-08T06:46:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:31 smithi094 ceph-mon[112176]: 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-08T06:46:32.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:32.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:33.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:33.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:33 smithi094 ceph-mon[112176]: 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-08T06:46:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:33 smithi003 ceph-mon[96088]: 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-08T06:46:34.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:34.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:35.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:35.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:35 smithi094 ceph-mon[112176]: 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-08T06:46:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:35 smithi003 ceph-mon[96088]: 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-08T06:46:36.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:36.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:37.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:37.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:37 smithi003 ceph-mon[96088]: 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-08T06:46:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:37 smithi094 ceph-mon[112176]: 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-08T06:46:38.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:38.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:39.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:39.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:39 smithi094 ceph-mon[112176]: 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-08T06:46:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:39 smithi003 ceph-mon[96088]: 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-08T06:46:40.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:40.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:41.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:41.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:41 smithi003 ceph-mon[96088]: 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-08T06:46:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:41 smithi094 ceph-mon[112176]: 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-08T06:46:42.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:42.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:43.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:43.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:43 smithi094 ceph-mon[112176]: 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-08T06:46:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:43 smithi003 ceph-mon[96088]: 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-08T06:46:44.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:44.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:45.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:45.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:45 smithi094 ceph-mon[112176]: 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-08T06:46:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:45 smithi003 ceph-mon[96088]: 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-08T06:46:46.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:46.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:47.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:47.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:47 smithi003 ceph-mon[96088]: 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-08T06:46:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:47 smithi094 ceph-mon[112176]: 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-08T06:46:48.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:48.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:49.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:49.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:49 smithi094 ceph-mon[112176]: 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-08T06:46:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:49 smithi003 ceph-mon[96088]: 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-08T06:46:50.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:50.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:51.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:51.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:51 smithi094 ceph-mon[112176]: 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-08T06:46:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:51 smithi003 ceph-mon[96088]: 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-08T06:46:52.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:52.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:53.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:53.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:53 smithi094 ceph-mon[112176]: 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-08T06:46:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:53 smithi003 ceph-mon[96088]: 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-08T06:46:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:54.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:54.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:55.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:55.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:55 smithi094 ceph-mon[112176]: 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-08T06:46:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:55 smithi003 ceph-mon[96088]: 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-08T06:46:56.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:56.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:57.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:57.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:57 smithi003 ceph-mon[96088]: 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-08T06:46:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:57 smithi094 ceph-mon[112176]: 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-08T06:46:58.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:58.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:59.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:46:59.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:46:59 smithi094 ceph-mon[112176]: 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-08T06:46:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:46:59 smithi003 ceph-mon[96088]: 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-08T06:47:00.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:00.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:01.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:01.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:01 smithi094 ceph-mon[112176]: 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-08T06:47:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:01 smithi003 ceph-mon[96088]: 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-08T06:47:02.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:02.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:03.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:03.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:03 smithi094 ceph-mon[112176]: 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-08T06:47:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:03 smithi003 ceph-mon[96088]: 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-08T06:47:04.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:04.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:05.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:05.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:05 smithi094 ceph-mon[112176]: 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-08T06:47:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:05 smithi003 ceph-mon[96088]: 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-08T06:47:06.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:06.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:07.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:07.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:07 smithi003 ceph-mon[96088]: 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-08T06:47:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:07 smithi094 ceph-mon[112176]: 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-08T06:47:08.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:08.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:09.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:09.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:09 smithi094 ceph-mon[112176]: 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-08T06:47:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:09 smithi003 ceph-mon[96088]: 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-08T06:47:10.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:10.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:11.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:11.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:11 smithi094 ceph-mon[112176]: 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-08T06:47:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:11 smithi003 ceph-mon[96088]: 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-08T06:47:12.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:12.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:13.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:13.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:13 smithi094 ceph-mon[112176]: 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-08T06:47:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:13 smithi003 ceph-mon[96088]: 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-08T06:47:14.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:14.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:15.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:15.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:15 smithi094 ceph-mon[112176]: 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-08T06:47:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:15 smithi003 ceph-mon[96088]: 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-08T06:47:16.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:16.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:17.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:17.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:17 smithi003 ceph-mon[96088]: 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-08T06:47:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:17 smithi094 ceph-mon[112176]: 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-08T06:47:18.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:18.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:19.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:19.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:19 smithi094 ceph-mon[112176]: 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-08T06:47:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:19 smithi003 ceph-mon[96088]: 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-08T06:47:20.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:20.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:47:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:47:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:47:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:47:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:47:20.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:47:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:47:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:47:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:47:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:47:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:47:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:47:21.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:21.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:21.889 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:21 smithi003 ceph-mon[96088]: 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-08T06:47:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:21 smithi094 ceph-mon[112176]: 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-08T06:47:22.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:22.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:23.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:23.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:23 smithi094 ceph-mon[112176]: 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-08T06:47:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:23 smithi003 ceph-mon[96088]: 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-08T06:47:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:24.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:24.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:25.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:25.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:25 smithi094 ceph-mon[112176]: 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-08T06:47:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:25 smithi003 ceph-mon[96088]: 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-08T06:47:26.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:26.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:27.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:27.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:27 smithi094 ceph-mon[112176]: 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-08T06:47:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:27 smithi003 ceph-mon[96088]: 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-08T06:47:28.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:28.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:29.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:29.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:29 smithi094 ceph-mon[112176]: 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-08T06:47:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:29 smithi003 ceph-mon[96088]: 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-08T06:47:30.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:30.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:31.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:31.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:31 smithi094 ceph-mon[112176]: 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-08T06:47:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:31 smithi003 ceph-mon[96088]: 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-08T06:47:32.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:32.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:33.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:33.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:33 smithi094 ceph-mon[112176]: 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-08T06:47:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:33 smithi003 ceph-mon[96088]: 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-08T06:47:34.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:34.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:35.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:35.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:35 smithi094 ceph-mon[112176]: 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-08T06:47:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:35 smithi003 ceph-mon[96088]: 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-08T06:47:36.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:36.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:37.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:37.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:37 smithi094 ceph-mon[112176]: 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-08T06:47:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:37 smithi003 ceph-mon[96088]: 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-08T06:47:38.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:38.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:38.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:39.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:39.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:39 smithi094 ceph-mon[112176]: 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-08T06:47:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:39 smithi003 ceph-mon[96088]: 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-08T06:47:40.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:40.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:41.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:41.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:41 smithi094 ceph-mon[112176]: 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-08T06:47:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:41 smithi003 ceph-mon[96088]: 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-08T06:47:42.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:42.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:43.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:43.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:43 smithi094 ceph-mon[112176]: 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-08T06:47:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:43 smithi003 ceph-mon[96088]: 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-08T06:47:44.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:44.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:45.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:45.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:45 smithi094 ceph-mon[112176]: 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-08T06:47:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:45 smithi003 ceph-mon[96088]: 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-08T06:47:46.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:46.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:47.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:47.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:47 smithi094 ceph-mon[112176]: 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-08T06:47:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:47 smithi003 ceph-mon[96088]: 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-08T06:47:48.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:48.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:49.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:49.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:49.965 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:49 smithi094 ceph-mon[112176]: 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-08T06:47:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:49 smithi003 ceph-mon[96088]: 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-08T06:47:50.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:50.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:51.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:51.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:51 smithi003 ceph-mon[96088]: 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-08T06:47:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:51 smithi094 ceph-mon[112176]: 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-08T06:47:52.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:52.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:53.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:53.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:53 smithi003 ceph-mon[96088]: 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-08T06:47:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:53 smithi094 ceph-mon[112176]: 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-08T06:47:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:54.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:54.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:55.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:55.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:55 smithi003 ceph-mon[96088]: 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-08T06:47:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:55 smithi094 ceph-mon[112176]: 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-08T06:47:56.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:56.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:57.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:57.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:57 smithi003 ceph-mon[96088]: 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-08T06:47:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:57 smithi094 ceph-mon[112176]: 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-08T06:47:58.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:58.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:59.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:47:59.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:47:59 smithi003 ceph-mon[96088]: 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-08T06:48:00.070 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:47:59 smithi094 ceph-mon[112176]: 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-08T06:48:00.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:00.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:01.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:01.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:01 smithi003 ceph-mon[96088]: 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-08T06:48:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:01 smithi094 ceph-mon[112176]: 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-08T06:48:02.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:02.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:03.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:03.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:03 smithi003 ceph-mon[96088]: 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-08T06:48:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:03 smithi094 ceph-mon[112176]: 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-08T06:48:04.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:04.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:05.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:05.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:05 smithi003 ceph-mon[96088]: 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-08T06:48:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:05 smithi094 ceph-mon[112176]: 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-08T06:48:06.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:06.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:07.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:07.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:07 smithi003 ceph-mon[96088]: 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-08T06:48:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:07 smithi094 ceph-mon[112176]: 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-08T06:48:08.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:08.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:09.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:09.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:09 smithi003 ceph-mon[96088]: 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-08T06:48:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:09 smithi094 ceph-mon[112176]: 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-08T06:48:10.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:10.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:11.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:11.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:11 smithi003 ceph-mon[96088]: 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-08T06:48:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:11 smithi094 ceph-mon[112176]: 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-08T06:48:12.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:14.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:14.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:14.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:14.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:13 smithi003 ceph-mon[96088]: 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-08T06:48:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:13 smithi094 ceph-mon[112176]: 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-08T06:48:14.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:14.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:15.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:15.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:15 smithi003 ceph-mon[96088]: 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-08T06:48:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:15 smithi094 ceph-mon[112176]: 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-08T06:48:16.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:16.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:17.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:17.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:17 smithi003 ceph-mon[96088]: 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-08T06:48:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:17 smithi094 ceph-mon[112176]: 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-08T06:48:18.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:18.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:19.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:19.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:19 smithi003 ceph-mon[96088]: 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-08T06:48:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:19 smithi094 ceph-mon[112176]: 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-08T06:48:20.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:20.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:48:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:48:21.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:21.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:21 smithi003 ceph-mon[96088]: 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-08T06:48:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:48:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:48:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:48:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:48:21.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:48:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:21 smithi094 ceph-mon[112176]: 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-08T06:48:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:48:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:48:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:48:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:48:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:48:22.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:22.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:23.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:23.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:23 smithi003 ceph-mon[96088]: 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-08T06:48:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:23 smithi094 ceph-mon[112176]: 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-08T06:48:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:24.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:24.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:25.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:25.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:25 smithi094 ceph-mon[112176]: 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-08T06:48:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:25 smithi003 ceph-mon[96088]: 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-08T06:48:26.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:26.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:27.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:27.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:27 smithi003 ceph-mon[96088]: 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-08T06:48:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:27 smithi094 ceph-mon[112176]: 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-08T06:48:28.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:28.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:29.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:29.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:29 smithi094 ceph-mon[112176]: 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-08T06:48:30.181 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:29 smithi003 ceph-mon[96088]: 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-08T06:48:30.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:30.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:31.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:31.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:31 smithi094 ceph-mon[112176]: 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-08T06:48:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:31 smithi003 ceph-mon[96088]: 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-08T06:48:32.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:32.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:33.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:33.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:33 smithi094 ceph-mon[112176]: 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-08T06:48:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:33 smithi003 ceph-mon[96088]: 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-08T06:48:34.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:34.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:35.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:35.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:35 smithi094 ceph-mon[112176]: 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-08T06:48:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:35 smithi003 ceph-mon[96088]: 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-08T06:48:36.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:36.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:37.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:37.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:37 smithi094 ceph-mon[112176]: 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-08T06:48:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:37 smithi003 ceph-mon[96088]: 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-08T06:48:38.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:38.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:39.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:39.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:39 smithi094 ceph-mon[112176]: 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-08T06:48:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:39 smithi003 ceph-mon[96088]: 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-08T06:48:40.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:40.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:41.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:41.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:41 smithi094 ceph-mon[112176]: 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-08T06:48:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:41 smithi003 ceph-mon[96088]: 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-08T06:48:42.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:42.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:43.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:43.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:43 smithi094 ceph-mon[112176]: 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-08T06:48:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:43 smithi003 ceph-mon[96088]: 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-08T06:48:44.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:44.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:45.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:45.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:45 smithi094 ceph-mon[112176]: 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-08T06:48:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:45 smithi003 ceph-mon[96088]: 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-08T06:48:46.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:46.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:47.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:47.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:47 smithi094 ceph-mon[112176]: 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-08T06:48:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:47 smithi003 ceph-mon[96088]: 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-08T06:48:48.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:48.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:49.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:49.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:49 smithi094 ceph-mon[112176]: 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-08T06:48:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:49 smithi003 ceph-mon[96088]: 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-08T06:48:50.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:50.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:51.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:51.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:51 smithi094 ceph-mon[112176]: 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-08T06:48:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:51 smithi003 ceph-mon[96088]: 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-08T06:48:52.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:52.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:53.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:53.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:53 smithi094 ceph-mon[112176]: 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-08T06:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:53 smithi003 ceph-mon[96088]: 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-08T06:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:54.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:54.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:55.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:55.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:55 smithi094 ceph-mon[112176]: 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-08T06:48:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:55 smithi003 ceph-mon[96088]: 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-08T06:48:56.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:56.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:57.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:57.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:57 smithi094 ceph-mon[112176]: 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-08T06:48:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:57 smithi003 ceph-mon[96088]: 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-08T06:48:58.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:58.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:59.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:48:59.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:48:59 smithi094 ceph-mon[112176]: 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-08T06:49:00.544 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:48:59 smithi003 ceph-mon[96088]: 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-08T06:49:00.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:00.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:00 smithi094 ceph-mon[112176]: 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-08T06:49:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:00 smithi003 ceph-mon[96088]: 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-08T06:49:01.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:01.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:02.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:02.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:03.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:03.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:03 smithi003 ceph-mon[96088]: 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-08T06:49:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:03 smithi094 ceph-mon[112176]: 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-08T06:49:04.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:04.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:05.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:05.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:05 smithi003 ceph-mon[96088]: 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-08T06:49:05.758 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:05 smithi094 ceph-mon[112176]: 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-08T06:49:06.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:06.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:07.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:07.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:07 smithi003 ceph-mon[96088]: 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-08T06:49:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:07 smithi094 ceph-mon[112176]: 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-08T06:49:08.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:08.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:08.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:09.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:09.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:09 smithi003 ceph-mon[96088]: 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-08T06:49:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:09 smithi094 ceph-mon[112176]: 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-08T06:49:10.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:10.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:11.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:11.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:11 smithi003 ceph-mon[96088]: 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-08T06:49:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:11 smithi094 ceph-mon[112176]: 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-08T06:49:12.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:12.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:13.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:13.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:13 smithi003 ceph-mon[96088]: 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-08T06:49:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:13 smithi094 ceph-mon[112176]: 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-08T06:49:14.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:14.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:15.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:15.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:15 smithi003 ceph-mon[96088]: 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-08T06:49:15.863 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:15 smithi094 ceph-mon[112176]: 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-08T06:49:16.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:16.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:17.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:17.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:17 smithi003 ceph-mon[96088]: 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-08T06:49:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:17 smithi094 ceph-mon[112176]: 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-08T06:49:18.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:18.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:19.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:19.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:19 smithi003 ceph-mon[96088]: 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-08T06:49:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:19 smithi094 ceph-mon[112176]: 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-08T06:49:20.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:20.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:21.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:21.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:21 smithi003 ceph-mon[96088]: 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-08T06:49:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:49:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:21 smithi094 ceph-mon[112176]: 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-08T06:49:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:49:22.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:22.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:23.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:23.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:23 smithi003 ceph-mon[96088]: 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-08T06:49:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:23 smithi094 ceph-mon[112176]: 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-08T06:49:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:24.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:24.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:25.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:25.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:49:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:49:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:25 smithi094 ceph-mon[112176]: 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-08T06:49:25.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:49:25.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:49:25.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:49:25.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:49:25.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:49:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:49:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:49:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:25 smithi003 ceph-mon[96088]: 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-08T06:49:25.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:49:25.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:49:25.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:49:25.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:49:25.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:49:26.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:26.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:27.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:27.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:27 smithi003 ceph-mon[96088]: 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-08T06:49:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:27 smithi094 ceph-mon[112176]: 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-08T06:49:28.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:28.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:29.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:29.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:29 smithi003 ceph-mon[96088]: 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-08T06:49:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:29 smithi094 ceph-mon[112176]: 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-08T06:49:30.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:30.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:31.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:31.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:31 smithi003 ceph-mon[96088]: 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-08T06:49:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:31 smithi094 ceph-mon[112176]: 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-08T06:49:32.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:32.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:33.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:33.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:33 smithi003 ceph-mon[96088]: 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-08T06:49:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:33 smithi094 ceph-mon[112176]: 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-08T06:49:34.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:34.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:35.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:35.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:35 smithi003 ceph-mon[96088]: 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-08T06:49:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:35 smithi094 ceph-mon[112176]: 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-08T06:49:36.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:36.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:37.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:37.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:37 smithi003 ceph-mon[96088]: 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-08T06:49:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:37 smithi094 ceph-mon[112176]: 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-08T06:49:38.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:38.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:39.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:39.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:39 smithi003 ceph-mon[96088]: 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-08T06:49:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:39 smithi094 ceph-mon[112176]: 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-08T06:49:40.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:40.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:41.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:41.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:41 smithi003 ceph-mon[96088]: 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-08T06:49:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:41 smithi094 ceph-mon[112176]: 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-08T06:49:42.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:42.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:43.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:43.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:43 smithi003 ceph-mon[96088]: 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-08T06:49:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:43 smithi094 ceph-mon[112176]: 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-08T06:49:44.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:44.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:45.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:45.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:45 smithi003 ceph-mon[96088]: 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-08T06:49:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:45 smithi094 ceph-mon[112176]: 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-08T06:49:46.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:46.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:47.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:47.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:47 smithi003 ceph-mon[96088]: 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-08T06:49:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:47 smithi094 ceph-mon[112176]: 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-08T06:49:48.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:48.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:49.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:49.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:49 smithi003 ceph-mon[96088]: 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-08T06:49:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:49 smithi094 ceph-mon[112176]: 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-08T06:49:50.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:50.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:51.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:51.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:51 smithi094 ceph-mon[112176]: 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-08T06:49:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:51 smithi003 ceph-mon[96088]: 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-08T06:49:52.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:52.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:53.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:53.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:53 smithi003 ceph-mon[96088]: 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-08T06:49:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:53 smithi094 ceph-mon[112176]: 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-08T06:49:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:54.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:54.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:55.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:55.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:55 smithi003 ceph-mon[96088]: 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-08T06:49:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:55 smithi094 ceph-mon[112176]: 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-08T06:49:56.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:56.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:57.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:57.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:57 smithi003 ceph-mon[96088]: 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-08T06:49:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:57 smithi094 ceph-mon[112176]: 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-08T06:49:58.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:58.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:59.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:49:59.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:49:59 smithi003 ceph-mon[96088]: 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-08T06:49:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:49:59 smithi094 ceph-mon[112176]: 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-08T06:50:00.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:00.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T06:50:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T06:50:01.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:01.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:01 smithi094 ceph-mon[112176]: 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-08T06:50:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:01 smithi003 ceph-mon[96088]: 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-08T06:50:02.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:02.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:03.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:03.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:03 smithi094 ceph-mon[112176]: 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-08T06:50:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:03 smithi003 ceph-mon[96088]: 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-08T06:50:04.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:04.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:05.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:05.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:05 smithi094 ceph-mon[112176]: 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-08T06:50:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:05 smithi003 ceph-mon[96088]: 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-08T06:50:06.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:06.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:07.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:07.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:07.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:07 smithi003 ceph-mon[96088]: 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-08T06:50:07.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:07 smithi094 ceph-mon[112176]: 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-08T06:50:08.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:08.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:08.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:09.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:09.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:09 smithi094 ceph-mon[112176]: 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-08T06:50:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:09 smithi003 ceph-mon[96088]: 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-08T06:50:10.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:10.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:11.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:11.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:11 smithi094 ceph-mon[112176]: 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-08T06:50:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:11 smithi003 ceph-mon[96088]: 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-08T06:50:12.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:12.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:13.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:13.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:13.846 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:13 smithi003 ceph-mon[96088]: 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-08T06:50:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:13 smithi094 ceph-mon[112176]: 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-08T06:50:14.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:14.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:15.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:15.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:15 smithi094 ceph-mon[112176]: 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-08T06:50:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:15 smithi003 ceph-mon[96088]: 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-08T06:50:16.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:16.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:17.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:17.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:17 smithi003 ceph-mon[96088]: 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-08T06:50:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:17 smithi094 ceph-mon[112176]: 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-08T06:50:18.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:18.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:19.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:19.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:19 smithi094 ceph-mon[112176]: 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-08T06:50:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:19 smithi003 ceph-mon[96088]: 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-08T06:50:20.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:20.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:21.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:21.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:21 smithi094 ceph-mon[112176]: 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-08T06:50:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:21 smithi003 ceph-mon[96088]: 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-08T06:50:22.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:22.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:23.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:23.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:23 smithi094 ceph-mon[112176]: 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-08T06:50:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:23.960 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:23 smithi003 ceph-mon[96088]: 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-08T06:50:23.960 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:24.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:24.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:25.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:25.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:25 smithi094 ceph-mon[112176]: 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-08T06:50:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:50:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:50:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:50:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:50:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:50:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:50:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:25 smithi003 ceph-mon[96088]: 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-08T06:50:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:50:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:50:25.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:50:25.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:50:25.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:50:25.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:50:26.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:26.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:27.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:27.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:27 smithi003 ceph-mon[96088]: 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-08T06:50:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:27 smithi094 ceph-mon[112176]: 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-08T06:50:28.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:28.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:29.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:29.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:29 smithi094 ceph-mon[112176]: 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-08T06:50:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:29 smithi003 ceph-mon[96088]: 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-08T06:50:30.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:30.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:31.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:31.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:31 smithi094 ceph-mon[112176]: 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-08T06:50:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:31 smithi003 ceph-mon[96088]: 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-08T06:50:32.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:32.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:33.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:34.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:34.712 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:33 smithi094 ceph-mon[112176]: 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-08T06:50:34.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:33 smithi003 ceph-mon[96088]: 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-08T06:50:34.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:34.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:35.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:35.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:35 smithi094 ceph-mon[112176]: 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-08T06:50:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:35 smithi003 ceph-mon[96088]: 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-08T06:50:36.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:36.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:37.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:37.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:37 smithi003 ceph-mon[96088]: 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-08T06:50:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:37 smithi094 ceph-mon[112176]: 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-08T06:50:38.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:38.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:39 smithi094 ceph-mon[112176]: 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-08T06:50:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:39 smithi003 ceph-mon[96088]: 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-08T06:50:40.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:40.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:41.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:41.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:41 smithi094 ceph-mon[112176]: 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-08T06:50:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:41 smithi003 ceph-mon[96088]: 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-08T06:50:42.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:42.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:43.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:43.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:43 smithi094 ceph-mon[112176]: 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-08T06:50:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:43 smithi003 ceph-mon[96088]: 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-08T06:50:44.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:44.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:45.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:45.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:45 smithi094 ceph-mon[112176]: 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-08T06:50:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:45 smithi003 ceph-mon[96088]: 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-08T06:50:46.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:46.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:47.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:47.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:47 smithi003 ceph-mon[96088]: 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-08T06:50:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:47 smithi094 ceph-mon[112176]: 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-08T06:50:48.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:48.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:49.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:49.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:49 smithi094 ceph-mon[112176]: 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-08T06:50:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:49 smithi003 ceph-mon[96088]: 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-08T06:50:50.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:50.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:51.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:51.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:51.860 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:51 smithi094 ceph-mon[112176]: 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-08T06:50:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:51 smithi003 ceph-mon[96088]: 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-08T06:50:52.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:52.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:53.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:53.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:53 smithi094 ceph-mon[112176]: 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-08T06:50:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:53 smithi003 ceph-mon[96088]: 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-08T06:50:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:54.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:54.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:55.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:55.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:55 smithi094 ceph-mon[112176]: 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-08T06:50:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:55 smithi003 ceph-mon[96088]: 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-08T06:50:56.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:56.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:57.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:57.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:57 smithi003 ceph-mon[96088]: 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-08T06:50:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:57 smithi094 ceph-mon[112176]: 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-08T06:50:58.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:58.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:59.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:50:59.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:50:59 smithi003 ceph-mon[96088]: 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-08T06:50:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:50:59 smithi094 ceph-mon[112176]: 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-08T06:51:00.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:00.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:01.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:01.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:01 smithi094 ceph-mon[112176]: 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-08T06:51:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:01 smithi003 ceph-mon[96088]: 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-08T06:51:02.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:02.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:03.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:03.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:03 smithi094 ceph-mon[112176]: 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-08T06:51:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:03 smithi003 ceph-mon[96088]: 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-08T06:51:04.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:04.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:05.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:05.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:05.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:05 smithi094 ceph-mon[112176]: 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-08T06:51:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:05 smithi003 ceph-mon[96088]: 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-08T06:51:06.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:06.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:07.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:07.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:07 smithi003 ceph-mon[96088]: 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-08T06:51:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:07 smithi094 ceph-mon[112176]: 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-08T06:51:08.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:08.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:09.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:09.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:09 smithi003 ceph-mon[96088]: 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-08T06:51:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:09 smithi094 ceph-mon[112176]: 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-08T06:51:10.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:10.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:11.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:11.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:11 smithi094 ceph-mon[112176]: 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-08T06:51:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:11 smithi003 ceph-mon[96088]: 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-08T06:51:12.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:12.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:13.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:13.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:13 smithi094 ceph-mon[112176]: 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-08T06:51:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:13 smithi003 ceph-mon[96088]: 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-08T06:51:14.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:14.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:15.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:15.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:15 smithi094 ceph-mon[112176]: 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-08T06:51:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:15 smithi003 ceph-mon[96088]: 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-08T06:51:16.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:16.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:17.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:17.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:17 smithi094 ceph-mon[112176]: 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-08T06:51:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:17 smithi003 ceph-mon[96088]: 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-08T06:51:18.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:18.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:19.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:19.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:19 smithi094 ceph-mon[112176]: 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-08T06:51:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:19 smithi003 ceph-mon[96088]: 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-08T06:51:20.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:20.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:21.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:21.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:21 smithi094 ceph-mon[112176]: 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-08T06:51:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:21 smithi003 ceph-mon[96088]: 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-08T06:51:22.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:22.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:23.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:23.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:23 smithi094 ceph-mon[112176]: 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-08T06:51:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:23 smithi003 ceph-mon[96088]: 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-08T06:51:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:24.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:24.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:25.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:25.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:25 smithi094 ceph-mon[112176]: 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-08T06:51:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:51:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:25 smithi003 ceph-mon[96088]: 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-08T06:51:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:51:26.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:26.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:27.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:27.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:27 smithi094 ceph-mon[112176]: 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-08T06:51:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:27 smithi003 ceph-mon[96088]: 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-08T06:51:28.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:28.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:29.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:29.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:29 smithi094 ceph-mon[112176]: 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-08T06:51:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:29 smithi003 ceph-mon[96088]: 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-08T06:51:30.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:30.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:51:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:51:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:31 smithi094 ceph-mon[112176]: 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-08T06:51:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:51:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:51:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:51:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:51:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:51:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:51:31.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:51:31.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:31 smithi003 ceph-mon[96088]: 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-08T06:51:31.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:51:31.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:51:31.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:51:31.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:51:31.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:51:31.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:31.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:32.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:32.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:33.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:33.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:33 smithi003 ceph-mon[96088]: 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-08T06:51:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:33 smithi094 ceph-mon[112176]: 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-08T06:51:34.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:34.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:35.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:35.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:35.737 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:35 smithi003 ceph-mon[96088]: 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-08T06:51:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:35 smithi094 ceph-mon[112176]: 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-08T06:51:36.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:36.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:37.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:37.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:37 smithi094 ceph-mon[112176]: 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-08T06:51:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:37 smithi003 ceph-mon[96088]: 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-08T06:51:38.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:38.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:39.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:39.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:39 smithi003 ceph-mon[96088]: 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-08T06:51:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:39 smithi094 ceph-mon[112176]: 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-08T06:51:40.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:40.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:41.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:41.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:41 smithi003 ceph-mon[96088]: 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-08T06:51:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:41 smithi094 ceph-mon[112176]: 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-08T06:51:42.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:42.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:43.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:43.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:43 smithi003 ceph-mon[96088]: 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-08T06:51:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:43 smithi094 ceph-mon[112176]: 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-08T06:51:44.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:44.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:45.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:45.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:45 smithi003 ceph-mon[96088]: 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-08T06:51:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:45 smithi094 ceph-mon[112176]: 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-08T06:51:46.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:46.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:47.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:47.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:47 smithi003 ceph-mon[96088]: 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-08T06:51:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:47 smithi094 ceph-mon[112176]: 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-08T06:51:48.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:48.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:49.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:49.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:49 smithi094 ceph-mon[112176]: 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-08T06:51:49.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:49 smithi003 ceph-mon[96088]: 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-08T06:51:50.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:50.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:51.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:51.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:51 smithi094 ceph-mon[112176]: 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-08T06:51:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:51 smithi003 ceph-mon[96088]: 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-08T06:51:52.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:52.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:53.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:53.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:53 smithi094 ceph-mon[112176]: 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-08T06:51:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:53 smithi003 ceph-mon[96088]: 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-08T06:51:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:54.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:54.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:55.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:55.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:55 smithi094 ceph-mon[112176]: 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-08T06:51:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:55 smithi003 ceph-mon[96088]: 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-08T06:51:56.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:56.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:57.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:57.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:57 smithi003 ceph-mon[96088]: 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-08T06:51:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:57 smithi094 ceph-mon[112176]: 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-08T06:51:58.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:58.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:59.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:51:59.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:51:59 smithi094 ceph-mon[112176]: 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-08T06:51:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:51:59 smithi003 ceph-mon[96088]: 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-08T06:52:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:01.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:01.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:01 smithi094 ceph-mon[112176]: 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-08T06:52:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:01 smithi003 ceph-mon[96088]: 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-08T06:52:02.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:02.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:03.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:03.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:03 smithi094 ceph-mon[112176]: 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-08T06:52:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:03 smithi003 ceph-mon[96088]: 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-08T06:52:04.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:04.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:05.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:05.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:05 smithi094 ceph-mon[112176]: 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-08T06:52:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:05 smithi003 ceph-mon[96088]: 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-08T06:52:06.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:07.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:07.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:07.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:07 smithi003 ceph-mon[96088]: 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-08T06:52:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:07 smithi094 ceph-mon[112176]: 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-08T06:52:08.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:08.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:09.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:09.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:09 smithi094 ceph-mon[112176]: 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-08T06:52:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:09 smithi003 ceph-mon[96088]: 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-08T06:52:10.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:10.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:11.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:11.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:11 smithi094 ceph-mon[112176]: 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-08T06:52:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:11 smithi003 ceph-mon[96088]: 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-08T06:52:12.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:12.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:13.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:13.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:13 smithi094 ceph-mon[112176]: 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-08T06:52:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:13 smithi003 ceph-mon[96088]: 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-08T06:52:14.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:14.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:15.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:15.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:15 smithi094 ceph-mon[112176]: 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-08T06:52:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:15 smithi003 ceph-mon[96088]: 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-08T06:52:16.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:16.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:17.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:17.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:17 smithi003 ceph-mon[96088]: 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-08T06:52:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:17 smithi094 ceph-mon[112176]: 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-08T06:52:18.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:18.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:19.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:19.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:19 smithi094 ceph-mon[112176]: 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-08T06:52:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:19 smithi003 ceph-mon[96088]: 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-08T06:52:20.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:20.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:21.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:21.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:21 smithi094 ceph-mon[112176]: 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-08T06:52:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:21 smithi003 ceph-mon[96088]: 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-08T06:52:22.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:22.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:23.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:23.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:23 smithi094 ceph-mon[112176]: 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-08T06:52:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:23 smithi003 ceph-mon[96088]: 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-08T06:52:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:24.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:24.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:25.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:25.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:25 smithi003 ceph-mon[96088]: 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-08T06:52:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:25 smithi094 ceph-mon[112176]: 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-08T06:52:26.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:26.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:27.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:27.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:27.854 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:27 smithi094 ceph-mon[112176]: 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-08T06:52:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:27 smithi003 ceph-mon[96088]: 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-08T06:52:28.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:28.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:29.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:29.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:29 smithi094 ceph-mon[112176]: 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-08T06:52:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:29 smithi003 ceph-mon[96088]: 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-08T06:52:30.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:30.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:31.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:31.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: 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-08T06:52:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:52:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:52:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:52:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:52:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:52:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:52:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:52:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:52:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: 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-08T06:52:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:52:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:52:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:52:31.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:52:31.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:52:31.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:52:31.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:52:31.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:52:32.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:32.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:33.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:33.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:33 smithi094 ceph-mon[112176]: 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-08T06:52:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:33 smithi003 ceph-mon[96088]: 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-08T06:52:34.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:34.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:35.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:35.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:35 smithi003 ceph-mon[96088]: 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-08T06:52:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:35 smithi094 ceph-mon[112176]: 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-08T06:52:36.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:36.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:37.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:37.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:37 smithi003 ceph-mon[96088]: 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-08T06:52:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:37 smithi094 ceph-mon[112176]: 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-08T06:52:38.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:38.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:39.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:39.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:39 smithi094 ceph-mon[112176]: 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-08T06:52:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:39 smithi003 ceph-mon[96088]: 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-08T06:52:40.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:40.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:41.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:41.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:41 smithi094 ceph-mon[112176]: 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-08T06:52:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:41 smithi003 ceph-mon[96088]: 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-08T06:52:42.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:42.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:43.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:43.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:43 smithi094 ceph-mon[112176]: 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-08T06:52:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:43 smithi003 ceph-mon[96088]: 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-08T06:52:44.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:44.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:45.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:45.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:45 smithi094 ceph-mon[112176]: 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-08T06:52:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:45 smithi003 ceph-mon[96088]: 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-08T06:52:46.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:46.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:47.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:47.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:47 smithi003 ceph-mon[96088]: 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-08T06:52:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:47 smithi094 ceph-mon[112176]: 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-08T06:52:48.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:48.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:49.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:49.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:49 smithi094 ceph-mon[112176]: 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-08T06:52:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:49 smithi003 ceph-mon[96088]: 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-08T06:52:50.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:50.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:51.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:51.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:51 smithi094 ceph-mon[112176]: 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-08T06:52:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:51 smithi003 ceph-mon[96088]: 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-08T06:52:52.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:52.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:53.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:53.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:53 smithi094 ceph-mon[112176]: 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-08T06:52:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:53 smithi003 ceph-mon[96088]: 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-08T06:52:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:54.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:54.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:55.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:55.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:55.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:55 smithi094 ceph-mon[112176]: 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-08T06:52:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:55 smithi003 ceph-mon[96088]: 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-08T06:52:56.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:56.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:57.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:57.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:57 smithi003 ceph-mon[96088]: 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-08T06:52:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:57 smithi094 ceph-mon[112176]: 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-08T06:52:58.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:58.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:59.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:52:59.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:52:59 smithi094 ceph-mon[112176]: 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-08T06:52:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:52:59 smithi003 ceph-mon[96088]: 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-08T06:53:00.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:00.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:01.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:01.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:01 smithi094 ceph-mon[112176]: 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-08T06:53:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:01 smithi003 ceph-mon[96088]: 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-08T06:53:02.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:02.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:03.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:03.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:03 smithi094 ceph-mon[112176]: 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-08T06:53:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:03 smithi003 ceph-mon[96088]: 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-08T06:53:04.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:04.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:05.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:05.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:05 smithi094 ceph-mon[112176]: 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-08T06:53:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:05 smithi003 ceph-mon[96088]: 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-08T06:53:06.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:06.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:07.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:07.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:07 smithi094 ceph-mon[112176]: 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-08T06:53:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:07 smithi003 ceph-mon[96088]: 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-08T06:53:08.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:08.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:09.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:09.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:09 smithi094 ceph-mon[112176]: 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-08T06:53:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:09 smithi003 ceph-mon[96088]: 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-08T06:53:10.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:10.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:11.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:11.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:11 smithi094 ceph-mon[112176]: 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-08T06:53:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:11 smithi003 ceph-mon[96088]: 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-08T06:53:12.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:12.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:13.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:13.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:13 smithi094 ceph-mon[112176]: 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-08T06:53:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:13 smithi003 ceph-mon[96088]: 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-08T06:53:14.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:14.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:15.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:15.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:15.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:15 smithi003 ceph-mon[96088]: 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-08T06:53:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:15 smithi094 ceph-mon[112176]: 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-08T06:53:16.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:16.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:17.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:17.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:17 smithi094 ceph-mon[112176]: 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-08T06:53:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:17 smithi003 ceph-mon[96088]: 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-08T06:53:18.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:18.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:19.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:19.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:19 smithi094 ceph-mon[112176]: 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-08T06:53:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:19 smithi003 ceph-mon[96088]: 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-08T06:53:20.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:20.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:21.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:21.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:21 smithi094 ceph-mon[112176]: 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-08T06:53:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:21 smithi003 ceph-mon[96088]: 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-08T06:53:22.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:22.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:23.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:23.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:23 smithi094 ceph-mon[112176]: 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-08T06:53:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:23 smithi003 ceph-mon[96088]: 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-08T06:53:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:24.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:24.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:25.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:25.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:25 smithi094 ceph-mon[112176]: 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-08T06:53:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:25 smithi003 ceph-mon[96088]: 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-08T06:53:26.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:26.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:27.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:27.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:27 smithi094 ceph-mon[112176]: 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-08T06:53:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:27 smithi003 ceph-mon[96088]: 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-08T06:53:28.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:28.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:29.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:29.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:29 smithi003 ceph-mon[96088]: 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-08T06:53:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:29 smithi094 ceph-mon[112176]: 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-08T06:53:30.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:30.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:31.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:31.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:31 smithi003 ceph-mon[96088]: 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-08T06:53:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:53:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:31 smithi094 ceph-mon[112176]: 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-08T06:53:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:53:32.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:32.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:53:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:53:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:53:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:53:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:53:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:53:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:53:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:53:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:53:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:53:33.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:33.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:33 smithi094 ceph-mon[112176]: 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-08T06:53:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:33 smithi003 ceph-mon[96088]: 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-08T06:53:34.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:34.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:35.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:35.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:35 smithi003 ceph-mon[96088]: 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-08T06:53:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:35 smithi094 ceph-mon[112176]: 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-08T06:53:37.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:37.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:37.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:37.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:37 smithi003 ceph-mon[96088]: 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-08T06:53:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:37 smithi094 ceph-mon[112176]: 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-08T06:53:38.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:38.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:39.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:39.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:39 smithi003 ceph-mon[96088]: 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-08T06:53:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:39 smithi094 ceph-mon[112176]: 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-08T06:53:40.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:42.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:42.534 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:41 smithi094 ceph-mon[112176]: 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-08T06:53:42.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:42.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:42.534 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:41 smithi003 ceph-mon[96088]: 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-08T06:53:42.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:42.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:43.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:43.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:43 smithi094 ceph-mon[112176]: 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-08T06:53:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:43 smithi003 ceph-mon[96088]: 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-08T06:53:44.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:44.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:45.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:45.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:45 smithi003 ceph-mon[96088]: 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-08T06:53:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:45 smithi094 ceph-mon[112176]: 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-08T06:53:46.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:46.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:47.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:47.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:47 smithi003 ceph-mon[96088]: 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-08T06:53:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:47 smithi094 ceph-mon[112176]: 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-08T06:53:48.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:48.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:49.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:49.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:49 smithi003 ceph-mon[96088]: 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-08T06:53:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:49 smithi094 ceph-mon[112176]: 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-08T06:53:50.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:50.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:51.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:51.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:51 smithi003 ceph-mon[96088]: 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-08T06:53:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:51 smithi094 ceph-mon[112176]: 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-08T06:53:52.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:53.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:53.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:53.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:53 smithi003 ceph-mon[96088]: 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-08T06:53:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:53 smithi094 ceph-mon[112176]: 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-08T06:53:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:54.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:54.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:55.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:55.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:55 smithi003 ceph-mon[96088]: 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-08T06:53:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:55 smithi094 ceph-mon[112176]: 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-08T06:53:56.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:56.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:57.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:57.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:57 smithi003 ceph-mon[96088]: 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-08T06:53:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:57 smithi094 ceph-mon[112176]: 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-08T06:53:58.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:58.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:59.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:53:59.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:53:59 smithi003 ceph-mon[96088]: 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-08T06:54:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:53:59 smithi094 ceph-mon[112176]: 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-08T06:54:00.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:00.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:01.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:01.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:01 smithi003 ceph-mon[96088]: 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-08T06:54:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:01 smithi094 ceph-mon[112176]: 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-08T06:54:02.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:02.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:03.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:03.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:03 smithi003 ceph-mon[96088]: 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-08T06:54:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:03 smithi094 ceph-mon[112176]: 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-08T06:54:04.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:04.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:05.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:05.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:05 smithi003 ceph-mon[96088]: 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-08T06:54:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:05 smithi094 ceph-mon[112176]: 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-08T06:54:06.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:06.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:07.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:07.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:07 smithi003 ceph-mon[96088]: 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-08T06:54:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:07 smithi094 ceph-mon[112176]: 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-08T06:54:08.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:08.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:09.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:09.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:09 smithi094 ceph-mon[112176]: 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-08T06:54:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:09 smithi003 ceph-mon[96088]: 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-08T06:54:10.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:10.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:11.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:11.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:11 smithi003 ceph-mon[96088]: 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-08T06:54:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:11 smithi094 ceph-mon[112176]: 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-08T06:54:12.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:12.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:13.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:13.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:13 smithi094 ceph-mon[112176]: 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-08T06:54:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:13 smithi003 ceph-mon[96088]: 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-08T06:54:14.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:14.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:15.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:15.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:15 smithi094 ceph-mon[112176]: 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-08T06:54:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:15 smithi003 ceph-mon[96088]: 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-08T06:54:16.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:16.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:17.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:17.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:17 smithi094 ceph-mon[112176]: 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-08T06:54:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:17 smithi003 ceph-mon[96088]: 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-08T06:54:18.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:18.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:19.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:19.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:19 smithi094 ceph-mon[112176]: 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-08T06:54:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:19 smithi003 ceph-mon[96088]: 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-08T06:54:20.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:20.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:21.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:21.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:21 smithi003 ceph-mon[96088]: 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-08T06:54:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:21 smithi094 ceph-mon[112176]: 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-08T06:54:22.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:22.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:23.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:23.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:24.062 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:23 smithi094 ceph-mon[112176]: 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-08T06:54:24.063 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:23 smithi003 ceph-mon[96088]: 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-08T06:54:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:24.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:24.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:25.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:25.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:26.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:25 smithi094 ceph-mon[112176]: 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-08T06:54:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:25 smithi003 ceph-mon[96088]: 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-08T06:54:26.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:26.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:27.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:27.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:27 smithi094 ceph-mon[112176]: 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-08T06:54:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:27 smithi003 ceph-mon[96088]: 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-08T06:54:28.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:28.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:29.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:29.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:29 smithi094 ceph-mon[112176]: 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-08T06:54:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:29 smithi003 ceph-mon[96088]: 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-08T06:54:30.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:30.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:31.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:31.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:31 smithi094 ceph-mon[112176]: 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-08T06:54:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:31 smithi003 ceph-mon[96088]: 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-08T06:54:32.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:32.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:54:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:54:33.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:54:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:54:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:54:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:54:33.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:33.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:33 smithi094 ceph-mon[112176]: 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-08T06:54:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:54:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:54:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:54:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:54:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:54:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:33 smithi003 ceph-mon[96088]: 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-08T06:54:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:54:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:54:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:54:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:54:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:54:34.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:34.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:35.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:35.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:35 smithi094 ceph-mon[112176]: 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-08T06:54:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:35 smithi003 ceph-mon[96088]: 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-08T06:54:36.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:37.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:37.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:37.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:37 smithi094 ceph-mon[112176]: 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-08T06:54:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:37 smithi003 ceph-mon[96088]: 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-08T06:54:38.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:38.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:39.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:39.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:39 smithi094 ceph-mon[112176]: 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-08T06:54:40.283 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:39 smithi003 ceph-mon[96088]: 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-08T06:54:40.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:40.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:41.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:41.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:41 smithi094 ceph-mon[112176]: 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-08T06:54:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:41 smithi003 ceph-mon[96088]: 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-08T06:54:42.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:42.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:43.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:43.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:43 smithi094 ceph-mon[112176]: 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-08T06:54:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:43 smithi003 ceph-mon[96088]: 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-08T06:54:44.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:44.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:45.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:45.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:45 smithi094 ceph-mon[112176]: 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-08T06:54:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:45 smithi003 ceph-mon[96088]: 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-08T06:54:46.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:46.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:47.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:47.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:47 smithi094 ceph-mon[112176]: 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-08T06:54:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:47 smithi003 ceph-mon[96088]: 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-08T06:54:48.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:48.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:49.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:49.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:50.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:49 smithi094 ceph-mon[112176]: 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-08T06:54:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:49 smithi003 ceph-mon[96088]: 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-08T06:54:50.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:50.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:51.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:51.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:51 smithi094 ceph-mon[112176]: 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-08T06:54:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:51 smithi003 ceph-mon[96088]: 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-08T06:54:52.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:52.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:53.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:53.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:53 smithi094 ceph-mon[112176]: 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-08T06:54:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:53 smithi003 ceph-mon[96088]: 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-08T06:54:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:54.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:54.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:55.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:55.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:55 smithi094 ceph-mon[112176]: 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-08T06:54:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:55 smithi003 ceph-mon[96088]: 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-08T06:54:56.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:56.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:57.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:57.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:57 smithi094 ceph-mon[112176]: 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-08T06:54:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:57 smithi003 ceph-mon[96088]: 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-08T06:54:58.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:58.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:59.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:54:59.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:54:59 smithi094 ceph-mon[112176]: 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-08T06:55:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:54:59 smithi003 ceph-mon[96088]: 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-08T06:55:00.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:00.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:01.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:01.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:02.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:01 smithi003 ceph-mon[96088]: 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-08T06:55:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:01 smithi094 ceph-mon[112176]: 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-08T06:55:02.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:02.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:03.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:03.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:03 smithi094 ceph-mon[112176]: 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-08T06:55:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:03 smithi003 ceph-mon[96088]: 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-08T06:55:04.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:05.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:05.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:05.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:05 smithi094 ceph-mon[112176]: 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-08T06:55:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:05 smithi003 ceph-mon[96088]: 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-08T06:55:06.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:06.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:07.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:07.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:07 smithi094 ceph-mon[112176]: 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-08T06:55:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:07 smithi003 ceph-mon[96088]: 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-08T06:55:08.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:08.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:09.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:09.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:09 smithi094 ceph-mon[112176]: 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-08T06:55:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:09 smithi003 ceph-mon[96088]: 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-08T06:55:10.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:10.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:11.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:11.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:11 smithi094 ceph-mon[112176]: 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-08T06:55:12.223 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:11 smithi003 ceph-mon[96088]: 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-08T06:55:12.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:12.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:13.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:13.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:13 smithi094 ceph-mon[112176]: 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-08T06:55:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:13 smithi003 ceph-mon[96088]: 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-08T06:55:14.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:14.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:15.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:15.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:15 smithi094 ceph-mon[112176]: 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-08T06:55:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:15 smithi003 ceph-mon[96088]: 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-08T06:55:16.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:16.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:17.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:17.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:17 smithi094 ceph-mon[112176]: 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-08T06:55:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:17 smithi003 ceph-mon[96088]: 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-08T06:55:18.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:18.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:19 smithi094 ceph-mon[112176]: 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-08T06:55:19.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:19.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:19 smithi003 ceph-mon[96088]: 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-08T06:55:20.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:20.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:20 smithi003 ceph-mon[96088]: 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-08T06:55:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:20 smithi094 ceph-mon[112176]: 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-08T06:55:21.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:21.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:22.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:22.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:23 smithi094 ceph-mon[112176]: 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-08T06:55:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:23 smithi003 ceph-mon[96088]: 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-08T06:55:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:23.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:23.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:25.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:25.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:25 smithi094 ceph-mon[112176]: 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-08T06:55:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:25 smithi003 ceph-mon[96088]: 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-08T06:55:26.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:26.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:27.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:27.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:27 smithi003 ceph-mon[96088]: 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-08T06:55:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:27 smithi094 ceph-mon[112176]: 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-08T06:55:28.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:28.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:29.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:29.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:29.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:29 smithi094 ceph-mon[112176]: 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-08T06:55:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:29 smithi003 ceph-mon[96088]: 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-08T06:55:30.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:30.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:31.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:31.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:31 smithi094 ceph-mon[112176]: 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-08T06:55:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:31 smithi003 ceph-mon[96088]: 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-08T06:55:32.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:32.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:33.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:33.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:33 smithi094 ceph-mon[112176]: 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-08T06:55:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:55:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:33 smithi003 ceph-mon[96088]: 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-08T06:55:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:55:34.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:34.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:34.800 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:55:34.801 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:55:34.801 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:55:34.801 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:55:34.801 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:55:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:55:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:55:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:55:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:55:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:55:35.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:35.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:35 smithi094 ceph-mon[112176]: 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-08T06:55:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:35 smithi003 ceph-mon[96088]: 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-08T06:55:36.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:36.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:37.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:37.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:37 smithi003 ceph-mon[96088]: 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-08T06:55:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:37 smithi094 ceph-mon[112176]: 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-08T06:55:38.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:38.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:39.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:39.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:39 smithi094 ceph-mon[112176]: 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-08T06:55:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:39 smithi003 ceph-mon[96088]: 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-08T06:55:40.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:40.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:41.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:41.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:41 smithi003 ceph-mon[96088]: 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-08T06:55:42.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:42.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:41 smithi094 ceph-mon[112176]: 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-08T06:55:43.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:43.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:43 smithi003 ceph-mon[96088]: 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-08T06:55:44.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:44.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:43 smithi094 ceph-mon[112176]: 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-08T06:55:45.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:45.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:45 smithi003 ceph-mon[96088]: 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-08T06:55:46.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:46.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:45 smithi094 ceph-mon[112176]: 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-08T06:55:47.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:47.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:47 smithi003 ceph-mon[96088]: 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-08T06:55:48.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:48.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:47 smithi094 ceph-mon[112176]: 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-08T06:55:49.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:49.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:49.958 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:49 smithi094 ceph-mon[112176]: 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-08T06:55:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:49 smithi003 ceph-mon[96088]: 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-08T06:55:50.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:50.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:51.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:51.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:51 smithi003 ceph-mon[96088]: 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-08T06:55:52.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:52.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:51 smithi094 ceph-mon[112176]: 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-08T06:55:53.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:53.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:53 smithi003 ceph-mon[96088]: 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-08T06:55:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:54.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:54.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:53 smithi094 ceph-mon[112176]: 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-08T06:55:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:55.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:55.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:55 smithi003 ceph-mon[96088]: 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-08T06:55:56.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:56.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:55 smithi094 ceph-mon[112176]: 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-08T06:55:57.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:57.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:57.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:57 smithi003 ceph-mon[96088]: 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-08T06:55:58.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:58.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:57 smithi094 ceph-mon[112176]: 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-08T06:55:59.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:55:59.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:55:59 smithi003 ceph-mon[96088]: 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-08T06:56:00.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:00.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:00.063 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:55:59 smithi094 ceph-mon[112176]: 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-08T06:56:01.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:01.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:01 smithi003 ceph-mon[96088]: 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-08T06:56:02.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:02.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:01 smithi094 ceph-mon[112176]: 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-08T06:56:03.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:03.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:03 smithi003 ceph-mon[96088]: 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-08T06:56:04.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:04.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:03 smithi094 ceph-mon[112176]: 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-08T06:56:05.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:05.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:05 smithi003 ceph-mon[96088]: 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-08T06:56:06.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:06.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:05 smithi094 ceph-mon[112176]: 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-08T06:56:07.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:07.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:07 smithi003 ceph-mon[96088]: 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-08T06:56:08.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:08.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:07 smithi094 ceph-mon[112176]: 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-08T06:56:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:09.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:09.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:09 smithi003 ceph-mon[96088]: 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-08T06:56:10.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:10.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:09 smithi094 ceph-mon[112176]: 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-08T06:56:11.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:11.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:11 smithi003 ceph-mon[96088]: 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-08T06:56:12.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:12.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:11 smithi094 ceph-mon[112176]: 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-08T06:56:13.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:13.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:13 smithi003 ceph-mon[96088]: 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-08T06:56:14.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:14.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:13 smithi094 ceph-mon[112176]: 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-08T06:56:15.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:15.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:15 smithi003 ceph-mon[96088]: 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-08T06:56:16.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:16.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:15 smithi094 ceph-mon[112176]: 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-08T06:56:17.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:17.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:17 smithi003 ceph-mon[96088]: 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-08T06:56:18.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:18.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:17 smithi094 ceph-mon[112176]: 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-08T06:56:19.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:19.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:19 smithi003 ceph-mon[96088]: 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-08T06:56:20.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:20.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:19 smithi094 ceph-mon[112176]: 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-08T06:56:21.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:21.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:21 smithi003 ceph-mon[96088]: 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-08T06:56:22.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:22.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:21 smithi094 ceph-mon[112176]: 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-08T06:56:23.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:23.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:24.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:24.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:23 smithi094 ceph-mon[112176]: 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-08T06:56:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:23 smithi003 ceph-mon[96088]: 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-08T06:56:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:25.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:25.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:26.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:26.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:25 smithi094 ceph-mon[112176]: 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-08T06:56:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:25 smithi003 ceph-mon[96088]: 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-08T06:56:27.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:27.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:28.081 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:27 smithi003 ceph-mon[96088]: 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-08T06:56:28.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:28.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:27 smithi094 ceph-mon[112176]: 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-08T06:56:29.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:29.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:30.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:30.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:29 smithi094 ceph-mon[112176]: 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-08T06:56:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:29 smithi003 ceph-mon[96088]: 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-08T06:56:31.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:31.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:32.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:32.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:31 smithi094 ceph-mon[112176]: 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-08T06:56:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:31 smithi003 ceph-mon[96088]: 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-08T06:56:33.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:33.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:34.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:34.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:33 smithi094 ceph-mon[112176]: 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-08T06:56:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:33 smithi003 ceph-mon[96088]: 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-08T06:56:35.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:35.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:56:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:56:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:56:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:56:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:56:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:56:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:56:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:56:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:56:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:56:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:56:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:56:36.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:36.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:35 smithi094 ceph-mon[112176]: 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-08T06:56:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:35 smithi003 ceph-mon[96088]: 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-08T06:56:37.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:37.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:38.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:38.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:37 smithi094 ceph-mon[112176]: 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-08T06:56:38.196 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:37 smithi003 ceph-mon[96088]: 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-08T06:56:39.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:39.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:40.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:40.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:39 smithi094 ceph-mon[112176]: 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-08T06:56:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:39 smithi003 ceph-mon[96088]: 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-08T06:56:41.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:41.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:41 smithi003 ceph-mon[96088]: 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-08T06:56:42.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:42.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:41 smithi094 ceph-mon[112176]: 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-08T06:56:43.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:43.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:44.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:44.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:43 smithi094 ceph-mon[112176]: 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-08T06:56:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:43 smithi003 ceph-mon[96088]: 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-08T06:56:45.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:45.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:45 smithi094 ceph-mon[112176]: 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-08T06:56:46.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:46.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:45 smithi003 ceph-mon[96088]: 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-08T06:56:47.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:47.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:48.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:48.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:47 smithi094 ceph-mon[112176]: 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-08T06:56:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:47 smithi003 ceph-mon[96088]: 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-08T06:56:49.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:49.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:50.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:50.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:49 smithi094 ceph-mon[112176]: 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-08T06:56:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:49 smithi003 ceph-mon[96088]: 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-08T06:56:51.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:51.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:52.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:52.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:51 smithi094 ceph-mon[112176]: 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-08T06:56:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:51 smithi003 ceph-mon[96088]: 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-08T06:56:53.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:53.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:54.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:54.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:53 smithi094 ceph-mon[112176]: 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-08T06:56:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:53 smithi003 ceph-mon[96088]: 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-08T06:56:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:55.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:55.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:55 smithi094 ceph-mon[112176]: 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-08T06:56:56.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:56.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:55 smithi003 ceph-mon[96088]: 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-08T06:56:57.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:57.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:58.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:58.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:57 smithi094 ceph-mon[112176]: 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-08T06:56:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:57 smithi003 ceph-mon[96088]: 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-08T06:56:59.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:56:59.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:00.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:00.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:56:59 smithi094 ceph-mon[112176]: 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-08T06:57:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:56:59 smithi003 ceph-mon[96088]: 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-08T06:57:01.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:01.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:02.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:02.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:01 smithi094 ceph-mon[112176]: 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-08T06:57:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:01 smithi003 ceph-mon[96088]: 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-08T06:57:03.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:03.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:04.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:04.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:04.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:03 smithi094 ceph-mon[112176]: 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-08T06:57:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:03 smithi003 ceph-mon[96088]: 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-08T06:57:05.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:05.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:05 smithi094 ceph-mon[112176]: 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-08T06:57:06.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:06.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:05 smithi003 ceph-mon[96088]: 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-08T06:57:07.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:07.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:07 smithi094 ceph-mon[112176]: 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-08T06:57:08.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:08.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:07 smithi003 ceph-mon[96088]: 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-08T06:57:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:09.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:09.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:09 smithi094 ceph-mon[112176]: 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-08T06:57:10.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:10.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:09 smithi003 ceph-mon[96088]: 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-08T06:57:11.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:11.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:11 smithi094 ceph-mon[112176]: 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-08T06:57:12.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:12.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:11 smithi003 ceph-mon[96088]: 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-08T06:57:13.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:13.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:13 smithi003 ceph-mon[96088]: 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-08T06:57:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:13 smithi094 ceph-mon[112176]: 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-08T06:57:14.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:14.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:15.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:15.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:15 smithi094 ceph-mon[112176]: 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-08T06:57:16.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:16.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:15 smithi003 ceph-mon[96088]: 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-08T06:57:17.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:17.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:17 smithi094 ceph-mon[112176]: 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-08T06:57:18.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:18.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:17 smithi003 ceph-mon[96088]: 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-08T06:57:19.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:19.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:19 smithi094 ceph-mon[112176]: 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-08T06:57:20.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:20.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:19 smithi003 ceph-mon[96088]: 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-08T06:57:21.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:21.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:21 smithi094 ceph-mon[112176]: 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-08T06:57:22.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:22.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:21 smithi003 ceph-mon[96088]: 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-08T06:57:23.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:23.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:23 smithi003 ceph-mon[96088]: 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-08T06:57:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:23 smithi094 ceph-mon[112176]: 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-08T06:57:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:24.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:24.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:25.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:25.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:25 smithi094 ceph-mon[112176]: 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-08T06:57:26.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:26.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:25 smithi003 ceph-mon[96088]: 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-08T06:57:27.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:27.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:27 smithi094 ceph-mon[112176]: 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-08T06:57:28.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:28.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:27 smithi003 ceph-mon[96088]: 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-08T06:57:29.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:29.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:29 smithi094 ceph-mon[112176]: 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-08T06:57:30.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:30.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:29 smithi003 ceph-mon[96088]: 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-08T06:57:31.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:31.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:31 smithi094 ceph-mon[112176]: 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-08T06:57:32.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:32.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:31 smithi003 ceph-mon[96088]: 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-08T06:57:33.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:33.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:33 smithi094 ceph-mon[112176]: 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-08T06:57:34.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:34.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:33 smithi003 ceph-mon[96088]: 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-08T06:57:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:57:35.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:35.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:57:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:35 smithi094 ceph-mon[112176]: 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-08T06:57:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:57:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:57:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:57:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:57:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:57:36.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:36.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:35 smithi003 ceph-mon[96088]: 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-08T06:57:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:57:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:57:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:57:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:57:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:57:37.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:37.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:37 smithi094 ceph-mon[112176]: 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-08T06:57:38.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:38.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:37 smithi003 ceph-mon[96088]: 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-08T06:57:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:39.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:39.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:39 smithi094 ceph-mon[112176]: 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-08T06:57:40.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:40.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:39 smithi003 ceph-mon[96088]: 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-08T06:57:41.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:41.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:41 smithi094 ceph-mon[112176]: 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-08T06:57:42.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:42.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:41 smithi003 ceph-mon[96088]: 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-08T06:57:43.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:43.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:43 smithi094 ceph-mon[112176]: 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-08T06:57:44.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:44.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:43 smithi003 ceph-mon[96088]: 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-08T06:57:45.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:45.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:45 smithi094 ceph-mon[112176]: 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-08T06:57:46.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:46.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:45 smithi003 ceph-mon[96088]: 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-08T06:57:47.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:47.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:47 smithi094 ceph-mon[112176]: 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-08T06:57:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:47 smithi003 ceph-mon[96088]: 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-08T06:57:48.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:48.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:49.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:49.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:49 smithi094 ceph-mon[112176]: 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-08T06:57:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:49 smithi003 ceph-mon[96088]: 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-08T06:57:50.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:50.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:51.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:51.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:51 smithi094 ceph-mon[112176]: 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-08T06:57:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:51 smithi003 ceph-mon[96088]: 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-08T06:57:52.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:52.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:53.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:53.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:53 smithi094 ceph-mon[112176]: 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-08T06:57:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:53 smithi003 ceph-mon[96088]: 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-08T06:57:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:54.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:54.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:55.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:55.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:55 smithi094 ceph-mon[112176]: 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-08T06:57:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:55 smithi003 ceph-mon[96088]: 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-08T06:57:56.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:56.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:57.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:57.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:57 smithi094 ceph-mon[112176]: 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-08T06:57:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:57 smithi003 ceph-mon[96088]: 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-08T06:57:58.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:58.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:59.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:57:59.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:57:59 smithi094 ceph-mon[112176]: 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-08T06:58:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:57:59 smithi003 ceph-mon[96088]: 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-08T06:58:00.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:00.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:01.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:01.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:01 smithi094 ceph-mon[112176]: 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-08T06:58:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:01 smithi003 ceph-mon[96088]: 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-08T06:58:02.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:02.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:02 smithi003 ceph-mon[96088]: 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-08T06:58:03.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:03.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:02 smithi094 ceph-mon[112176]: 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-08T06:58:04.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:04.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:05.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:05.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:05 smithi094 ceph-mon[112176]: 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-08T06:58:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:05 smithi003 ceph-mon[96088]: 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-08T06:58:06.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:06.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:07.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:07.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:07 smithi003 ceph-mon[96088]: 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-08T06:58:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:07 smithi094 ceph-mon[112176]: 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-08T06:58:08.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:08.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:09.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:09.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:09 smithi094 ceph-mon[112176]: 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-08T06:58:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:09 smithi003 ceph-mon[96088]: 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-08T06:58:10.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:10.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:11.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:11.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:11 smithi094 ceph-mon[112176]: 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-08T06:58:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:11 smithi003 ceph-mon[96088]: 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-08T06:58:12.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:12.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:13.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:13.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:13 smithi094 ceph-mon[112176]: 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-08T06:58:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:13 smithi003 ceph-mon[96088]: 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-08T06:58:14.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:14.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:15.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:15.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:15 smithi094 ceph-mon[112176]: 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-08T06:58:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:15 smithi003 ceph-mon[96088]: 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-08T06:58:16.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:16.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:17.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:17.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:17 smithi003 ceph-mon[96088]: 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-08T06:58:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:17 smithi094 ceph-mon[112176]: 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-08T06:58:18.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:18.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:19.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:19.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:19 smithi003 ceph-mon[96088]: 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-08T06:58:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:19 smithi094 ceph-mon[112176]: 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-08T06:58:20.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:20.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:21.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:21.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:21 smithi094 ceph-mon[112176]: 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-08T06:58:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:21 smithi003 ceph-mon[96088]: 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-08T06:58:22.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:22.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:23.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:23.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:23 smithi094 ceph-mon[112176]: 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-08T06:58:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:23 smithi003 ceph-mon[96088]: 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-08T06:58:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:24.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:24.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:25.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:25.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:25 smithi094 ceph-mon[112176]: 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-08T06:58:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:25 smithi003 ceph-mon[96088]: 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-08T06:58:26.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:26.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:27.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:27.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:27 smithi003 ceph-mon[96088]: 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-08T06:58:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:27 smithi094 ceph-mon[112176]: 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-08T06:58:28.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:28.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:29.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:29.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:29 smithi003 ceph-mon[96088]: 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-08T06:58:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:29 smithi094 ceph-mon[112176]: 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-08T06:58:30.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:30.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:31.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:31.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:31 smithi094 ceph-mon[112176]: 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-08T06:58:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:31 smithi003 ceph-mon[96088]: 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-08T06:58:32.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:32.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:33.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:33.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:33.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:33 smithi094 ceph-mon[112176]: 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-08T06:58:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:33 smithi003 ceph-mon[96088]: 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-08T06:58:34.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:34.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:35.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:35.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:35 smithi094 ceph-mon[112176]: 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-08T06:58:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:58:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:35 smithi003 ceph-mon[96088]: 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-08T06:58:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:58:36.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:36.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:58:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:58:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:58:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:58:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:58:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:58:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:58:36.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:58:36.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:58:36.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:58:37.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:37.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:37 smithi094 ceph-mon[112176]: 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-08T06:58:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:37 smithi003 ceph-mon[96088]: 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-08T06:58:38.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:38.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:39.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:39.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:39 smithi094 ceph-mon[112176]: 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-08T06:58:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:39 smithi003 ceph-mon[96088]: 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-08T06:58:40.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:40.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:41.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:41.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:41 smithi094 ceph-mon[112176]: 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-08T06:58:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:41 smithi003 ceph-mon[96088]: 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-08T06:58:42.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:42.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:43.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:43.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:43 smithi003 ceph-mon[96088]: 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-08T06:58:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:43 smithi094 ceph-mon[112176]: 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-08T06:58:44.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:44.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:45.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:45.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:45 smithi003 ceph-mon[96088]: 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-08T06:58:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:45 smithi094 ceph-mon[112176]: 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-08T06:58:46.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:46.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:47.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:47.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:47 smithi003 ceph-mon[96088]: 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-08T06:58:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:47 smithi094 ceph-mon[112176]: 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-08T06:58:48.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:48.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:49.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:49.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:49 smithi003 ceph-mon[96088]: 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-08T06:58:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:49 smithi094 ceph-mon[112176]: 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-08T06:58:50.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:50.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:51.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:51.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:51 smithi003 ceph-mon[96088]: 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-08T06:58:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:51 smithi094 ceph-mon[112176]: 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-08T06:58:52.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:52.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:53.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:53.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:53 smithi003 ceph-mon[96088]: 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-08T06:58:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:53 smithi094 ceph-mon[112176]: 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-08T06:58:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:54.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:54.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:55.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:55.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:55 smithi003 ceph-mon[96088]: 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-08T06:58:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:55 smithi094 ceph-mon[112176]: 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-08T06:58:56.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:56.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:57.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:57.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:57 smithi003 ceph-mon[96088]: 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-08T06:58:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:57 smithi094 ceph-mon[112176]: 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-08T06:58:58.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:58.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:59.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:58:59.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:58:59 smithi003 ceph-mon[96088]: 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-08T06:59:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:58:59 smithi094 ceph-mon[112176]: 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-08T06:59:00.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:00.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:01.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:01.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:01.957 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:01 smithi094 ceph-mon[112176]: 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-08T06:59:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:01 smithi003 ceph-mon[96088]: 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-08T06:59:02.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:02.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:03.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:03.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:03 smithi003 ceph-mon[96088]: 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-08T06:59:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:03 smithi094 ceph-mon[112176]: 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-08T06:59:04.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:04.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:05.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:05.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:05 smithi003 ceph-mon[96088]: 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-08T06:59:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:05 smithi094 ceph-mon[112176]: 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-08T06:59:06.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:06.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:07.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:07.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:07.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:07 smithi003 ceph-mon[96088]: 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-08T06:59:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:07 smithi094 ceph-mon[112176]: 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-08T06:59:08.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:08.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:09.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:09.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:09 smithi003 ceph-mon[96088]: 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-08T06:59:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:09 smithi094 ceph-mon[112176]: 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-08T06:59:10.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:10.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:11.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:11.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:11 smithi003 ceph-mon[96088]: 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-08T06:59:12.062 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:11 smithi094 ceph-mon[112176]: 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-08T06:59:12.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:12.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:13.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:13.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:13 smithi003 ceph-mon[96088]: 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-08T06:59:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:13 smithi094 ceph-mon[112176]: 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-08T06:59:14.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:14.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:15.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:15.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:15 smithi003 ceph-mon[96088]: 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-08T06:59:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:15 smithi094 ceph-mon[112176]: 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-08T06:59:16.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:16.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:17.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:17.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:17 smithi003 ceph-mon[96088]: 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-08T06:59:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:17 smithi094 ceph-mon[112176]: 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-08T06:59:18.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:18.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:19.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:19.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:19 smithi003 ceph-mon[96088]: 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-08T06:59:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:19 smithi094 ceph-mon[112176]: 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-08T06:59:20.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:20.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:21.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:21.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:21 smithi003 ceph-mon[96088]: 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-08T06:59:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:21 smithi094 ceph-mon[112176]: 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-08T06:59:22.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:22.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:23.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:23.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:23 smithi094 ceph-mon[112176]: 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-08T06:59:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:23 smithi003 ceph-mon[96088]: 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-08T06:59:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:24.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:24.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:25.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:25.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:25 smithi094 ceph-mon[112176]: 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-08T06:59:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:25 smithi003 ceph-mon[96088]: 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-08T06:59:26.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:26.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:27.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:27.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:27 smithi094 ceph-mon[112176]: 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-08T06:59:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:27 smithi003 ceph-mon[96088]: 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-08T06:59:28.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:28.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:29.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:29.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:30.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:29 smithi003 ceph-mon[96088]: 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-08T06:59:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:29 smithi094 ceph-mon[112176]: 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-08T06:59:30.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:30.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:31.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:31.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:31 smithi094 ceph-mon[112176]: 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-08T06:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:31 smithi003 ceph-mon[96088]: 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-08T06:59:32.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:32.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:33.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:33.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:33 smithi094 ceph-mon[112176]: 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-08T06:59:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:33 smithi003 ceph-mon[96088]: 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-08T06:59:34.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:34.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:35.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:35.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:35 smithi094 ceph-mon[112176]: 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-08T06:59:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:35 smithi003 ceph-mon[96088]: 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-08T06:59:36.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:36.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:59:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:59:37.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:37.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:37 smithi094 ceph-mon[112176]: 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-08T06:59:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:37 smithi003 ceph-mon[96088]: 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-08T06:59:38.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:38.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:59:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:59:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:59:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:59:39.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:39.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:39 smithi094 ceph-mon[112176]: 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-08T06:59:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:59:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:59:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:59:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:59:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:39 smithi003 ceph-mon[96088]: 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-08T06:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:59:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T06:59:40.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:40.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:41.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:41.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:41 smithi094 ceph-mon[112176]: 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-08T06:59:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:41 smithi003 ceph-mon[96088]: 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-08T06:59:42.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:42.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:43.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:43.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:43 smithi094 ceph-mon[112176]: 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-08T06:59:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:43 smithi003 ceph-mon[96088]: 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-08T06:59:44.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:44.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:45.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:45.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:45 smithi094 ceph-mon[112176]: 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-08T06:59:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:45 smithi003 ceph-mon[96088]: 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-08T06:59:46.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:46.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:47.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:47.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:47 smithi094 ceph-mon[112176]: 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-08T06:59:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:47 smithi003 ceph-mon[96088]: 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-08T06:59:48.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:48.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:49.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:49.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:49 smithi094 ceph-mon[112176]: 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-08T06:59:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:49 smithi003 ceph-mon[96088]: 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-08T06:59:50.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:50.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:51.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:51.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:52.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:51 smithi094 ceph-mon[112176]: 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-08T06:59:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:51 smithi003 ceph-mon[96088]: 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-08T06:59:52.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:52.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:53.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:53.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:53 smithi094 ceph-mon[112176]: 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-08T06:59:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:53 smithi003 ceph-mon[96088]: 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-08T06:59:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:54.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:54.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:55.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:55.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:55 smithi094 ceph-mon[112176]: 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-08T06:59:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:55 smithi003 ceph-mon[96088]: 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-08T06:59:56.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:56.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:57.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:57.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:57 smithi094 ceph-mon[112176]: 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-08T06:59:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:57 smithi003 ceph-mon[96088]: 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-08T06:59:58.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:58.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:59.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T06:59:59.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 06:59:59 smithi094 ceph-mon[112176]: 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-08T07:00:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 06:59:59 smithi003 ceph-mon[96088]: 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-08T07:00:00.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:00.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T07:00:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T07:00:01.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:01.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:01 smithi094 ceph-mon[112176]: 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-08T07:00:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:01 smithi003 ceph-mon[96088]: 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-08T07:00:02.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:02.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:03.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:03.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:03 smithi094 ceph-mon[112176]: 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-08T07:00:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:03 smithi003 ceph-mon[96088]: 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-08T07:00:04.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:04.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:05.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:05.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:05 smithi094 ceph-mon[112176]: 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-08T07:00:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:05 smithi003 ceph-mon[96088]: 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-08T07:00:06.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:06.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:07.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:07.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:07 smithi094 ceph-mon[112176]: 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-08T07:00:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:07 smithi003 ceph-mon[96088]: 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-08T07:00:08.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:08.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:09.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:09.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:09 smithi094 ceph-mon[112176]: 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-08T07:00:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:09 smithi003 ceph-mon[96088]: 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-08T07:00:10.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:10.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:11.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:11.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:11 smithi094 ceph-mon[112176]: 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-08T07:00:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:11 smithi003 ceph-mon[96088]: 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-08T07:00:12.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:12.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:13.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:13.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:13 smithi094 ceph-mon[112176]: 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-08T07:00:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:13 smithi003 ceph-mon[96088]: 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-08T07:00:14.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:14.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:15.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:15.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:15 smithi003 ceph-mon[96088]: 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-08T07:00:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:15 smithi094 ceph-mon[112176]: 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-08T07:00:16.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:16.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:17.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:17.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:17 smithi094 ceph-mon[112176]: 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-08T07:00:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:17 smithi003 ceph-mon[96088]: 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-08T07:00:18.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:18.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:19.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:19.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:19 smithi094 ceph-mon[112176]: 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-08T07:00:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:19 smithi003 ceph-mon[96088]: 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-08T07:00:20.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:20.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:21.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:21.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:21 smithi094 ceph-mon[112176]: 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-08T07:00:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:21 smithi003 ceph-mon[96088]: 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-08T07:00:22.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:22.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:23.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:23.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:23 smithi094 ceph-mon[112176]: 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-08T07:00:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:23 smithi003 ceph-mon[96088]: 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-08T07:00:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:24.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:24.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:25.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:25.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:25 smithi094 ceph-mon[112176]: 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-08T07:00:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:25 smithi003 ceph-mon[96088]: 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-08T07:00:26.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:26.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:27.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:27.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:27 smithi094 ceph-mon[112176]: 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-08T07:00:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:27 smithi003 ceph-mon[96088]: 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-08T07:00:28.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:28.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:29.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:29.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:29 smithi094 ceph-mon[112176]: 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-08T07:00:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:29 smithi003 ceph-mon[96088]: 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-08T07:00:30.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:30.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:31.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:31.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:31 smithi094 ceph-mon[112176]: pgmap v7325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:31 smithi003 ceph-mon[96088]: pgmap v7325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:32.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:32.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:33.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:33.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:33 smithi094 ceph-mon[112176]: pgmap v7326: 97 pgs: 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.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:33 smithi003 ceph-mon[96088]: pgmap v7326: 97 pgs: 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.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:34.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:35.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:35.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:35 smithi094 ceph-mon[112176]: pgmap v7327: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:35 smithi003 ceph-mon[96088]: pgmap v7327: 97 pgs: 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:36.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:36.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:37.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:37.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:37 smithi094 ceph-mon[112176]: pgmap v7328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:37 smithi003 ceph-mon[96088]: pgmap v7328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:38.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:38.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:39 smithi094 ceph-mon[112176]: pgmap v7329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:00:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:00:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:00:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:00:40.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:00:40.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:00:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:39 smithi003 ceph-mon[96088]: pgmap v7329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:00:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:00:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:00:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:00:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:00:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:00:40.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:40.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:41.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:41.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:41 smithi094 ceph-mon[112176]: pgmap v7330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:41 smithi003 ceph-mon[96088]: pgmap v7330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:42.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:42.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:43.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:43.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:43 smithi094 ceph-mon[112176]: 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-08T07:00:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:43 smithi003 ceph-mon[96088]: 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-08T07:00:44.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:44.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:45.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:45.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:45 smithi094 ceph-mon[112176]: 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-08T07:00:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:45 smithi003 ceph-mon[96088]: 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-08T07:00:46.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:46.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:47.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:47.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:47 smithi094 ceph-mon[112176]: 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-08T07:00:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:47 smithi003 ceph-mon[96088]: 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-08T07:00:48.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:48.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:49.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:49.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:50.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:49 smithi094 ceph-mon[112176]: 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-08T07:00:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:49 smithi003 ceph-mon[96088]: 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-08T07:00:50.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:50.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:51.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:51.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:51 smithi094 ceph-mon[112176]: 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-08T07:00:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:51 smithi003 ceph-mon[96088]: 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-08T07:00:52.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:52.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:53.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:53.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:53 smithi094 ceph-mon[112176]: 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-08T07:00:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:53 smithi003 ceph-mon[96088]: 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-08T07:00:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:54.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:54.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:55.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:55.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:55 smithi094 ceph-mon[112176]: 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-08T07:00:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:55 smithi003 ceph-mon[96088]: 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-08T07:00:56.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:56.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:57.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:57.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:57 smithi094 ceph-mon[112176]: 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-08T07:00:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:57 smithi003 ceph-mon[96088]: 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-08T07:00:58.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:58.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:59.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:00:59.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:00:59 smithi094 ceph-mon[112176]: 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-08T07:01:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:00:59 smithi003 ceph-mon[96088]: 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-08T07:01:00.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:00.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:01.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:01.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:01 smithi094 ceph-mon[112176]: 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-08T07:01:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:01 smithi003 ceph-mon[96088]: 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-08T07:01:02.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:02.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:03.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:03.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:03 smithi003 ceph-mon[96088]: 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-08T07:01:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:03 smithi094 ceph-mon[112176]: 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-08T07:01:04.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:04.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:05.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:05.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:05 smithi003 ceph-mon[96088]: 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-08T07:01:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:05 smithi094 ceph-mon[112176]: 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-08T07:01:06.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:06.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:07.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:07.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:07 smithi003 ceph-mon[96088]: 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-08T07:01:08.280 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:07 smithi094 ceph-mon[112176]: 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-08T07:01:08.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:08.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:09.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:09.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:09 smithi003 ceph-mon[96088]: 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-08T07:01:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:09 smithi094 ceph-mon[112176]: 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-08T07:01:10.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:10.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:10 smithi003 ceph-mon[96088]: 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-08T07:01:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:10 smithi094 ceph-mon[112176]: 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-08T07:01:11.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:11.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:12.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:12.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:13.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:13.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:13 smithi094 ceph-mon[112176]: 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-08T07:01:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:13 smithi003 ceph-mon[96088]: 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-08T07:01:14.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:14.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:15.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:15.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:15 smithi094 ceph-mon[112176]: 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-08T07:01:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:15 smithi003 ceph-mon[96088]: 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-08T07:01:16.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:16.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:17.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:17.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:17 smithi003 ceph-mon[96088]: 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-08T07:01:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:17 smithi094 ceph-mon[112176]: 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-08T07:01:18.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:18.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:19.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:19.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:19 smithi094 ceph-mon[112176]: 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-08T07:01:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:19 smithi003 ceph-mon[96088]: 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-08T07:01:20.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:20.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:21.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:21.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:21 smithi003 ceph-mon[96088]: 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-08T07:01:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:21 smithi094 ceph-mon[112176]: 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-08T07:01:22.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:22.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:23.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:23.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:23 smithi094 ceph-mon[112176]: 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-08T07:01:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:23 smithi003 ceph-mon[96088]: 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-08T07:01:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:24.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:24.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:25.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:25.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:25 smithi094 ceph-mon[112176]: 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-08T07:01:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:25 smithi003 ceph-mon[96088]: 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-08T07:01:26.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:26.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:27.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:27.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:27 smithi094 ceph-mon[112176]: 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-08T07:01:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:27 smithi003 ceph-mon[96088]: 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-08T07:01:28.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:28.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:29.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:29.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:29 smithi094 ceph-mon[112176]: 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-08T07:01:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:29 smithi003 ceph-mon[96088]: 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-08T07:01:30.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:30.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:31.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:31.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:31 smithi094 ceph-mon[112176]: 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-08T07:01:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:31 smithi003 ceph-mon[96088]: 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-08T07:01:32.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:32.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:33.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:33.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:33 smithi094 ceph-mon[112176]: 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-08T07:01:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:33 smithi003 ceph-mon[96088]: 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-08T07:01:34.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:34.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:35.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:35.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:35 smithi094 ceph-mon[112176]: 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-08T07:01:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:35 smithi003 ceph-mon[96088]: 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-08T07:01:36.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:36.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:37.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:37.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:37 smithi094 ceph-mon[112176]: 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-08T07:01:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:37 smithi003 ceph-mon[96088]: 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-08T07:01:38.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:38.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:39.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:39.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:39 smithi094 ceph-mon[112176]: 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-08T07:01:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:39 smithi003 ceph-mon[96088]: 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-08T07:01:40.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:40.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:01:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:01:41.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:41.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:41 smithi094 ceph-mon[112176]: 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-08T07:01:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:41 smithi003 ceph-mon[96088]: 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-08T07:01:42.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:42.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:43.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:43.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:43 smithi094 ceph-mon[112176]: 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-08T07:01:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:43 smithi003 ceph-mon[96088]: 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-08T07:01:44.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:44.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:45.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:45.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:45 smithi003 ceph-mon[96088]: 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-08T07:01:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:01:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:01:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:01:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:01:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:01:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:01:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:01:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:45 smithi094 ceph-mon[112176]: 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-08T07:01:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:01:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:01:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:01:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:01:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:01:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:01:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:01:46.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:46.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:47.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:47.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:47 smithi003 ceph-mon[96088]: 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-08T07:01:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:47 smithi094 ceph-mon[112176]: 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-08T07:01:48.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:48.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:49.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:49.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:49 smithi094 ceph-mon[112176]: 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-08T07:01:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:49 smithi003 ceph-mon[96088]: 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-08T07:01:50.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:50.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:51.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:51.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:51 smithi094 ceph-mon[112176]: 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-08T07:01:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:51 smithi003 ceph-mon[96088]: 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-08T07:01:52.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:52.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:53.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:53.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:53 smithi094 ceph-mon[112176]: 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-08T07:01:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:53 smithi003 ceph-mon[96088]: 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-08T07:01:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:54.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:54.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:55.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:55.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:55 smithi094 ceph-mon[112176]: 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-08T07:01:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:55 smithi003 ceph-mon[96088]: 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-08T07:01:56.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:56.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:57.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:57.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:57 smithi094 ceph-mon[112176]: 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-08T07:01:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:57 smithi003 ceph-mon[96088]: 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-08T07:01:58.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:58.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:59.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:01:59.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:01:59 smithi094 ceph-mon[112176]: 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-08T07:02:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:01:59 smithi003 ceph-mon[96088]: 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-08T07:02:00.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:00.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:01.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:01.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:01 smithi094 ceph-mon[112176]: 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-08T07:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:01 smithi003 ceph-mon[96088]: 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-08T07:02:02.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:02.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:03.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:03.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:03 smithi094 ceph-mon[112176]: 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-08T07:02:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:03 smithi003 ceph-mon[96088]: 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-08T07:02:04.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:04.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:05.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:05.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:05 smithi094 ceph-mon[112176]: 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-08T07:02:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:05 smithi003 ceph-mon[96088]: 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-08T07:02:06.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:06.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:07.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:07.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:07 smithi094 ceph-mon[112176]: 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-08T07:02:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:07 smithi003 ceph-mon[96088]: 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-08T07:02:08.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:08.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:09.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:09.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:09 smithi094 ceph-mon[112176]: 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-08T07:02:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:09 smithi003 ceph-mon[96088]: 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-08T07:02:10.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:10.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:11.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:11.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:11 smithi094 ceph-mon[112176]: 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-08T07:02:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:11 smithi003 ceph-mon[96088]: 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-08T07:02:12.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:12.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:13.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:13.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:13 smithi094 ceph-mon[112176]: 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-08T07:02:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:13 smithi003 ceph-mon[96088]: 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-08T07:02:14.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:14.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:15.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:15.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:15 smithi094 ceph-mon[112176]: 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-08T07:02:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:15 smithi003 ceph-mon[96088]: 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-08T07:02:16.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:16.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:17.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:17.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:17 smithi094 ceph-mon[112176]: 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-08T07:02:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:17 smithi003 ceph-mon[96088]: 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-08T07:02:18.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:18.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:19.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:19.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:19 smithi094 ceph-mon[112176]: 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-08T07:02:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:19 smithi003 ceph-mon[96088]: 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-08T07:02:20.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:20.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:21.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:21.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:22.097 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:21 smithi003 ceph-mon[96088]: 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-08T07:02:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:21 smithi094 ceph-mon[112176]: 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-08T07:02:22.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:22.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:23.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:23.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:24.072 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:23 smithi094 ceph-mon[112176]: 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-08T07:02:24.073 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:23 smithi003 ceph-mon[96088]: 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-08T07:02:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:24.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:24.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:25.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:25.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:25 smithi094 ceph-mon[112176]: 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-08T07:02:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:25 smithi003 ceph-mon[96088]: 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-08T07:02:26.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:26.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:27.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:27.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:27 smithi094 ceph-mon[112176]: 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-08T07:02:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:27 smithi003 ceph-mon[96088]: 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-08T07:02:28.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:28.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:29.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:29.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:29 smithi094 ceph-mon[112176]: 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-08T07:02:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:29 smithi003 ceph-mon[96088]: 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-08T07:02:30.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:30.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:31.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:31.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:31 smithi094 ceph-mon[112176]: 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-08T07:02:32.212 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:31 smithi003 ceph-mon[96088]: 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-08T07:02:32.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:32.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:33.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:33.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:33 smithi094 ceph-mon[112176]: 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-08T07:02:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:33 smithi003 ceph-mon[96088]: 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-08T07:02:34.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:34.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:35.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:35.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:35 smithi094 ceph-mon[112176]: 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-08T07:02:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:35 smithi003 ceph-mon[96088]: 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-08T07:02:36.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:36.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:37.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:37.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:37 smithi094 ceph-mon[112176]: 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-08T07:02:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:37 smithi003 ceph-mon[96088]: 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-08T07:02:38.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:38.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:39.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:39.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:39 smithi094 ceph-mon[112176]: 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-08T07:02:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:39 smithi003 ceph-mon[96088]: 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-08T07:02:40.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:40.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:41.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:41.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:41 smithi094 ceph-mon[112176]: 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-08T07:02:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:41 smithi003 ceph-mon[96088]: 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-08T07:02:42.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:42.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:43.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:43.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:43 smithi094 ceph-mon[112176]: 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-08T07:02:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:43 smithi003 ceph-mon[96088]: 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-08T07:02:44.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:44.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:45.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:45.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:45 smithi094 ceph-mon[112176]: 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-08T07:02:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:02:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:02:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:02:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:45 smithi003 ceph-mon[96088]: 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-08T07:02:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:02:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:02:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:02:46.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:46.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:02:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:02:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:02:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:02:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:02:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:02:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:02:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:02:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:02:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:02:47.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:47.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:47 smithi094 ceph-mon[112176]: 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-08T07:02:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:47 smithi003 ceph-mon[96088]: 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-08T07:02:48.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:48.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:49.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:49.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:49 smithi094 ceph-mon[112176]: 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-08T07:02:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:49 smithi003 ceph-mon[96088]: 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-08T07:02:50.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:50.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:51.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:51.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:51 smithi094 ceph-mon[112176]: 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-08T07:02:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:51 smithi003 ceph-mon[96088]: 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-08T07:02:52.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:52.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:53.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:53.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:53 smithi094 ceph-mon[112176]: 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-08T07:02:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:53 smithi003 ceph-mon[96088]: 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-08T07:02:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:54.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:54.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:55.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:55.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:55 smithi094 ceph-mon[112176]: 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-08T07:02:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:55 smithi003 ceph-mon[96088]: 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-08T07:02:56.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:56.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:57.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:57.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:57 smithi094 ceph-mon[112176]: 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-08T07:02:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:57 smithi003 ceph-mon[96088]: 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-08T07:02:58.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:58.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:59.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:02:59.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:02:59 smithi094 ceph-mon[112176]: 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-08T07:03:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:02:59 smithi003 ceph-mon[96088]: 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-08T07:03:00.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:00.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:01.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:01.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:01 smithi094 ceph-mon[112176]: 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-08T07:03:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:01 smithi003 ceph-mon[96088]: 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-08T07:03:02.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:02.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:03.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:03.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:03 smithi094 ceph-mon[112176]: 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-08T07:03:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:03 smithi003 ceph-mon[96088]: 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-08T07:03:04.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:04.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:05.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:05.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:05 smithi094 ceph-mon[112176]: 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-08T07:03:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:05 smithi003 ceph-mon[96088]: 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-08T07:03:06.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:06.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:07.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:07.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:07 smithi094 ceph-mon[112176]: 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-08T07:03:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:07 smithi003 ceph-mon[96088]: 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-08T07:03:08.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:08.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:09.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:09.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:09 smithi094 ceph-mon[112176]: 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-08T07:03:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:09 smithi003 ceph-mon[96088]: 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-08T07:03:10.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:10.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:11.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:11.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:11 smithi094 ceph-mon[112176]: 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-08T07:03:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:11 smithi003 ceph-mon[96088]: 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-08T07:03:12.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:12.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:13.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:13.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:13 smithi094 ceph-mon[112176]: 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-08T07:03:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:13 smithi003 ceph-mon[96088]: 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-08T07:03:14.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:14.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:15.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:15.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:15 smithi094 ceph-mon[112176]: 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-08T07:03:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:15 smithi003 ceph-mon[96088]: 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-08T07:03:16.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:16.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:17.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:17.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:17 smithi003 ceph-mon[96088]: 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-08T07:03:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:17 smithi094 ceph-mon[112176]: 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-08T07:03:18.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:18.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:19.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:19.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:19 smithi094 ceph-mon[112176]: 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-08T07:03:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:19 smithi003 ceph-mon[96088]: 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-08T07:03:20.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:20.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:21.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:21.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:21 smithi094 ceph-mon[112176]: 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-08T07:03:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:21 smithi003 ceph-mon[96088]: 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-08T07:03:22.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:22.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:23.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:23.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:23 smithi094 ceph-mon[112176]: 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-08T07:03:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:23 smithi003 ceph-mon[96088]: 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-08T07:03:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:24.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:24.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:25.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:25.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:25 smithi094 ceph-mon[112176]: 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-08T07:03:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:25 smithi003 ceph-mon[96088]: 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-08T07:03:26.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:26.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:27.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:27.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:27 smithi094 ceph-mon[112176]: 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-08T07:03:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:27 smithi003 ceph-mon[96088]: 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-08T07:03:28.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:28.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:29.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:29.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:29 smithi094 ceph-mon[112176]: 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-08T07:03:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:29 smithi003 ceph-mon[96088]: 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-08T07:03:30.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:30.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:31.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:31.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:31 smithi094 ceph-mon[112176]: 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-08T07:03:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:31 smithi003 ceph-mon[96088]: 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-08T07:03:32.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:32.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:33.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:33.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:33 smithi094 ceph-mon[112176]: 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-08T07:03:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:33 smithi003 ceph-mon[96088]: 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-08T07:03:34.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:34.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:35.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:35.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:35 smithi003 ceph-mon[96088]: 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-08T07:03:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:35 smithi094 ceph-mon[112176]: 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-08T07:03:36.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:37.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:37.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:37.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:37 smithi003 ceph-mon[96088]: 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-08T07:03:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:37 smithi094 ceph-mon[112176]: 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-08T07:03:38.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:38.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:39.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:39.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:39 smithi094 ceph-mon[112176]: 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-08T07:03:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:39 smithi003 ceph-mon[96088]: 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-08T07:03:40.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:40.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:41.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:41.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:41 smithi003 ceph-mon[96088]: 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-08T07:03:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:41 smithi094 ceph-mon[112176]: 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-08T07:03:42.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:42.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:43.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:43.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:43 smithi003 ceph-mon[96088]: 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-08T07:03:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:43 smithi094 ceph-mon[112176]: 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-08T07:03:44.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:44.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:45.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:45.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:45 smithi003 ceph-mon[96088]: 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-08T07:03:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:45 smithi094 ceph-mon[112176]: 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-08T07:03:46.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:46.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:03:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:03:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:03:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:03:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:03:47.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:03:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:03:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:03:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:03:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:03:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:03:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:03:47.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:47.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:47 smithi003 ceph-mon[96088]: 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-08T07:03:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:47 smithi094 ceph-mon[112176]: 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-08T07:03:48.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:48.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:49.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:49.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:49 smithi003 ceph-mon[96088]: 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-08T07:03:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:49 smithi094 ceph-mon[112176]: 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-08T07:03:50.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:50.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:51.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:51.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:51 smithi003 ceph-mon[96088]: 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-08T07:03:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:51 smithi094 ceph-mon[112176]: 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-08T07:03:52.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:52.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:53.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:53.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:53 smithi003 ceph-mon[96088]: 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-08T07:03:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:53 smithi094 ceph-mon[112176]: 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-08T07:03:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:54.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:54.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:55.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:55.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:55 smithi003 ceph-mon[96088]: 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-08T07:03:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:55 smithi094 ceph-mon[112176]: 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-08T07:03:56.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:56.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:57.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:57.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:58.181 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:57 smithi003 ceph-mon[96088]: 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-08T07:03:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:57 smithi094 ceph-mon[112176]: 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-08T07:03:58.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:58.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:59.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:03:59.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:03:59 smithi003 ceph-mon[96088]: 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-08T07:04:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:03:59 smithi094 ceph-mon[112176]: 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-08T07:04:00.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:00.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:01 smithi094 ceph-mon[112176]: 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-08T07:04:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:01 smithi003 ceph-mon[96088]: 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-08T07:04:01.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:01.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:02.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:02.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:03.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:03.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:03 smithi094 ceph-mon[112176]: 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-08T07:04:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:03 smithi003 ceph-mon[96088]: 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-08T07:04:04.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:04.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:05.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:05.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:05 smithi094 ceph-mon[112176]: 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-08T07:04:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:05 smithi003 ceph-mon[96088]: 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-08T07:04:06.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:06.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:07.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:07.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:07 smithi094 ceph-mon[112176]: 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-08T07:04:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:07 smithi003 ceph-mon[96088]: 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-08T07:04:08.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:08.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:09.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:09.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:09 smithi094 ceph-mon[112176]: 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-08T07:04:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:09 smithi003 ceph-mon[96088]: 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-08T07:04:10.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:10.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:11.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:11.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:11 smithi094 ceph-mon[112176]: 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-08T07:04:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:11 smithi003 ceph-mon[96088]: 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-08T07:04:12.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:12.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:13.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:13.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:13.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:13 smithi094 ceph-mon[112176]: 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-08T07:04:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:13 smithi003 ceph-mon[96088]: 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-08T07:04:14.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:14.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:15.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:15.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:15 smithi094 ceph-mon[112176]: 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-08T07:04:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:15 smithi003 ceph-mon[96088]: 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-08T07:04:16.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:16.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:17.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:17.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:17 smithi094 ceph-mon[112176]: 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-08T07:04:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:17 smithi003 ceph-mon[96088]: 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-08T07:04:18.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:18.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:19.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:19.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:19 smithi003 ceph-mon[96088]: 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-08T07:04:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:19 smithi094 ceph-mon[112176]: 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-08T07:04:20.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:20.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:21.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:21.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:21 smithi003 ceph-mon[96088]: 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-08T07:04:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:21 smithi094 ceph-mon[112176]: 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-08T07:04:22.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:22.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:23 smithi003 ceph-mon[96088]: 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-08T07:04:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:23.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:23.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:23 smithi094 ceph-mon[112176]: 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-08T07:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:24.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:24.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:25.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:25.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:25 smithi003 ceph-mon[96088]: 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-08T07:04:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:25 smithi094 ceph-mon[112176]: 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-08T07:04:26.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:26.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:27.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:27.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:27 smithi003 ceph-mon[96088]: 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-08T07:04:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:27 smithi094 ceph-mon[112176]: 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-08T07:04:28.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:28.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:29.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:29.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:29 smithi003 ceph-mon[96088]: 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-08T07:04:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:29 smithi094 ceph-mon[112176]: 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-08T07:04:30.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:30.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:31.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:31.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:31 smithi003 ceph-mon[96088]: 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-08T07:04:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:31 smithi094 ceph-mon[112176]: 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-08T07:04:32.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:32.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:33.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:33.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:33 smithi003 ceph-mon[96088]: 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-08T07:04:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:33 smithi094 ceph-mon[112176]: 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-08T07:04:34.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:34.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:35.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:35.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:35 smithi003 ceph-mon[96088]: 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-08T07:04:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:35 smithi094 ceph-mon[112176]: 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-08T07:04:36.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:36.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:37.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:37.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:37 smithi003 ceph-mon[96088]: 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-08T07:04:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:37 smithi094 ceph-mon[112176]: 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-08T07:04:38.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:38.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:39.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:39.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:39 smithi003 ceph-mon[96088]: 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-08T07:04:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:39 smithi094 ceph-mon[112176]: 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-08T07:04:40.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:40.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:41.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:41.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:41 smithi003 ceph-mon[96088]: 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-08T07:04:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:41 smithi094 ceph-mon[112176]: 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-08T07:04:42.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:42.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:43.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:43.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:43 smithi003 ceph-mon[96088]: 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-08T07:04:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:43 smithi094 ceph-mon[112176]: 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-08T07:04:44.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:44.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:45 smithi094 ceph-mon[112176]: 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-08T07:04:45.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:45.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:45 smithi003 ceph-mon[96088]: 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-08T07:04:46.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:46.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:47.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:47.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: 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-08T07:04:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:04:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:04:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:04:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:04:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:04:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:04:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:04:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:04:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: 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-08T07:04:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:04:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:04:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:04:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:04:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:04:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:04:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:04:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:04:48.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:48.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:49.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:49.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:49 smithi003 ceph-mon[96088]: 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-08T07:04:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:49 smithi094 ceph-mon[112176]: 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-08T07:04:50.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:50.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:51.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:51.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:51 smithi003 ceph-mon[96088]: 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-08T07:04:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:51 smithi094 ceph-mon[112176]: 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-08T07:04:52.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:52.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:53.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:53.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:53 smithi003 ceph-mon[96088]: 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-08T07:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:53 smithi094 ceph-mon[112176]: 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-08T07:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:54.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:54.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:55 smithi094 ceph-mon[112176]: 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-08T07:04:55.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:55.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:55 smithi003 ceph-mon[96088]: 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-08T07:04:56.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:56.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:57.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:57.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:57 smithi094 ceph-mon[112176]: 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-08T07:04:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:57 smithi003 ceph-mon[96088]: 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-08T07:04:58.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:58.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:59.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:04:59.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:04:59 smithi094 ceph-mon[112176]: 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-08T07:05:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:04:59 smithi003 ceph-mon[96088]: 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-08T07:05:00.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:00.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:01.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:02.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:01 smithi094 ceph-mon[112176]: 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-08T07:05:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:01 smithi003 ceph-mon[96088]: 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-08T07:05:02.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:03.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:03.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:03.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:03 smithi094 ceph-mon[112176]: 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-08T07:05:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:03 smithi003 ceph-mon[96088]: 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-08T07:05:04.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:04.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:05.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:05.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:05 smithi094 ceph-mon[112176]: 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-08T07:05:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:05 smithi003 ceph-mon[96088]: 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-08T07:05:06.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:06.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:07.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:07.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:07 smithi094 ceph-mon[112176]: 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-08T07:05:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:07 smithi003 ceph-mon[96088]: 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-08T07:05:08.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:08.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:09.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:09.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:09 smithi094 ceph-mon[112176]: 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-08T07:05:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:09 smithi003 ceph-mon[96088]: 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-08T07:05:10.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:10.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:11.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:11.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:11 smithi094 ceph-mon[112176]: 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-08T07:05:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:11 smithi003 ceph-mon[96088]: 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-08T07:05:12.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:12.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:13.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:13.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:14.040 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:13 smithi003 ceph-mon[96088]: 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-08T07:05:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:13 smithi094 ceph-mon[112176]: 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-08T07:05:14.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:14.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:16.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:16.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:15 smithi094 ceph-mon[112176]: 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-08T07:05:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:15 smithi003 ceph-mon[96088]: 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-08T07:05:17.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:17.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:18.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:18.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:17 smithi094 ceph-mon[112176]: 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-08T07:05:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:17 smithi003 ceph-mon[96088]: 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-08T07:05:19.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:19.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:20.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:20.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:19 smithi094 ceph-mon[112176]: 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-08T07:05:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:19 smithi003 ceph-mon[96088]: 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-08T07:05:21.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:21.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:22.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:22.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:21 smithi094 ceph-mon[112176]: 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-08T07:05:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:21 smithi003 ceph-mon[96088]: 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-08T07:05:23.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:23.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:24.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:24.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:24.154 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:23 smithi003 ceph-mon[96088]: 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-08T07:05:24.154 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:23 smithi094 ceph-mon[112176]: 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-08T07:05:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:25.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:25.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:26.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:26.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:25 smithi094 ceph-mon[112176]: 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-08T07:05:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:25 smithi003 ceph-mon[96088]: 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-08T07:05:27.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:27.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:28.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:28.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:27 smithi094 ceph-mon[112176]: 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-08T07:05:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:27 smithi003 ceph-mon[96088]: 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-08T07:05:29.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:29.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:30.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:30.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:29 smithi094 ceph-mon[112176]: 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-08T07:05:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:29 smithi003 ceph-mon[96088]: 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-08T07:05:31.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:31.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:32.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:32.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:31 smithi094 ceph-mon[112176]: 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-08T07:05:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:31 smithi003 ceph-mon[96088]: 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-08T07:05:33.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:33.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:34.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:34.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:33 smithi094 ceph-mon[112176]: 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-08T07:05:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:33 smithi003 ceph-mon[96088]: 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-08T07:05:35.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:35.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:36.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:36.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:36.075 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:35 smithi094 ceph-mon[112176]: 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-08T07:05:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:35 smithi003 ceph-mon[96088]: 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-08T07:05:37.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:37.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:38.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:38.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:37 smithi094 ceph-mon[112176]: 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-08T07:05:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:37 smithi003 ceph-mon[96088]: 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-08T07:05:39.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:39.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:40.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:40.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:39 smithi094 ceph-mon[112176]: 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-08T07:05:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:39 smithi003 ceph-mon[96088]: 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-08T07:05:41.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:41.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:42.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:42.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:41 smithi094 ceph-mon[112176]: 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-08T07:05:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:41 smithi003 ceph-mon[96088]: 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-08T07:05:43.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:43.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:44.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:44.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:43 smithi094 ceph-mon[112176]: 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-08T07:05:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:43 smithi003 ceph-mon[96088]: 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-08T07:05:45.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:45.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:46.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:46.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:45 smithi094 ceph-mon[112176]: 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-08T07:05:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:45 smithi003 ceph-mon[96088]: 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-08T07:05:47.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:47.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:48.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:48.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:47 smithi094 ceph-mon[112176]: 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-08T07:05:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:47 smithi003 ceph-mon[96088]: 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-08T07:05:49.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:49.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:05:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:05:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:05:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:05:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:05:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:05:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:05:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:05:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:05:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:05:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:05:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:05:50.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:50.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:49 smithi094 ceph-mon[112176]: 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-08T07:05:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:49 smithi003 ceph-mon[96088]: 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-08T07:05:51.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:51.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:52.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:52.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:51 smithi094 ceph-mon[112176]: 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-08T07:05:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:51 smithi003 ceph-mon[96088]: 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-08T07:05:53.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:53.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:54.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:54.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:53 smithi094 ceph-mon[112176]: 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-08T07:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:53 smithi003 ceph-mon[96088]: 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-08T07:05:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:55.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:55.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:56.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:56.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:55 smithi094 ceph-mon[112176]: 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-08T07:05:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:55 smithi003 ceph-mon[96088]: 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-08T07:05:57.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:57.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:58.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:58.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:57 smithi094 ceph-mon[112176]: 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-08T07:05:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:57 smithi003 ceph-mon[96088]: 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-08T07:05:59.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:05:59.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:00.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:00.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:05:59 smithi094 ceph-mon[112176]: 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-08T07:06:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:05:59 smithi003 ceph-mon[96088]: 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-08T07:06:01.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:01.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:02.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:02.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:01 smithi094 ceph-mon[112176]: 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-08T07:06:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:01 smithi003 ceph-mon[96088]: 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-08T07:06:03.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:03.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:04.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:04.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:03 smithi094 ceph-mon[112176]: 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-08T07:06:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:03 smithi003 ceph-mon[96088]: 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-08T07:06:05.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:05.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:06.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:06.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:05 smithi094 ceph-mon[112176]: 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-08T07:06:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:05 smithi003 ceph-mon[96088]: 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-08T07:06:07.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:07.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:08.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:08.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:07 smithi094 ceph-mon[112176]: 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-08T07:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:07 smithi003 ceph-mon[96088]: 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-08T07:06:09.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:09.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:09 smithi003 ceph-mon[96088]: 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-08T07:06:10.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:10.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:09 smithi094 ceph-mon[112176]: 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-08T07:06:11.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:11.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:12.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:12.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:11 smithi094 ceph-mon[112176]: 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-08T07:06:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:11 smithi003 ceph-mon[96088]: 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-08T07:06:13.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:13.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:14.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:14.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:13 smithi094 ceph-mon[112176]: 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-08T07:06:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:13 smithi003 ceph-mon[96088]: 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-08T07:06:15.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:15.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:16.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:16.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:15 smithi094 ceph-mon[112176]: 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-08T07:06:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:15 smithi003 ceph-mon[96088]: 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-08T07:06:17.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:17.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:18.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:18.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:17 smithi094 ceph-mon[112176]: 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-08T07:06:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:17 smithi003 ceph-mon[96088]: 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-08T07:06:19.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:19.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:20.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:20.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:19 smithi094 ceph-mon[112176]: 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-08T07:06:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:19 smithi003 ceph-mon[96088]: 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-08T07:06:21.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:21.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:22.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:22.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:21 smithi094 ceph-mon[112176]: 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-08T07:06:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:21 smithi003 ceph-mon[96088]: 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-08T07:06:23.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:23.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:24.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:24.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:23 smithi094 ceph-mon[112176]: 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-08T07:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:23 smithi003 ceph-mon[96088]: 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-08T07:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:25.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:25.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:26.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:26.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:25 smithi094 ceph-mon[112176]: 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-08T07:06:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:25 smithi003 ceph-mon[96088]: 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-08T07:06:27.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:27.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:28.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:28.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:27 smithi094 ceph-mon[112176]: 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-08T07:06:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:27 smithi003 ceph-mon[96088]: 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-08T07:06:29.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:29.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:30.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:29 smithi094 ceph-mon[112176]: 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-08T07:06:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:29 smithi003 ceph-mon[96088]: 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-08T07:06:31.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:31.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:31 smithi094 ceph-mon[112176]: 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-08T07:06:32.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:32.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:31 smithi003 ceph-mon[96088]: 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-08T07:06:33.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:33.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:34.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:34.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:33 smithi094 ceph-mon[112176]: 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-08T07:06:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:33 smithi003 ceph-mon[96088]: 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-08T07:06:35.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:35.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:36.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:36.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:35 smithi094 ceph-mon[112176]: 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-08T07:06:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:35 smithi003 ceph-mon[96088]: 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-08T07:06:37.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:37.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:38.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:38.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:37 smithi094 ceph-mon[112176]: 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-08T07:06:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:37 smithi003 ceph-mon[96088]: 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-08T07:06:39.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:39.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:40.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:40.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:39 smithi094 ceph-mon[112176]: 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-08T07:06:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:39 smithi003 ceph-mon[96088]: 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-08T07:06:41.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:41.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:42.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:42.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:41 smithi094 ceph-mon[112176]: 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-08T07:06:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:41 smithi003 ceph-mon[96088]: 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-08T07:06:43.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:43.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:44.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:44.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:43 smithi094 ceph-mon[112176]: 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-08T07:06:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:43 smithi003 ceph-mon[96088]: 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-08T07:06:45.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:45.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:46.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:46.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:45 smithi094 ceph-mon[112176]: 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-08T07:06:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:45 smithi003 ceph-mon[96088]: 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-08T07:06:47.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:47.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:48.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:48.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:47 smithi003 ceph-mon[96088]: 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-08T07:06:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:47 smithi094 ceph-mon[112176]: 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-08T07:06:49.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:49.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:06:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:06:50.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:50.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:49 smithi094 ceph-mon[112176]: 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-08T07:06:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:50.215 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:49 smithi003 ceph-mon[96088]: 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-08T07:06:50.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:50.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:50.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:50.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:51.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:51.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:52.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:52.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:51 smithi094 ceph-mon[112176]: 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-08T07:06:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:51 smithi003 ceph-mon[96088]: 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-08T07:06:53.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:53.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:54.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:54.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: 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-08T07:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:06:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:06:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:06:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: 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-08T07:06:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:06:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:06:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:06:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:06:55.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:55.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:55 smithi094 ceph-mon[112176]: 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-08T07:06:56.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:56.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:55 smithi003 ceph-mon[96088]: 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-08T07:06:57.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:57.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:57 smithi094 ceph-mon[112176]: 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-08T07:06:58.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:58.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:57 smithi003 ceph-mon[96088]: 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-08T07:06:59.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:06:59.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:06:59 smithi094 ceph-mon[112176]: 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-08T07:07:00.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:00.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:06:59 smithi003 ceph-mon[96088]: 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-08T07:07:01.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:01.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:01 smithi094 ceph-mon[112176]: 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-08T07:07:02.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:02.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:01 smithi003 ceph-mon[96088]: 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-08T07:07:03.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:03.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:03 smithi094 ceph-mon[112176]: 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-08T07:07:04.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:04.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:03 smithi003 ceph-mon[96088]: 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-08T07:07:05.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:05.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:05 smithi094 ceph-mon[112176]: 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-08T07:07:06.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:06.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:05 smithi003 ceph-mon[96088]: 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-08T07:07:07.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:07.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:07 smithi094 ceph-mon[112176]: 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-08T07:07:08.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:08.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:07 smithi003 ceph-mon[96088]: 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-08T07:07:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:09.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:09.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:09 smithi094 ceph-mon[112176]: 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-08T07:07:10.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:10.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:09 smithi003 ceph-mon[96088]: 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-08T07:07:11.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:11.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:11 smithi094 ceph-mon[112176]: 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-08T07:07:12.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:12.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:11 smithi003 ceph-mon[96088]: 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-08T07:07:13.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:13.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:14.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:14.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:13 smithi003 ceph-mon[96088]: 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-08T07:07:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:13 smithi094 ceph-mon[112176]: 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-08T07:07:15.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:15.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:16.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:16.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:15 smithi003 ceph-mon[96088]: 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-08T07:07:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:15 smithi094 ceph-mon[112176]: 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-08T07:07:17.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:17.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:18.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:18.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:17 smithi003 ceph-mon[96088]: 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-08T07:07:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:17 smithi094 ceph-mon[112176]: 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-08T07:07:19.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:19.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:20.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:20.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:19 smithi003 ceph-mon[96088]: 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-08T07:07:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:19 smithi094 ceph-mon[112176]: 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-08T07:07:21.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:21.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:22.185 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:21 smithi094 ceph-mon[112176]: 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-08T07:07:22.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:22.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:21 smithi003 ceph-mon[96088]: 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-08T07:07:23.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:23.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:24.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:24.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:23 smithi003 ceph-mon[96088]: 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-08T07:07:24.237 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:23 smithi094 ceph-mon[112176]: 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-08T07:07:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:25.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:25.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:26.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:26.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:25 smithi003 ceph-mon[96088]: 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-08T07:07:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:25 smithi094 ceph-mon[112176]: 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-08T07:07:27.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:27.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:28.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:28.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:27 smithi003 ceph-mon[96088]: 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-08T07:07:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:27 smithi094 ceph-mon[112176]: 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-08T07:07:29.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:29.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:30.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:30.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:29 smithi003 ceph-mon[96088]: 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-08T07:07:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:29 smithi094 ceph-mon[112176]: 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-08T07:07:31.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:31.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:32.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:32.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:31 smithi003 ceph-mon[96088]: 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-08T07:07:32.289 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:31 smithi094 ceph-mon[112176]: 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-08T07:07:33.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:33.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:34.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:34.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:33 smithi003 ceph-mon[96088]: 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-08T07:07:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:33 smithi094 ceph-mon[112176]: 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-08T07:07:35.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:35.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:36.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:36.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:35 smithi003 ceph-mon[96088]: 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-08T07:07:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:35 smithi094 ceph-mon[112176]: 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-08T07:07:37.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:37.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:37 smithi003 ceph-mon[96088]: 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-08T07:07:38.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:38.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:37 smithi094 ceph-mon[112176]: 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-08T07:07:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:39.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:39.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:39 smithi003 ceph-mon[96088]: 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-08T07:07:40.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:40.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:39 smithi094 ceph-mon[112176]: 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-08T07:07:41.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:41.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:41 smithi003 ceph-mon[96088]: 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-08T07:07:42.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:42.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:42.395 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:41 smithi094 ceph-mon[112176]: 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-08T07:07:43.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:43.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:43 smithi003 ceph-mon[96088]: 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-08T07:07:44.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:44.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:43 smithi094 ceph-mon[112176]: 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-08T07:07:45.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:45.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:45 smithi003 ceph-mon[96088]: 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-08T07:07:46.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:46.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:45 smithi094 ceph-mon[112176]: 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-08T07:07:47.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:47.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:47 smithi003 ceph-mon[96088]: 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-08T07:07:48.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:48.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:47 smithi094 ceph-mon[112176]: 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-08T07:07:49.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:49.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:50.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:50.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:49 smithi094 ceph-mon[112176]: 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-08T07:07:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:49 smithi003 ceph-mon[96088]: 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-08T07:07:51.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:51.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:52.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:52.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:51 smithi094 ceph-mon[112176]: 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-08T07:07:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:51 smithi003 ceph-mon[96088]: 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-08T07:07:53.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:53.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:54.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:54.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:53 smithi094 ceph-mon[112176]: 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-08T07:07:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:07:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:53 smithi003 ceph-mon[96088]: 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-08T07:07:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:07:55.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:55.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:07:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:07:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:07:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:07:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:07:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:07:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:07:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:07:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:07:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:07:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:55 smithi003 ceph-mon[96088]: 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-08T07:07:56.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:56.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:55 smithi094 ceph-mon[112176]: 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-08T07:07:57.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:57.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:07:58 smithi003 ceph-mon[96088]: 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-08T07:07:58.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:58.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:07:58 smithi094 ceph-mon[112176]: 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-08T07:07:59.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:07:59.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:00.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:00.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:00 smithi094 ceph-mon[112176]: 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-08T07:08:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:00 smithi003 ceph-mon[96088]: 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-08T07:08:01.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:01.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:02.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:02.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:02 smithi094 ceph-mon[112176]: 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-08T07:08:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:02 smithi003 ceph-mon[96088]: 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-08T07:08:03.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:03.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:03 smithi094 ceph-mon[112176]: 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-08T07:08:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:03 smithi003 ceph-mon[96088]: 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-08T07:08:04.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:04.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:05.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:05.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:05 smithi094 ceph-mon[112176]: 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-08T07:08:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:05 smithi003 ceph-mon[96088]: 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-08T07:08:06.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:06.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:07.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:07.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:07 smithi094 ceph-mon[112176]: 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-08T07:08:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:07 smithi003 ceph-mon[96088]: 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-08T07:08:08.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:08.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:09.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:09.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:09 smithi003 ceph-mon[96088]: 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-08T07:08:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:09 smithi094 ceph-mon[112176]: 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-08T07:08:10.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:10.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:11.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:11.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:11 smithi003 ceph-mon[96088]: 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-08T07:08:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:11 smithi094 ceph-mon[112176]: 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-08T07:08:12.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:12.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:13.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:13.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:13 smithi003 ceph-mon[96088]: 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-08T07:08:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:13 smithi094 ceph-mon[112176]: 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-08T07:08:14.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:14.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:15.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:15.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:15 smithi003 ceph-mon[96088]: 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-08T07:08:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:15 smithi094 ceph-mon[112176]: 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-08T07:08:16.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:16.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:17.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:17.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:17 smithi003 ceph-mon[96088]: 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-08T07:08:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:17 smithi094 ceph-mon[112176]: 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-08T07:08:18.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:18.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:19.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:19.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:19.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:19 smithi003 ceph-mon[96088]: 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-08T07:08:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:19 smithi094 ceph-mon[112176]: 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-08T07:08:20.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:20.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:21.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:21.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:21 smithi003 ceph-mon[96088]: 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-08T07:08:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:21 smithi094 ceph-mon[112176]: 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-08T07:08:22.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:22.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:23.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:23.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:23 smithi003 ceph-mon[96088]: 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-08T07:08:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:23 smithi094 ceph-mon[112176]: 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-08T07:08:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:24.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:24.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:25.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:25.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:25 smithi003 ceph-mon[96088]: 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-08T07:08:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:25 smithi094 ceph-mon[112176]: 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-08T07:08:26.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:26.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:27.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:27.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:27 smithi003 ceph-mon[96088]: 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-08T07:08:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:27 smithi094 ceph-mon[112176]: 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-08T07:08:28.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:28.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:29.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:29.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:30.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:29 smithi003 ceph-mon[96088]: 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-08T07:08:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:29 smithi094 ceph-mon[112176]: 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-08T07:08:30.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:30.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:31.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:31.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:31 smithi094 ceph-mon[112176]: 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-08T07:08:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:31 smithi003 ceph-mon[96088]: 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-08T07:08:32.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:32.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:33.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:33.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:33 smithi094 ceph-mon[112176]: 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-08T07:08:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:33 smithi003 ceph-mon[96088]: 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-08T07:08:34.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:34.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:35.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:35.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:35 smithi094 ceph-mon[112176]: 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-08T07:08:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:35 smithi003 ceph-mon[96088]: 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-08T07:08:36.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:36.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:37.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:37.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:37 smithi094 ceph-mon[112176]: 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-08T07:08:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:37 smithi003 ceph-mon[96088]: 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-08T07:08:38.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:38.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:39.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:39.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:39 smithi094 ceph-mon[112176]: 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-08T07:08:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:39 smithi003 ceph-mon[96088]: 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-08T07:08:40.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:40.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:41.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:41.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:41 smithi094 ceph-mon[112176]: 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-08T07:08:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:41 smithi003 ceph-mon[96088]: 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-08T07:08:42.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:42.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:43.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:43.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:43 smithi094 ceph-mon[112176]: 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-08T07:08:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:43 smithi003 ceph-mon[96088]: 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-08T07:08:44.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:44.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:45.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:45.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:45 smithi094 ceph-mon[112176]: 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-08T07:08:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:45 smithi003 ceph-mon[96088]: 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-08T07:08:46.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:46.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:47.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:47.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:48.083 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:47 smithi094 ceph-mon[112176]: 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-08T07:08:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:47 smithi003 ceph-mon[96088]: 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-08T07:08:48.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:48.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:49.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:49.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:49 smithi094 ceph-mon[112176]: 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-08T07:08:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:49 smithi003 ceph-mon[96088]: 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-08T07:08:50.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:50.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:51.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:51.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:51 smithi094 ceph-mon[112176]: 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-08T07:08:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:51 smithi003 ceph-mon[96088]: 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-08T07:08:52.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:52.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:53.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:53.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:53 smithi094 ceph-mon[112176]: 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-08T07:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:53 smithi003 ceph-mon[96088]: 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-08T07:08:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:54.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:54.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:08:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:08:55.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:55.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:55 smithi094 ceph-mon[112176]: 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-08T07:08:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:08:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:08:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:08:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:08:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:08:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:55 smithi003 ceph-mon[96088]: 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-08T07:08:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:08:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:08:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:08:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:08:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:08:56.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:56.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:57.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:57.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:57 smithi094 ceph-mon[112176]: 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-08T07:08:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:57 smithi003 ceph-mon[96088]: 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-08T07:08:58.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:58.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:59.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:08:59.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:08:59 smithi094 ceph-mon[112176]: 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-08T07:09:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:08:59 smithi003 ceph-mon[96088]: 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-08T07:09:00.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:00.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:01.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:02.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:02.015 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:01 smithi003 ceph-mon[96088]: 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-08T07:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:01 smithi094 ceph-mon[112176]: 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-08T07:09:02.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:02.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:03.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:03.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:03 smithi094 ceph-mon[112176]: 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-08T07:09:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:03 smithi003 ceph-mon[96088]: 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-08T07:09:04.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:04.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:05.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:05.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:05 smithi094 ceph-mon[112176]: 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-08T07:09:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:05 smithi003 ceph-mon[96088]: 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-08T07:09:06.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:06.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:07.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:07.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:07 smithi094 ceph-mon[112176]: 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-08T07:09:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:07 smithi003 ceph-mon[96088]: 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-08T07:09:08.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:08.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:09.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:09.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:09 smithi094 ceph-mon[112176]: 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-08T07:09:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:09 smithi003 ceph-mon[96088]: 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-08T07:09:10.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:10.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:11.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:11.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:11 smithi003 ceph-mon[96088]: 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-08T07:09:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:11 smithi094 ceph-mon[112176]: 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-08T07:09:12.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:12.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:13.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:13.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:13 smithi094 ceph-mon[112176]: 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-08T07:09:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:13 smithi003 ceph-mon[96088]: 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-08T07:09:14.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:14.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:15.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:15.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:15 smithi094 ceph-mon[112176]: 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-08T07:09:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:15 smithi003 ceph-mon[96088]: 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-08T07:09:16.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:16.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:17.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:17.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:17 smithi094 ceph-mon[112176]: 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-08T07:09:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:17 smithi003 ceph-mon[96088]: 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-08T07:09:18.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:18.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:19.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:19.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:19 smithi094 ceph-mon[112176]: 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-08T07:09:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:19 smithi003 ceph-mon[96088]: 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-08T07:09:20.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:20.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:21.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:21.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:21 smithi094 ceph-mon[112176]: 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-08T07:09:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:21 smithi003 ceph-mon[96088]: 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-08T07:09:22.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:22.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:23.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:23.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:23 smithi094 ceph-mon[112176]: 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-08T07:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:23 smithi003 ceph-mon[96088]: 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-08T07:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:24.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:24.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:25.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:25.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:25 smithi094 ceph-mon[112176]: 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-08T07:09:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:25 smithi003 ceph-mon[96088]: 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-08T07:09:26.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:26.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:27.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:27.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:27 smithi094 ceph-mon[112176]: 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-08T07:09:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:27 smithi003 ceph-mon[96088]: 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-08T07:09:28.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:28.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:29.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:29.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:29 smithi094 ceph-mon[112176]: 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-08T07:09:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:29 smithi003 ceph-mon[96088]: 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-08T07:09:30.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:30.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:31.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:31.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:31 smithi094 ceph-mon[112176]: 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-08T07:09:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:31 smithi003 ceph-mon[96088]: 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-08T07:09:32.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:32.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:33.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:33.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:33 smithi094 ceph-mon[112176]: 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-08T07:09:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:33 smithi003 ceph-mon[96088]: 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-08T07:09:34.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:34.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:35.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:35.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:35 smithi094 ceph-mon[112176]: 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-08T07:09:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:35 smithi003 ceph-mon[96088]: 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-08T07:09:36.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:36.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:37.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:37.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:37 smithi094 ceph-mon[112176]: 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-08T07:09:38.248 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:37 smithi003 ceph-mon[96088]: 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-08T07:09:38.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:38.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:39.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:39.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:39 smithi094 ceph-mon[112176]: 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-08T07:09:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:39 smithi003 ceph-mon[96088]: 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-08T07:09:40.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:40.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:41.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:41.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:41 smithi094 ceph-mon[112176]: 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-08T07:09:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:41 smithi003 ceph-mon[96088]: 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-08T07:09:42.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:42.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:43.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:43.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:43 smithi094 ceph-mon[112176]: 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-08T07:09:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:43 smithi003 ceph-mon[96088]: 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-08T07:09:44.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:44.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:45.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:45.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:45 smithi094 ceph-mon[112176]: 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-08T07:09:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:45 smithi003 ceph-mon[96088]: 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-08T07:09:46.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:46.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:47.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:47.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:47 smithi094 ceph-mon[112176]: 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-08T07:09:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:47 smithi003 ceph-mon[96088]: 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-08T07:09:48.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:48.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:49.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:49.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:50.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:49 smithi094 ceph-mon[112176]: 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-08T07:09:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:49 smithi003 ceph-mon[96088]: 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-08T07:09:50.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:50.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:51.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:51.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:51 smithi094 ceph-mon[112176]: 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-08T07:09:52.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:51 smithi003 ceph-mon[96088]: 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-08T07:09:52.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:52.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:53.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:53.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:53 smithi094 ceph-mon[112176]: 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-08T07:09:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:53 smithi003 ceph-mon[96088]: 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-08T07:09:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:54.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:54.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:55.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:55.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:55 smithi094 ceph-mon[112176]: 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-08T07:09:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:09:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:55 smithi003 ceph-mon[96088]: 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-08T07:09:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:09:56.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:56.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:57.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:57.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:57 smithi094 ceph-mon[112176]: 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-08T07:09:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:57 smithi003 ceph-mon[96088]: 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-08T07:09:58.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:58.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:09:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:09:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:09:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:09:59.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:09:59.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:09:59.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:09:59.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:09:59.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:09:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:09:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:09:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:09:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:09:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:09:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:10:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:09:59 smithi094 ceph-mon[112176]: 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-08T07:10:00.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:00.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:09:59 smithi003 ceph-mon[96088]: 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-08T07:10:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:01 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T07:10:01.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:01.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T07:10:02.304 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:02 smithi003 ceph-mon[96088]: 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-08T07:10:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:02 smithi094 ceph-mon[112176]: 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-08T07:10:02.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:02.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:03.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:03.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:04 smithi094 ceph-mon[112176]: 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-08T07:10:04.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:04.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:04 smithi003 ceph-mon[96088]: 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-08T07:10:05.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:05.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:06 smithi094 ceph-mon[112176]: 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-08T07:10:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:06 smithi003 ceph-mon[96088]: 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-08T07:10:06.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:06.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:07.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:07.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:08 smithi003 ceph-mon[96088]: 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-08T07:10:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:08 smithi094 ceph-mon[112176]: 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-08T07:10:08.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:08.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:09.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:09.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:10 smithi094 ceph-mon[112176]: 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-08T07:10:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:10 smithi003 ceph-mon[96088]: 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-08T07:10:10.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:10.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:11.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:11.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:12 smithi094 ceph-mon[112176]: 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-08T07:10:12.418 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:12 smithi003 ceph-mon[96088]: 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-08T07:10:12.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:12.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:13.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:13.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:14 smithi094 ceph-mon[112176]: 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-08T07:10:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:14 smithi003 ceph-mon[96088]: 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-08T07:10:14.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:14.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:15.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:15.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:16 smithi094 ceph-mon[112176]: 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-08T07:10:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:16 smithi003 ceph-mon[96088]: 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-08T07:10:16.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:16.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:17.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:17.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:18 smithi003 ceph-mon[96088]: 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-08T07:10:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:18 smithi094 ceph-mon[112176]: 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-08T07:10:18.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:18.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:19.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:19.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:20 smithi094 ceph-mon[112176]: 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-08T07:10:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:20 smithi003 ceph-mon[96088]: 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-08T07:10:20.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:20.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:21.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:21.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:22 smithi094 ceph-mon[112176]: 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-08T07:10:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:22 smithi003 ceph-mon[96088]: 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-08T07:10:22.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:22.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:23 smithi094 ceph-mon[112176]: 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-08T07:10:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:23 smithi003 ceph-mon[96088]: 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-08T07:10:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:23.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:23.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:24.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:24.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:25.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:25.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:25 smithi094 ceph-mon[112176]: 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-08T07:10:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:25 smithi003 ceph-mon[96088]: 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-08T07:10:26.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:26.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:27.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:27.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:27 smithi003 ceph-mon[96088]: 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-08T07:10:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:27 smithi094 ceph-mon[112176]: 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-08T07:10:28.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:28.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:29.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:29.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:29 smithi003 ceph-mon[96088]: 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-08T07:10:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:29 smithi094 ceph-mon[112176]: 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-08T07:10:30.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:30.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:31.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:31.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:31 smithi003 ceph-mon[96088]: 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-08T07:10:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:31 smithi094 ceph-mon[112176]: 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-08T07:10:32.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:32.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:33.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:33.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:33 smithi094 ceph-mon[112176]: 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-08T07:10:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:33 smithi003 ceph-mon[96088]: 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-08T07:10:34.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:34.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:35.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:35.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:35 smithi094 ceph-mon[112176]: 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-08T07:10:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:35 smithi003 ceph-mon[96088]: 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-08T07:10:36.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:36.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:37.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:37.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:37 smithi003 ceph-mon[96088]: 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-08T07:10:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:37 smithi094 ceph-mon[112176]: 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-08T07:10:38.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:38.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:39.169 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:39 smithi094 ceph-mon[112176]: 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-08T07:10:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:39 smithi003 ceph-mon[96088]: 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-08T07:10:40.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:40.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:41.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:41.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:41 smithi094 ceph-mon[112176]: 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-08T07:10:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:41 smithi003 ceph-mon[96088]: 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-08T07:10:42.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:42.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:43.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:43.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:43 smithi094 ceph-mon[112176]: 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-08T07:10:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:43 smithi003 ceph-mon[96088]: 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-08T07:10:44.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:44.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:45.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:45.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:45 smithi094 ceph-mon[112176]: 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-08T07:10:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:45 smithi003 ceph-mon[96088]: 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-08T07:10:46.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:46.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:47.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:47.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:47 smithi094 ceph-mon[112176]: 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-08T07:10:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:47 smithi003 ceph-mon[96088]: 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-08T07:10:48.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:48.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:49.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:49.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:49 smithi094 ceph-mon[112176]: 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-08T07:10:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:49 smithi003 ceph-mon[96088]: 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-08T07:10:50.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:50.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:51.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:51.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:51 smithi094 ceph-mon[112176]: 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-08T07:10:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:51 smithi003 ceph-mon[96088]: 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-08T07:10:52.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:52.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:53.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:53.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:53 smithi094 ceph-mon[112176]: 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-08T07:10:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:53 smithi003 ceph-mon[96088]: 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-08T07:10:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:54.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:54.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:55.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:55.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:55 smithi094 ceph-mon[112176]: 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-08T07:10:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:55 smithi003 ceph-mon[96088]: 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-08T07:10:56.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:56.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:57.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:57.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:57 smithi094 ceph-mon[112176]: 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-08T07:10:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:57 smithi003 ceph-mon[96088]: 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-08T07:10:58.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:58.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:10:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:10:59.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:10:59.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:59 smithi094 ceph-mon[112176]: 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-08T07:11:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:11:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:11:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:11:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:11:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:10:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:11:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:59 smithi003 ceph-mon[96088]: 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-08T07:11:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:11:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:11:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:11:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:11:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:10:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:11:00.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:00.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:01.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:01.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:01 smithi094 ceph-mon[112176]: 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-08T07:11:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:01 smithi003 ceph-mon[96088]: 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-08T07:11:02.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:02.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:03.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:03.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:03 smithi094 ceph-mon[112176]: 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-08T07:11:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:03 smithi003 ceph-mon[96088]: 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-08T07:11:04.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:04.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:05.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:05.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:05 smithi094 ceph-mon[112176]: 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-08T07:11:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:05 smithi003 ceph-mon[96088]: 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-08T07:11:06.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:06.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:07.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:07.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:07 smithi094 ceph-mon[112176]: 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-08T07:11:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:07 smithi003 ceph-mon[96088]: 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-08T07:11:08.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:08.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:09.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:09.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:09 smithi094 ceph-mon[112176]: 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-08T07:11:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:09 smithi003 ceph-mon[96088]: 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-08T07:11:10.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:10.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:11.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:11.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:11 smithi094 ceph-mon[112176]: 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-08T07:11:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:11 smithi003 ceph-mon[96088]: 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-08T07:11:12.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:12.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:13.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:13.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:13 smithi094 ceph-mon[112176]: 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-08T07:11:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:13 smithi003 ceph-mon[96088]: 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-08T07:11:14.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:14.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:15.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:15.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:15 smithi094 ceph-mon[112176]: 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-08T07:11:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:15 smithi003 ceph-mon[96088]: 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-08T07:11:16.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:16.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:17.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:17.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:17 smithi094 ceph-mon[112176]: 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-08T07:11:18.168 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:17 smithi003 ceph-mon[96088]: 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-08T07:11:18.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:18.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:19.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:19.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:19 smithi094 ceph-mon[112176]: 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-08T07:11:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:19 smithi003 ceph-mon[96088]: 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-08T07:11:20.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:20.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:21.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:21.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:21 smithi094 ceph-mon[112176]: 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-08T07:11:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:21 smithi003 ceph-mon[96088]: 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-08T07:11:22.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:22.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:23.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:23.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:23 smithi094 ceph-mon[112176]: 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-08T07:11:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:23 smithi003 ceph-mon[96088]: 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-08T07:11:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:24.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:24.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:25.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:25.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:25 smithi094 ceph-mon[112176]: 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-08T07:11:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:25 smithi003 ceph-mon[96088]: 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-08T07:11:26.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:26.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:27.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:27.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:27 smithi094 ceph-mon[112176]: 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-08T07:11:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:27 smithi003 ceph-mon[96088]: 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-08T07:11:28.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:28.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:29.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:29.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:29 smithi094 ceph-mon[112176]: 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-08T07:11:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:29 smithi003 ceph-mon[96088]: 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-08T07:11:30.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:30.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:31.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:31.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:31 smithi094 ceph-mon[112176]: 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-08T07:11:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:31 smithi003 ceph-mon[96088]: 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-08T07:11:32.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:32.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:33.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:33.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:33 smithi094 ceph-mon[112176]: 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-08T07:11:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:33 smithi003 ceph-mon[96088]: 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-08T07:11:34.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:34.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:35.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:35.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:35 smithi094 ceph-mon[112176]: 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-08T07:11:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:35 smithi003 ceph-mon[96088]: 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-08T07:11:36.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:36.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:37.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:37.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:37 smithi094 ceph-mon[112176]: 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-08T07:11:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:37 smithi003 ceph-mon[96088]: 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-08T07:11:38.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:38.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:39.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:39.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:39 smithi094 ceph-mon[112176]: 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-08T07:11:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:39 smithi003 ceph-mon[96088]: 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-08T07:11:40.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:40.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:41.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:41.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:41 smithi094 ceph-mon[112176]: 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-08T07:11:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:41 smithi003 ceph-mon[96088]: 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-08T07:11:42.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:42.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:43.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:43.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:43 smithi094 ceph-mon[112176]: 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-08T07:11:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:43 smithi003 ceph-mon[96088]: 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-08T07:11:44.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:44.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:45.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:45.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:45 smithi094 ceph-mon[112176]: 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-08T07:11:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:45 smithi003 ceph-mon[96088]: 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-08T07:11:46.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:46.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:47.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:47.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:47 smithi094 ceph-mon[112176]: 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-08T07:11:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:47 smithi003 ceph-mon[96088]: 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-08T07:11:48.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:48.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:49.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:49.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:49 smithi094 ceph-mon[112176]: 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-08T07:11:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:49 smithi003 ceph-mon[96088]: 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-08T07:11:50.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:50.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:51.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:51.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:51 smithi094 ceph-mon[112176]: 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-08T07:11:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:51 smithi003 ceph-mon[96088]: 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-08T07:11:52.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:53.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:53.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:53.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:53 smithi094 ceph-mon[112176]: 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-08T07:11:54.172 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:53 smithi003 ceph-mon[96088]: 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-08T07:11:54.242 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:54.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:54.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:55.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:55.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:55 smithi094 ceph-mon[112176]: 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-08T07:11:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:55 smithi003 ceph-mon[96088]: 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-08T07:11:56.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:56.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:57.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:57.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:57 smithi094 ceph-mon[112176]: 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-08T07:11:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:57 smithi003 ceph-mon[96088]: 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-08T07:11:58.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:58.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:59.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:11:59.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:59 smithi094 ceph-mon[112176]: 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-08T07:12:00.179 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:11:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:12:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:59 smithi003 ceph-mon[96088]: 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-08T07:12:00.254 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:11:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:12:00.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:00.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:01.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:01.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:01 smithi094 ceph-mon[112176]: 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-08T07:12:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:01 smithi003 ceph-mon[96088]: 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-08T07:12:02.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:02.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:03.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:03.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:03 smithi003 ceph-mon[96088]: 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-08T07:12:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:03 smithi094 ceph-mon[112176]: 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-08T07:12:04.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:04.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:12:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:12:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:12:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:12:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:12:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:12:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:12:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:05 smithi094 ceph-mon[112176]: 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-08T07:12:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:12:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:12:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:12:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:12:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:12:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:12:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:12:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:05 smithi003 ceph-mon[96088]: 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-08T07:12:05.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:05.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:06.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:06.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:07.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:07.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:07 smithi094 ceph-mon[112176]: 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-08T07:12:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:07 smithi003 ceph-mon[96088]: 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-08T07:12:08.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:08.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:09.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:09.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:09 smithi094 ceph-mon[112176]: 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-08T07:12:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:09 smithi003 ceph-mon[96088]: 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-08T07:12:10.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:10.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:11.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:11.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:11 smithi094 ceph-mon[112176]: 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-08T07:12:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:11 smithi003 ceph-mon[96088]: 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-08T07:12:12.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:12.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:13.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:13.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:13 smithi094 ceph-mon[112176]: 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-08T07:12:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:13 smithi003 ceph-mon[96088]: 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-08T07:12:14.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:14.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:15.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:15.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:15 smithi094 ceph-mon[112176]: 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-08T07:12:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:15 smithi003 ceph-mon[96088]: 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-08T07:12:16.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:16.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:17.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:17.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:17 smithi094 ceph-mon[112176]: 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-08T07:12:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:17 smithi003 ceph-mon[96088]: 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-08T07:12:18.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:18.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:19.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:19.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:19 smithi094 ceph-mon[112176]: 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-08T07:12:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:19 smithi003 ceph-mon[96088]: 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-08T07:12:20.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:20.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:21.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:21.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:21 smithi094 ceph-mon[112176]: 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-08T07:12:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:21 smithi003 ceph-mon[96088]: 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-08T07:12:22.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:22.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:23.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:23.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:23 smithi094 ceph-mon[112176]: 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-08T07:12:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:23 smithi003 ceph-mon[96088]: 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-08T07:12:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:24.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:24.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:25.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:25.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:25 smithi094 ceph-mon[112176]: 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-08T07:12:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:25 smithi003 ceph-mon[96088]: 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-08T07:12:26.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:26.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:27.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:27.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:27 smithi094 ceph-mon[112176]: 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-08T07:12:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:27 smithi003 ceph-mon[96088]: 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-08T07:12:28.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:28.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:29.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:29.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:29 smithi094 ceph-mon[112176]: 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-08T07:12:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:29 smithi003 ceph-mon[96088]: 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-08T07:12:30.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:30.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:31.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:31.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:31 smithi094 ceph-mon[112176]: 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-08T07:12:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:31 smithi003 ceph-mon[96088]: 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-08T07:12:32.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:32.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:33.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:33.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:33 smithi094 ceph-mon[112176]: 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-08T07:12:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:33 smithi003 ceph-mon[96088]: 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-08T07:12:34.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:34.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:35.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:35.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:35 smithi094 ceph-mon[112176]: 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-08T07:12:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:35 smithi003 ceph-mon[96088]: 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-08T07:12:36.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:36.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:37.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:37.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:37 smithi094 ceph-mon[112176]: 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-08T07:12:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:37 smithi003 ceph-mon[96088]: 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-08T07:12:38.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:38.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:39.088 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:39.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:39.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:39 smithi094 ceph-mon[112176]: 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-08T07:12:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:39 smithi003 ceph-mon[96088]: 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-08T07:12:40.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:40.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:41.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:41.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:41 smithi094 ceph-mon[112176]: 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-08T07:12:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:41 smithi003 ceph-mon[96088]: 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-08T07:12:42.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:42.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:43.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:43.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:44.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:43 smithi003 ceph-mon[96088]: 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-08T07:12:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:43 smithi094 ceph-mon[112176]: 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-08T07:12:44.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:44.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:45.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:45.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:45 smithi094 ceph-mon[112176]: 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-08T07:12:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:45 smithi003 ceph-mon[96088]: 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-08T07:12:46.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:46.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:47.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:47.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:47 smithi094 ceph-mon[112176]: 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-08T07:12:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:47 smithi003 ceph-mon[96088]: 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-08T07:12:48.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:48.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:49.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:49.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:49 smithi094 ceph-mon[112176]: 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-08T07:12:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:49 smithi003 ceph-mon[96088]: 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-08T07:12:50.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:50.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:51.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:51.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:51 smithi094 ceph-mon[112176]: 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-08T07:12:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:51 smithi003 ceph-mon[96088]: 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-08T07:12:52.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:52.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:53.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:53.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:53 smithi094 ceph-mon[112176]: 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-08T07:12:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:53 smithi003 ceph-mon[96088]: 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-08T07:12:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:54.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:54.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:55.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:55.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:55 smithi094 ceph-mon[112176]: 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-08T07:12:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:55 smithi003 ceph-mon[96088]: 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-08T07:12:56.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:56.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:57.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:57.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:57 smithi094 ceph-mon[112176]: 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-08T07:12:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:57 smithi003 ceph-mon[96088]: 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-08T07:12:58.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:58.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:59.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:12:59.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:12:59 smithi094 ceph-mon[112176]: 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-08T07:13:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:12:59 smithi003 ceph-mon[96088]: 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-08T07:13:00.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:00.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:01.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:01.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:01 smithi094 ceph-mon[112176]: 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-08T07:13:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:01 smithi003 ceph-mon[96088]: 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-08T07:13:02.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:02.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:03.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:03.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:03 smithi094 ceph-mon[112176]: 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-08T07:13:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:03 smithi003 ceph-mon[96088]: 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-08T07:13:04.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:04.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:13:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:13:05.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:05.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:06 smithi094 ceph-mon[112176]: 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-08T07:13:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:13:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:13:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:13:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:13:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:13:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:13:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:13:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:06 smithi003 ceph-mon[96088]: 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-08T07:13:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:13:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:13:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:13:06.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:13:06.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:13:06.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:13:06.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:13:06.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:06.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:07.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:07.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:08 smithi003 ceph-mon[96088]: 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-08T07:13:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:08 smithi094 ceph-mon[112176]: 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-08T07:13:08.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:08.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:09.431 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:09.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:09.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:10 smithi094 ceph-mon[112176]: 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-08T07:13:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:10 smithi003 ceph-mon[96088]: 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-08T07:13:10.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:10.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:11.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:11.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:12 smithi094 ceph-mon[112176]: 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-08T07:13:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:12 smithi003 ceph-mon[96088]: 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-08T07:13:12.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:12.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:13.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:13 smithi094 ceph-mon[112176]: 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-08T07:13:13.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:13 smithi003 ceph-mon[96088]: 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-08T07:13:13.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:13.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:14.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:14.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:15.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:15.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:15.963 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:15 smithi094 ceph-mon[112176]: 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-08T07:13:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:15 smithi003 ceph-mon[96088]: 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-08T07:13:16.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:16.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:17.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:17.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:17 smithi094 ceph-mon[112176]: 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-08T07:13:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:17 smithi003 ceph-mon[96088]: 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-08T07:13:18.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:18.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:19.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:19.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:19 smithi003 ceph-mon[96088]: 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-08T07:13:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:19 smithi094 ceph-mon[112176]: 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-08T07:13:20.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:20.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:21.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:22.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:22.413 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:21 smithi094 ceph-mon[112176]: 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-08T07:13:22.413 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:21 smithi003 ceph-mon[96088]: 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-08T07:13:22.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:22.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:23.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:23.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:23 smithi094 ceph-mon[112176]: 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-08T07:13:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:23 smithi003 ceph-mon[96088]: 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-08T07:13:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:24.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:25.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:25.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:25.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:25 smithi094 ceph-mon[112176]: 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-08T07:13:26.249 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:25 smithi003 ceph-mon[96088]: 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-08T07:13:26.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:26.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:27.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:27.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:27 smithi094 ceph-mon[112176]: 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-08T07:13:28.256 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:27 smithi003 ceph-mon[96088]: 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-08T07:13:28.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:29.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:29.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:29.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:29 smithi003 ceph-mon[96088]: 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-08T07:13:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:29 smithi094 ceph-mon[112176]: 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-08T07:13:30.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:30.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:31.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:31.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:31 smithi094 ceph-mon[112176]: 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-08T07:13:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:31 smithi003 ceph-mon[96088]: 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-08T07:13:32.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:32.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:33.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:33.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:33 smithi094 ceph-mon[112176]: 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-08T07:13:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:33 smithi003 ceph-mon[96088]: 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-08T07:13:34.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:34.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:35.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:35.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:36.058 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:35 smithi094 ceph-mon[112176]: 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-08T07:13:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:35 smithi003 ceph-mon[96088]: 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-08T07:13:36.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:36.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:37.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:37.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:37 smithi094 ceph-mon[112176]: 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-08T07:13:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:37 smithi003 ceph-mon[96088]: 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-08T07:13:38.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:38.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:39.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:39.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:39 smithi094 ceph-mon[112176]: 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-08T07:13:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:39 smithi003 ceph-mon[96088]: 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-08T07:13:40.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:40.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:41.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:41.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:41 smithi094 ceph-mon[112176]: 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-08T07:13:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:41 smithi003 ceph-mon[96088]: 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-08T07:13:42.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:42.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:43.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:43.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:44.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:43 smithi094 ceph-mon[112176]: 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-08T07:13:44.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:43 smithi003 ceph-mon[96088]: 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-08T07:13:44.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:44.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:45.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:45.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:46.161 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:45 smithi094 ceph-mon[112176]: 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-08T07:13:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:45 smithi003 ceph-mon[96088]: 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-08T07:13:46.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:46.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:47.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:47.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:47 smithi094 ceph-mon[112176]: 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-08T07:13:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:47 smithi003 ceph-mon[96088]: 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-08T07:13:48.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:48.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:49.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:49.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:49 smithi094 ceph-mon[112176]: 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-08T07:13:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:49 smithi003 ceph-mon[96088]: 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-08T07:13:50.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:50.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:51.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:51.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:51 smithi094 ceph-mon[112176]: 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-08T07:13:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:51 smithi003 ceph-mon[96088]: 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-08T07:13:52.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:52.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:53.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:53.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:53 smithi094 ceph-mon[112176]: 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-08T07:13:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:53 smithi003 ceph-mon[96088]: 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-08T07:13:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:54.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:54.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:55.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:55.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:55 smithi094 ceph-mon[112176]: 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-08T07:13:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:55 smithi003 ceph-mon[96088]: 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-08T07:13:56.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:56.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:57.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:57.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:57 smithi094 ceph-mon[112176]: 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-08T07:13:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:57 smithi003 ceph-mon[96088]: 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-08T07:13:58.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:58.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:59.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:13:59.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:13:59 smithi094 ceph-mon[112176]: 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-08T07:14:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:13:59 smithi003 ceph-mon[96088]: 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-08T07:14:00.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:00.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:01.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:01.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:01 smithi094 ceph-mon[112176]: 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-08T07:14:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:01 smithi003 ceph-mon[96088]: 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-08T07:14:02.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:02.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:03.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:04.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:04.423 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:03 smithi094 ceph-mon[112176]: 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-08T07:14:04.423 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:03 smithi003 ceph-mon[96088]: 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-08T07:14:04.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:04.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:05.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:05.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:05 smithi094 ceph-mon[112176]: 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-08T07:14:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:14:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:05 smithi003 ceph-mon[96088]: 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-08T07:14:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:14:06.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:06.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:14:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:14:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:14:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:14:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:14:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:14:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:14:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:14:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:14:07.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:14:07.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:07.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:07 smithi094 ceph-mon[112176]: 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-08T07:14:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:07 smithi003 ceph-mon[96088]: 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-08T07:14:08.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:08.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:09.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:09.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:10.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:09 smithi003 ceph-mon[96088]: 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-08T07:14:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:09 smithi094 ceph-mon[112176]: 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-08T07:14:10.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:10.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:11.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:11.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:11 smithi094 ceph-mon[112176]: 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-08T07:14:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:11 smithi003 ceph-mon[96088]: 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-08T07:14:12.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:12.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:13.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:13.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:13 smithi094 ceph-mon[112176]: 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-08T07:14:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:13 smithi003 ceph-mon[96088]: 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-08T07:14:14.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:14.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:15.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:15.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:15 smithi094 ceph-mon[112176]: 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-08T07:14:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:15 smithi003 ceph-mon[96088]: 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-08T07:14:16.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:16.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:17.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:17.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:17 smithi094 ceph-mon[112176]: 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-08T07:14:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:17 smithi003 ceph-mon[96088]: 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-08T07:14:18.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:18.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:19.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:19.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:19 smithi094 ceph-mon[112176]: 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-08T07:14:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:19 smithi003 ceph-mon[96088]: 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-08T07:14:20.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:20.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:21.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:21.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:21 smithi094 ceph-mon[112176]: 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-08T07:14:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:21 smithi003 ceph-mon[96088]: 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-08T07:14:22.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:22.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:23.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:23.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:23 smithi094 ceph-mon[112176]: 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-08T07:14:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:23 smithi003 ceph-mon[96088]: 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-08T07:14:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:24.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:24.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:25.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:25.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:25 smithi094 ceph-mon[112176]: 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-08T07:14:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:25 smithi003 ceph-mon[96088]: 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-08T07:14:26.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:26.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:27.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:27.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:27 smithi094 ceph-mon[112176]: 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-08T07:14:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:27 smithi003 ceph-mon[96088]: 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-08T07:14:28.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:28.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:29.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:29.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:29 smithi094 ceph-mon[112176]: 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-08T07:14:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:29 smithi003 ceph-mon[96088]: 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-08T07:14:30.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:30.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:31.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:31.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:31 smithi094 ceph-mon[112176]: 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-08T07:14:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:31 smithi003 ceph-mon[96088]: 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-08T07:14:32.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:32.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:33.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:33.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:33 smithi094 ceph-mon[112176]: 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-08T07:14:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:33 smithi003 ceph-mon[96088]: 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-08T07:14:34.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:34.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:35.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:35.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:35 smithi094 ceph-mon[112176]: 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-08T07:14:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:35 smithi003 ceph-mon[96088]: 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-08T07:14:36.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:36.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:37.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:37.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:37 smithi094 ceph-mon[112176]: 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-08T07:14:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:37 smithi003 ceph-mon[96088]: 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-08T07:14:38.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:38.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:39.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:39.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:39 smithi003 ceph-mon[96088]: 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-08T07:14:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:39 smithi094 ceph-mon[112176]: 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-08T07:14:40.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:40.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:41.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:41.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:41 smithi094 ceph-mon[112176]: 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-08T07:14:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:41 smithi003 ceph-mon[96088]: 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-08T07:14:42.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:42.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:43.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:43.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:43 smithi003 ceph-mon[96088]: 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-08T07:14:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:43 smithi094 ceph-mon[112176]: 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-08T07:14:44.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:44.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:45.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:45.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:45 smithi003 ceph-mon[96088]: 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-08T07:14:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:45 smithi094 ceph-mon[112176]: 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-08T07:14:46.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:46.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:47.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:47.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:47 smithi003 ceph-mon[96088]: 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-08T07:14:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:47 smithi094 ceph-mon[112176]: 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-08T07:14:48.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:49.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:49.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:49.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:49 smithi003 ceph-mon[96088]: 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-08T07:14:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:49 smithi094 ceph-mon[112176]: 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-08T07:14:50.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:50.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:51.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:51.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:51 smithi094 ceph-mon[112176]: 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-08T07:14:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:51 smithi003 ceph-mon[96088]: 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-08T07:14:52.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:52.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:53.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:53.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:53 smithi003 ceph-mon[96088]: 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-08T07:14:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:53 smithi094 ceph-mon[112176]: 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-08T07:14:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:54.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:54.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:55.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:55.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:55 smithi003 ceph-mon[96088]: 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-08T07:14:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:55 smithi094 ceph-mon[112176]: 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-08T07:14:56.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:56.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:57.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:57.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:57 smithi003 ceph-mon[96088]: 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-08T07:14:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:57 smithi094 ceph-mon[112176]: 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-08T07:14:58.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:58.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:59.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:14:59.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:14:59 smithi003 ceph-mon[96088]: 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-08T07:15:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:14:59 smithi094 ceph-mon[112176]: 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-08T07:15:00.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:00.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:01.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:01.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:01 smithi003 ceph-mon[96088]: 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-08T07:15:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:01 smithi094 ceph-mon[112176]: 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-08T07:15:02.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:03.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:03.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:03.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:03 smithi003 ceph-mon[96088]: 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-08T07:15:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:03 smithi094 ceph-mon[112176]: 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-08T07:15:04.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:04.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:05.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:05.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:05 smithi003 ceph-mon[96088]: 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-08T07:15:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:05 smithi094 ceph-mon[112176]: 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-08T07:15:06.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:06.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:15:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:15:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:15:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:15:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:15:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:15:07.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:07.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:07 smithi003 ceph-mon[96088]: 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-08T07:15:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:15:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:15:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:15:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:15:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:15:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:07 smithi094 ceph-mon[112176]: 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-08T07:15:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:15:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:15:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:15:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:15:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:15:08.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:08.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:09.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:09.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:09 smithi003 ceph-mon[96088]: 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-08T07:15:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:09 smithi094 ceph-mon[112176]: 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-08T07:15:10.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:10.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:11.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:11.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:11 smithi003 ceph-mon[96088]: 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-08T07:15:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:11 smithi094 ceph-mon[112176]: 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-08T07:15:13.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:13.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:14.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:14.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:13 smithi003 ceph-mon[96088]: 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-08T07:15:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:13 smithi094 ceph-mon[112176]: 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-08T07:15:15.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:15.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:16.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:16.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:15 smithi003 ceph-mon[96088]: 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-08T07:15:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:15 smithi094 ceph-mon[112176]: 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-08T07:15:17.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:17.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:18.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:18.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:17 smithi003 ceph-mon[96088]: 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-08T07:15:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:17 smithi094 ceph-mon[112176]: 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-08T07:15:19.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:19.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:20.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:20.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:19 smithi094 ceph-mon[112176]: 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-08T07:15:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:19 smithi003 ceph-mon[96088]: 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-08T07:15:21.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:21.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:22.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:22.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:21 smithi094 ceph-mon[112176]: 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-08T07:15:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:21 smithi003 ceph-mon[96088]: 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-08T07:15:23.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:23.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:24.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:24.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:23 smithi094 ceph-mon[112176]: 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-08T07:15:24.465 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:23 smithi003 ceph-mon[96088]: 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-08T07:15:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:25.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:25.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:26.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:26.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:25 smithi003 ceph-mon[96088]: 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-08T07:15:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:25 smithi094 ceph-mon[112176]: 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-08T07:15:27.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:27.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:28.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:28.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:27 smithi003 ceph-mon[96088]: 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-08T07:15:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:27 smithi094 ceph-mon[112176]: 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-08T07:15:29.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:29.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:30.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:30.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:30 smithi094 ceph-mon[112176]: 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-08T07:15:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:30 smithi003 ceph-mon[96088]: 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-08T07:15:31.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:31.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:32.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:32.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:32 smithi094 ceph-mon[112176]: 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-08T07:15:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:32 smithi003 ceph-mon[96088]: 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-08T07:15:33.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:33.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:34.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:34.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:34 smithi094 ceph-mon[112176]: 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-08T07:15:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:34 smithi003 ceph-mon[96088]: 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-08T07:15:35.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:35.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:36.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:36.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:36 smithi094 ceph-mon[112176]: 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-08T07:15:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:36 smithi003 ceph-mon[96088]: 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-08T07:15:37.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:37.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:38.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:38.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:38 smithi003 ceph-mon[96088]: 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-08T07:15:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:38 smithi094 ceph-mon[112176]: 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-08T07:15:39.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:39.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:40.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:40.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:40 smithi094 ceph-mon[112176]: 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-08T07:15:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:40 smithi003 ceph-mon[96088]: 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-08T07:15:41.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:41.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:42.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:42.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:42.358 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:42 smithi094 ceph-mon[112176]: 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-08T07:15:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:42 smithi003 ceph-mon[96088]: 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-08T07:15:43.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:43.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:44.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:44.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:44 smithi094 ceph-mon[112176]: 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-08T07:15:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:44 smithi003 ceph-mon[96088]: 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-08T07:15:45.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:45.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:46.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:46.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:46 smithi094 ceph-mon[112176]: 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-08T07:15:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:46 smithi003 ceph-mon[96088]: 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-08T07:15:47.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:47.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:48.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:48.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:48 smithi003 ceph-mon[96088]: 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-08T07:15:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:48 smithi094 ceph-mon[112176]: 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-08T07:15:49.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:49.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:50.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:50.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:50 smithi094 ceph-mon[112176]: 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-08T07:15:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:50 smithi003 ceph-mon[96088]: 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-08T07:15:51.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:51.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:52.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:52.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:52 smithi094 ceph-mon[112176]: 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-08T07:15:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:52 smithi003 ceph-mon[96088]: 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-08T07:15:53.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:53.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:54.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:54.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:54 smithi094 ceph-mon[112176]: 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-08T07:15:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:54 smithi003 ceph-mon[96088]: 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-08T07:15:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:55.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:55.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:56.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:56.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:56.325 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:56 smithi003 ceph-mon[96088]: 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-08T07:15:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:56 smithi094 ceph-mon[112176]: 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-08T07:15:57.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:57.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:58.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:58.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:15:58 smithi003 ceph-mon[96088]: 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-08T07:15:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:15:58 smithi094 ceph-mon[112176]: 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-08T07:15:59.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:15:59.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:00.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:00.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:00 smithi094 ceph-mon[112176]: 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-08T07:16:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:00 smithi003 ceph-mon[96088]: 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-08T07:16:01.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:01.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:02.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:02.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:02 smithi094 ceph-mon[112176]: 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-08T07:16:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:02 smithi003 ceph-mon[96088]: 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-08T07:16:03.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:03.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:04.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:04.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:04 smithi094 ceph-mon[112176]: 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-08T07:16:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:04 smithi003 ceph-mon[96088]: 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-08T07:16:05.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:05.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:06.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:06.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:06 smithi094 ceph-mon[112176]: 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-08T07:16:06.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:06 smithi003 ceph-mon[96088]: 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-08T07:16:07.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:07.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:08.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:08.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:08 smithi003 ceph-mon[96088]: 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-08T07:16:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:16:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:16:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:16:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:16:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:16:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:16:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:08 smithi094 ceph-mon[112176]: 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-08T07:16:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:16:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:16:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:16:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:16:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:16:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:16:09.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:09.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:10.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:10.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:10 smithi094 ceph-mon[112176]: 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-08T07:16:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:10 smithi003 ceph-mon[96088]: 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-08T07:16:11.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:11.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:12.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:12.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:12 smithi094 ceph-mon[112176]: 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-08T07:16:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:12 smithi003 ceph-mon[96088]: 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-08T07:16:13.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:13.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:14.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:14.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:14 smithi094 ceph-mon[112176]: 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-08T07:16:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:14 smithi003 ceph-mon[96088]: 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-08T07:16:15.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:15.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:16.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:16.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:16 smithi094 ceph-mon[112176]: 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-08T07:16:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:16 smithi003 ceph-mon[96088]: 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-08T07:16:17.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:17.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:18.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:18.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:18 smithi003 ceph-mon[96088]: 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-08T07:16:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:18 smithi094 ceph-mon[112176]: 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-08T07:16:19.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:19.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:20.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:20.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:20 smithi094 ceph-mon[112176]: 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-08T07:16:20.862 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:20 smithi003 ceph-mon[96088]: 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-08T07:16:21.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:21.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:22.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:22.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:22 smithi094 ceph-mon[112176]: 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-08T07:16:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:22 smithi003 ceph-mon[96088]: 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-08T07:16:23.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:23.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:24.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:24.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:24 smithi094 ceph-mon[112176]: 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-08T07:16:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:24 smithi003 ceph-mon[96088]: 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-08T07:16:25.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:25.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:25 smithi094 ceph-mon[112176]: 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-08T07:16:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:25 smithi003 ceph-mon[96088]: 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-08T07:16:26.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:26.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:27.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:27.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:28.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:28.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:27 smithi094 ceph-mon[112176]: 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-08T07:16:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:27 smithi003 ceph-mon[96088]: 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-08T07:16:29.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:29.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:30.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:30.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:29 smithi094 ceph-mon[112176]: 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-08T07:16:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:29 smithi003 ceph-mon[96088]: 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-08T07:16:31.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:31.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:31 smithi003 ceph-mon[96088]: 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-08T07:16:32.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:32.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:31 smithi094 ceph-mon[112176]: 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-08T07:16:33.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:33.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:34.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:34.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:33 smithi094 ceph-mon[112176]: 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-08T07:16:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:33 smithi003 ceph-mon[96088]: 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-08T07:16:35.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:35.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:36.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:36.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:35 smithi094 ceph-mon[112176]: 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-08T07:16:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:35 smithi003 ceph-mon[96088]: 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-08T07:16:37.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:37.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:38.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:38.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:37 smithi094 ceph-mon[112176]: 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-08T07:16:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:37 smithi003 ceph-mon[96088]: 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-08T07:16:39.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:39.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:40.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:40.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:39 smithi094 ceph-mon[112176]: 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-08T07:16:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:39 smithi003 ceph-mon[96088]: 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-08T07:16:41.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:41.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:42.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:42.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:41 smithi094 ceph-mon[112176]: 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-08T07:16:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:41 smithi003 ceph-mon[96088]: 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-08T07:16:43.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:43.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:44.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:44.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:43 smithi094 ceph-mon[112176]: 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-08T07:16:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:43 smithi003 ceph-mon[96088]: 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-08T07:16:45.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:45.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:46.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:46.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:45 smithi094 ceph-mon[112176]: 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-08T07:16:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:45 smithi003 ceph-mon[96088]: 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-08T07:16:47.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:47.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:48.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:48.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:47 smithi094 ceph-mon[112176]: 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-08T07:16:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:47 smithi003 ceph-mon[96088]: 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-08T07:16:49.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:49.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:50.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:50.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:49 smithi094 ceph-mon[112176]: 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-08T07:16:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:49 smithi003 ceph-mon[96088]: 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-08T07:16:51.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:51.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:52.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:52.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:51 smithi094 ceph-mon[112176]: 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-08T07:16:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:51 smithi003 ceph-mon[96088]: 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-08T07:16:53.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:53.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:53 smithi094 ceph-mon[112176]: 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-08T07:16:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:54.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:54.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:53 smithi003 ceph-mon[96088]: 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-08T07:16:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:55.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:55.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:55 smithi094 ceph-mon[112176]: 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-08T07:16:56.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:56.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:55 smithi003 ceph-mon[96088]: 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-08T07:16:57.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:57.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:58.143 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:57 smithi094 ceph-mon[112176]: 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-08T07:16:58.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:58.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:57 smithi003 ceph-mon[96088]: 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-08T07:16:59.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:16:59.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:16:59 smithi094 ceph-mon[112176]: 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-08T07:17:00.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:00.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:16:59 smithi003 ceph-mon[96088]: 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-08T07:17:01.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:01.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:01 smithi094 ceph-mon[112176]: 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-08T07:17:02.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:02.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:01 smithi003 ceph-mon[96088]: 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-08T07:17:03.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:03.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:03 smithi094 ceph-mon[112176]: 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-08T07:17:04.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:04.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:03 smithi003 ceph-mon[96088]: 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-08T07:17:05.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:05.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:05 smithi094 ceph-mon[112176]: 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-08T07:17:06.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:06.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:05 smithi003 ceph-mon[96088]: 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-08T07:17:07.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:07.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:07 smithi094 ceph-mon[112176]: 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-08T07:17:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:17:08.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:08.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:07 smithi003 ceph-mon[96088]: 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-08T07:17:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:17:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:17:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:17:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:17:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:17:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:17:09.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:09.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:17:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:17:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:17:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:17:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:17:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:09 smithi094 ceph-mon[112176]: 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-08T07:17:10.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:10.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:09 smithi003 ceph-mon[96088]: 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-08T07:17:11.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:11.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:11 smithi094 ceph-mon[112176]: 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-08T07:17:12.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:11 smithi003 ceph-mon[96088]: 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-08T07:17:12.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:12.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:13.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:13.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:13 smithi094 ceph-mon[112176]: 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-08T07:17:14.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:14.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:13 smithi003 ceph-mon[96088]: 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-08T07:17:15.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:15.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:15 smithi094 ceph-mon[112176]: 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-08T07:17:16.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:16.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:15 smithi003 ceph-mon[96088]: 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-08T07:17:17.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:17.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:17 smithi094 ceph-mon[112176]: 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-08T07:17:18.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:18.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:17 smithi003 ceph-mon[96088]: 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-08T07:17:19.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:19.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:19 smithi094 ceph-mon[112176]: 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-08T07:17:20.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:20.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:19 smithi003 ceph-mon[96088]: 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-08T07:17:21.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:21.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:21 smithi094 ceph-mon[112176]: 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-08T07:17:22.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:22.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:21 smithi003 ceph-mon[96088]: 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-08T07:17:23.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:23.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:23 smithi094 ceph-mon[112176]: 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-08T07:17:24.290 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:24.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:24.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:24.291 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:23 smithi003 ceph-mon[96088]: 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-08T07:17:24.291 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:25.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:25.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:26.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:26.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:25 smithi003 ceph-mon[96088]: 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-08T07:17:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:25 smithi094 ceph-mon[112176]: 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-08T07:17:27.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:27.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:28.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:28.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:27 smithi003 ceph-mon[96088]: 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-08T07:17:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:27 smithi094 ceph-mon[112176]: 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-08T07:17:29.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:29.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:30.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:30.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:29 smithi003 ceph-mon[96088]: 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-08T07:17:30.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:29 smithi094 ceph-mon[112176]: 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-08T07:17:31.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:31.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:32.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:32.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:31 smithi003 ceph-mon[96088]: 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-08T07:17:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:31 smithi094 ceph-mon[112176]: 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-08T07:17:33.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:33.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:33 smithi003 ceph-mon[96088]: 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-08T07:17:34.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:34.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:33 smithi094 ceph-mon[112176]: 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-08T07:17:35.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:35.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:35 smithi003 ceph-mon[96088]: 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-08T07:17:36.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:36.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:35 smithi094 ceph-mon[112176]: 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-08T07:17:37.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:37.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:37 smithi003 ceph-mon[96088]: 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-08T07:17:38.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:38.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:37 smithi094 ceph-mon[112176]: 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-08T07:17:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:39.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:39.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:39 smithi003 ceph-mon[96088]: 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-08T07:17:40.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:40.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:39 smithi094 ceph-mon[112176]: 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-08T07:17:41.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:41.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:41 smithi003 ceph-mon[96088]: 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-08T07:17:42.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:42.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:41 smithi094 ceph-mon[112176]: 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-08T07:17:43.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:43.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:43 smithi003 ceph-mon[96088]: 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-08T07:17:44.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:44.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:43 smithi094 ceph-mon[112176]: 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-08T07:17:45.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:45.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:45 smithi003 ceph-mon[96088]: 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-08T07:17:46.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:46.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:45 smithi094 ceph-mon[112176]: 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-08T07:17:47.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:47.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:47 smithi003 ceph-mon[96088]: 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-08T07:17:48.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:48.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:47 smithi094 ceph-mon[112176]: 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-08T07:17:49.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:49.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:49 smithi003 ceph-mon[96088]: 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-08T07:17:50.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:50.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:49 smithi094 ceph-mon[112176]: 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-08T07:17:51.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:51.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:51 smithi003 ceph-mon[96088]: 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-08T07:17:52.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:52.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:51 smithi094 ceph-mon[112176]: 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-08T07:17:53.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:53.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:53 smithi003 ceph-mon[96088]: 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-08T07:17:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:54.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:54.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:53 smithi094 ceph-mon[112176]: 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-08T07:17:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:55.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:55.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:55 smithi003 ceph-mon[96088]: 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-08T07:17:56.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:56.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:55 smithi094 ceph-mon[112176]: 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-08T07:17:57.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:57.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:57 smithi003 ceph-mon[96088]: 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-08T07:17:58.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:58.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:58.485 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:57 smithi094 ceph-mon[112176]: 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-08T07:17:59.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:17:59.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:17:59 smithi003 ceph-mon[96088]: 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-08T07:18:00.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:00.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:17:59 smithi094 ceph-mon[112176]: 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-08T07:18:01.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:01.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:01 smithi003 ceph-mon[96088]: 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-08T07:18:02.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:02.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:02.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:01 smithi094 ceph-mon[112176]: 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-08T07:18:03.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:03.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:03 smithi094 ceph-mon[112176]: 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-08T07:18:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:03 smithi003 ceph-mon[96088]: 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-08T07:18:04.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:04.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:05.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:05.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:06.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:06.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:05 smithi094 ceph-mon[112176]: 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-08T07:18:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:05 smithi003 ceph-mon[96088]: 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-08T07:18:07.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:07.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:07 smithi003 ceph-mon[96088]: 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-08T07:18:08.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:08.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:07 smithi094 ceph-mon[112176]: 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-08T07:18:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:18:09.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:09.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:18:10.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:10.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:09 smithi094 ceph-mon[112176]: 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-08T07:18:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:18:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:18:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:18:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:18:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:18:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:09 smithi003 ceph-mon[96088]: 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-08T07:18:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:18:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:18:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:18:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:18:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:18:11.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:11.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:12.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:12.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:11 smithi094 ceph-mon[112176]: 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-08T07:18:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:11 smithi003 ceph-mon[96088]: 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-08T07:18:13.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:13.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:14.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:14.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:14 smithi094 ceph-mon[112176]: 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-08T07:18:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:14 smithi003 ceph-mon[96088]: 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-08T07:18:15.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:15.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:16.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:16.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:16 smithi094 ceph-mon[112176]: 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-08T07:18:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:16 smithi003 ceph-mon[96088]: 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-08T07:18:17.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:17.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:18 smithi003 ceph-mon[96088]: 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-08T07:18:18.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:18.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:18 smithi094 ceph-mon[112176]: 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-08T07:18:19.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:19.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:20.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:20.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:20 smithi094 ceph-mon[112176]: 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-08T07:18:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:20 smithi003 ceph-mon[96088]: 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-08T07:18:21.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:21.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:22.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:22.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:22 smithi094 ceph-mon[112176]: 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-08T07:18:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:22 smithi003 ceph-mon[96088]: 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-08T07:18:23.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:23.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:24.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:24.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:24 smithi094 ceph-mon[112176]: 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-08T07:18:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:24 smithi003 ceph-mon[96088]: 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-08T07:18:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:25.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:25.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:26.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:26.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:26 smithi094 ceph-mon[112176]: 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-08T07:18:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:26 smithi003 ceph-mon[96088]: 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-08T07:18:27.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:27.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:28 smithi003 ceph-mon[96088]: 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-08T07:18:28.570 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:28 smithi094 ceph-mon[112176]: 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-08T07:18:28.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:28.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:29.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:29.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:30.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:30.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:30 smithi094 ceph-mon[112176]: 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-08T07:18:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:30 smithi003 ceph-mon[96088]: 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-08T07:18:31.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:31.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:32.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:32.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:32 smithi094 ceph-mon[112176]: 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-08T07:18:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:32 smithi003 ceph-mon[96088]: 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-08T07:18:33.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:33.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:34.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:34.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:34 smithi094 ceph-mon[112176]: 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-08T07:18:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:34 smithi003 ceph-mon[96088]: 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-08T07:18:35.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:35.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:36.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:36.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:36 smithi094 ceph-mon[112176]: 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-08T07:18:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:36 smithi003 ceph-mon[96088]: 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-08T07:18:37.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:37.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:38.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:38 smithi003 ceph-mon[96088]: 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-08T07:18:38.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:38.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:38 smithi094 ceph-mon[112176]: 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-08T07:18:39.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:39.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:40.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:40.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:40 smithi094 ceph-mon[112176]: 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-08T07:18:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:40 smithi003 ceph-mon[96088]: 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-08T07:18:41.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:41.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:42.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:42.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:42 smithi094 ceph-mon[112176]: 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-08T07:18:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:42 smithi003 ceph-mon[96088]: 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-08T07:18:43.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:43.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:44.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:44.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:44 smithi094 ceph-mon[112176]: 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-08T07:18:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:44 smithi003 ceph-mon[96088]: 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-08T07:18:45.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:45.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:46.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:46.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:46 smithi094 ceph-mon[112176]: 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-08T07:18:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:46 smithi003 ceph-mon[96088]: 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-08T07:18:47.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:47.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:48 smithi003 ceph-mon[96088]: 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-08T07:18:48.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:48.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:48 smithi094 ceph-mon[112176]: 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-08T07:18:49.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:49.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:50.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:50.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:50 smithi094 ceph-mon[112176]: 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-08T07:18:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:50 smithi003 ceph-mon[96088]: 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-08T07:18:51.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:51.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:52.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:52.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:52 smithi094 ceph-mon[112176]: 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-08T07:18:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:52 smithi003 ceph-mon[96088]: 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-08T07:18:53.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:53.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:54.336 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:54 smithi094 ceph-mon[112176]: 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-08T07:18:54.336 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:54.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:54.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:54 smithi003 ceph-mon[96088]: 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-08T07:18:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:55.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:55.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:56.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:56.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:56 smithi094 ceph-mon[112176]: 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-08T07:18:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:56 smithi003 ceph-mon[96088]: 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-08T07:18:57.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:57.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:18:58 smithi003 ceph-mon[96088]: 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-08T07:18:58.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:58.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:18:58 smithi094 ceph-mon[112176]: 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-08T07:18:59.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:18:59.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:00.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:00.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:00 smithi094 ceph-mon[112176]: 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-08T07:19:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:00 smithi003 ceph-mon[96088]: 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-08T07:19:01.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:01.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:02.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:02.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:02 smithi094 ceph-mon[112176]: 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-08T07:19:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:02 smithi003 ceph-mon[96088]: 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-08T07:19:03.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:03.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:04.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:04.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:04 smithi094 ceph-mon[112176]: 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-08T07:19:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:04 smithi003 ceph-mon[96088]: 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-08T07:19:05.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:05.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:06.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:06.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:06 smithi094 ceph-mon[112176]: 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-08T07:19:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:06 smithi003 ceph-mon[96088]: 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-08T07:19:07.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:07.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:08 smithi003 ceph-mon[96088]: 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-08T07:19:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:08.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:08.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:08 smithi094 ceph-mon[112176]: 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-08T07:19:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:09.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:09.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:10.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:10.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:10 smithi094 ceph-mon[112176]: 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-08T07:19:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:19:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:19:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:19:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:19:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:19:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:19:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:10 smithi003 ceph-mon[96088]: 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-08T07:19:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:19:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:19:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:19:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:19:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:19:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:19:11.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:11.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:12.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:12.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:12 smithi094 ceph-mon[112176]: 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-08T07:19:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:12 smithi003 ceph-mon[96088]: 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-08T07:19:13.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:13.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:14.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:14.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:14 smithi094 ceph-mon[112176]: 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-08T07:19:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:14 smithi003 ceph-mon[96088]: 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-08T07:19:15.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:15.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:16.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:16.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:16 smithi094 ceph-mon[112176]: 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-08T07:19:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:16 smithi003 ceph-mon[96088]: 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-08T07:19:17.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:17.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:18 smithi003 ceph-mon[96088]: 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-08T07:19:18.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:18.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:18 smithi094 ceph-mon[112176]: 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-08T07:19:19.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:19.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:20.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:20.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:20 smithi094 ceph-mon[112176]: 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-08T07:19:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:20 smithi003 ceph-mon[96088]: 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-08T07:19:21.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:21.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:22.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:22.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:22 smithi094 ceph-mon[112176]: 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-08T07:19:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:22 smithi003 ceph-mon[96088]: 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-08T07:19:23.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:23.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:24.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:24.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:24 smithi094 ceph-mon[112176]: 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-08T07:19:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:24 smithi003 ceph-mon[96088]: 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-08T07:19:25.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:25.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:26 smithi094 ceph-mon[112176]: 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-08T07:19:26.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:26.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:26 smithi003 ceph-mon[96088]: 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-08T07:19:27.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:27.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:28 smithi094 ceph-mon[112176]: 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-08T07:19:28.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:28.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:28 smithi003 ceph-mon[96088]: 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-08T07:19:29.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:29.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:30 smithi094 ceph-mon[112176]: 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-08T07:19:30.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:30.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:30 smithi003 ceph-mon[96088]: 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-08T07:19:31.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:31.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:32 smithi094 ceph-mon[112176]: 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-08T07:19:32.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:32.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:32 smithi003 ceph-mon[96088]: 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-08T07:19:33.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:33.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:34 smithi094 ceph-mon[112176]: 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-08T07:19:34.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:34.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:34 smithi003 ceph-mon[96088]: 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-08T07:19:35.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:35.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:36 smithi094 ceph-mon[112176]: 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-08T07:19:36.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:36.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:36 smithi003 ceph-mon[96088]: 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-08T07:19:37.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:37.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:38 smithi094 ceph-mon[112176]: 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-08T07:19:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:38.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:38.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:38 smithi003 ceph-mon[96088]: 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-08T07:19:38.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:39 smithi094 ceph-mon[112176]: 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-08T07:19:39.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:39.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:39 smithi003 ceph-mon[96088]: 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-08T07:19:40.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:40.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:41.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:41.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:41 smithi094 ceph-mon[112176]: 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-08T07:19:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:41 smithi003 ceph-mon[96088]: 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-08T07:19:42.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:42.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:43.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:43.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:43 smithi094 ceph-mon[112176]: 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-08T07:19:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:43 smithi003 ceph-mon[96088]: 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-08T07:19:44.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:44.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:45.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:45.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:45 smithi094 ceph-mon[112176]: 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-08T07:19:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:45 smithi003 ceph-mon[96088]: 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-08T07:19:46.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:46.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:47.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:47.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:47 smithi094 ceph-mon[112176]: 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-08T07:19:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:47 smithi003 ceph-mon[96088]: 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-08T07:19:48.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:48.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:49.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:49.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:49 smithi094 ceph-mon[112176]: 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-08T07:19:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:49 smithi003 ceph-mon[96088]: 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-08T07:19:50.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:50.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:51.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:51.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:51 smithi094 ceph-mon[112176]: 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-08T07:19:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:51 smithi003 ceph-mon[96088]: 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-08T07:19:52.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:52.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:53.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:53.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:53 smithi094 ceph-mon[112176]: 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-08T07:19:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:53 smithi003 ceph-mon[96088]: 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-08T07:19:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:54.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:54.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:55.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:55.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:55 smithi094 ceph-mon[112176]: 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-08T07:19:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:55 smithi003 ceph-mon[96088]: 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-08T07:19:56.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:56.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:57.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:57.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:57 smithi094 ceph-mon[112176]: 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-08T07:19:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:57 smithi003 ceph-mon[96088]: 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-08T07:19:58.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:58.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:59.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:19:59.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:19:59 smithi094 ceph-mon[112176]: 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-08T07:20:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:19:59 smithi003 ceph-mon[96088]: 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-08T07:20:00.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:00.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T07:20:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T07:20:01.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:01.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:01 smithi094 ceph-mon[112176]: 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-08T07:20:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:01 smithi003 ceph-mon[96088]: 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-08T07:20:02.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:02.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:03.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:03.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:03 smithi094 ceph-mon[112176]: 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-08T07:20:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:03 smithi003 ceph-mon[96088]: 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-08T07:20:04.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:04.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:05.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:05.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:05 smithi094 ceph-mon[112176]: 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-08T07:20:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:05 smithi003 ceph-mon[96088]: 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-08T07:20:06.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:06.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:07.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:07.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:07 smithi094 ceph-mon[112176]: 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-08T07:20:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:07 smithi003 ceph-mon[96088]: 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-08T07:20:08.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:08.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:09.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:09.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:09.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:09 smithi094 ceph-mon[112176]: 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-08T07:20:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:20:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:09 smithi003 ceph-mon[96088]: 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-08T07:20:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:20:10.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:10.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:11.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:11.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:11 smithi094 ceph-mon[112176]: 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-08T07:20:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:11 smithi003 ceph-mon[96088]: 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-08T07:20:12.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:12.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:13.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:13.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:20:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:20:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:13 smithi094 ceph-mon[112176]: 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-08T07:20:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:20:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:20:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:20:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:20:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:20:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:20:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:20:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:13 smithi003 ceph-mon[96088]: 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-08T07:20:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:20:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:20:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:20:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:20:13.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:20:14.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:14.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:15.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:15.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:15 smithi094 ceph-mon[112176]: 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-08T07:20:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:15 smithi003 ceph-mon[96088]: 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-08T07:20:16.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:16.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:17.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:17.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:17 smithi094 ceph-mon[112176]: 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-08T07:20:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:17 smithi003 ceph-mon[96088]: 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-08T07:20:18.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:18.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:19.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:19.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:19 smithi094 ceph-mon[112176]: 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-08T07:20:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:19 smithi003 ceph-mon[96088]: 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-08T07:20:20.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:20.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:21.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:21.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:21 smithi094 ceph-mon[112176]: 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-08T07:20:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:21 smithi003 ceph-mon[96088]: 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-08T07:20:22.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:22.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:23.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:23.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:23 smithi094 ceph-mon[112176]: 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-08T07:20:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:23 smithi003 ceph-mon[96088]: 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-08T07:20:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:24.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:24.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:25.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:25.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:25 smithi094 ceph-mon[112176]: 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-08T07:20:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:25 smithi003 ceph-mon[96088]: 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-08T07:20:26.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:26.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:27.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:27.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:27 smithi094 ceph-mon[112176]: 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-08T07:20:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:27 smithi003 ceph-mon[96088]: 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-08T07:20:28.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:28.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:29.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:29.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:29 smithi094 ceph-mon[112176]: 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-08T07:20:30.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:29 smithi003 ceph-mon[96088]: 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-08T07:20:30.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:30.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:31.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:31.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:31 smithi094 ceph-mon[112176]: 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-08T07:20:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:31 smithi003 ceph-mon[96088]: 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-08T07:20:32.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:32.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:33.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:33.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:33 smithi094 ceph-mon[112176]: 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-08T07:20:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:33 smithi003 ceph-mon[96088]: 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-08T07:20:34.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:34.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:35.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:35.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:35 smithi094 ceph-mon[112176]: 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-08T07:20:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:35 smithi003 ceph-mon[96088]: 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-08T07:20:36.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:36.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:37.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:37.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:37 smithi094 ceph-mon[112176]: 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-08T07:20:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:37 smithi003 ceph-mon[96088]: 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-08T07:20:38.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:38.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:39 smithi094 ceph-mon[112176]: 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-08T07:20:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:39 smithi003 ceph-mon[96088]: 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-08T07:20:40.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:40.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:41.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:41.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:41 smithi094 ceph-mon[112176]: 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-08T07:20:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:41 smithi003 ceph-mon[96088]: 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-08T07:20:42.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:42.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:43.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:43.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:43 smithi003 ceph-mon[96088]: 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-08T07:20:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:43 smithi094 ceph-mon[112176]: 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-08T07:20:44.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:44.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:45.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:45.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:45 smithi003 ceph-mon[96088]: 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-08T07:20:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:45 smithi094 ceph-mon[112176]: 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-08T07:20:46.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:46.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:47.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:47.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:47 smithi003 ceph-mon[96088]: 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-08T07:20:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:47 smithi094 ceph-mon[112176]: 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-08T07:20:48.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:48.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:49.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:49.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:49 smithi003 ceph-mon[96088]: 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-08T07:20:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:49 smithi094 ceph-mon[112176]: 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-08T07:20:50.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:50.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:51.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:51.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:51 smithi003 ceph-mon[96088]: 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-08T07:20:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:51 smithi094 ceph-mon[112176]: 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-08T07:20:52.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:52.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:53.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:53.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:53 smithi003 ceph-mon[96088]: 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-08T07:20:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:53 smithi094 ceph-mon[112176]: 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-08T07:20:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:54.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:54.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:55.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:55.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:55 smithi003 ceph-mon[96088]: 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-08T07:20:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:55 smithi094 ceph-mon[112176]: 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-08T07:20:56.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:56.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:57.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:57.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:57 smithi003 ceph-mon[96088]: 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-08T07:20:58.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:57 smithi094 ceph-mon[112176]: 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-08T07:20:58.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:58.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:59.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:20:59.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:20:59 smithi003 ceph-mon[96088]: 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-08T07:21:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:20:59 smithi094 ceph-mon[112176]: 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-08T07:21:00.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:00.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:01.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:01.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:01 smithi003 ceph-mon[96088]: 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-08T07:21:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:01 smithi094 ceph-mon[112176]: 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-08T07:21:02.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:02.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:03.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:03.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:03 smithi003 ceph-mon[96088]: 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-08T07:21:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:03 smithi094 ceph-mon[112176]: 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-08T07:21:04.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:04.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:05.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:05.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:05 smithi003 ceph-mon[96088]: 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-08T07:21:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:05 smithi094 ceph-mon[112176]: 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-08T07:21:06.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:06.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:07.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:07.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:07 smithi003 ceph-mon[96088]: 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-08T07:21:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:07 smithi094 ceph-mon[112176]: 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-08T07:21:08.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:08.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:09.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:09.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:09 smithi003 ceph-mon[96088]: 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-08T07:21:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:09 smithi094 ceph-mon[112176]: 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-08T07:21:10.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:10.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:11.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:11.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:11 smithi003 ceph-mon[96088]: 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-08T07:21:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:11 smithi094 ceph-mon[112176]: 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-08T07:21:12.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:12.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:13.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:13.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:13 smithi003 ceph-mon[96088]: 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-08T07:21:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:21:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:21:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:21:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:21:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:21:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:21:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:13 smithi094 ceph-mon[112176]: 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-08T07:21:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:21:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:21:14.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:21:14.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:21:14.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:21:14.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:21:14.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:14.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:15.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:15.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:15 smithi094 ceph-mon[112176]: 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-08T07:21:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:15 smithi003 ceph-mon[96088]: 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-08T07:21:16.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:16.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:17.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:17.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:17 smithi003 ceph-mon[96088]: 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-08T07:21:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:17 smithi094 ceph-mon[112176]: 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-08T07:21:18.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:18.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:19.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:19.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:19 smithi003 ceph-mon[96088]: 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-08T07:21:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:19 smithi094 ceph-mon[112176]: 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-08T07:21:20.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:20.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:21.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:21.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:21 smithi003 ceph-mon[96088]: 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-08T07:21:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:21 smithi094 ceph-mon[112176]: 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-08T07:21:22.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:22.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:23.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:23.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:23 smithi003 ceph-mon[96088]: 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-08T07:21:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:23 smithi094 ceph-mon[112176]: 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-08T07:21:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:24.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:24.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:25.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:25.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:25 smithi094 ceph-mon[112176]: 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-08T07:21:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:25 smithi003 ceph-mon[96088]: 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-08T07:21:26.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:26.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:27.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:27.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:27 smithi003 ceph-mon[96088]: 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-08T07:21:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:27 smithi094 ceph-mon[112176]: 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-08T07:21:28.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:28.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:29.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:29.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:29 smithi094 ceph-mon[112176]: 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-08T07:21:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:29 smithi003 ceph-mon[96088]: 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-08T07:21:30.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:30.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:31.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:31.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:31 smithi094 ceph-mon[112176]: 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-08T07:21:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:31 smithi003 ceph-mon[96088]: 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-08T07:21:32.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:32.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:33.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:33.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:33 smithi094 ceph-mon[112176]: 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-08T07:21:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:33 smithi003 ceph-mon[96088]: 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-08T07:21:34.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:34.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:35.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:36.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:35 smithi094 ceph-mon[112176]: 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-08T07:21:36.771 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:35 smithi003 ceph-mon[96088]: 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-08T07:21:36.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:36.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:37.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:37.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:38 smithi003 ceph-mon[96088]: 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-08T07:21:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:38 smithi094 ceph-mon[112176]: 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-08T07:21:38.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:38.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:39.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:39.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:40 smithi094 ceph-mon[112176]: 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-08T07:21:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:40 smithi003 ceph-mon[96088]: 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-08T07:21:40.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:40.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:41.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:41.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:42 smithi094 ceph-mon[112176]: 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-08T07:21:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:42 smithi003 ceph-mon[96088]: 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-08T07:21:42.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:42.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:43.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:43.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:44 smithi094 ceph-mon[112176]: 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-08T07:21:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:44 smithi003 ceph-mon[96088]: 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-08T07:21:44.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:44.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:45.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:45.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:46 smithi094 ceph-mon[112176]: 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-08T07:21:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:46 smithi003 ceph-mon[96088]: 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-08T07:21:46.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:46.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:47.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:47.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:48 smithi003 ceph-mon[96088]: 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-08T07:21:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:48 smithi094 ceph-mon[112176]: 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-08T07:21:48.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:48.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:49.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:49.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:50.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:50 smithi003 ceph-mon[96088]: 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-08T07:21:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:50 smithi094 ceph-mon[112176]: 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-08T07:21:50.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:50.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:51.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:51.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:52 smithi094 ceph-mon[112176]: 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-08T07:21:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:52 smithi003 ceph-mon[96088]: 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-08T07:21:52.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:52.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:53.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:53.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:54 smithi094 ceph-mon[112176]: 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-08T07:21:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:54 smithi003 ceph-mon[96088]: 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-08T07:21:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:54.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:54.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:55.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:55.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:56 smithi094 ceph-mon[112176]: 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-08T07:21:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:56 smithi003 ceph-mon[96088]: 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-08T07:21:56.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:56.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:57.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:57.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:21:58 smithi003 ceph-mon[96088]: 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-08T07:21:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:21:58 smithi094 ceph-mon[112176]: 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-08T07:21:58.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:58.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:59.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:21:59.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:00 smithi094 ceph-mon[112176]: 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-08T07:22:00.454 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:00 smithi003 ceph-mon[96088]: 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-08T07:22:00.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:00.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:01.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:01.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:02 smithi094 ceph-mon[112176]: 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-08T07:22:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:02 smithi003 ceph-mon[96088]: 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-08T07:22:02.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:02.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:03.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:03.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:04 smithi094 ceph-mon[112176]: 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-08T07:22:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:04 smithi003 ceph-mon[96088]: 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-08T07:22:04.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:04.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:05.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:05.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:06.326 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:06 smithi094 ceph-mon[112176]: 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-08T07:22:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:06 smithi003 ceph-mon[96088]: 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-08T07:22:06.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:06.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:07.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:07.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:08 smithi003 ceph-mon[96088]: 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-08T07:22:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:08 smithi094 ceph-mon[112176]: 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-08T07:22:08.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:08.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:09.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:09.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:10 smithi094 ceph-mon[112176]: 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-08T07:22:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:10 smithi003 ceph-mon[96088]: 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-08T07:22:10.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:10.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:11.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:11.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:12 smithi094 ceph-mon[112176]: 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-08T07:22:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:12 smithi003 ceph-mon[96088]: 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-08T07:22:12.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:12.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:13.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:13.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:14 smithi094 ceph-mon[112176]: 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-08T07:22:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:22:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:14 smithi003 ceph-mon[96088]: 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-08T07:22:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:22:14.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:14.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:15.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:15.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:16 smithi094 ceph-mon[112176]: 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-08T07:22:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:16 smithi003 ceph-mon[96088]: 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-08T07:22:16.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:16.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:17.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:17.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:18 smithi003 ceph-mon[96088]: 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-08T07:22:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:18 smithi094 ceph-mon[112176]: 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-08T07:22:18.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:18.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:19.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:19.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:19 smithi094 ceph-mon[112176]: 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-08T07:22:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:22:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:22:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:22:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:22:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:22:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:22:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:22:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:19 smithi003 ceph-mon[96088]: 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-08T07:22:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:22:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:22:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:22:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:22:20.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:22:20.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:22:20.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:22:20.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:20.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:21.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:21.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:21 smithi094 ceph-mon[112176]: 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-08T07:22:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:21 smithi003 ceph-mon[96088]: 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-08T07:22:22.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:22.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:23.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:23.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:23 smithi094 ceph-mon[112176]: 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-08T07:22:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:23 smithi003 ceph-mon[96088]: 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-08T07:22:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:24.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:24.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:25.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:25.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:25 smithi094 ceph-mon[112176]: 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-08T07:22:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:25 smithi003 ceph-mon[96088]: 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-08T07:22:26.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:26.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:27.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:27.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:27 smithi094 ceph-mon[112176]: 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-08T07:22:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:27 smithi003 ceph-mon[96088]: 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-08T07:22:28.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:28.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:29.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:29.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:29 smithi094 ceph-mon[112176]: 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-08T07:22:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:29 smithi003 ceph-mon[96088]: 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-08T07:22:30.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:30.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:31.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:31.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:31 smithi094 ceph-mon[112176]: 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-08T07:22:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:31 smithi003 ceph-mon[96088]: 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-08T07:22:32.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:32.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:33.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:33.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:33 smithi094 ceph-mon[112176]: 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-08T07:22:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:33 smithi003 ceph-mon[96088]: 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-08T07:22:34.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:34.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:35.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:35.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:36.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:35 smithi003 ceph-mon[96088]: 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-08T07:22:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:35 smithi094 ceph-mon[112176]: 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-08T07:22:36.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:36.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:37.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:37.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:37 smithi003 ceph-mon[96088]: 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-08T07:22:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:37 smithi094 ceph-mon[112176]: 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-08T07:22:38.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:38.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:39.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:39.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:39 smithi003 ceph-mon[96088]: 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-08T07:22:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:39 smithi094 ceph-mon[112176]: 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-08T07:22:40.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:40.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:41.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:41.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:41 smithi094 ceph-mon[112176]: 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-08T07:22:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:41 smithi003 ceph-mon[96088]: 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-08T07:22:42.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:42.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:43.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:43.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:43 smithi003 ceph-mon[96088]: 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-08T07:22:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:43 smithi094 ceph-mon[112176]: 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-08T07:22:44.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:44.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:45.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:45.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:45 smithi003 ceph-mon[96088]: 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-08T07:22:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:45 smithi094 ceph-mon[112176]: 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-08T07:22:46.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:46.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:47.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:47.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:47 smithi003 ceph-mon[96088]: 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-08T07:22:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:47 smithi094 ceph-mon[112176]: 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-08T07:22:48.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:48.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:49.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:49.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:49 smithi003 ceph-mon[96088]: 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-08T07:22:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:49 smithi094 ceph-mon[112176]: 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-08T07:22:50.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:50.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:51.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:51.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:51 smithi094 ceph-mon[112176]: 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-08T07:22:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:51 smithi003 ceph-mon[96088]: 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-08T07:22:52.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:52.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:53.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:53.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:53 smithi003 ceph-mon[96088]: 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-08T07:22:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:53 smithi094 ceph-mon[112176]: 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-08T07:22:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:54.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:54.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:55.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:55.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:55 smithi003 ceph-mon[96088]: 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-08T07:22:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:55 smithi094 ceph-mon[112176]: 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-08T07:22:56.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:56.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:57.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:57.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:57 smithi003 ceph-mon[96088]: 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-08T07:22:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:57 smithi094 ceph-mon[112176]: 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-08T07:22:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:59.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:22:59.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:22:59 smithi003 ceph-mon[96088]: 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-08T07:23:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:22:59 smithi094 ceph-mon[112176]: 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-08T07:23:00.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:00.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:01.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:01.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:01 smithi094 ceph-mon[112176]: 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-08T07:23:02.237 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:01 smithi003 ceph-mon[96088]: 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-08T07:23:02.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:02.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:03.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:03.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:03 smithi003 ceph-mon[96088]: 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-08T07:23:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:03 smithi094 ceph-mon[112176]: 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-08T07:23:04.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:04.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:05.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:05.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:05 smithi003 ceph-mon[96088]: 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-08T07:23:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:05 smithi094 ceph-mon[112176]: 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-08T07:23:06.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:06.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:07.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:07.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:07 smithi003 ceph-mon[96088]: 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-08T07:23:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:07 smithi094 ceph-mon[112176]: 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-08T07:23:08.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:08.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:09.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:09.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:09 smithi094 ceph-mon[112176]: 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-08T07:23:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:09 smithi003 ceph-mon[96088]: 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-08T07:23:10.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:10.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:11.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:11.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:11 smithi094 ceph-mon[112176]: 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-08T07:23:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:11 smithi003 ceph-mon[96088]: 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-08T07:23:12.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:12.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:13.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:13.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:13 smithi094 ceph-mon[112176]: 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-08T07:23:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:13 smithi003 ceph-mon[96088]: 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-08T07:23:14.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:14.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:15.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:15.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:16.320 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:15 smithi003 ceph-mon[96088]: 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-08T07:23:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:15 smithi094 ceph-mon[112176]: 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-08T07:23:16.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:16.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:17.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:17.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:17 smithi003 ceph-mon[96088]: 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-08T07:23:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:17 smithi094 ceph-mon[112176]: 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-08T07:23:18.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:18.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:19.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:19.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:20 smithi094 ceph-mon[112176]: 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-08T07:23:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:23:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:23:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:23:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:20 smithi003 ceph-mon[96088]: 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-08T07:23:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:23:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:23:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:23:20.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:20.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:21.377 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:23:21.378 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:23:21.378 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:23:21.378 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:23:21.378 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:23:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:23:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:23:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:23:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:23:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:23:21.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:21.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:22 smithi094 ceph-mon[112176]: 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-08T07:23:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:22 smithi003 ceph-mon[96088]: 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-08T07:23:22.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:22.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:23.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:23.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:24 smithi094 ceph-mon[112176]: 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-08T07:23:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:24 smithi003 ceph-mon[96088]: 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-08T07:23:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:24.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:24.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:25.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:25.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:26 smithi094 ceph-mon[112176]: 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-08T07:23:26.433 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:26 smithi003 ceph-mon[96088]: 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-08T07:23:26.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:26.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:27.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:27.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:28 smithi003 ceph-mon[96088]: 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-08T07:23:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:28 smithi094 ceph-mon[112176]: 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-08T07:23:28.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:28.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:29.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:29.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:30 smithi094 ceph-mon[112176]: 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-08T07:23:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:30 smithi003 ceph-mon[96088]: 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-08T07:23:30.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:30.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:31.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:31.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:32 smithi094 ceph-mon[112176]: 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-08T07:23:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:32 smithi003 ceph-mon[96088]: 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-08T07:23:32.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:32.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:33.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:33.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:34 smithi094 ceph-mon[112176]: 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-08T07:23:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:34 smithi003 ceph-mon[96088]: 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-08T07:23:34.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:34.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:35.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:35.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:36 smithi094 ceph-mon[112176]: 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-08T07:23:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:36 smithi003 ceph-mon[96088]: 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-08T07:23:36.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:36.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:37.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:37.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:38 smithi003 ceph-mon[96088]: 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-08T07:23:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:38 smithi094 ceph-mon[112176]: 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-08T07:23:38.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:38.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:39.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:39.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:40 smithi094 ceph-mon[112176]: 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-08T07:23:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:40 smithi003 ceph-mon[96088]: 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-08T07:23:40.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:40.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:41.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:41.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:42.322 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:42 smithi094 ceph-mon[112176]: 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-08T07:23:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:42 smithi003 ceph-mon[96088]: 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-08T07:23:42.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:42.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:43.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:43.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:44 smithi094 ceph-mon[112176]: 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-08T07:23:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:44 smithi003 ceph-mon[96088]: 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-08T07:23:44.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:44.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:45.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:45.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:46 smithi094 ceph-mon[112176]: 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-08T07:23:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:46 smithi003 ceph-mon[96088]: 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-08T07:23:46.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:46.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:47.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:47.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:48 smithi003 ceph-mon[96088]: 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-08T07:23:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:48 smithi094 ceph-mon[112176]: 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-08T07:23:48.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:48.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:49.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:49.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:50 smithi094 ceph-mon[112176]: 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-08T07:23:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:50 smithi003 ceph-mon[96088]: 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-08T07:23:50.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:50.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:51.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:51.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:52 smithi094 ceph-mon[112176]: 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-08T07:23:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:52 smithi003 ceph-mon[96088]: 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-08T07:23:52.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:52.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:53.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:53.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:54 smithi094 ceph-mon[112176]: 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-08T07:23:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:54 smithi003 ceph-mon[96088]: 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-08T07:23:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:54.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:54.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:55.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:55.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:56 smithi094 ceph-mon[112176]: 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-08T07:23:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:56 smithi003 ceph-mon[96088]: 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-08T07:23:56.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:56.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:57.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:57.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:23:58 smithi003 ceph-mon[96088]: 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-08T07:23:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:23:58 smithi094 ceph-mon[112176]: 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-08T07:23:58.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:58.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:59.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:23:59.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:00 smithi094 ceph-mon[112176]: 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-08T07:24:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:00 smithi003 ceph-mon[96088]: 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-08T07:24:00.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:00.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:01.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:01.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:02 smithi003 ceph-mon[96088]: 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-08T07:24:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:02 smithi094 ceph-mon[112176]: 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-08T07:24:02.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:02.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:03.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:03.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:04 smithi094 ceph-mon[112176]: 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-08T07:24:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:04 smithi003 ceph-mon[96088]: 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-08T07:24:04.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:04.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:05.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:05.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:06 smithi094 ceph-mon[112176]: 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-08T07:24:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:06 smithi003 ceph-mon[96088]: 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-08T07:24:06.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:06.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:07.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:07.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:08 smithi003 ceph-mon[96088]: 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-08T07:24:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:08 smithi094 ceph-mon[112176]: 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-08T07:24:08.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:08.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:09.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:09.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:10 smithi094 ceph-mon[112176]: 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-08T07:24:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:10 smithi003 ceph-mon[96088]: 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-08T07:24:10.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:10.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:11.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:11.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:12 smithi003 ceph-mon[96088]: 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-08T07:24:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:12 smithi094 ceph-mon[112176]: 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-08T07:24:12.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:12.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:13.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:13.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:14 smithi094 ceph-mon[112176]: 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-08T07:24:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:14 smithi003 ceph-mon[96088]: 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-08T07:24:14.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:14.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:15.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:15.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:16 smithi094 ceph-mon[112176]: 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-08T07:24:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:16 smithi003 ceph-mon[96088]: 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-08T07:24:16.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:16.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:17.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:17.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:18 smithi003 ceph-mon[96088]: 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-08T07:24:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:18 smithi094 ceph-mon[112176]: 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-08T07:24:18.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:18.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:19.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:19.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:20 smithi094 ceph-mon[112176]: 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-08T07:24:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:20 smithi003 ceph-mon[96088]: 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-08T07:24:20.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:20.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:24:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:24:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:24:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:24:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:24:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:24:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:24:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:24:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:24:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:24:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:24:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:24:21.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:21.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:22 smithi094 ceph-mon[112176]: 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-08T07:24:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:22 smithi003 ceph-mon[96088]: 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-08T07:24:22.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:22.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:23.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:23.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:24 smithi094 ceph-mon[112176]: 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-08T07:24:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:24 smithi003 ceph-mon[96088]: 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-08T07:24:24.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:24.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:25.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:25.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:26.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:26 smithi094 ceph-mon[112176]: 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-08T07:24:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:26 smithi003 ceph-mon[96088]: 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-08T07:24:26.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:26.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:27.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:27.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:28 smithi094 ceph-mon[112176]: 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-08T07:24:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:28 smithi003 ceph-mon[96088]: 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-08T07:24:28.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:28.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:29.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:29.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:30 smithi094 ceph-mon[112176]: 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-08T07:24:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:30 smithi003 ceph-mon[96088]: 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-08T07:24:30.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:30.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:31.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:31.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:32 smithi094 ceph-mon[112176]: 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-08T07:24:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:32 smithi003 ceph-mon[96088]: 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-08T07:24:32.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:32.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:33.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:33.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:34 smithi094 ceph-mon[112176]: 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-08T07:24:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:34 smithi003 ceph-mon[96088]: 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-08T07:24:34.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:34.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:35.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:35.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:36 smithi094 ceph-mon[112176]: 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-08T07:24:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:36 smithi003 ceph-mon[96088]: 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-08T07:24:36.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:36.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:37.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:37.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:38 smithi094 ceph-mon[112176]: 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-08T07:24:38.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:38 smithi003 ceph-mon[96088]: 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-08T07:24:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:38.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:38.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:39.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:39.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:40 smithi094 ceph-mon[112176]: 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-08T07:24:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:40 smithi003 ceph-mon[96088]: 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-08T07:24:40.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:40.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:41.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:41.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:42 smithi094 ceph-mon[112176]: 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-08T07:24:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:42 smithi003 ceph-mon[96088]: 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-08T07:24:42.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:42.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:43.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:43.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:44 smithi094 ceph-mon[112176]: 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-08T07:24:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:44 smithi003 ceph-mon[96088]: 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-08T07:24:44.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:44.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:45.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:45.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:46 smithi094 ceph-mon[112176]: 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-08T07:24:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:46 smithi003 ceph-mon[96088]: 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-08T07:24:46.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:46.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:47.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:47.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:48 smithi094 ceph-mon[112176]: 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-08T07:24:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:48 smithi003 ceph-mon[96088]: 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-08T07:24:48.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:48.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:49.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:49.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:50 smithi094 ceph-mon[112176]: 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-08T07:24:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:50 smithi003 ceph-mon[96088]: 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-08T07:24:50.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:50.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:51.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:51.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:52.410 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:52 smithi003 ceph-mon[96088]: 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-08T07:24:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:52 smithi094 ceph-mon[112176]: 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-08T07:24:52.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:52.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:53.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:53.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:54 smithi094 ceph-mon[112176]: 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-08T07:24:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:54 smithi003 ceph-mon[96088]: 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-08T07:24:54.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:54.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:55.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:55.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:56 smithi003 ceph-mon[96088]: 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-08T07:24:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:56 smithi094 ceph-mon[112176]: 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-08T07:24:56.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:56.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:57.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:58.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:24:58 smithi094 ceph-mon[112176]: 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-08T07:24:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:24:58 smithi003 ceph-mon[96088]: 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-08T07:24:58.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:24:59.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:59.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:00.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:00 smithi003 ceph-mon[96088]: 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-08T07:25:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:00 smithi094 ceph-mon[112176]: 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-08T07:25:00.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:01.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:01.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:02.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:02 smithi003 ceph-mon[96088]: 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-08T07:25:02.721 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:02 smithi094 ceph-mon[112176]: 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-08T07:25:02.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:03.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:03.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:04.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:04 smithi003 ceph-mon[96088]: 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-08T07:25:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:04 smithi094 ceph-mon[112176]: 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-08T07:25:04.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:04.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:05.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:06.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:06 smithi003 ceph-mon[96088]: 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-08T07:25:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:06 smithi094 ceph-mon[112176]: 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-08T07:25:06.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:06.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:07.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:07.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:08 smithi003 ceph-mon[96088]: 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-08T07:25:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:08 smithi094 ceph-mon[112176]: 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-08T07:25:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:09.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:09.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:10.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:10.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:10 smithi003 ceph-mon[96088]: 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-08T07:25:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:10 smithi094 ceph-mon[112176]: 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-08T07:25:11.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:11.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:12.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:12.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:12 smithi003 ceph-mon[96088]: 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-08T07:25:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:12 smithi094 ceph-mon[112176]: 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-08T07:25:13.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:13.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:14.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:14.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:14 smithi003 ceph-mon[96088]: 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-08T07:25:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:14 smithi094 ceph-mon[112176]: 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-08T07:25:15.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:15.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:16.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:16.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:16 smithi003 ceph-mon[96088]: 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-08T07:25:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:16 smithi094 ceph-mon[112176]: 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-08T07:25:17.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:17.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:18.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:18.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:18 smithi003 ceph-mon[96088]: 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-08T07:25:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:18 smithi094 ceph-mon[112176]: 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-08T07:25:19.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:19.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:19 smithi094 ceph-mon[112176]: 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-08T07:25:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:19 smithi003 ceph-mon[96088]: 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-08T07:25:20.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:20.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:21.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:21.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:22.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:22.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: 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-08T07:25:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:25:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:25:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:25:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:25:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:25:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:25:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:25:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:25:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: 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-08T07:25:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:25:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:25:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:25:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:25:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:25:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:25:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:25:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:25:23.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:23.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:24.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:24.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:23 smithi003 ceph-mon[96088]: 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-08T07:25:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:23 smithi094 ceph-mon[112176]: 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-08T07:25:24.462 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:25.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:25.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:26.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:26.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:25 smithi003 ceph-mon[96088]: 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-08T07:25:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:25 smithi094 ceph-mon[112176]: 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-08T07:25:27.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:27.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:28.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:28.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:27 smithi003 ceph-mon[96088]: 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-08T07:25:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:27 smithi094 ceph-mon[112176]: 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-08T07:25:29.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:29.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:30.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:30.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:29 smithi003 ceph-mon[96088]: 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-08T07:25:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:29 smithi094 ceph-mon[112176]: 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-08T07:25:31.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:31.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:32.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:32.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:31 smithi003 ceph-mon[96088]: 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-08T07:25:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:31 smithi094 ceph-mon[112176]: 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-08T07:25:33.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:33.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:34.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:34.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:33 smithi003 ceph-mon[96088]: 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-08T07:25:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:33 smithi094 ceph-mon[112176]: 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-08T07:25:35.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:35.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:36.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:36.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:35 smithi003 ceph-mon[96088]: 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-08T07:25:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:35 smithi094 ceph-mon[112176]: 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-08T07:25:37.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:37.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:38.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:38.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:37 smithi003 ceph-mon[96088]: 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-08T07:25:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:37 smithi094 ceph-mon[112176]: 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-08T07:25:39.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:39.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:40.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:40.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:39 smithi003 ceph-mon[96088]: 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-08T07:25:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:39 smithi094 ceph-mon[112176]: 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-08T07:25:41.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:41.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:42.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:42.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:41 smithi003 ceph-mon[96088]: 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-08T07:25:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:41 smithi094 ceph-mon[112176]: 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-08T07:25:43.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:43.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:44.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:44.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:43 smithi003 ceph-mon[96088]: 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-08T07:25:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:43 smithi094 ceph-mon[112176]: 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-08T07:25:45.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:45.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:46.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:46.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:45 smithi003 ceph-mon[96088]: 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-08T07:25:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:45 smithi094 ceph-mon[112176]: 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-08T07:25:47.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:47.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:48.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:48.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:47 smithi003 ceph-mon[96088]: 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-08T07:25:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:47 smithi094 ceph-mon[112176]: 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-08T07:25:49.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:49.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:50.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:50.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:49 smithi094 ceph-mon[112176]: 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-08T07:25:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:49 smithi003 ceph-mon[96088]: 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-08T07:25:51.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:51.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:52.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:52.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:51 smithi094 ceph-mon[112176]: 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-08T07:25:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:51 smithi003 ceph-mon[96088]: 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-08T07:25:53.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:53.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:54.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:54.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:53 smithi094 ceph-mon[112176]: 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-08T07:25:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:53 smithi003 ceph-mon[96088]: 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-08T07:25:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:55.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:55.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:56.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:56.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:56 smithi094 ceph-mon[112176]: 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-08T07:25:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:56 smithi003 ceph-mon[96088]: 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-08T07:25:57.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:57.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:58.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:58.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:58.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:25:58 smithi003 ceph-mon[96088]: 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-08T07:25:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:25:58 smithi094 ceph-mon[112176]: 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-08T07:25:59.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:25:59.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:00.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:00.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:00 smithi094 ceph-mon[112176]: 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-08T07:26:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:00 smithi003 ceph-mon[96088]: 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-08T07:26:01.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:01.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:02.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:02.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:02 smithi094 ceph-mon[112176]: 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-08T07:26:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:02 smithi003 ceph-mon[96088]: 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-08T07:26:03.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:03.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:04.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:04.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:04 smithi094 ceph-mon[112176]: 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-08T07:26:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:04 smithi003 ceph-mon[96088]: 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-08T07:26:05.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:05.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:06.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:06.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:06 smithi094 ceph-mon[112176]: 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-08T07:26:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:06 smithi003 ceph-mon[96088]: 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-08T07:26:07.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:07.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:08.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:08.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:08 smithi003 ceph-mon[96088]: 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-08T07:26:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:08 smithi094 ceph-mon[112176]: 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-08T07:26:09.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:09.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:10.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:10.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:10 smithi094 ceph-mon[112176]: 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-08T07:26:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:10 smithi003 ceph-mon[96088]: 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-08T07:26:11.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:11.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:12.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:12.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:12 smithi094 ceph-mon[112176]: 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-08T07:26:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:12 smithi003 ceph-mon[96088]: 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-08T07:26:13.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:13.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:14.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:14.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:14 smithi094 ceph-mon[112176]: 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-08T07:26:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:14 smithi003 ceph-mon[96088]: 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-08T07:26:15.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:15.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:16.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:16.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:16 smithi094 ceph-mon[112176]: 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-08T07:26:16.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:16 smithi003 ceph-mon[96088]: 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-08T07:26:17.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:17.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:18.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:18.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:18 smithi003 ceph-mon[96088]: 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-08T07:26:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:18 smithi094 ceph-mon[112176]: 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-08T07:26:19.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:19.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:20.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:20.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:20 smithi094 ceph-mon[112176]: 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-08T07:26:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:20 smithi003 ceph-mon[96088]: 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-08T07:26:21.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:21.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:22.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:22.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:22 smithi094 ceph-mon[112176]: 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-08T07:26:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:26:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:22 smithi003 ceph-mon[96088]: 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-08T07:26:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:26:23.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:23.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:26:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:26:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:26:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:26:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:26:23.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:26:23.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:26:23.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:26:23.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:26:23.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:26:24.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:24.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:24 smithi094 ceph-mon[112176]: 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-08T07:26:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:24 smithi003 ceph-mon[96088]: 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-08T07:26:24.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:25.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:25.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:26.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:26.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:26.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:26 smithi094 ceph-mon[112176]: 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-08T07:26:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:26 smithi003 ceph-mon[96088]: 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-08T07:26:27.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:27.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:28.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:28.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:28 smithi003 ceph-mon[96088]: 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-08T07:26:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:28 smithi094 ceph-mon[112176]: 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-08T07:26:29.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:29.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:30.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:30.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:30 smithi094 ceph-mon[112176]: 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-08T07:26:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:30 smithi003 ceph-mon[96088]: 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-08T07:26:31.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:31.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:32.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:32.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:32 smithi094 ceph-mon[112176]: 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-08T07:26:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:32 smithi003 ceph-mon[96088]: 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-08T07:26:33.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:33.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:34.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:34.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:34 smithi094 ceph-mon[112176]: 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-08T07:26:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:34 smithi003 ceph-mon[96088]: 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-08T07:26:35.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:35.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:36.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:36.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:36 smithi094 ceph-mon[112176]: 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-08T07:26:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:36 smithi003 ceph-mon[96088]: 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-08T07:26:37.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:37.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:38.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:38.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:38 smithi003 ceph-mon[96088]: 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-08T07:26:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:38 smithi094 ceph-mon[112176]: 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-08T07:26:39.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:39.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:40.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:40.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:40 smithi094 ceph-mon[112176]: 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-08T07:26:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:40 smithi003 ceph-mon[96088]: 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-08T07:26:41.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:41.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:42.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:42.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:42 smithi094 ceph-mon[112176]: 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-08T07:26:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:42 smithi003 ceph-mon[96088]: 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-08T07:26:43.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:43.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:44.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:44.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:44 smithi094 ceph-mon[112176]: 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-08T07:26:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:44 smithi003 ceph-mon[96088]: 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-08T07:26:45.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:45.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:46.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:46.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:46 smithi094 ceph-mon[112176]: 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-08T07:26:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:46 smithi003 ceph-mon[96088]: 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-08T07:26:47.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:47.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:48.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:48.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:48 smithi003 ceph-mon[96088]: 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-08T07:26:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:48 smithi094 ceph-mon[112176]: 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-08T07:26:49.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:49.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:50.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:50.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:50 smithi094 ceph-mon[112176]: 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-08T07:26:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:50 smithi003 ceph-mon[96088]: 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-08T07:26:51.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:51.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:52.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:52.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:52.925 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:52 smithi094 ceph-mon[112176]: 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-08T07:26:52.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:52 smithi003 ceph-mon[96088]: 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-08T07:26:53.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:53.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:53.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:54.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:54.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:54.421 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:54 smithi094 ceph-mon[112176]: 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-08T07:26:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:54 smithi003 ceph-mon[96088]: 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-08T07:26:55.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:55.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:56.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:56.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:56 smithi094 ceph-mon[112176]: 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-08T07:26:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:56 smithi003 ceph-mon[96088]: 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-08T07:26:57.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:57.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:58.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:58.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:26:58 smithi003 ceph-mon[96088]: 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-08T07:26:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:26:58 smithi094 ceph-mon[112176]: 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-08T07:26:59.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:26:59.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:00.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:00.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:00 smithi094 ceph-mon[112176]: 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-08T07:27:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:00 smithi003 ceph-mon[96088]: 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-08T07:27:01.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:01.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:02.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:02.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:02 smithi094 ceph-mon[112176]: 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-08T07:27:02.619 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:02 smithi003 ceph-mon[96088]: 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-08T07:27:03.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:03.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:04.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:04.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:04 smithi003 ceph-mon[96088]: 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-08T07:27:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:04 smithi094 ceph-mon[112176]: 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-08T07:27:05.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:05.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:06.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:06.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:06 smithi094 ceph-mon[112176]: 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-08T07:27:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:06 smithi003 ceph-mon[96088]: 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-08T07:27:07.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:07.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:08.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:08.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:08 smithi094 ceph-mon[112176]: 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-08T07:27:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:08 smithi003 ceph-mon[96088]: 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-08T07:27:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:09.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:09.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:10.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:10.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:10 smithi094 ceph-mon[112176]: 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-08T07:27:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:10 smithi003 ceph-mon[96088]: 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-08T07:27:11.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:11.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:12.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:12.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:12 smithi094 ceph-mon[112176]: 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-08T07:27:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:12 smithi003 ceph-mon[96088]: 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-08T07:27:13.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:13.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:14.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:14.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:14 smithi094 ceph-mon[112176]: 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-08T07:27:14.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:14 smithi003 ceph-mon[96088]: 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-08T07:27:15.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:15.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:16.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:16.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:16 smithi094 ceph-mon[112176]: 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-08T07:27:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:16 smithi003 ceph-mon[96088]: 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-08T07:27:17.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:17.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:18.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:18.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:18 smithi094 ceph-mon[112176]: 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-08T07:27:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:18 smithi003 ceph-mon[96088]: 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-08T07:27:19.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:19.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:20.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:20.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:20 smithi094 ceph-mon[112176]: 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-08T07:27:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:20 smithi003 ceph-mon[96088]: 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-08T07:27:21.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:21.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:22.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:22.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:22 smithi094 ceph-mon[112176]: 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-08T07:27:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:22 smithi003 ceph-mon[96088]: 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-08T07:27:23.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:23.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:27:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:27:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:27:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:27:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:27:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:27:23.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:27:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:27:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:27:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:27:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:27:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:27:23.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:24.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:24.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:24 smithi003 ceph-mon[96088]: 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-08T07:27:24.637 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:24 smithi094 ceph-mon[112176]: 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-08T07:27:25.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:25.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:26.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:26.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:26 smithi003 ceph-mon[96088]: 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-08T07:27:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:26 smithi094 ceph-mon[112176]: 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-08T07:27:27.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:27.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:28.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:28.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:28 smithi003 ceph-mon[96088]: 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-08T07:27:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:28 smithi094 ceph-mon[112176]: 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-08T07:27:29.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:29.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:30.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:30.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:30 smithi003 ceph-mon[96088]: 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-08T07:27:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:30 smithi094 ceph-mon[112176]: 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-08T07:27:31.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:31.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:32.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:32.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:32 smithi003 ceph-mon[96088]: 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-08T07:27:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:32 smithi094 ceph-mon[112176]: 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-08T07:27:33.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:33.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:34.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:34.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:34 smithi003 ceph-mon[96088]: 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-08T07:27:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:34 smithi094 ceph-mon[112176]: 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-08T07:27:35.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:35.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:36.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:36.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:36 smithi003 ceph-mon[96088]: 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-08T07:27:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:36 smithi094 ceph-mon[112176]: 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-08T07:27:37.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:37.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:38.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:38.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:38 smithi003 ceph-mon[96088]: 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-08T07:27:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:38 smithi094 ceph-mon[112176]: 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-08T07:27:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:39.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:39.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:40.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:40.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:40.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:40 smithi003 ceph-mon[96088]: 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-08T07:27:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:40 smithi094 ceph-mon[112176]: 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-08T07:27:41.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:41.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:42.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:42.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:42 smithi003 ceph-mon[96088]: 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-08T07:27:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:42 smithi094 ceph-mon[112176]: 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-08T07:27:43.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:43.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:44.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:44.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:44 smithi003 ceph-mon[96088]: 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-08T07:27:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:44 smithi094 ceph-mon[112176]: 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-08T07:27:45.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:45.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:46.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:46.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:46 smithi003 ceph-mon[96088]: 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-08T07:27:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:46 smithi094 ceph-mon[112176]: 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-08T07:27:47.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:47.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:48.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:48.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:48 smithi003 ceph-mon[96088]: 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-08T07:27:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:48 smithi094 ceph-mon[112176]: 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-08T07:27:49.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:49.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:50.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:50.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:50 smithi003 ceph-mon[96088]: 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-08T07:27:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:50 smithi094 ceph-mon[112176]: 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-08T07:27:51.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:51.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:52.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:52.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:52 smithi003 ceph-mon[96088]: 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-08T07:27:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:52 smithi094 ceph-mon[112176]: 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-08T07:27:53.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:53.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:54.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:54.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:54.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:54 smithi003 ceph-mon[96088]: 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-08T07:27:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:54 smithi094 ceph-mon[112176]: 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-08T07:27:55.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:55.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:56.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:56.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:56 smithi003 ceph-mon[96088]: 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-08T07:27:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:56 smithi094 ceph-mon[112176]: 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-08T07:27:57.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:57.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:58.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:58.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:27:58 smithi003 ceph-mon[96088]: 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-08T07:27:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:27:58 smithi094 ceph-mon[112176]: 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-08T07:27:59.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:27:59.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:00.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:00.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:00 smithi094 ceph-mon[112176]: 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-08T07:28:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:00 smithi003 ceph-mon[96088]: 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-08T07:28:01.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:01.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:02.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:02.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:02 smithi003 ceph-mon[96088]: 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-08T07:28:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:02 smithi094 ceph-mon[112176]: 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-08T07:28:03.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:03.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:04.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:04.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:04.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:04 smithi003 ceph-mon[96088]: 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-08T07:28:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:04 smithi094 ceph-mon[112176]: 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-08T07:28:05.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:05.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:05 smithi094 ceph-mon[112176]: 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-08T07:28:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:05 smithi003 ceph-mon[96088]: 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-08T07:28:06.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:06.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:07.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:07.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:07 smithi003 ceph-mon[96088]: 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-08T07:28:08.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:08.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:07 smithi094 ceph-mon[112176]: 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-08T07:28:09.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:09.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:09.439 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:10.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:10.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:09 smithi094 ceph-mon[112176]: 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-08T07:28:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:09 smithi003 ceph-mon[96088]: 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-08T07:28:11.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:11.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:12.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:12.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:11 smithi094 ceph-mon[112176]: 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-08T07:28:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:11 smithi003 ceph-mon[96088]: 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-08T07:28:13.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:13.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:14.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:14.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:13 smithi094 ceph-mon[112176]: 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-08T07:28:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:13 smithi003 ceph-mon[96088]: 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-08T07:28:15.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:15.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:16.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:16.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:16 smithi094 ceph-mon[112176]: 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-08T07:28:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:16 smithi003 ceph-mon[96088]: 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-08T07:28:17.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:17.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:18 smithi003 ceph-mon[96088]: 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-08T07:28:18.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:18.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:18.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:18 smithi094 ceph-mon[112176]: 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-08T07:28:19.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:19.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:20 smithi003 ceph-mon[96088]: 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-08T07:28:20.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:20.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:20 smithi094 ceph-mon[112176]: 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-08T07:28:21.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:21.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:22.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:22.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:22 smithi094 ceph-mon[112176]: 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-08T07:28:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:22 smithi003 ceph-mon[96088]: 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-08T07:28:23.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:23.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:24.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:24.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:24 smithi094 ceph-mon[112176]: 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-08T07:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:28:24.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:28:24.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:28:24.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:28:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:24 smithi003 ceph-mon[96088]: 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-08T07:28:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:28:24.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:28:24.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:28:24.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:28:24.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:28:24.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:28:25.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:25.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:26.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:26.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:26 smithi094 ceph-mon[112176]: 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-08T07:28:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:26 smithi003 ceph-mon[96088]: 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-08T07:28:27.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:27.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:28 smithi003 ceph-mon[96088]: 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-08T07:28:28.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:28.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:28 smithi094 ceph-mon[112176]: 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-08T07:28:29.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:29.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:30.159 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:30 smithi003 ceph-mon[96088]: 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-08T07:28:30.314 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:30 smithi094 ceph-mon[112176]: 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-08T07:28:30.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:30.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:31.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:31.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:32.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:32.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:32 smithi094 ceph-mon[112176]: 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-08T07:28:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:32 smithi003 ceph-mon[96088]: 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-08T07:28:33.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:33.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:34.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:34.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:34 smithi094 ceph-mon[112176]: 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-08T07:28:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:34 smithi003 ceph-mon[96088]: 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-08T07:28:35.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:35.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:36.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:36.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:36 smithi094 ceph-mon[112176]: 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-08T07:28:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:36 smithi003 ceph-mon[96088]: 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-08T07:28:37.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:37.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:38 smithi003 ceph-mon[96088]: 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-08T07:28:38.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:38.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:38 smithi094 ceph-mon[112176]: 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-08T07:28:39.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:39.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:40.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:40.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:40 smithi094 ceph-mon[112176]: 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-08T07:28:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:40 smithi003 ceph-mon[96088]: 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-08T07:28:41.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:41.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:42.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:42.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:42 smithi094 ceph-mon[112176]: 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-08T07:28:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:42 smithi003 ceph-mon[96088]: 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-08T07:28:43.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:43.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:44.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:44.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:44 smithi094 ceph-mon[112176]: 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-08T07:28:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:44 smithi003 ceph-mon[96088]: 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-08T07:28:45.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:45.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:46.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:46.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:46 smithi094 ceph-mon[112176]: 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-08T07:28:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:46 smithi003 ceph-mon[96088]: 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-08T07:28:47.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:47.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:48 smithi003 ceph-mon[96088]: 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-08T07:28:48.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:48.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:48 smithi094 ceph-mon[112176]: 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-08T07:28:49.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:49.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:50.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:50.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:50 smithi094 ceph-mon[112176]: 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-08T07:28:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:50 smithi003 ceph-mon[96088]: 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-08T07:28:51.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:51.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:52.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:52.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:52 smithi094 ceph-mon[112176]: 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-08T07:28:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:52 smithi003 ceph-mon[96088]: 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-08T07:28:53.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:53.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:54.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:54.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:54 smithi094 ceph-mon[112176]: 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-08T07:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:54 smithi003 ceph-mon[96088]: 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-08T07:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:55.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:55.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:56.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:56.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:56 smithi094 ceph-mon[112176]: 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-08T07:28:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:56 smithi003 ceph-mon[96088]: 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-08T07:28:57.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:57.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:28:58 smithi003 ceph-mon[96088]: 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-08T07:28:58.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:58.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:28:58 smithi094 ceph-mon[112176]: 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-08T07:28:59.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:28:59.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:00.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:00.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:00 smithi094 ceph-mon[112176]: 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-08T07:29:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:00 smithi003 ceph-mon[96088]: 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-08T07:29:01.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:01.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:02.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:02.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:02 smithi094 ceph-mon[112176]: 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-08T07:29:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:02 smithi003 ceph-mon[96088]: 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-08T07:29:03.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:03.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:04.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:04.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:04 smithi094 ceph-mon[112176]: 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-08T07:29:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:04 smithi003 ceph-mon[96088]: 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-08T07:29:05.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:05.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:06.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:06.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:06 smithi094 ceph-mon[112176]: 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-08T07:29:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:06 smithi003 ceph-mon[96088]: 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-08T07:29:07.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:07.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:08 smithi003 ceph-mon[96088]: 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-08T07:29:08.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:08.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:08 smithi094 ceph-mon[112176]: 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-08T07:29:09.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:09.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:10.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:10.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:10 smithi094 ceph-mon[112176]: 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-08T07:29:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:10 smithi003 ceph-mon[96088]: 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-08T07:29:11.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:11.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:12.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:12.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:12 smithi094 ceph-mon[112176]: 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-08T07:29:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:12 smithi003 ceph-mon[96088]: 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-08T07:29:13.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:13.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:14.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:14.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:14 smithi094 ceph-mon[112176]: 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-08T07:29:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:14 smithi003 ceph-mon[96088]: 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-08T07:29:15.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:15.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:16.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:16.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:16 smithi094 ceph-mon[112176]: 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-08T07:29:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:16 smithi003 ceph-mon[96088]: 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-08T07:29:17.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:17.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:18 smithi003 ceph-mon[96088]: 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-08T07:29:18.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:18.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:18 smithi094 ceph-mon[112176]: 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-08T07:29:19.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:19.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:20.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:20.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:20 smithi094 ceph-mon[112176]: 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-08T07:29:20.454 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:20 smithi003 ceph-mon[96088]: 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-08T07:29:21.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:21.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:22 smithi094 ceph-mon[112176]: 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-08T07:29:22.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:22.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:22 smithi003 ceph-mon[96088]: 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-08T07:29:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:23.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:23.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:24 smithi094 ceph-mon[112176]: 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-08T07:29:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:29:24.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:24.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:24 smithi003 ceph-mon[96088]: 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-08T07:29:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:29:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:29:25.821 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:29:25.821 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:29:25.821 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:29:25.821 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:29:25.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:25.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:25.822 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:29:25.823 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:29:25.823 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:29:25.823 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:29:25.823 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:29:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:26 smithi094 ceph-mon[112176]: 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-08T07:29:26.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:26.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:26 smithi003 ceph-mon[96088]: 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-08T07:29:27.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:27.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:28 smithi094 ceph-mon[112176]: 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-08T07:29:28.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:28.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:28 smithi003 ceph-mon[96088]: 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-08T07:29:29.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:29.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:30 smithi094 ceph-mon[112176]: 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-08T07:29:30.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:30.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:30 smithi003 ceph-mon[96088]: 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-08T07:29:31.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:31.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:32 smithi094 ceph-mon[112176]: 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-08T07:29:32.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:32.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:32 smithi003 ceph-mon[96088]: 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-08T07:29:33.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:33.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:34 smithi094 ceph-mon[112176]: 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-08T07:29:34.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:34.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:34 smithi003 ceph-mon[96088]: 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-08T07:29:35.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:35.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:36 smithi094 ceph-mon[112176]: 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-08T07:29:36.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:36.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:36 smithi003 ceph-mon[96088]: 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-08T07:29:37.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:37.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:38 smithi094 ceph-mon[112176]: 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-08T07:29:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:38.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:38.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:38 smithi003 ceph-mon[96088]: 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-08T07:29:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:39.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:39.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:40 smithi094 ceph-mon[112176]: 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-08T07:29:40.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:40.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:40 smithi003 ceph-mon[96088]: 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-08T07:29:41.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:41.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:42 smithi094 ceph-mon[112176]: 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-08T07:29:42.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:42.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:42 smithi003 ceph-mon[96088]: 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-08T07:29:43.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:43.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:44 smithi094 ceph-mon[112176]: 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-08T07:29:44.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:44.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:44 smithi003 ceph-mon[96088]: 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-08T07:29:45.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:45.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:46 smithi094 ceph-mon[112176]: 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-08T07:29:46.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:46.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:46 smithi003 ceph-mon[96088]: 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-08T07:29:47.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:47.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:48 smithi094 ceph-mon[112176]: 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-08T07:29:48.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:48.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:48 smithi003 ceph-mon[96088]: 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-08T07:29:49.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:49.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:50 smithi094 ceph-mon[112176]: 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-08T07:29:50.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:50.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:50 smithi003 ceph-mon[96088]: 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-08T07:29:51.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:51.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:52 smithi094 ceph-mon[112176]: 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-08T07:29:52.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:52.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:52 smithi003 ceph-mon[96088]: 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-08T07:29:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:53.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:53.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:54.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:54.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:54 smithi003 ceph-mon[96088]: 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-08T07:29:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:54 smithi094 ceph-mon[112176]: 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-08T07:29:55.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:55.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:56.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:56.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:56 smithi003 ceph-mon[96088]: 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-08T07:29:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:56 smithi094 ceph-mon[112176]: 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-08T07:29:57.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:57.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:58.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:58.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:29:58 smithi003 ceph-mon[96088]: 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-08T07:29:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:29:58 smithi094 ceph-mon[112176]: 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-08T07:29:59.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:29:59.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:00 smithi003 ceph-mon[96088]: 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-08T07:30:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T07:30:00.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:00.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:00 smithi094 ceph-mon[112176]: 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-08T07:30:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T07:30:01.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:01.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:02 smithi003 ceph-mon[96088]: 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-08T07:30:02.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:02.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:02 smithi094 ceph-mon[112176]: 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-08T07:30:03.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:03.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:04 smithi003 ceph-mon[96088]: 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-08T07:30:04.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:04.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:04 smithi094 ceph-mon[112176]: 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-08T07:30:05.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:05.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:06 smithi003 ceph-mon[96088]: 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-08T07:30:06.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:06.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:06 smithi094 ceph-mon[112176]: 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-08T07:30:07.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:07.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:08 smithi003 ceph-mon[96088]: 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-08T07:30:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:08.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:08.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:08 smithi094 ceph-mon[112176]: 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-08T07:30:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:09.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:09.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:10 smithi003 ceph-mon[96088]: 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-08T07:30:10.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:10.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:10 smithi094 ceph-mon[112176]: 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-08T07:30:11.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:11.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:12 smithi003 ceph-mon[96088]: 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-08T07:30:12.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:12.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:12 smithi094 ceph-mon[112176]: 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-08T07:30:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:14 smithi003 ceph-mon[96088]: 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-08T07:30:14.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:14.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:14 smithi094 ceph-mon[112176]: 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-08T07:30:15.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:15.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:16 smithi003 ceph-mon[96088]: 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-08T07:30:16.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:16.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:16 smithi094 ceph-mon[112176]: 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-08T07:30:17.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:17.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:18 smithi003 ceph-mon[96088]: 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-08T07:30:18.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:18.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:18 smithi094 ceph-mon[112176]: 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-08T07:30:19.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:19.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:20 smithi003 ceph-mon[96088]: 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-08T07:30:20.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:20.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:20 smithi094 ceph-mon[112176]: 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-08T07:30:21.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:21.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:22 smithi003 ceph-mon[96088]: 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-08T07:30:22.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:22.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:22 smithi094 ceph-mon[112176]: 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-08T07:30:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:23.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:23.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:24 smithi003 ceph-mon[96088]: 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-08T07:30:24.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:24.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:24 smithi094 ceph-mon[112176]: 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-08T07:30:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:30:25.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:25.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:30:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:26 smithi003 ceph-mon[96088]: 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-08T07:30:26.517 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:26 smithi094 ceph-mon[112176]: 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-08T07:30:26.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:26.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:27.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:27.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:28 smithi003 ceph-mon[96088]: 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-08T07:30:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:30:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:30:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:30:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:30:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:30:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:30:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:30:28.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:28.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:28 smithi094 ceph-mon[112176]: 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-08T07:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:30:28.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:30:28.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:30:29.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:29.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:30.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:30.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:30 smithi094 ceph-mon[112176]: 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-08T07:30:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:30 smithi003 ceph-mon[96088]: 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-08T07:30:31.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:31.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:32.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:32.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:32 smithi094 ceph-mon[112176]: 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-08T07:30:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:32 smithi003 ceph-mon[96088]: 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-08T07:30:33.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:33.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:34.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:34.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:34 smithi094 ceph-mon[112176]: 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-08T07:30:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:34 smithi003 ceph-mon[96088]: 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-08T07:30:35.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:35.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:36.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:36.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:36.621 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:36 smithi094 ceph-mon[112176]: 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-08T07:30:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:36 smithi003 ceph-mon[96088]: 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-08T07:30:37.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:37.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:38.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:38.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:38 smithi094 ceph-mon[112176]: 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-08T07:30:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:38 smithi003 ceph-mon[96088]: 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-08T07:30:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:39.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:39.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:40.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:40.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:40 smithi094 ceph-mon[112176]: 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-08T07:30:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:40 smithi003 ceph-mon[96088]: 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-08T07:30:41.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:41.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:42.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:42.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:42 smithi094 ceph-mon[112176]: 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-08T07:30:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:42 smithi003 ceph-mon[96088]: 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-08T07:30:43.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:43.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:44.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:44.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:44 smithi094 ceph-mon[112176]: 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-08T07:30:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:44 smithi003 ceph-mon[96088]: 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-08T07:30:45.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:45.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:46.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:46.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:46 smithi094 ceph-mon[112176]: 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-08T07:30:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:46 smithi003 ceph-mon[96088]: 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-08T07:30:47.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:47.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:48 smithi003 ceph-mon[96088]: 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-08T07:30:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:48 smithi094 ceph-mon[112176]: 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-08T07:30:48.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:48.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:49.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:49.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:50 smithi094 ceph-mon[112176]: 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-08T07:30:50.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:50 smithi003 ceph-mon[96088]: 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-08T07:30:50.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:50.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:51.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:51.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:52 smithi094 ceph-mon[112176]: 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-08T07:30:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:52 smithi003 ceph-mon[96088]: 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-08T07:30:52.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:52.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:53.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:53.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:54 smithi094 ceph-mon[112176]: 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-08T07:30:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:54 smithi003 ceph-mon[96088]: 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-08T07:30:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:54.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:54.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:55.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:55.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:56 smithi094 ceph-mon[112176]: 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-08T07:30:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:56 smithi003 ceph-mon[96088]: 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-08T07:30:56.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:56.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:57.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:57.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:30:58 smithi003 ceph-mon[96088]: 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-08T07:30:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:30:58 smithi094 ceph-mon[112176]: 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-08T07:30:58.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:58.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:59.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:30:59.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:00 smithi094 ceph-mon[112176]: 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-08T07:31:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:00 smithi003 ceph-mon[96088]: 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-08T07:31:00.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:00.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:01.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:01.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:02 smithi094 ceph-mon[112176]: 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-08T07:31:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:02 smithi003 ceph-mon[96088]: 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-08T07:31:02.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:02.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:03.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:03.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:04 smithi094 ceph-mon[112176]: 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-08T07:31:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:04 smithi003 ceph-mon[96088]: 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-08T07:31:04.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:04.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:05.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:05.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:06 smithi094 ceph-mon[112176]: 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-08T07:31:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:06 smithi003 ceph-mon[96088]: 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-08T07:31:06.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:06.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:07.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:07.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:08 smithi003 ceph-mon[96088]: 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-08T07:31:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:08 smithi094 ceph-mon[112176]: 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-08T07:31:08.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:08.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:09.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:09.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:10 smithi094 ceph-mon[112176]: 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-08T07:31:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:10 smithi003 ceph-mon[96088]: 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-08T07:31:10.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:10.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:11.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:11.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:12 smithi094 ceph-mon[112176]: 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-08T07:31:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:12 smithi003 ceph-mon[96088]: 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-08T07:31:12.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:12.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:13.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:13.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:14 smithi094 ceph-mon[112176]: 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-08T07:31:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:14 smithi003 ceph-mon[96088]: 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-08T07:31:14.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:14.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:15.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:15.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:16 smithi094 ceph-mon[112176]: 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-08T07:31:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:16 smithi003 ceph-mon[96088]: 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-08T07:31:16.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:16.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:17.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:17.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:18 smithi003 ceph-mon[96088]: 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-08T07:31:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:18 smithi094 ceph-mon[112176]: 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-08T07:31:18.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:18.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:19.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:19.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:20 smithi094 ceph-mon[112176]: 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-08T07:31:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:20 smithi003 ceph-mon[96088]: 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-08T07:31:20.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:20.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:21.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:21.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:22 smithi003 ceph-mon[96088]: 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-08T07:31:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:22 smithi094 ceph-mon[112176]: 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-08T07:31:22.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:22.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:23.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:23.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:24 smithi094 ceph-mon[112176]: 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-08T07:31:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:24 smithi003 ceph-mon[96088]: 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-08T07:31:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:24.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:24.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:25.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:25.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:26 smithi094 ceph-mon[112176]: 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-08T07:31:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:26 smithi003 ceph-mon[96088]: 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-08T07:31:26.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:26.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:27.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:27.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:28 smithi003 ceph-mon[96088]: 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-08T07:31:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:31:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:28 smithi094 ceph-mon[112176]: 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-08T07:31:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:31:28.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:28.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:31:29.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:31:29.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:31:29.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:31:29.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:31:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:31:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:31:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:31:29.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:31:29.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:31:29.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:29.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:30 smithi094 ceph-mon[112176]: 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-08T07:31:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:30 smithi003 ceph-mon[96088]: 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-08T07:31:30.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:30.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:31.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:31.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:32 smithi003 ceph-mon[96088]: 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-08T07:31:33.655 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:32 smithi094 ceph-mon[112176]: 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-08T07:31:33.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:33.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:33.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:33.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:34 smithi094 ceph-mon[112176]: 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-08T07:31:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:34 smithi003 ceph-mon[96088]: 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-08T07:31:34.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:34.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:35.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:35.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:36 smithi094 ceph-mon[112176]: 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-08T07:31:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:36 smithi003 ceph-mon[96088]: 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-08T07:31:36.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:36.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:37.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:37.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:38 smithi003 ceph-mon[96088]: 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-08T07:31:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:38 smithi094 ceph-mon[112176]: 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-08T07:31:38.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:38.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:39.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:39.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:40 smithi094 ceph-mon[112176]: 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-08T07:31:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:40 smithi003 ceph-mon[96088]: 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-08T07:31:40.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:40.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:41.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:41.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:42 smithi094 ceph-mon[112176]: 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-08T07:31:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:42 smithi003 ceph-mon[96088]: 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-08T07:31:42.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:42.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:43.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:43.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:44 smithi094 ceph-mon[112176]: 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-08T07:31:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:44 smithi003 ceph-mon[96088]: 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-08T07:31:44.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:44.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:45.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:45.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:46 smithi094 ceph-mon[112176]: 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-08T07:31:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:46 smithi003 ceph-mon[96088]: 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-08T07:31:46.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:46.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:47.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:47.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:48 smithi094 ceph-mon[112176]: 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-08T07:31:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:48 smithi003 ceph-mon[96088]: 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-08T07:31:48.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:48.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:49.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:49.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:50 smithi094 ceph-mon[112176]: 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-08T07:31:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:50 smithi003 ceph-mon[96088]: 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-08T07:31:50.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:50.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:51.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:51.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:52.405 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:52 smithi094 ceph-mon[112176]: 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-08T07:31:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:52 smithi003 ceph-mon[96088]: 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-08T07:31:52.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:52.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:53.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:53.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:54 smithi094 ceph-mon[112176]: 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-08T07:31:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:54 smithi003 ceph-mon[96088]: 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-08T07:31:54.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:54.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:55.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:55.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:56 smithi094 ceph-mon[112176]: 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-08T07:31:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:56 smithi003 ceph-mon[96088]: 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-08T07:31:56.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:56.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:57.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:57.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:31:58 smithi094 ceph-mon[112176]: 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-08T07:31:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:31:58 smithi003 ceph-mon[96088]: 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-08T07:31:58.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:58.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:59.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:31:59.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:00 smithi094 ceph-mon[112176]: 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-08T07:32:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:00 smithi003 ceph-mon[96088]: 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-08T07:32:00.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:00.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:01.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:01.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:02 smithi094 ceph-mon[112176]: 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-08T07:32:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:02 smithi003 ceph-mon[96088]: 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-08T07:32:02.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:02.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:03.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:03.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:04 smithi094 ceph-mon[112176]: 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-08T07:32:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:04 smithi003 ceph-mon[96088]: 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-08T07:32:04.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:04.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:05.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:05.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:06 smithi094 ceph-mon[112176]: 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-08T07:32:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:06 smithi003 ceph-mon[96088]: 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-08T07:32:06.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:06.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:07.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:07.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:08 smithi094 ceph-mon[112176]: 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-08T07:32:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:08 smithi003 ceph-mon[96088]: 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-08T07:32:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:08.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:08.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:09.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:09.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:10 smithi094 ceph-mon[112176]: 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-08T07:32:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:10 smithi003 ceph-mon[96088]: 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-08T07:32:10.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:10.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:11.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:11.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:12.410 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:12 smithi003 ceph-mon[96088]: 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-08T07:32:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:12 smithi094 ceph-mon[112176]: 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-08T07:32:12.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:12.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:13.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:13.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:14 smithi094 ceph-mon[112176]: 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-08T07:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:14 smithi003 ceph-mon[96088]: 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-08T07:32:14.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:14.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:15.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:15.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:16 smithi094 ceph-mon[112176]: 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-08T07:32:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:16 smithi003 ceph-mon[96088]: 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-08T07:32:16.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:16.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:17.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:17.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:18 smithi003 ceph-mon[96088]: 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-08T07:32:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:18 smithi094 ceph-mon[112176]: 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-08T07:32:18.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:18.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:19.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:19.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:20 smithi003 ceph-mon[96088]: 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-08T07:32:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:20 smithi094 ceph-mon[112176]: 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-08T07:32:20.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:20.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:21.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:21.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:22 smithi003 ceph-mon[96088]: 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-08T07:32:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:22 smithi094 ceph-mon[112176]: 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-08T07:32:22.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:22.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:23.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:23.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:24 smithi003 ceph-mon[96088]: 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-08T07:32:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:24 smithi094 ceph-mon[112176]: 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-08T07:32:24.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:24.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:25.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:25.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:26 smithi003 ceph-mon[96088]: 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-08T07:32:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:26 smithi094 ceph-mon[112176]: 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-08T07:32:26.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:26.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:27.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:27.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:28 smithi003 ceph-mon[96088]: 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-08T07:32:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:28 smithi094 ceph-mon[112176]: 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-08T07:32:28.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:28.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:32:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:32:29.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:29.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:30 smithi003 ceph-mon[96088]: 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-08T07:32:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:30 smithi094 ceph-mon[112176]: 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-08T07:32:30.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:30.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:31.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:31.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:32 smithi003 ceph-mon[96088]: 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-08T07:32:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:32 smithi094 ceph-mon[112176]: 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-08T07:32:32.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:32.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:33.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:33.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:34 smithi003 ceph-mon[96088]: 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-08T07:32:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:32:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:32:34.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:32:34.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:32:34.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:32:34.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:32:34.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:32:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:34 smithi094 ceph-mon[112176]: 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-08T07:32:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:32:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:32:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:32:34.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:32:34.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:32:34.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:32:34.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:32:34.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:34.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:35.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:35.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:36 smithi003 ceph-mon[96088]: 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-08T07:32:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:36 smithi094 ceph-mon[112176]: 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-08T07:32:36.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:36.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:37.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:37.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:38 smithi003 ceph-mon[96088]: 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-08T07:32:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:38 smithi094 ceph-mon[112176]: 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-08T07:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:38.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:38.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:39.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:39.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:40 smithi003 ceph-mon[96088]: 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-08T07:32:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:40 smithi094 ceph-mon[112176]: 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-08T07:32:40.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:40.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:41.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:41.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:42 smithi003 ceph-mon[96088]: 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-08T07:32:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:42 smithi094 ceph-mon[112176]: 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-08T07:32:42.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:42.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:43.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:43.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:44 smithi003 ceph-mon[96088]: 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-08T07:32:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:44 smithi094 ceph-mon[112176]: 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-08T07:32:44.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:44.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:45.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:45.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:46 smithi003 ceph-mon[96088]: 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-08T07:32:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:46 smithi094 ceph-mon[112176]: 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-08T07:32:46.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:46.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:47.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:47.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:48 smithi094 ceph-mon[112176]: 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-08T07:32:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:48 smithi003 ceph-mon[96088]: 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-08T07:32:48.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:48.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:49.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:49.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:50 smithi003 ceph-mon[96088]: 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-08T07:32:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:50 smithi094 ceph-mon[112176]: 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-08T07:32:50.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:50.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:51.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:51.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:52 smithi003 ceph-mon[96088]: 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-08T07:32:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:52 smithi094 ceph-mon[112176]: 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-08T07:32:52.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:52.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:53.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:53.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:54 smithi094 ceph-mon[112176]: 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-08T07:32:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:54 smithi003 ceph-mon[96088]: 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-08T07:32:54.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:54.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:55.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:55.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:56 smithi094 ceph-mon[112176]: 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-08T07:32:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:56 smithi003 ceph-mon[96088]: 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-08T07:32:56.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:56.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:57.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:57.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:32:58 smithi094 ceph-mon[112176]: 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-08T07:32:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:32:58 smithi003 ceph-mon[96088]: 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-08T07:32:58.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:58.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:59.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:32:59.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:00 smithi094 ceph-mon[112176]: 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-08T07:33:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:00 smithi003 ceph-mon[96088]: 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-08T07:33:00.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:00.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:01.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:01.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:02 smithi094 ceph-mon[112176]: 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-08T07:33:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:02 smithi003 ceph-mon[96088]: 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-08T07:33:02.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:02.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:03.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:03.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:04 smithi094 ceph-mon[112176]: 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-08T07:33:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:04 smithi003 ceph-mon[96088]: 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-08T07:33:04.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:04.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:05.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:05.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:06 smithi094 ceph-mon[112176]: 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-08T07:33:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:06 smithi003 ceph-mon[96088]: 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-08T07:33:06.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:06.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:07.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:07.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:08 smithi094 ceph-mon[112176]: 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-08T07:33:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:08 smithi003 ceph-mon[96088]: 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-08T07:33:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:08.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:08.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:09.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:09.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:10 smithi094 ceph-mon[112176]: 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-08T07:33:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:10 smithi003 ceph-mon[96088]: 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-08T07:33:10.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:10.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:11.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:11.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:12 smithi094 ceph-mon[112176]: 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-08T07:33:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:12 smithi003 ceph-mon[96088]: 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-08T07:33:12.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:12.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:13.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:13.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:14 smithi094 ceph-mon[112176]: 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-08T07:33:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:14 smithi003 ceph-mon[96088]: 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-08T07:33:14.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:14.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:15.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:15.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:16 smithi094 ceph-mon[112176]: 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-08T07:33:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:16 smithi003 ceph-mon[96088]: 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-08T07:33:16.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:16.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:17.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:17.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:18 smithi003 ceph-mon[96088]: 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-08T07:33:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:18 smithi094 ceph-mon[112176]: 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-08T07:33:18.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:18.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:19.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:19.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:20 smithi094 ceph-mon[112176]: 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-08T07:33:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:20 smithi003 ceph-mon[96088]: 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-08T07:33:20.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:20.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:21.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:21.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:22 smithi094 ceph-mon[112176]: 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-08T07:33:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:22 smithi003 ceph-mon[96088]: 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-08T07:33:22.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:22.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:23.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:23.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:24 smithi094 ceph-mon[112176]: 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-08T07:33:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:24 smithi003 ceph-mon[96088]: 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-08T07:33:24.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:24.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:25.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:25.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:26 smithi094 ceph-mon[112176]: 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-08T07:33:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:26 smithi003 ceph-mon[96088]: 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-08T07:33:26.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:26.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:27.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:27.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:28 smithi003 ceph-mon[96088]: 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-08T07:33:28.400 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:28 smithi094 ceph-mon[112176]: 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-08T07:33:28.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:28.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:29.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:29.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:30 smithi094 ceph-mon[112176]: 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-08T07:33:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:30 smithi003 ceph-mon[96088]: 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-08T07:33:30.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:30.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:31.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:31.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:32 smithi094 ceph-mon[112176]: 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-08T07:33:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:32 smithi003 ceph-mon[96088]: 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-08T07:33:32.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:32.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:33.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:33.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:34 smithi094 ceph-mon[112176]: 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-08T07:33:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:33:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:34 smithi003 ceph-mon[96088]: 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-08T07:33:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:33:34.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:34.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:33:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:33:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:33:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:33:35.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:33:35.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:33:35.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:33:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:33:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:33:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:33:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:33:35.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:33:35.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:33:35.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:33:35.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:35.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:36 smithi094 ceph-mon[112176]: 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-08T07:33:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:36 smithi003 ceph-mon[96088]: 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-08T07:33:36.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:36.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:37.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:37.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:38.505 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:38 smithi094 ceph-mon[112176]: 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-08T07:33:38.506 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:38 smithi003 ceph-mon[96088]: 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-08T07:33:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:38.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:38.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:39.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:39.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:40 smithi094 ceph-mon[112176]: 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-08T07:33:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:40 smithi003 ceph-mon[96088]: 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-08T07:33:40.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:40.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:41.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:41.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:42 smithi094 ceph-mon[112176]: 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-08T07:33:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:42 smithi003 ceph-mon[96088]: 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-08T07:33:42.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:42.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:43.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:43.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:44 smithi094 ceph-mon[112176]: 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-08T07:33:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:44 smithi003 ceph-mon[96088]: 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-08T07:33:44.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:44.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:45.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:45.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:46 smithi094 ceph-mon[112176]: 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-08T07:33:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:46 smithi003 ceph-mon[96088]: 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-08T07:33:46.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:46.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:47.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:47.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:48.610 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:48 smithi094 ceph-mon[112176]: 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-08T07:33:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:48 smithi003 ceph-mon[96088]: 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-08T07:33:48.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:48.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:49.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:49.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:50 smithi094 ceph-mon[112176]: 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-08T07:33:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:50 smithi003 ceph-mon[96088]: 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-08T07:33:50.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:50.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:51.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:51.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:52 smithi094 ceph-mon[112176]: 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-08T07:33:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:52 smithi003 ceph-mon[96088]: 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-08T07:33:52.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:52.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:53.558 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:53.662 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:53.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:53.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:54 smithi094 ceph-mon[112176]: 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-08T07:33:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:54 smithi003 ceph-mon[96088]: 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-08T07:33:54.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:54.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:55.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:55.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:56 smithi094 ceph-mon[112176]: 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-08T07:33:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:56 smithi003 ceph-mon[96088]: 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-08T07:33:56.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:56.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:57.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:57.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:58.615 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:33:58 smithi003 ceph-mon[96088]: 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-08T07:33:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:33:58 smithi094 ceph-mon[112176]: 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-08T07:33:58.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:58.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:59.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:33:59.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:00 smithi094 ceph-mon[112176]: 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-08T07:34:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:00 smithi003 ceph-mon[96088]: 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-08T07:34:00.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:00.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:01.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:01.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:02 smithi094 ceph-mon[112176]: 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-08T07:34:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:02 smithi003 ceph-mon[96088]: 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-08T07:34:02.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:02.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:03.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:03.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:04 smithi094 ceph-mon[112176]: 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-08T07:34:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:04 smithi003 ceph-mon[96088]: 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-08T07:34:04.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:04.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:05 smithi094 ceph-mon[112176]: 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-08T07:34:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:05 smithi003 ceph-mon[96088]: 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-08T07:34:05.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:05.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:06.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:06.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:07.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:07.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:08 smithi003 ceph-mon[96088]: 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-08T07:34:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:08 smithi094 ceph-mon[112176]: 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-08T07:34:08.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:08.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:09.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:09.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:10 smithi094 ceph-mon[112176]: 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-08T07:34:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:10 smithi003 ceph-mon[96088]: 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-08T07:34:10.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:10.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:11.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:11.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:12 smithi094 ceph-mon[112176]: 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-08T07:34:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:12 smithi003 ceph-mon[96088]: 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-08T07:34:12.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:12.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:13.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:13.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:14 smithi094 ceph-mon[112176]: 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-08T07:34:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:14 smithi003 ceph-mon[96088]: 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-08T07:34:14.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:14.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:15.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:15.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:16 smithi094 ceph-mon[112176]: 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-08T07:34:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:16 smithi003 ceph-mon[96088]: 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-08T07:34:16.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:16.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:17.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:17.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:18 smithi003 ceph-mon[96088]: 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-08T07:34:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:18 smithi094 ceph-mon[112176]: 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-08T07:34:18.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:18.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:19.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:19.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:20 smithi094 ceph-mon[112176]: 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-08T07:34:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:20 smithi003 ceph-mon[96088]: 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-08T07:34:20.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:20.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:21.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:21.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:22 smithi094 ceph-mon[112176]: 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-08T07:34:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:22 smithi003 ceph-mon[96088]: 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-08T07:34:22.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:22.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:23.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:23.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:24 smithi003 ceph-mon[96088]: 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-08T07:34:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:24 smithi094 ceph-mon[112176]: 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-08T07:34:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:24.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:24.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:25.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:25.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:26 smithi094 ceph-mon[112176]: 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-08T07:34:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:26 smithi003 ceph-mon[96088]: 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-08T07:34:26.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:26.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:27.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:27.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:28 smithi003 ceph-mon[96088]: 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-08T07:34:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:28 smithi094 ceph-mon[112176]: 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-08T07:34:28.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:28.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:29.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:29.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:30 smithi094 ceph-mon[112176]: 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-08T07:34:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:30 smithi003 ceph-mon[96088]: 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-08T07:34:30.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:30.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:31.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:31.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:32 smithi094 ceph-mon[112176]: 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-08T07:34:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:32 smithi003 ceph-mon[96088]: 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-08T07:34:32.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:32.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:33.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:33.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:34 smithi094 ceph-mon[112176]: 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-08T07:34:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:34 smithi003 ceph-mon[96088]: 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-08T07:34:34.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:34.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:34:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:34:35.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:35.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:36 smithi094 ceph-mon[112176]: 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-08T07:34:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:34:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:34:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:34:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:34:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:34:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:36 smithi003 ceph-mon[96088]: 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-08T07:34:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:34:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:34:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:34:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:34:36.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:34:36.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:36.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:37.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:37.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:38 smithi003 ceph-mon[96088]: 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-08T07:34:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:38 smithi094 ceph-mon[112176]: 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-08T07:34:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:38.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:38.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:39.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:39.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:40 smithi094 ceph-mon[112176]: 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-08T07:34:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:40 smithi003 ceph-mon[96088]: 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-08T07:34:40.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:40.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:41.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:41.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:42 smithi094 ceph-mon[112176]: 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-08T07:34:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:42 smithi003 ceph-mon[96088]: 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-08T07:34:42.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:42.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:43.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:43.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:44 smithi094 ceph-mon[112176]: 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-08T07:34:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:44 smithi003 ceph-mon[96088]: 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-08T07:34:44.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:44.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:45.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:45.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:46 smithi094 ceph-mon[112176]: 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-08T07:34:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:46 smithi003 ceph-mon[96088]: 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-08T07:34:46.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:46.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:47.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:47.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:48 smithi094 ceph-mon[112176]: 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-08T07:34:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:48 smithi003 ceph-mon[96088]: 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-08T07:34:48.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:48.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:49.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:49.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:50 smithi094 ceph-mon[112176]: 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-08T07:34:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:50 smithi003 ceph-mon[96088]: 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-08T07:34:50.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:50.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:51.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:51.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:52 smithi094 ceph-mon[112176]: 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-08T07:34:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:52 smithi003 ceph-mon[96088]: 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-08T07:34:52.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:52.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:53.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:53.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:54 smithi094 ceph-mon[112176]: 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-08T07:34:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:54 smithi003 ceph-mon[96088]: 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-08T07:34:54.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:54.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:55.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:55.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:56 smithi094 ceph-mon[112176]: 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-08T07:34:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:56 smithi003 ceph-mon[96088]: 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-08T07:34:56.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:56.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:57.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:57.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:34:58 smithi094 ceph-mon[112176]: 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-08T07:34:58.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:34:58 smithi003 ceph-mon[96088]: 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-08T07:34:58.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:58.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:59.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:34:59.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:00 smithi094 ceph-mon[112176]: 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-08T07:35:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:00 smithi003 ceph-mon[96088]: 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-08T07:35:00.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:00.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:01.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:01.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:02 smithi094 ceph-mon[112176]: 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-08T07:35:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:02 smithi003 ceph-mon[96088]: 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-08T07:35:02.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:02.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:03.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:03.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:04 smithi094 ceph-mon[112176]: 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-08T07:35:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:04 smithi003 ceph-mon[96088]: 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-08T07:35:04.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:04.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:06.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:06.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:06 smithi094 ceph-mon[112176]: 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-08T07:35:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:06 smithi003 ceph-mon[96088]: 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-08T07:35:07.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:07.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:08.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:08.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:08 smithi094 ceph-mon[112176]: 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-08T07:35:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:08 smithi003 ceph-mon[96088]: 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-08T07:35:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:09.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:09.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:10.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:10.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:10 smithi003 ceph-mon[96088]: 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-08T07:35:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:10 smithi094 ceph-mon[112176]: 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-08T07:35:11.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:11.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:12.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:12.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:12 smithi003 ceph-mon[96088]: 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-08T07:35:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:12 smithi094 ceph-mon[112176]: 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-08T07:35:13.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:13.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:14.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:14.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:14.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:14 smithi003 ceph-mon[96088]: 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-08T07:35:14.504 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:14 smithi094 ceph-mon[112176]: 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-08T07:35:15.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:15.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:16.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:16.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:16 smithi003 ceph-mon[96088]: 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-08T07:35:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:16 smithi094 ceph-mon[112176]: 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-08T07:35:17.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:17.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:18.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:18.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:18 smithi003 ceph-mon[96088]: 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-08T07:35:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:18 smithi094 ceph-mon[112176]: 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-08T07:35:19.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:19.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:20.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:20.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:20 smithi003 ceph-mon[96088]: 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-08T07:35:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:20 smithi094 ceph-mon[112176]: 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-08T07:35:21.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:21.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:22.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:22.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:22 smithi003 ceph-mon[96088]: 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-08T07:35:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:22 smithi094 ceph-mon[112176]: 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-08T07:35:23.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:23.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:24.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:24.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:24 smithi003 ceph-mon[96088]: 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-08T07:35:24.610 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:24 smithi094 ceph-mon[112176]: 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-08T07:35:25.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:25.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:26.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:26.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:26 smithi003 ceph-mon[96088]: 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-08T07:35:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:26 smithi094 ceph-mon[112176]: 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-08T07:35:27.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:27.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:28.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:28.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:28 smithi003 ceph-mon[96088]: 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-08T07:35:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:28 smithi094 ceph-mon[112176]: 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-08T07:35:29.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:29.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:30.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:30.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:30 smithi003 ceph-mon[96088]: 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-08T07:35:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:30 smithi094 ceph-mon[112176]: 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-08T07:35:31.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:31.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:32.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:32.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:32 smithi003 ceph-mon[96088]: 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-08T07:35:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:32 smithi094 ceph-mon[112176]: 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-08T07:35:33.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:33.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:34.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:34.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:34 smithi003 ceph-mon[96088]: 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-08T07:35:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:34 smithi094 ceph-mon[112176]: 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-08T07:35:35.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:35.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:36.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:36.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:36 smithi003 ceph-mon[96088]: 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-08T07:35:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:35:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:35:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:35:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:36 smithi094 ceph-mon[112176]: 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-08T07:35:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:35:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:35:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:35:37.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:37.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:35:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:35:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:35:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:35:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:35:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:35:37.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:35:37.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:35:37.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:35:37.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:35:38.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:38.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:38 smithi003 ceph-mon[96088]: 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-08T07:35:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:38 smithi094 ceph-mon[112176]: 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-08T07:35:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:39.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:39.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:40.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:40.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:40 smithi003 ceph-mon[96088]: 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-08T07:35:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:40 smithi094 ceph-mon[112176]: 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-08T07:35:41.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:41.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:42.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:42.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:42 smithi003 ceph-mon[96088]: 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-08T07:35:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:42 smithi094 ceph-mon[112176]: 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-08T07:35:43.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:43.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:44.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:44.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:44 smithi003 ceph-mon[96088]: 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-08T07:35:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:44 smithi094 ceph-mon[112176]: 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-08T07:35:45.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:45.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:46.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:46.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:46 smithi003 ceph-mon[96088]: 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-08T07:35:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:46 smithi094 ceph-mon[112176]: 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-08T07:35:47.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:47.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:48.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:48.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:48 smithi003 ceph-mon[96088]: 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-08T07:35:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:48 smithi094 ceph-mon[112176]: 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-08T07:35:49.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:49.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:50.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:50.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:50 smithi003 ceph-mon[96088]: 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-08T07:35:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:50 smithi094 ceph-mon[112176]: 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-08T07:35:51.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:51.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:52.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:52.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:52 smithi094 ceph-mon[112176]: 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-08T07:35:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:52 smithi003 ceph-mon[96088]: 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-08T07:35:53.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:53.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:54.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:54.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:54 smithi094 ceph-mon[112176]: 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-08T07:35:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:54 smithi003 ceph-mon[96088]: 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-08T07:35:55.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:55.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:56.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:56.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:56 smithi094 ceph-mon[112176]: 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-08T07:35:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:56 smithi003 ceph-mon[96088]: 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-08T07:35:57.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:57.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:58.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:58.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:35:58 smithi094 ceph-mon[112176]: 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-08T07:35:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:35:58 smithi003 ceph-mon[96088]: 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-08T07:35:59.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:35:59.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:00.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:00.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:00 smithi094 ceph-mon[112176]: 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-08T07:36:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:00 smithi003 ceph-mon[96088]: 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-08T07:36:01.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:01.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:02.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:02.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:02 smithi094 ceph-mon[112176]: 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-08T07:36:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:02 smithi003 ceph-mon[96088]: 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-08T07:36:03.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:03.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:04.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:04.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:04 smithi094 ceph-mon[112176]: 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-08T07:36:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:04 smithi003 ceph-mon[96088]: 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-08T07:36:05.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:05.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:06.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:06.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:06 smithi094 ceph-mon[112176]: 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-08T07:36:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:06 smithi003 ceph-mon[96088]: 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-08T07:36:07.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:07.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:08.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:08.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:08 smithi094 ceph-mon[112176]: 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-08T07:36:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:08 smithi003 ceph-mon[96088]: 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-08T07:36:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:09.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:09.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:10.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:10.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:10 smithi094 ceph-mon[112176]: 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-08T07:36:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:10 smithi003 ceph-mon[96088]: 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-08T07:36:11.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:11.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:12.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:12.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:12 smithi094 ceph-mon[112176]: 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-08T07:36:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:12 smithi003 ceph-mon[96088]: 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-08T07:36:13.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:13.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:14.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:14.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:14 smithi094 ceph-mon[112176]: 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-08T07:36:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:14 smithi003 ceph-mon[96088]: 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-08T07:36:15.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:15.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:16.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:16.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:16 smithi094 ceph-mon[112176]: 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-08T07:36:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:16 smithi003 ceph-mon[96088]: 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-08T07:36:17.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:17.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:18.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:18.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:18 smithi094 ceph-mon[112176]: 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-08T07:36:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:18 smithi003 ceph-mon[96088]: 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-08T07:36:19.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:19.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:20.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:20.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:20 smithi003 ceph-mon[96088]: 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-08T07:36:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:20 smithi094 ceph-mon[112176]: 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-08T07:36:21.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:21.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:22.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:22.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:22 smithi094 ceph-mon[112176]: 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-08T07:36:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:22 smithi003 ceph-mon[96088]: 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-08T07:36:23.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:23.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:24.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:24.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:24 smithi094 ceph-mon[112176]: 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-08T07:36:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:24 smithi003 ceph-mon[96088]: 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-08T07:36:25.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:25.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:26.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:26.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:26 smithi094 ceph-mon[112176]: 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-08T07:36:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:26 smithi003 ceph-mon[96088]: 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-08T07:36:27.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:27.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:28.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:28.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:28 smithi094 ceph-mon[112176]: 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-08T07:36:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:28 smithi003 ceph-mon[96088]: 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-08T07:36:29.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:29.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:30.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:30.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:30 smithi094 ceph-mon[112176]: 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-08T07:36:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:30 smithi003 ceph-mon[96088]: 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-08T07:36:31.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:31.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:32.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:32.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:32 smithi094 ceph-mon[112176]: 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-08T07:36:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:32 smithi003 ceph-mon[96088]: 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-08T07:36:33.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:33.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:34.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:34.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:34 smithi094 ceph-mon[112176]: 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-08T07:36:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:34 smithi003 ceph-mon[96088]: 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-08T07:36:35.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:35.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:36.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:36.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:36 smithi094 ceph-mon[112176]: 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-08T07:36:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:36 smithi003 ceph-mon[96088]: 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-08T07:36:37.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:37.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:36:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:36:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:36:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:36:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:36:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:36:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:36:38.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:38.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:38 smithi094 ceph-mon[112176]: 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-08T07:36:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:38 smithi003 ceph-mon[96088]: 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-08T07:36:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:39.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:39.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:40.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:40.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:40 smithi094 ceph-mon[112176]: 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-08T07:36:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:40 smithi003 ceph-mon[96088]: 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-08T07:36:41.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:41.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:42.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:42.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:42 smithi003 ceph-mon[96088]: 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-08T07:36:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:42 smithi094 ceph-mon[112176]: 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-08T07:36:43.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:43.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:44.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:44.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:44 smithi094 ceph-mon[112176]: 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-08T07:36:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:44 smithi003 ceph-mon[96088]: 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-08T07:36:45.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:45.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:45 smithi094 ceph-mon[112176]: 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-08T07:36:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:45 smithi003 ceph-mon[96088]: 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-08T07:36:46.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:46.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:47.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:47.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:48.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:48.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:48 smithi003 ceph-mon[96088]: 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-08T07:36:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:48 smithi094 ceph-mon[112176]: 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-08T07:36:49.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:49.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:50.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:50.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:50 smithi094 ceph-mon[112176]: 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-08T07:36:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:50 smithi003 ceph-mon[96088]: 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-08T07:36:51.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:51.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:52.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:52.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:52 smithi094 ceph-mon[112176]: 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-08T07:36:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:52 smithi003 ceph-mon[96088]: 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-08T07:36:53.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:53.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:54.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:54.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:54 smithi094 ceph-mon[112176]: 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-08T07:36:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:54 smithi003 ceph-mon[96088]: 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-08T07:36:55.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:55.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:56.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:56.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:56 smithi094 ceph-mon[112176]: 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-08T07:36:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:56 smithi003 ceph-mon[96088]: 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-08T07:36:57.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:57.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:58.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:58.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:58.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:36:58 smithi003 ceph-mon[96088]: 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-08T07:36:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:36:58 smithi094 ceph-mon[112176]: 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-08T07:36:59.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:36:59.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:00.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:00.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:00 smithi003 ceph-mon[96088]: 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-08T07:37:00.607 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:00 smithi094 ceph-mon[112176]: 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-08T07:37:01.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:01.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:02.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:02.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:02 smithi003 ceph-mon[96088]: 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-08T07:37:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:02 smithi094 ceph-mon[112176]: 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-08T07:37:03.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:03.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:04.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:04.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:04 smithi003 ceph-mon[96088]: 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-08T07:37:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:04 smithi094 ceph-mon[112176]: 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-08T07:37:05.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:05.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:06.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:06.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:06 smithi003 ceph-mon[96088]: 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-08T07:37:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:06 smithi094 ceph-mon[112176]: 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-08T07:37:07.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:07.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:08.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:08.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:08 smithi003 ceph-mon[96088]: 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-08T07:37:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:08 smithi094 ceph-mon[112176]: 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-08T07:37:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:09.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:09.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:10.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:10.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:10 smithi003 ceph-mon[96088]: 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-08T07:37:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:10 smithi094 ceph-mon[112176]: 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-08T07:37:11.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:11.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:12.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:12.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:12 smithi003 ceph-mon[96088]: 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-08T07:37:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:12 smithi094 ceph-mon[112176]: 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-08T07:37:13.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:13.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:14.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:14.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:14 smithi003 ceph-mon[96088]: 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-08T07:37:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:14 smithi094 ceph-mon[112176]: 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-08T07:37:15.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:15.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:16.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:16.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:16 smithi003 ceph-mon[96088]: 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-08T07:37:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:16 smithi094 ceph-mon[112176]: 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-08T07:37:17.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:17.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:18.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:18.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:18 smithi003 ceph-mon[96088]: 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-08T07:37:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:18 smithi094 ceph-mon[112176]: 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-08T07:37:19.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:19.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:20.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:20.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:20 smithi003 ceph-mon[96088]: 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-08T07:37:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:20 smithi094 ceph-mon[112176]: 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-08T07:37:21.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:21.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:22.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:22.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:22.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:22 smithi003 ceph-mon[96088]: 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-08T07:37:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:22 smithi094 ceph-mon[112176]: 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-08T07:37:23.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:23.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:24.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:24.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:24 smithi003 ceph-mon[96088]: 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-08T07:37:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:24 smithi094 ceph-mon[112176]: 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-08T07:37:25.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:25.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:26.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:26.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:26 smithi003 ceph-mon[96088]: 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-08T07:37:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:26 smithi094 ceph-mon[112176]: 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-08T07:37:27.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:27.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:28.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:28.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:28 smithi003 ceph-mon[96088]: 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-08T07:37:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:28 smithi094 ceph-mon[112176]: 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-08T07:37:29.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:29.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:30.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:30.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:30 smithi003 ceph-mon[96088]: 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-08T07:37:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:30 smithi094 ceph-mon[112176]: 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-08T07:37:31.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:31.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:32.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:32.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:32 smithi003 ceph-mon[96088]: 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-08T07:37:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:32 smithi094 ceph-mon[112176]: 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-08T07:37:33.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:33.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:34.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:34.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:34 smithi003 ceph-mon[96088]: 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-08T07:37:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:34 smithi094 ceph-mon[112176]: 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-08T07:37:35.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:35.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:36.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:36.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:36 smithi003 ceph-mon[96088]: 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-08T07:37:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:36 smithi094 ceph-mon[112176]: 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-08T07:37:37.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:37.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:38 smithi003 ceph-mon[96088]: 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-08T07:37:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:37:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:38.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:38.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:38.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:38.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:38 smithi094 ceph-mon[112176]: 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-08T07:37:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:37:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:39.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:39.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:40.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:40.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:40 smithi094 ceph-mon[112176]: 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-08T07:37:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:40 smithi003 ceph-mon[96088]: 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-08T07:37:41.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:41.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:42.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:42.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:42 smithi094 ceph-mon[112176]: 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-08T07:37:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:37:42.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:37:42.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:42 smithi003 ceph-mon[96088]: 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-08T07:37:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:37:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:37:42.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:43.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:43.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:37:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:43.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:37:43.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:37:44.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:44.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:44 smithi094 ceph-mon[112176]: pgmap v8441: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:44 smithi003 ceph-mon[96088]: pgmap v8441: 97 pgs: 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:45.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:45.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:46.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:46.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:46 smithi094 ceph-mon[112176]: 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-08T07:37:46.581 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:46 smithi003 ceph-mon[96088]: 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-08T07:37:47.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:47.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:48.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:48.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:48 smithi094 ceph-mon[112176]: 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-08T07:37:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:48 smithi003 ceph-mon[96088]: 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-08T07:37:49.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:49.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:50.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:50.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:50 smithi094 ceph-mon[112176]: 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-08T07:37:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:50 smithi003 ceph-mon[96088]: 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-08T07:37:51.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:51.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:52.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:52.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:52 smithi094 ceph-mon[112176]: 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-08T07:37:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:52 smithi003 ceph-mon[96088]: 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-08T07:37:53.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:53.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:54.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:54.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:54 smithi094 ceph-mon[112176]: pgmap v8446: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:54 smithi003 ceph-mon[96088]: pgmap v8446: 97 pgs: 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:55.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:55.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:56.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:56.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:56 smithi094 ceph-mon[112176]: pgmap v8447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:56 smithi003 ceph-mon[96088]: pgmap v8447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:57.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:57.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:58.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:58.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:37:58 smithi094 ceph-mon[112176]: 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-08T07:37:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:37:58 smithi003 ceph-mon[96088]: 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-08T07:37:59.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:37:59.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:00.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:00.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:00 smithi094 ceph-mon[112176]: 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-08T07:38:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:00 smithi003 ceph-mon[96088]: 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-08T07:38:01.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:01.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:02.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:02.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:02 smithi094 ceph-mon[112176]: 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-08T07:38:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:02 smithi003 ceph-mon[96088]: 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-08T07:38:03.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:03.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:04.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:04.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:04 smithi003 ceph-mon[96088]: pgmap v8451: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:04 smithi094 ceph-mon[112176]: pgmap v8451: 97 pgs: 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:05.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:05.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:06.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:06.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:06 smithi003 ceph-mon[96088]: pgmap v8452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:06 smithi094 ceph-mon[112176]: pgmap v8452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:07.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:07.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:08.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:08.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:08 smithi003 ceph-mon[96088]: 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-08T07:38:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:08 smithi094 ceph-mon[112176]: 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-08T07:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:09.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:09.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:10.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:10.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:10 smithi003 ceph-mon[96088]: 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-08T07:38:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:10 smithi094 ceph-mon[112176]: 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-08T07:38:11.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:11.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:12.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:12.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:12 smithi003 ceph-mon[96088]: 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-08T07:38:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:12 smithi094 ceph-mon[112176]: 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-08T07:38:13.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:13.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:14.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:14.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:14 smithi003 ceph-mon[96088]: pgmap v8456: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:14 smithi094 ceph-mon[112176]: pgmap v8456: 97 pgs: 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:15.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:15.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:16.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:16.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:16 smithi003 ceph-mon[96088]: pgmap v8457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:16 smithi094 ceph-mon[112176]: pgmap v8457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:17.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:17.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:18.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:18.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:18 smithi003 ceph-mon[96088]: 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-08T07:38:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:18 smithi094 ceph-mon[112176]: 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-08T07:38:19.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:19.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:20.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:20.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:20 smithi003 ceph-mon[96088]: 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-08T07:38:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:20 smithi094 ceph-mon[112176]: 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-08T07:38:21.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:21.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:22.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:22.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:22 smithi003 ceph-mon[96088]: 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-08T07:38:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:22 smithi094 ceph-mon[112176]: 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-08T07:38:23.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:23.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:24.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:24.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:24 smithi003 ceph-mon[96088]: pgmap v8461: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:24 smithi094 ceph-mon[112176]: pgmap v8461: 97 pgs: 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:25.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:25.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:26.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:26.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:26 smithi003 ceph-mon[96088]: pgmap v8462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:26.503 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:26 smithi094 ceph-mon[112176]: pgmap v8462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:27.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:27.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:28.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:28.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:28 smithi003 ceph-mon[96088]: 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-08T07:38:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:28 smithi094 ceph-mon[112176]: 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-08T07:38:29.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:29.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:30.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:30.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:30 smithi003 ceph-mon[96088]: 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-08T07:38:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:30 smithi094 ceph-mon[112176]: 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-08T07:38:31.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:31.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:32.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:32.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:32 smithi003 ceph-mon[96088]: 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-08T07:38:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:32 smithi094 ceph-mon[112176]: 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-08T07:38:33.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:33.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:34.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:34.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:34 smithi003 ceph-mon[96088]: pgmap v8466: 97 pgs: 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:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:34 smithi094 ceph-mon[112176]: pgmap v8466: 97 pgs: 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:35.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:35.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:36.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:36.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:36 smithi003 ceph-mon[96088]: pgmap v8467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:36.609 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:36 smithi094 ceph-mon[112176]: pgmap v8467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:37.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:37.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:38.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:38.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:38 smithi003 ceph-mon[96088]: 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-08T07:38:38.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:38 smithi094 ceph-mon[112176]: 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-08T07:38:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:39.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:39.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:40.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:40.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:40 smithi003 ceph-mon[96088]: 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-08T07:38:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:40 smithi094 ceph-mon[112176]: 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-08T07:38:41.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:41.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:42.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:42.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:42 smithi003 ceph-mon[96088]: 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-08T07:38:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:42 smithi094 ceph-mon[112176]: 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-08T07:38:43.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:43.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:38:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:38:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:38:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:38:43.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:38:43.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:38:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:38:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:38:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:38:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:38:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:38:43.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:38:44.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:44.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:44 smithi094 ceph-mon[112176]: pgmap v8471: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:44 smithi003 ceph-mon[96088]: pgmap v8471: 97 pgs: 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:45.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:45.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:46.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:46.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:46 smithi094 ceph-mon[112176]: pgmap v8472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:46 smithi003 ceph-mon[96088]: pgmap v8472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:47.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:47.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:48.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:48.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:48 smithi094 ceph-mon[112176]: 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-08T07:38:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:48 smithi003 ceph-mon[96088]: 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-08T07:38:49.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:49.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:50.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:50.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:50 smithi094 ceph-mon[112176]: 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-08T07:38:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:50 smithi003 ceph-mon[96088]: 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-08T07:38:51.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:51.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:52.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:52.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:52 smithi094 ceph-mon[112176]: 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-08T07:38:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:52 smithi003 ceph-mon[96088]: 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-08T07:38:53.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:53.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:54.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:54.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:54 smithi094 ceph-mon[112176]: pgmap v8476: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:54 smithi003 ceph-mon[96088]: pgmap v8476: 97 pgs: 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:55.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:55.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:56.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:56.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:56 smithi094 ceph-mon[112176]: pgmap v8477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:56 smithi003 ceph-mon[96088]: pgmap v8477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:58.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:58.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:38:58 smithi094 ceph-mon[112176]: 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-08T07:38:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:38:58 smithi003 ceph-mon[96088]: 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-08T07:38:59.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:38:59.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:00.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:00.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:00 smithi094 ceph-mon[112176]: 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-08T07:39:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:00 smithi003 ceph-mon[96088]: 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-08T07:39:01.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:01.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:02.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:02.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:02 smithi003 ceph-mon[96088]: 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-08T07:39:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:02 smithi094 ceph-mon[112176]: 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-08T07:39:03.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:03.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:04.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:04.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:04 smithi094 ceph-mon[112176]: pgmap v8481: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:04 smithi003 ceph-mon[96088]: pgmap v8481: 97 pgs: 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:05.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:05.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:06.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:06.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:06 smithi094 ceph-mon[112176]: pgmap v8482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:06 smithi003 ceph-mon[96088]: pgmap v8482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:07.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:07.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:08.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:08.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:08 smithi094 ceph-mon[112176]: 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-08T07:39:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:08 smithi003 ceph-mon[96088]: 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-08T07:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:09.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:09.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:10.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:10.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:10 smithi094 ceph-mon[112176]: 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-08T07:39:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:10 smithi003 ceph-mon[96088]: 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-08T07:39:11.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:11.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:12.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:12.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:12 smithi003 ceph-mon[96088]: 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-08T07:39:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:12 smithi094 ceph-mon[112176]: 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-08T07:39:13.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:13.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:14.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:14.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:14 smithi094 ceph-mon[112176]: pgmap v8486: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:14 smithi003 ceph-mon[96088]: pgmap v8486: 97 pgs: 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:15.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:15.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:16.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:16.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:16 smithi094 ceph-mon[112176]: pgmap v8487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:16 smithi003 ceph-mon[96088]: pgmap v8487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:17.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:17.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:18.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:18.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:18 smithi094 ceph-mon[112176]: 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-08T07:39:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:18 smithi003 ceph-mon[96088]: 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-08T07:39:19.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:19.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:20.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:20.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:20 smithi094 ceph-mon[112176]: 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-08T07:39:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:20 smithi003 ceph-mon[96088]: 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-08T07:39:21.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:21.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:22 smithi094 ceph-mon[112176]: 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-08T07:39:22.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:22.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:22 smithi003 ceph-mon[96088]: 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-08T07:39:23.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:23.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:24.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:24.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:24 smithi094 ceph-mon[112176]: pgmap v8491: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:24 smithi003 ceph-mon[96088]: pgmap v8491: 97 pgs: 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:25.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:25.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:26.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:26.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:26 smithi094 ceph-mon[112176]: pgmap v8492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:26 smithi003 ceph-mon[96088]: pgmap v8492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:27.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:27.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:28.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:28.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:28 smithi094 ceph-mon[112176]: 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-08T07:39:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:28 smithi003 ceph-mon[96088]: 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-08T07:39:29.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:29.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:30.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:30.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:30 smithi094 ceph-mon[112176]: 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-08T07:39:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:30 smithi003 ceph-mon[96088]: 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-08T07:39:31.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:31.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:32.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:32.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:32 smithi094 ceph-mon[112176]: 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-08T07:39:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:32 smithi003 ceph-mon[96088]: 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-08T07:39:33.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:33.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:34.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:34.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:34 smithi094 ceph-mon[112176]: pgmap v8496: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:34 smithi003 ceph-mon[96088]: pgmap v8496: 97 pgs: 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:35.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:35.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:36.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:36.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:36 smithi094 ceph-mon[112176]: pgmap v8497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:36 smithi003 ceph-mon[96088]: pgmap v8497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:37.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:37.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:38.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:38.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:38 smithi094 ceph-mon[112176]: 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-08T07:39:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:38 smithi003 ceph-mon[96088]: 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-08T07:39:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:39.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:39.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:40.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:40.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:40 smithi094 ceph-mon[112176]: 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-08T07:39:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:40 smithi003 ceph-mon[96088]: 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-08T07:39:41.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:41.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:42.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:42.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:42 smithi094 ceph-mon[112176]: 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-08T07:39:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:42 smithi003 ceph-mon[96088]: 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-08T07:39:43.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:43.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:39:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:39:44.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:44.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:44 smithi094 ceph-mon[112176]: pgmap v8501: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:39:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:39:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:39:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:39:44.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:39:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:44 smithi003 ceph-mon[96088]: pgmap v8501: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:39:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:39:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:39:44.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:39:44.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:39:45.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:45.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:46.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:46.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:46 smithi094 ceph-mon[112176]: pgmap v8502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:46 smithi003 ceph-mon[96088]: pgmap v8502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:47.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:47.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:48.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:48.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:48 smithi094 ceph-mon[112176]: 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-08T07:39:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:48 smithi003 ceph-mon[96088]: 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-08T07:39:49.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:49.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:50.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:50.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:50 smithi094 ceph-mon[112176]: 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-08T07:39:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:50 smithi003 ceph-mon[96088]: 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-08T07:39:51.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:51.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:52.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:52.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:52.622 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:52 smithi003 ceph-mon[96088]: 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-08T07:39:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:52 smithi094 ceph-mon[112176]: 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-08T07:39:53.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:53.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:54.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:54.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:54 smithi094 ceph-mon[112176]: pgmap v8506: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:54 smithi003 ceph-mon[96088]: pgmap v8506: 97 pgs: 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:55.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:55.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:55 smithi094 ceph-mon[112176]: pgmap v8507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:55 smithi003 ceph-mon[96088]: pgmap v8507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:56.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:56.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:57.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:57.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:39:58 smithi094 ceph-mon[112176]: 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-08T07:39:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:39:58 smithi003 ceph-mon[96088]: 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-08T07:39:58.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:58.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:59.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:39:59.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:00 smithi094 ceph-mon[112176]: 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-08T07:40:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T07:40:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:00 smithi003 ceph-mon[96088]: 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-08T07:40:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T07:40:00.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:00.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:01.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:01.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:02 smithi094 ceph-mon[112176]: 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-08T07:40:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:02 smithi003 ceph-mon[96088]: 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-08T07:40:02.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:02.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:03.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:04.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:04 smithi094 ceph-mon[112176]: pgmap v8511: 97 pgs: 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:04.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:04 smithi003 ceph-mon[96088]: pgmap v8511: 97 pgs: 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:04.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:04.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:05.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:05.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:06 smithi094 ceph-mon[112176]: pgmap v8512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:06 smithi003 ceph-mon[96088]: pgmap v8512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:06.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:06.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:07.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:07.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:08 smithi094 ceph-mon[112176]: 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-08T07:40:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:08 smithi003 ceph-mon[96088]: 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-08T07:40:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:08.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:08.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:09.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:09.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:10 smithi094 ceph-mon[112176]: 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-08T07:40:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:10 smithi003 ceph-mon[96088]: 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-08T07:40:10.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:10.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:11.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:11.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:12 smithi003 ceph-mon[96088]: 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-08T07:40:12.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:12.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:12.609 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:12 smithi094 ceph-mon[112176]: 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-08T07:40:13.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:13.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:14 smithi003 ceph-mon[96088]: pgmap v8516: 97 pgs: 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:14.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:14.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:14 smithi094 ceph-mon[112176]: pgmap v8516: 97 pgs: 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:15.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:15.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:16 smithi003 ceph-mon[96088]: pgmap v8517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:16.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:16.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:16 smithi094 ceph-mon[112176]: pgmap v8517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:17.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:17.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:18 smithi003 ceph-mon[96088]: 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-08T07:40:18.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:18.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:18 smithi094 ceph-mon[112176]: 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-08T07:40:19.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:19.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:20 smithi003 ceph-mon[96088]: 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-08T07:40:20.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:20.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:20 smithi094 ceph-mon[112176]: 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-08T07:40:21.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:21.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:22 smithi003 ceph-mon[96088]: 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-08T07:40:22.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:22.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:22 smithi094 ceph-mon[112176]: 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-08T07:40:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:23.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:23.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:24 smithi003 ceph-mon[96088]: pgmap v8521: 97 pgs: 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:24.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:24.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:24 smithi094 ceph-mon[112176]: pgmap v8521: 97 pgs: 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:25.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:25.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:26 smithi003 ceph-mon[96088]: pgmap v8522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:26.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:26.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:26 smithi094 ceph-mon[112176]: pgmap v8522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:27.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:27.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:28 smithi003 ceph-mon[96088]: 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-08T07:40:28.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:28.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:28 smithi094 ceph-mon[112176]: 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-08T07:40:29.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:29.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:30 smithi003 ceph-mon[96088]: 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-08T07:40:30.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:30.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:30 smithi094 ceph-mon[112176]: 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-08T07:40:31.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:31.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:32 smithi003 ceph-mon[96088]: 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-08T07:40:32.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:32.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:32 smithi094 ceph-mon[112176]: 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-08T07:40:33.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:33.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:34 smithi003 ceph-mon[96088]: pgmap v8526: 97 pgs: 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:34.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:34.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:34 smithi094 ceph-mon[112176]: pgmap v8526: 97 pgs: 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:35.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:35.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:36 smithi003 ceph-mon[96088]: pgmap v8527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:36.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:36.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:36 smithi094 ceph-mon[112176]: pgmap v8527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:37.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:37.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:38 smithi003 ceph-mon[96088]: 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-08T07:40:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:38.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:38.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:38 smithi094 ceph-mon[112176]: 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-08T07:40:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:39.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:39.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:40 smithi003 ceph-mon[96088]: 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-08T07:40:40.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:40.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:40 smithi094 ceph-mon[112176]: 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-08T07:40:41.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:41.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:42 smithi003 ceph-mon[96088]: 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-08T07:40:42.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:42.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:42 smithi094 ceph-mon[112176]: 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-08T07:40:43.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:43.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:44 smithi003 ceph-mon[96088]: pgmap v8531: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:40:44.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:44.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:44 smithi094 ceph-mon[112176]: pgmap v8531: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:40:45.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:45.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:46 smithi003 ceph-mon[96088]: pgmap v8532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:46.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:46.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:46 smithi094 ceph-mon[112176]: pgmap v8532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:47.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:47.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:40:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:40:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:40:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:40:47.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:40:47.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:40:47.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:40:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:40:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:40:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:40:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:40:47.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:40:47.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:40:47.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:40:48.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:48.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:48 smithi094 ceph-mon[112176]: 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-08T07:40:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:48 smithi003 ceph-mon[96088]: 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-08T07:40:49.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:49.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:50.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:50.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:50 smithi094 ceph-mon[112176]: 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-08T07:40:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:50 smithi003 ceph-mon[96088]: 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-08T07:40:51.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:51.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:52.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:52.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:52 smithi094 ceph-mon[112176]: 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-08T07:40:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:52 smithi003 ceph-mon[96088]: 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-08T07:40:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:53.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:53.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:54.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:54.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:54 smithi094 ceph-mon[112176]: pgmap v8536: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:54 smithi003 ceph-mon[96088]: pgmap v8536: 97 pgs: 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:55.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:55.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:56.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:56.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:56 smithi094 ceph-mon[112176]: pgmap v8537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:56 smithi003 ceph-mon[96088]: pgmap v8537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:57.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:57.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:40:58 smithi094 ceph-mon[112176]: 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-08T07:40:58.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:58.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:40:58 smithi003 ceph-mon[96088]: 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-08T07:40:59.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:40:59.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:00.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:00.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:00 smithi094 ceph-mon[112176]: 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-08T07:41:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:00 smithi003 ceph-mon[96088]: 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-08T07:41:01.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:01.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:02.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:02.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:02 smithi094 ceph-mon[112176]: 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-08T07:41:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:02 smithi003 ceph-mon[96088]: 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-08T07:41:03.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:03.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:04.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:04.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:04 smithi094 ceph-mon[112176]: pgmap v8541: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:04 smithi003 ceph-mon[96088]: pgmap v8541: 97 pgs: 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:05.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:05.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:06.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:06.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:06 smithi094 ceph-mon[112176]: pgmap v8542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:06 smithi003 ceph-mon[96088]: pgmap v8542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:07.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:07.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:08.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:08.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:08 smithi094 ceph-mon[112176]: 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-08T07:41:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:08 smithi003 ceph-mon[96088]: 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-08T07:41:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:09.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:09.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:10.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:10.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:10 smithi094 ceph-mon[112176]: 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-08T07:41:10.737 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:10 smithi003 ceph-mon[96088]: 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-08T07:41:11.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:11.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:12.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:12.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:12 smithi094 ceph-mon[112176]: 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-08T07:41:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:12 smithi003 ceph-mon[96088]: 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-08T07:41:13.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:13.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:14.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:14.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:14 smithi094 ceph-mon[112176]: pgmap v8546: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:14 smithi003 ceph-mon[96088]: pgmap v8546: 97 pgs: 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:15.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:15.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:16.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:16.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:16 smithi094 ceph-mon[112176]: pgmap v8547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:16 smithi003 ceph-mon[96088]: pgmap v8547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:17.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:17.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:18.597 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:18 smithi003 ceph-mon[96088]: 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-08T07:41:18.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:18.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:18 smithi094 ceph-mon[112176]: 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-08T07:41:19.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:19.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:20.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:20.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:20 smithi094 ceph-mon[112176]: 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-08T07:41:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:20 smithi003 ceph-mon[96088]: 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-08T07:41:21.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:21.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:22.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:22.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:22 smithi094 ceph-mon[112176]: 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-08T07:41:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:22 smithi003 ceph-mon[96088]: 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-08T07:41:23.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:23.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:23.655 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:24.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:24.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:24 smithi094 ceph-mon[112176]: pgmap v8551: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:24 smithi003 ceph-mon[96088]: pgmap v8551: 97 pgs: 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:25.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:25.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:26.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:26.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:26 smithi094 ceph-mon[112176]: pgmap v8552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:26 smithi003 ceph-mon[96088]: pgmap v8552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:27.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:27.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:28.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:28.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:28 smithi094 ceph-mon[112176]: 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-08T07:41:28.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:28 smithi003 ceph-mon[96088]: 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-08T07:41:29.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:29.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:30.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:30.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:30 smithi094 ceph-mon[112176]: 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-08T07:41:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:30 smithi003 ceph-mon[96088]: 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-08T07:41:31.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:31.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:32.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:32.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:32 smithi094 ceph-mon[112176]: 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-08T07:41:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:32 smithi003 ceph-mon[96088]: 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-08T07:41:33.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:33.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:34.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:34.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:34 smithi094 ceph-mon[112176]: pgmap v8556: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:34 smithi003 ceph-mon[96088]: pgmap v8556: 97 pgs: 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:35.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:35.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:36.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:36.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:36 smithi094 ceph-mon[112176]: pgmap v8557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:36 smithi003 ceph-mon[96088]: pgmap v8557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:37.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:37.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:38.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:38.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:38 smithi094 ceph-mon[112176]: 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-08T07:41:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:38 smithi003 ceph-mon[96088]: 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-08T07:41:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:39.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:39.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:40 smithi094 ceph-mon[112176]: 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-08T07:41:40.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:40.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:40 smithi003 ceph-mon[96088]: 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-08T07:41:41.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:41.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:42 smithi094 ceph-mon[112176]: 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-08T07:41:42.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:42.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:42 smithi003 ceph-mon[96088]: 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-08T07:41:43.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:43.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:44 smithi094 ceph-mon[112176]: pgmap v8561: 97 pgs: 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:44.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:44.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:44 smithi003 ceph-mon[96088]: pgmap v8561: 97 pgs: 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:45.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:45.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:46 smithi094 ceph-mon[112176]: pgmap v8562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:46.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:46.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:46 smithi003 ceph-mon[96088]: pgmap v8562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:41:47.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:47.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:41:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:48 smithi094 ceph-mon[112176]: 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-08T07:41:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:41:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:41:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:41:48.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:41:48.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:41:48.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:48.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:48 smithi003 ceph-mon[96088]: 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-08T07:41:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:41:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:41:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:41:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:41:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:41:49.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:49.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:50 smithi094 ceph-mon[112176]: 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-08T07:41:50.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:50.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:50 smithi003 ceph-mon[96088]: 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-08T07:41:51.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:51.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:52 smithi094 ceph-mon[112176]: 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-08T07:41:52.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:52.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:52 smithi003 ceph-mon[96088]: 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-08T07:41:53.663 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:53.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:53.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:54 smithi094 ceph-mon[112176]: pgmap v8566: 97 pgs: 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:54.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:54.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:54 smithi003 ceph-mon[96088]: pgmap v8566: 97 pgs: 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:55.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:55.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:56 smithi094 ceph-mon[112176]: pgmap v8567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:56.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:56.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:56 smithi003 ceph-mon[96088]: pgmap v8567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:57.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:57.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:58 smithi094 ceph-mon[112176]: 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-08T07:41:58.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:58.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:58 smithi003 ceph-mon[96088]: 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-08T07:41:59.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:41:59.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:41:59 smithi003 ceph-mon[96088]: 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-08T07:41:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:41:59 smithi094 ceph-mon[112176]: 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-08T07:42:00.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:00.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:01.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:01.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:02 smithi003 ceph-mon[96088]: 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-08T07:42:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:02 smithi094 ceph-mon[112176]: 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-08T07:42:02.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:02.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:03.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:03.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:04.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:04 smithi003 ceph-mon[96088]: pgmap v8571: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:04 smithi094 ceph-mon[112176]: pgmap v8571: 97 pgs: 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:04.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:04.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:05.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:05.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:06 smithi003 ceph-mon[96088]: pgmap v8572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:06 smithi094 ceph-mon[112176]: pgmap v8572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:06.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:06.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:07.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:07.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:08 smithi003 ceph-mon[96088]: 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-08T07:42:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:08 smithi094 ceph-mon[112176]: 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-08T07:42:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:08.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:08.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:09.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:09.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:10 smithi003 ceph-mon[96088]: 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-08T07:42:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:10 smithi094 ceph-mon[112176]: 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-08T07:42:10.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:10.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:11.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:11.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:12 smithi003 ceph-mon[96088]: 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-08T07:42:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:12 smithi094 ceph-mon[112176]: 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-08T07:42:12.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:12.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:13.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:13.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:14 smithi003 ceph-mon[96088]: pgmap v8576: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:14 smithi094 ceph-mon[112176]: pgmap v8576: 97 pgs: 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:14.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:14.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:15.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:15.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:16 smithi003 ceph-mon[96088]: pgmap v8577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:16 smithi094 ceph-mon[112176]: pgmap v8577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:16.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:16.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:17.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:17.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:18 smithi003 ceph-mon[96088]: 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-08T07:42:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:18 smithi094 ceph-mon[112176]: 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-08T07:42:18.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:18.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:19.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:19.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:20 smithi003 ceph-mon[96088]: 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-08T07:42:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:20 smithi094 ceph-mon[112176]: 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-08T07:42:20.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:20.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:21.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:21.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:22 smithi003 ceph-mon[96088]: 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-08T07:42:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:22 smithi094 ceph-mon[112176]: 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-08T07:42:22.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:22.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:23.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:23.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:23.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:24 smithi094 ceph-mon[112176]: pgmap v8581: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:24 smithi003 ceph-mon[96088]: pgmap v8581: 97 pgs: 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:24.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:24.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:25.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:25.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:26 smithi003 ceph-mon[96088]: pgmap v8582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:26 smithi094 ceph-mon[112176]: pgmap v8582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:26.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:26.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:27.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:27.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:28 smithi003 ceph-mon[96088]: 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-08T07:42:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:28 smithi094 ceph-mon[112176]: 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-08T07:42:28.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:28.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:29.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:29.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:30 smithi003 ceph-mon[96088]: 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-08T07:42:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:30 smithi094 ceph-mon[112176]: 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-08T07:42:30.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:30.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:31.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:31.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:32 smithi003 ceph-mon[96088]: 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-08T07:42:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:32 smithi094 ceph-mon[112176]: 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-08T07:42:32.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:32.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:33.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:33.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:34 smithi094 ceph-mon[112176]: pgmap v8586: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:34 smithi003 ceph-mon[96088]: pgmap v8586: 97 pgs: 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:34.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:34.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:35.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:35.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:36 smithi094 ceph-mon[112176]: pgmap v8587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:36 smithi003 ceph-mon[96088]: pgmap v8587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:36.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:36.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:37.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:37.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:38 smithi094 ceph-mon[112176]: 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-08T07:42:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:38 smithi003 ceph-mon[96088]: 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-08T07:42:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:38.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:38.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:39.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:39.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:40 smithi094 ceph-mon[112176]: 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-08T07:42:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:40 smithi003 ceph-mon[96088]: 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-08T07:42:40.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:40.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:41.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:41.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:42 smithi094 ceph-mon[112176]: 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-08T07:42:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:42 smithi003 ceph-mon[96088]: 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-08T07:42:42.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:42.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:43.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:43.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:44.575 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:44 smithi003 ceph-mon[96088]: pgmap v8591: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:44 smithi094 ceph-mon[112176]: pgmap v8591: 97 pgs: 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:44.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:44.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:45.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:45.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:46 smithi094 ceph-mon[112176]: pgmap v8592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:46 smithi003 ceph-mon[96088]: pgmap v8592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:46.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:46.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:47.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:47.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:48 smithi094 ceph-mon[112176]: 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-08T07:42:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:42:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:48 smithi003 ceph-mon[96088]: 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-08T07:42:48.738 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:42:48.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:48.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:49.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:49.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:50 smithi094 ceph-mon[112176]: 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-08T07:42:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:50 smithi003 ceph-mon[96088]: 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-08T07:42:50.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:50.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:51.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:51.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:52 smithi094 ceph-mon[112176]: 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-08T07:42:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:52 smithi003 ceph-mon[96088]: 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-08T07:42:52.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:52.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:42:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:42:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:42:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:42:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:42:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:42:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:42:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:53.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:53 smithi003 ceph-mon[96088]: pgmap v8596: 97 pgs: 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.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:53.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:42:53.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:53.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:53 smithi094 ceph-mon[112176]: pgmap v8596: 97 pgs: 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:54.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:54.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:55.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:55.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:56 smithi003 ceph-mon[96088]: pgmap v8597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:56 smithi094 ceph-mon[112176]: pgmap v8597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:56.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:56.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:57.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:57.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:42:58 smithi003 ceph-mon[96088]: 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-08T07:42:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:42:58 smithi094 ceph-mon[112176]: 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-08T07:42:58.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:58.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:59.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:42:59.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:00 smithi003 ceph-mon[96088]: 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-08T07:43:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:00 smithi094 ceph-mon[112176]: 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-08T07:43:00.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:00.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:01.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:01.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:02 smithi003 ceph-mon[96088]: 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-08T07:43:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:02 smithi094 ceph-mon[112176]: 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-08T07:43:02.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:02.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:03.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:03.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:04 smithi003 ceph-mon[96088]: pgmap v8601: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:04 smithi094 ceph-mon[112176]: pgmap v8601: 97 pgs: 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:04.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:04.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:05.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:05.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:06 smithi003 ceph-mon[96088]: pgmap v8602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:06 smithi094 ceph-mon[112176]: pgmap v8602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:06.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:06.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:07.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:07.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:08 smithi003 ceph-mon[96088]: 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-08T07:43:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:08 smithi094 ceph-mon[112176]: 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-08T07:43:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:08.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:08.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:09.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:09.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:10 smithi003 ceph-mon[96088]: 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-08T07:43:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:10 smithi094 ceph-mon[112176]: 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-08T07:43:10.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:10.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:11.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:11.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:12 smithi003 ceph-mon[96088]: 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-08T07:43:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:12 smithi094 ceph-mon[112176]: 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-08T07:43:12.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:12.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:13.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:13.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:14 smithi003 ceph-mon[96088]: pgmap v8606: 97 pgs: 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:14.505 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:14 smithi094 ceph-mon[112176]: pgmap v8606: 97 pgs: 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:14.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:14.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:15.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:15.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:16 smithi094 ceph-mon[112176]: pgmap v8607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:16 smithi003 ceph-mon[96088]: pgmap v8607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:16.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:16.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:17.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:17.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:18 smithi094 ceph-mon[112176]: 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-08T07:43:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:18 smithi003 ceph-mon[96088]: 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-08T07:43:18.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:18.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:19.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:19.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:20 smithi094 ceph-mon[112176]: 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-08T07:43:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:20 smithi003 ceph-mon[96088]: 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-08T07:43:20.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:20.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:21.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:21.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:22 smithi094 ceph-mon[112176]: 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-08T07:43:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:22 smithi003 ceph-mon[96088]: 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-08T07:43:22.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:22.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:23.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:23.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:24.611 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:24 smithi094 ceph-mon[112176]: pgmap v8611: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:24 smithi003 ceph-mon[96088]: pgmap v8611: 97 pgs: 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:24.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:24.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:25.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:25.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:26 smithi094 ceph-mon[112176]: pgmap v8612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:26 smithi003 ceph-mon[96088]: pgmap v8612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:26.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:26.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:27.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:27.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:28 smithi094 ceph-mon[112176]: 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-08T07:43:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:28 smithi003 ceph-mon[96088]: 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-08T07:43:28.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:28.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:29.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:29.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:30 smithi003 ceph-mon[96088]: 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-08T07:43:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:30 smithi094 ceph-mon[112176]: 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-08T07:43:30.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:30.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:31.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:31.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:32 smithi094 ceph-mon[112176]: 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-08T07:43:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:32 smithi003 ceph-mon[96088]: 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-08T07:43:32.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:32.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:33.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:33.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:34 smithi094 ceph-mon[112176]: pgmap v8616: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:34 smithi003 ceph-mon[96088]: pgmap v8616: 97 pgs: 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:34.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:34.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:35.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:35.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:36 smithi094 ceph-mon[112176]: pgmap v8617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:36.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:36 smithi003 ceph-mon[96088]: pgmap v8617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:36.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:36.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:37.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:37.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:38 smithi094 ceph-mon[112176]: 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-08T07:43:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:38 smithi003 ceph-mon[96088]: 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-08T07:43:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:38.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:38.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:39.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:39.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:40 smithi003 ceph-mon[96088]: 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-08T07:43:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:40 smithi094 ceph-mon[112176]: 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-08T07:43:40.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:40.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:41.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:41.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:42 smithi094 ceph-mon[112176]: 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-08T07:43:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:42 smithi003 ceph-mon[96088]: 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-08T07:43:42.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:42.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:43.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:43.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:44 smithi094 ceph-mon[112176]: pgmap v8621: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:44 smithi003 ceph-mon[96088]: pgmap v8621: 97 pgs: 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:44.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:44.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:45.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:45.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:46 smithi094 ceph-mon[112176]: pgmap v8622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:46 smithi003 ceph-mon[96088]: pgmap v8622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:46.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:46.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:47.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:47.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:48 smithi094 ceph-mon[112176]: 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-08T07:43:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:48 smithi003 ceph-mon[96088]: 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-08T07:43:48.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:48.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:49.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:49.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:50 smithi094 ceph-mon[112176]: 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-08T07:43:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:50 smithi003 ceph-mon[96088]: 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-08T07:43:50.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:50.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:51.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:51.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:52 smithi094 ceph-mon[112176]: 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-08T07:43:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:52 smithi003 ceph-mon[96088]: 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-08T07:43:52.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:52.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:43:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:43:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:53.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:53.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:54 smithi094 ceph-mon[112176]: pgmap v8626: 97 pgs: 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:54.969 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:43:54.969 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:43:54.969 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:43:54.969 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:43:54.970 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:43:54.970 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:43:54.970 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:43:54.972 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:54 smithi003 ceph-mon[96088]: pgmap v8626: 97 pgs: 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:54.972 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:43:54.972 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:43:54.972 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:43:54.972 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:43:54.972 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:43:54.973 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:43:54.973 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:43:54.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:54.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:55.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:55.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:56 smithi094 ceph-mon[112176]: pgmap v8627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:56 smithi003 ceph-mon[96088]: pgmap v8627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:56.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:56.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:57.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:57.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:43:58 smithi094 ceph-mon[112176]: 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-08T07:43:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:43:58 smithi003 ceph-mon[96088]: 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-08T07:43:58.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:58.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:59.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:43:59.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:00 smithi094 ceph-mon[112176]: 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-08T07:44:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:00 smithi003 ceph-mon[96088]: 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-08T07:44:00.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:00.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:01.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:01.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:02 smithi094 ceph-mon[112176]: 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-08T07:44:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:02 smithi003 ceph-mon[96088]: 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-08T07:44:02.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:02.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:03.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:03.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:04 smithi094 ceph-mon[112176]: pgmap v8631: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:04 smithi003 ceph-mon[96088]: pgmap v8631: 97 pgs: 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:04.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:04.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:05.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:05.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:06 smithi094 ceph-mon[112176]: pgmap v8632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:06 smithi003 ceph-mon[96088]: pgmap v8632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:06.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:06.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:07.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:07.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:08 smithi094 ceph-mon[112176]: 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-08T07:44:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:08 smithi003 ceph-mon[96088]: 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-08T07:44:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:08.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:08.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:09.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:09.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:10 smithi094 ceph-mon[112176]: 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-08T07:44:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:10 smithi003 ceph-mon[96088]: 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-08T07:44:10.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:10.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:11.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:11.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:12 smithi094 ceph-mon[112176]: 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-08T07:44:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:12 smithi003 ceph-mon[96088]: 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-08T07:44:12.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:12.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:13.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:13.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:14 smithi094 ceph-mon[112176]: pgmap v8636: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:14 smithi003 ceph-mon[96088]: pgmap v8636: 97 pgs: 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:14.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:14.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:15.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:15.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:16 smithi094 ceph-mon[112176]: pgmap v8637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:16 smithi003 ceph-mon[96088]: pgmap v8637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:16.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:16.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:17.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:17.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:18 smithi094 ceph-mon[112176]: 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-08T07:44:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:18 smithi003 ceph-mon[96088]: 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-08T07:44:18.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:18.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:19.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:19.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:20.662 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:20 smithi003 ceph-mon[96088]: 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-08T07:44:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:20 smithi094 ceph-mon[112176]: 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-08T07:44:20.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:20.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:21.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:21.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:22 smithi094 ceph-mon[112176]: 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-08T07:44:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:22 smithi003 ceph-mon[96088]: 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-08T07:44:22.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:22.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:23.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:23.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:24 smithi094 ceph-mon[112176]: pgmap v8641: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:24 smithi003 ceph-mon[96088]: pgmap v8641: 97 pgs: 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:24.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:24.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:25.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:25.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:26 smithi094 ceph-mon[112176]: pgmap v8642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:26 smithi003 ceph-mon[96088]: pgmap v8642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:26.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:26.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:27.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:27.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:28 smithi094 ceph-mon[112176]: 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-08T07:44:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:28 smithi003 ceph-mon[96088]: 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-08T07:44:28.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:28.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:29.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:29.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:30 smithi094 ceph-mon[112176]: 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-08T07:44:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:30 smithi003 ceph-mon[96088]: 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-08T07:44:30.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:30.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:31.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:31.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:32 smithi094 ceph-mon[112176]: 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-08T07:44:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:32 smithi003 ceph-mon[96088]: 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-08T07:44:32.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:32.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:33.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:33.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:34 smithi094 ceph-mon[112176]: pgmap v8646: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:34 smithi003 ceph-mon[96088]: pgmap v8646: 97 pgs: 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:34.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:34.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:35.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:35.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:36 smithi094 ceph-mon[112176]: pgmap v8647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:36 smithi003 ceph-mon[96088]: pgmap v8647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:36.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:36.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:37.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:37.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:38 smithi094 ceph-mon[112176]: 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-08T07:44:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:38 smithi003 ceph-mon[96088]: 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-08T07:44:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:38.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:38.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:39.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:39.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:40 smithi094 ceph-mon[112176]: 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-08T07:44:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:40 smithi003 ceph-mon[96088]: 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-08T07:44:40.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:40.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:41.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:41.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:42 smithi094 ceph-mon[112176]: 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-08T07:44:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:42 smithi003 ceph-mon[96088]: 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-08T07:44:42.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:42.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:43.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:43.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:44 smithi094 ceph-mon[112176]: pgmap v8651: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:44 smithi003 ceph-mon[96088]: pgmap v8651: 97 pgs: 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:44.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:44.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:45.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:45.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:46 smithi094 ceph-mon[112176]: pgmap v8652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:46 smithi003 ceph-mon[96088]: pgmap v8652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:46.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:46.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:47.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:47.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:48 smithi094 ceph-mon[112176]: 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-08T07:44:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:48 smithi003 ceph-mon[96088]: 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-08T07:44:48.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:48.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:49.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:49.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:50 smithi094 ceph-mon[112176]: 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-08T07:44:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:50 smithi003 ceph-mon[96088]: 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-08T07:44:50.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:50.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:51.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:51.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:52 smithi094 ceph-mon[112176]: 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-08T07:44:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:52 smithi003 ceph-mon[96088]: 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-08T07:44:52.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:52.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:53.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:53.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:54 smithi094 ceph-mon[112176]: pgmap v8656: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:44:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:54 smithi003 ceph-mon[96088]: pgmap v8656: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:44:54.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:54.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:44:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:44:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:44:55.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:44:55.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:44:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:44:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:44:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:44:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:44:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:44:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:56 smithi003 ceph-mon[96088]: pgmap v8657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:56 smithi094 ceph-mon[112176]: pgmap v8657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:56.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:56.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:57.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:57.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:58 smithi003 ceph-mon[96088]: 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-08T07:44:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:58 smithi094 ceph-mon[112176]: 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-08T07:44:58.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:44:58.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:44:59 smithi003 ceph-mon[96088]: 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-08T07:44:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:44:59 smithi094 ceph-mon[112176]: 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-08T07:45:00.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:00.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:01.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:01.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:02.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:02.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:02 smithi094 ceph-mon[112176]: 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-08T07:45:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:02 smithi003 ceph-mon[96088]: 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-08T07:45:03.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:03.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:04.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:04.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:04 smithi094 ceph-mon[112176]: pgmap v8661: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:04 smithi003 ceph-mon[96088]: pgmap v8661: 97 pgs: 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:05.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:05.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:06.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:06.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:06 smithi003 ceph-mon[96088]: pgmap v8662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:06 smithi094 ceph-mon[112176]: pgmap v8662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:07.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:07.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:08.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:08.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:08 smithi094 ceph-mon[112176]: 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-08T07:45:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:08 smithi003 ceph-mon[96088]: 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-08T07:45:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:09.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:09.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:10.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:10.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:10 smithi094 ceph-mon[112176]: 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-08T07:45:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:10 smithi003 ceph-mon[96088]: 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-08T07:45:11.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:11.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:12.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:12.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:12 smithi094 ceph-mon[112176]: 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-08T07:45:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:12 smithi003 ceph-mon[96088]: 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-08T07:45:13.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:13.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:14.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:14.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:14 smithi094 ceph-mon[112176]: pgmap v8666: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:14 smithi003 ceph-mon[96088]: pgmap v8666: 97 pgs: 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:15.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:15.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:16.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:16.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:16 smithi094 ceph-mon[112176]: pgmap v8667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:16 smithi003 ceph-mon[96088]: pgmap v8667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:17.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:17.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:18.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:18.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:18 smithi094 ceph-mon[112176]: 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-08T07:45:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:18 smithi003 ceph-mon[96088]: 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-08T07:45:19.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:19.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:20.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:20.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:20.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:20 smithi094 ceph-mon[112176]: 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-08T07:45:20.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:20 smithi003 ceph-mon[96088]: 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-08T07:45:21.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:21.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:22.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:22.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:22 smithi094 ceph-mon[112176]: 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-08T07:45:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:22 smithi003 ceph-mon[96088]: 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-08T07:45:23.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:23.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:24.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:24.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:24 smithi094 ceph-mon[112176]: pgmap v8671: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:24 smithi003 ceph-mon[96088]: pgmap v8671: 97 pgs: 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:25.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:25.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:26.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:26.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:26 smithi094 ceph-mon[112176]: pgmap v8672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:26 smithi003 ceph-mon[96088]: pgmap v8672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:27.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:27.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:28.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:28.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:28 smithi094 ceph-mon[112176]: 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-08T07:45:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:28 smithi003 ceph-mon[96088]: 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-08T07:45:29.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:29.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:30.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:30.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:30 smithi094 ceph-mon[112176]: 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-08T07:45:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:30 smithi003 ceph-mon[96088]: 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-08T07:45:31.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:31.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:32.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:32.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:32 smithi094 ceph-mon[112176]: 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-08T07:45:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:32 smithi003 ceph-mon[96088]: 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-08T07:45:33.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:33.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:34.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:34.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:34 smithi094 ceph-mon[112176]: pgmap v8676: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:34 smithi003 ceph-mon[96088]: pgmap v8676: 97 pgs: 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:35.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:35.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:36.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:36.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:36 smithi094 ceph-mon[112176]: pgmap v8677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:36 smithi003 ceph-mon[96088]: pgmap v8677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:37.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:37.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:38.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:38.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:38 smithi094 ceph-mon[112176]: 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-08T07:45:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:38 smithi003 ceph-mon[96088]: 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-08T07:45:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:39.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:39.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:40.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:40.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:40 smithi094 ceph-mon[112176]: 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-08T07:45:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:40 smithi003 ceph-mon[96088]: 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-08T07:45:41.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:41.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:42.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:42.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:42 smithi094 ceph-mon[112176]: 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-08T07:45:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:42 smithi003 ceph-mon[96088]: 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-08T07:45:43.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:43.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:44.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:44.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:44 smithi094 ceph-mon[112176]: pgmap v8681: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:44 smithi003 ceph-mon[96088]: pgmap v8681: 97 pgs: 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:45.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:45.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:46.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:46.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:46 smithi094 ceph-mon[112176]: pgmap v8682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:46.637 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:46 smithi003 ceph-mon[96088]: pgmap v8682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:47.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:47.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:48.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:48.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:48 smithi094 ceph-mon[112176]: 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-08T07:45:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:48 smithi003 ceph-mon[96088]: 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-08T07:45:49.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:49.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:50.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:50.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:50 smithi094 ceph-mon[112176]: 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-08T07:45:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:50 smithi003 ceph-mon[96088]: 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-08T07:45:51.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:51.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:52.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:52.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:52 smithi094 ceph-mon[112176]: 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-08T07:45:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:52 smithi003 ceph-mon[96088]: 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-08T07:45:53.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:53.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:54.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:54.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:54 smithi094 ceph-mon[112176]: pgmap v8686: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:54 smithi003 ceph-mon[96088]: pgmap v8686: 97 pgs: 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:55.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:55.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:45:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:45:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:45:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:45:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:45:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:45:56.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:56.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:56 smithi094 ceph-mon[112176]: pgmap v8687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:45:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:45:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:45:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:45:56.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:45:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:56 smithi003 ceph-mon[96088]: pgmap v8687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:45:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:45:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:45:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:45:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:45:57.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:57.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:58.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:58.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:45:58 smithi094 ceph-mon[112176]: 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-08T07:45:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:45:58 smithi003 ceph-mon[96088]: 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-08T07:45:59.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:45:59.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:00.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:00.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:00 smithi094 ceph-mon[112176]: 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-08T07:46:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:00 smithi003 ceph-mon[96088]: 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-08T07:46:01.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:01.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:02.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:02.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:02 smithi094 ceph-mon[112176]: 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-08T07:46:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:02 smithi003 ceph-mon[96088]: 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-08T07:46:03.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:03.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:04.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:04.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:04 smithi094 ceph-mon[112176]: pgmap v8691: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:04 smithi003 ceph-mon[96088]: pgmap v8691: 97 pgs: 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:05.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:05.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:06.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:06.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:06 smithi094 ceph-mon[112176]: pgmap v8692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:06 smithi003 ceph-mon[96088]: pgmap v8692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:07.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:07.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:08.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:08.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:08 smithi094 ceph-mon[112176]: 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-08T07:46:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:08 smithi003 ceph-mon[96088]: 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-08T07:46:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:09.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:09.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:10.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:10.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:10 smithi094 ceph-mon[112176]: 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-08T07:46:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:10 smithi003 ceph-mon[96088]: 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-08T07:46:11.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:11.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:12.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:12.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:12 smithi094 ceph-mon[112176]: 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-08T07:46:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:12 smithi003 ceph-mon[96088]: 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-08T07:46:13.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:13.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:14.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:14.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:14 smithi094 ceph-mon[112176]: pgmap v8696: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:14 smithi003 ceph-mon[96088]: pgmap v8696: 97 pgs: 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:15.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:15.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:16.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:16.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:16 smithi094 ceph-mon[112176]: pgmap v8697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:16 smithi003 ceph-mon[96088]: pgmap v8697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:17.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:17.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:18.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:18.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:18 smithi094 ceph-mon[112176]: 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-08T07:46:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:18 smithi003 ceph-mon[96088]: 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-08T07:46:19.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:19.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:20.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:20.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:20 smithi094 ceph-mon[112176]: 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-08T07:46:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:20 smithi003 ceph-mon[96088]: 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-08T07:46:21.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:21.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:22.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:22.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:22 smithi094 ceph-mon[112176]: 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-08T07:46:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:22 smithi003 ceph-mon[96088]: 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-08T07:46:23.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:23.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:24.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:24.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:24 smithi094 ceph-mon[112176]: pgmap v8701: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:24 smithi003 ceph-mon[96088]: pgmap v8701: 97 pgs: 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:25.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:25.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:26.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:26.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:26 smithi094 ceph-mon[112176]: pgmap v8702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:26 smithi003 ceph-mon[96088]: pgmap v8702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:27.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:27.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:28.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:28.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:28 smithi094 ceph-mon[112176]: 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-08T07:46:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:28 smithi003 ceph-mon[96088]: 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-08T07:46:29.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:29.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:30.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:30.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:30 smithi094 ceph-mon[112176]: 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-08T07:46:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:30 smithi003 ceph-mon[96088]: 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-08T07:46:31.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:31.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:32.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:32.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:32 smithi094 ceph-mon[112176]: 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-08T07:46:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:32 smithi003 ceph-mon[96088]: 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-08T07:46:33.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:33.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:34.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:34.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:34 smithi094 ceph-mon[112176]: pgmap v8706: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:34 smithi003 ceph-mon[96088]: pgmap v8706: 97 pgs: 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:35.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:35.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:36.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:36.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:36 smithi094 ceph-mon[112176]: pgmap v8707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:36 smithi003 ceph-mon[96088]: pgmap v8707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:37.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:37.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:38.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:38.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:38 smithi094 ceph-mon[112176]: 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-08T07:46:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:38 smithi003 ceph-mon[96088]: 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-08T07:46:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:39.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:39.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:40.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:40.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:40 smithi003 ceph-mon[96088]: 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-08T07:46:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:40 smithi094 ceph-mon[112176]: 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-08T07:46:41.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:41.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:42.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:42.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:42 smithi003 ceph-mon[96088]: 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-08T07:46:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:42 smithi094 ceph-mon[112176]: 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-08T07:46:43.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:43.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:44.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:44.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:44 smithi003 ceph-mon[96088]: pgmap v8711: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:44 smithi094 ceph-mon[112176]: pgmap v8711: 97 pgs: 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:45.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:45.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:46.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:46.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:46.718 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:46 smithi094 ceph-mon[112176]: pgmap v8712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:46 smithi003 ceph-mon[96088]: pgmap v8712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:47.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:47.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:48.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:48.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:48 smithi003 ceph-mon[96088]: 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-08T07:46:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:48 smithi094 ceph-mon[112176]: 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-08T07:46:49.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:49.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:50.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:50.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:50 smithi003 ceph-mon[96088]: 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-08T07:46:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:50 smithi094 ceph-mon[112176]: 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-08T07:46:51.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:51.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:52.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:52.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:52 smithi003 ceph-mon[96088]: 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-08T07:46:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:52 smithi094 ceph-mon[112176]: 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-08T07:46:53.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:53.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:54.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:54.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:54 smithi003 ceph-mon[96088]: pgmap v8716: 97 pgs: 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:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:54 smithi094 ceph-mon[112176]: pgmap v8716: 97 pgs: 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:55.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:55.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:55 smithi003 ceph-mon[96088]: pgmap v8717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:55 smithi094 ceph-mon[112176]: pgmap v8717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:56.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:56.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:46:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:46:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:46:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:46:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:46:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:46:56.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:46:56.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:46:56.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:46:56.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:46:56.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:46:56.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:46:57.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:57.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:58.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:58.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:46:58 smithi094 ceph-mon[112176]: 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-08T07:46:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:46:58 smithi003 ceph-mon[96088]: 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-08T07:46:59.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:46:59.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:00.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:00.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:00 smithi094 ceph-mon[112176]: 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-08T07:47:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:00 smithi003 ceph-mon[96088]: 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-08T07:47:01.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:01.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:02.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:02.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:02 smithi094 ceph-mon[112176]: 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-08T07:47:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:02 smithi003 ceph-mon[96088]: 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-08T07:47:03.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:03.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:04.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:04.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:04 smithi094 ceph-mon[112176]: pgmap v8721: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:04 smithi003 ceph-mon[96088]: pgmap v8721: 97 pgs: 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:05.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:05.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:06.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:06.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:06 smithi094 ceph-mon[112176]: pgmap v8722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:06 smithi003 ceph-mon[96088]: pgmap v8722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:07.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:07.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:08.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:08.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:08 smithi094 ceph-mon[112176]: 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-08T07:47:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:08 smithi003 ceph-mon[96088]: 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-08T07:47:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:09.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:09.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:10.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:10.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:10 smithi094 ceph-mon[112176]: 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-08T07:47:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:10 smithi003 ceph-mon[96088]: 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-08T07:47:11.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:11.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:12.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:12.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:12.610 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:12 smithi003 ceph-mon[96088]: 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-08T07:47:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:12 smithi094 ceph-mon[112176]: 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-08T07:47:13.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:13.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:14.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:14.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:14 smithi094 ceph-mon[112176]: pgmap v8726: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:14 smithi003 ceph-mon[96088]: pgmap v8726: 97 pgs: 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:15.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:15.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:16.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:16.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:16 smithi094 ceph-mon[112176]: pgmap v8727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:16 smithi003 ceph-mon[96088]: pgmap v8727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:17.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:17.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:18.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:18.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:18 smithi094 ceph-mon[112176]: 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-08T07:47:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:18 smithi003 ceph-mon[96088]: 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-08T07:47:19.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:19.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:20.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:20.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:20 smithi094 ceph-mon[112176]: 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-08T07:47:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:20 smithi003 ceph-mon[96088]: 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-08T07:47:21.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:21.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:22.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:22.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:22 smithi094 ceph-mon[112176]: 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-08T07:47:22.725 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:22 smithi003 ceph-mon[96088]: 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-08T07:47:23.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:23.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:24.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:24.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:24 smithi094 ceph-mon[112176]: pgmap v8731: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:24 smithi003 ceph-mon[96088]: pgmap v8731: 97 pgs: 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:25.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:25.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:26.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:26.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:26 smithi094 ceph-mon[112176]: pgmap v8732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:26 smithi003 ceph-mon[96088]: pgmap v8732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:27.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:27.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:28.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:28.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:28 smithi094 ceph-mon[112176]: 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-08T07:47:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:28 smithi003 ceph-mon[96088]: 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-08T07:47:29.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:29.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:30.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:30.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:30 smithi094 ceph-mon[112176]: 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-08T07:47:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:30 smithi003 ceph-mon[96088]: 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-08T07:47:31.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:31.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:32.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:32.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:32 smithi094 ceph-mon[112176]: 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-08T07:47:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:32 smithi003 ceph-mon[96088]: 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-08T07:47:33.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:33.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:34.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:34.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:34 smithi094 ceph-mon[112176]: pgmap v8736: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:34 smithi003 ceph-mon[96088]: pgmap v8736: 97 pgs: 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:35.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:35.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:36.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:36.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:36 smithi094 ceph-mon[112176]: pgmap v8737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:36 smithi003 ceph-mon[96088]: pgmap v8737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:37.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:37.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:38.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:38.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:38 smithi094 ceph-mon[112176]: 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-08T07:47:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:38 smithi003 ceph-mon[96088]: 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-08T07:47:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:39.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:39.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:40.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:40.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:40 smithi094 ceph-mon[112176]: 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-08T07:47:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:40 smithi003 ceph-mon[96088]: 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-08T07:47:41.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:41.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:42.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:42.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:42 smithi094 ceph-mon[112176]: 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-08T07:47:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:42 smithi003 ceph-mon[96088]: 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-08T07:47:43.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:43.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:44.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:44.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:44 smithi094 ceph-mon[112176]: pgmap v8741: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:44 smithi003 ceph-mon[96088]: pgmap v8741: 97 pgs: 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:45.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:45.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:46.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:46.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:46 smithi094 ceph-mon[112176]: pgmap v8742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:46 smithi003 ceph-mon[96088]: pgmap v8742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:47.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:47.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:48.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:48.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:48 smithi094 ceph-mon[112176]: 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-08T07:47:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:48 smithi003 ceph-mon[96088]: 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-08T07:47:49.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:49.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:50.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:50.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:50 smithi094 ceph-mon[112176]: 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-08T07:47:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:50 smithi003 ceph-mon[96088]: 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-08T07:47:51.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:51.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:52.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:52.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:52 smithi094 ceph-mon[112176]: 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-08T07:47:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:52 smithi003 ceph-mon[96088]: 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-08T07:47:53.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:53.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:54.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:54.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:54 smithi094 ceph-mon[112176]: pgmap v8746: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:54 smithi003 ceph-mon[96088]: pgmap v8746: 97 pgs: 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:55.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:55.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:56.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:56.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:56 smithi094 ceph-mon[112176]: pgmap v8747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:47:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:56 smithi003 ceph-mon[96088]: pgmap v8747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:47:57.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:57.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:47:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:47:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:47:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:47:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:47:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:47:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:47:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:47:57.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:47:57.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:47:58.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:58.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:47:58 smithi003 ceph-mon[96088]: 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-08T07:47:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:47:58 smithi094 ceph-mon[112176]: 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-08T07:47:59.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:47:59.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:00.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:00.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:00 smithi094 ceph-mon[112176]: 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-08T07:48:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:00 smithi003 ceph-mon[96088]: 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-08T07:48:01.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:01.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:02.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:02.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:02 smithi094 ceph-mon[112176]: 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-08T07:48:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:02 smithi003 ceph-mon[96088]: 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-08T07:48:03.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:03.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:04.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:04.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:04 smithi094 ceph-mon[112176]: pgmap v8751: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:04 smithi003 ceph-mon[96088]: pgmap v8751: 97 pgs: 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:05.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:05.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:06.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:06.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:06 smithi094 ceph-mon[112176]: pgmap v8752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:06 smithi003 ceph-mon[96088]: pgmap v8752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:07.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:07.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:08.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:08.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:08 smithi094 ceph-mon[112176]: 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-08T07:48:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:08 smithi003 ceph-mon[96088]: 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-08T07:48:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:09.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:09.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:10.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:10.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:10 smithi094 ceph-mon[112176]: 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-08T07:48:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:10 smithi003 ceph-mon[96088]: 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-08T07:48:11.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:11.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:12.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:12.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:12 smithi094 ceph-mon[112176]: 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-08T07:48:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:12 smithi003 ceph-mon[96088]: 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-08T07:48:13.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:13.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:14.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:14.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:14 smithi094 ceph-mon[112176]: pgmap v8756: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:14 smithi003 ceph-mon[96088]: pgmap v8756: 97 pgs: 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:15.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:15.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:16.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:16.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:16 smithi094 ceph-mon[112176]: pgmap v8757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:16 smithi003 ceph-mon[96088]: pgmap v8757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:17.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:17.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:18.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:18.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:18 smithi094 ceph-mon[112176]: 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-08T07:48:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:18 smithi003 ceph-mon[96088]: 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-08T07:48:19.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:19.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:20.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:20.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:20 smithi094 ceph-mon[112176]: 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-08T07:48:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:20 smithi003 ceph-mon[96088]: 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-08T07:48:21.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:21.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:22.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:22.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:22 smithi094 ceph-mon[112176]: 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-08T07:48:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:22 smithi003 ceph-mon[96088]: 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-08T07:48:23.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:23.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:24.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:24.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:24 smithi094 ceph-mon[112176]: pgmap v8761: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:24 smithi003 ceph-mon[96088]: pgmap v8761: 97 pgs: 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:25.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:26.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:26.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:26.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:26 smithi094 ceph-mon[112176]: pgmap v8762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:26 smithi003 ceph-mon[96088]: pgmap v8762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:27.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:27.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:28.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:28.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:28 smithi094 ceph-mon[112176]: 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-08T07:48:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:28 smithi003 ceph-mon[96088]: 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-08T07:48:29.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:29.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:30.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:30.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:30 smithi003 ceph-mon[96088]: 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-08T07:48:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:30 smithi094 ceph-mon[112176]: 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-08T07:48:31.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:31.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:32.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:32.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:32 smithi094 ceph-mon[112176]: 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-08T07:48:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:32 smithi003 ceph-mon[96088]: 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-08T07:48:33.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:33.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:34.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:34.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:34 smithi003 ceph-mon[96088]: pgmap v8766: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:34 smithi094 ceph-mon[112176]: pgmap v8766: 97 pgs: 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:35.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:35.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:36.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:36.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:36 smithi003 ceph-mon[96088]: pgmap v8767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:36 smithi094 ceph-mon[112176]: pgmap v8767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:37.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:37.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:38.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:38.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:38 smithi003 ceph-mon[96088]: 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-08T07:48:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:38 smithi094 ceph-mon[112176]: 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-08T07:48:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:39.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:39.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:40.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:40.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:40 smithi003 ceph-mon[96088]: 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-08T07:48:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:40 smithi094 ceph-mon[112176]: 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-08T07:48:41.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:41.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:42.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:42.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:42 smithi003 ceph-mon[96088]: 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-08T07:48:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:42 smithi094 ceph-mon[112176]: 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-08T07:48:43.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:43.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:44.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:44.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:44 smithi003 ceph-mon[96088]: pgmap v8771: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:44 smithi094 ceph-mon[112176]: pgmap v8771: 97 pgs: 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:45.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:45.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:46.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:46.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:46 smithi003 ceph-mon[96088]: pgmap v8772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:46 smithi094 ceph-mon[112176]: pgmap v8772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:47.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:47.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:48.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:48.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:48.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:48 smithi003 ceph-mon[96088]: 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-08T07:48:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:48 smithi094 ceph-mon[112176]: 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-08T07:48:49.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:49.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:50.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:50.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:50 smithi003 ceph-mon[96088]: 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-08T07:48:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:50 smithi094 ceph-mon[112176]: 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-08T07:48:51.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:51.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:52.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:52.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:52 smithi003 ceph-mon[96088]: 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-08T07:48:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:52 smithi094 ceph-mon[112176]: 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-08T07:48:53.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:53.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:54.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:54.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:54 smithi003 ceph-mon[96088]: pgmap v8776: 97 pgs: 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:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:54 smithi094 ceph-mon[112176]: pgmap v8776: 97 pgs: 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:55.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:55.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:56.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:56.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:56 smithi003 ceph-mon[96088]: pgmap v8777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:56 smithi094 ceph-mon[112176]: pgmap v8777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:48:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:48:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:48:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:48:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:48:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:48:58.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:58.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:58 smithi003 ceph-mon[96088]: 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-08T07:48:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:48:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:48:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:48:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:48:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:58 smithi094 ceph-mon[112176]: 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-08T07:48:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:48:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:48:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:48:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:48:59.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:48:59.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:00.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:00.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:00 smithi003 ceph-mon[96088]: 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-08T07:49:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:00 smithi094 ceph-mon[112176]: 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-08T07:49:01.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:01.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:02.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:02.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:02 smithi003 ceph-mon[96088]: 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-08T07:49:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:02 smithi094 ceph-mon[112176]: 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-08T07:49:03.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:03.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:04.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:04.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:04 smithi003 ceph-mon[96088]: pgmap v8781: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:04 smithi094 ceph-mon[112176]: pgmap v8781: 97 pgs: 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:05.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:05.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:05 smithi003 ceph-mon[96088]: pgmap v8782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:05 smithi094 ceph-mon[112176]: pgmap v8782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:06.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:06.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:07.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:07.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:08.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:08.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:08 smithi094 ceph-mon[112176]: 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-08T07:49:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:08 smithi003 ceph-mon[96088]: 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-08T07:49:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:09.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:09.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:10.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:10.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:10 smithi094 ceph-mon[112176]: 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-08T07:49:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:10 smithi003 ceph-mon[96088]: 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-08T07:49:11.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:11.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:12.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:12.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:12 smithi094 ceph-mon[112176]: 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-08T07:49:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:12 smithi003 ceph-mon[96088]: 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-08T07:49:13.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:13.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:14.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:14.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:14 smithi094 ceph-mon[112176]: pgmap v8786: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:14 smithi003 ceph-mon[96088]: pgmap v8786: 97 pgs: 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:15.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:15.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:16.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:16.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:16 smithi094 ceph-mon[112176]: pgmap v8787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:16 smithi003 ceph-mon[96088]: pgmap v8787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:17.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:17.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:18.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:18.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:18 smithi094 ceph-mon[112176]: 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-08T07:49:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:18 smithi003 ceph-mon[96088]: 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-08T07:49:19.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:19.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:20.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:20.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:20 smithi094 ceph-mon[112176]: 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-08T07:49:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:20 smithi003 ceph-mon[96088]: 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-08T07:49:21.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:21.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:22.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:22.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:22 smithi094 ceph-mon[112176]: 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-08T07:49:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:22 smithi003 ceph-mon[96088]: 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-08T07:49:23.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:23.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:24.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:24.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:24 smithi094 ceph-mon[112176]: pgmap v8791: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:24 smithi003 ceph-mon[96088]: pgmap v8791: 97 pgs: 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:25.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:25.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:26.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:26.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:26 smithi094 ceph-mon[112176]: pgmap v8792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:26 smithi003 ceph-mon[96088]: pgmap v8792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:27.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:27.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:28.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:28.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:28 smithi094 ceph-mon[112176]: 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-08T07:49:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:28 smithi003 ceph-mon[96088]: 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-08T07:49:29.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:29.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:30.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:30.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:30 smithi094 ceph-mon[112176]: 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-08T07:49:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:30 smithi003 ceph-mon[96088]: 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-08T07:49:31.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:31.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:32.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:32.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:32 smithi094 ceph-mon[112176]: 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-08T07:49:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:32 smithi003 ceph-mon[96088]: 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-08T07:49:33.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:33.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:34.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:34.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:34 smithi003 ceph-mon[96088]: pgmap v8796: 97 pgs: 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:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:34 smithi094 ceph-mon[112176]: pgmap v8796: 97 pgs: 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:35.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:35.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:36.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:36.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:36 smithi094 ceph-mon[112176]: pgmap v8797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:36 smithi003 ceph-mon[96088]: pgmap v8797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:37.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:37.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:38.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:38.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:38 smithi094 ceph-mon[112176]: 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-08T07:49:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:38 smithi003 ceph-mon[96088]: 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-08T07:49:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:39.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:39.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:40.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:40.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:40 smithi094 ceph-mon[112176]: 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-08T07:49:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:40 smithi003 ceph-mon[96088]: 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-08T07:49:41.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:41.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:42.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:42.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:42 smithi094 ceph-mon[112176]: 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-08T07:49:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:42 smithi003 ceph-mon[96088]: 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-08T07:49:43.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:43.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:44.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:44.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:44 smithi094 ceph-mon[112176]: pgmap v8801: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:44 smithi003 ceph-mon[96088]: pgmap v8801: 97 pgs: 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:45.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:45.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:46.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:46.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:46 smithi094 ceph-mon[112176]: pgmap v8802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:46 smithi003 ceph-mon[96088]: pgmap v8802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:47.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:47.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:48.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:48.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:48 smithi094 ceph-mon[112176]: 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-08T07:49:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:48 smithi003 ceph-mon[96088]: 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-08T07:49:49.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:49.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:50.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:50.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:50 smithi094 ceph-mon[112176]: 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-08T07:49:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:50 smithi003 ceph-mon[96088]: 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-08T07:49:51.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:51.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:52.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:52.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:52 smithi094 ceph-mon[112176]: 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-08T07:49:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:52 smithi003 ceph-mon[96088]: 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-08T07:49:53.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:53.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:54.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:54.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:54 smithi094 ceph-mon[112176]: pgmap v8806: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:54 smithi003 ceph-mon[96088]: pgmap v8806: 97 pgs: 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:55.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:55.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:56.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:56.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:56 smithi094 ceph-mon[112176]: pgmap v8807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:56 smithi003 ceph-mon[96088]: pgmap v8807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:57.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:57.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:58.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:58.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:58 smithi094 ceph-mon[112176]: 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-08T07:49:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:49:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:49:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:49:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:49:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:49:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:49:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:49:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:58 smithi003 ceph-mon[96088]: 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-08T07:49:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:49:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:49:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:49:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:49:58.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:49:58.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:49:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:49:59.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:49:59.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:00.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:00.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:00 smithi094 ceph-mon[112176]: 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-08T07:50:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T07:50:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:00 smithi003 ceph-mon[96088]: 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-08T07:50:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T07:50:01.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:01.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:02.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:02.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:02 smithi094 ceph-mon[112176]: 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-08T07:50:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:02 smithi003 ceph-mon[96088]: 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-08T07:50:03.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:03.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:04.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:04.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:04.556 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:04 smithi003 ceph-mon[96088]: pgmap v8811: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:04 smithi094 ceph-mon[112176]: pgmap v8811: 97 pgs: 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:05.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:05.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:06.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:06.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:06 smithi094 ceph-mon[112176]: pgmap v8812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:06 smithi003 ceph-mon[96088]: pgmap v8812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:07.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:07.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:08.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:08.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:08 smithi094 ceph-mon[112176]: 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-08T07:50:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:08 smithi003 ceph-mon[96088]: 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-08T07:50:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:09.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:09.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:10.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:10.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:10 smithi094 ceph-mon[112176]: 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-08T07:50:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:10 smithi003 ceph-mon[96088]: 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-08T07:50:11.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:11.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:12.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:12.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:12 smithi094 ceph-mon[112176]: 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-08T07:50:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:12 smithi003 ceph-mon[96088]: 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-08T07:50:13.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:13.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:14.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:14.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:14 smithi094 ceph-mon[112176]: pgmap v8816: 97 pgs: 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:14.670 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:14 smithi003 ceph-mon[96088]: pgmap v8816: 97 pgs: 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:15.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:15.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:16.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:16.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:16 smithi094 ceph-mon[112176]: pgmap v8817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:16 smithi003 ceph-mon[96088]: pgmap v8817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:17.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:17.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:18.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:18.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:18 smithi094 ceph-mon[112176]: 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-08T07:50:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:18 smithi003 ceph-mon[96088]: 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-08T07:50:19.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:19.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:20.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:20.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:20 smithi094 ceph-mon[112176]: 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-08T07:50:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:20 smithi003 ceph-mon[96088]: 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-08T07:50:21.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:21.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:22.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:22.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:22 smithi094 ceph-mon[112176]: 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-08T07:50:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:22 smithi003 ceph-mon[96088]: 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-08T07:50:23.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:23.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:24.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:24.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:24 smithi094 ceph-mon[112176]: pgmap v8821: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:24 smithi003 ceph-mon[96088]: pgmap v8821: 97 pgs: 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:25.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:25.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:26.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:26.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:26 smithi094 ceph-mon[112176]: pgmap v8822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:26 smithi003 ceph-mon[96088]: pgmap v8822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:27.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:27.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:28.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:28.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:28 smithi094 ceph-mon[112176]: 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-08T07:50:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:28 smithi003 ceph-mon[96088]: 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-08T07:50:29.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:29.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:30.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:30.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:30 smithi094 ceph-mon[112176]: 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-08T07:50:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:30 smithi003 ceph-mon[96088]: 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-08T07:50:31.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:31.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:32.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:32.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:32.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:32 smithi094 ceph-mon[112176]: 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-08T07:50:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:32 smithi003 ceph-mon[96088]: 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-08T07:50:33.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:33.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:34 smithi094 ceph-mon[112176]: pgmap v8826: 97 pgs: 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:34.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:34.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:34 smithi003 ceph-mon[96088]: pgmap v8826: 97 pgs: 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:35.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:35.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:36.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:36.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:36 smithi094 ceph-mon[112176]: pgmap v8827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:36 smithi003 ceph-mon[96088]: pgmap v8827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:37.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:37.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:38.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:38.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:38 smithi094 ceph-mon[112176]: 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-08T07:50:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:38 smithi003 ceph-mon[96088]: 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-08T07:50:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:39.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:39.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:40.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:40.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:40 smithi094 ceph-mon[112176]: 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-08T07:50:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:40 smithi003 ceph-mon[96088]: 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-08T07:50:41.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:41.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:42.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:42.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:42 smithi094 ceph-mon[112176]: 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-08T07:50:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:42 smithi003 ceph-mon[96088]: 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-08T07:50:43.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:43.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:44.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:44.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:44 smithi094 ceph-mon[112176]: pgmap v8831: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:44 smithi003 ceph-mon[96088]: pgmap v8831: 97 pgs: 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:45.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:45.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:46.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:46.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:46 smithi094 ceph-mon[112176]: pgmap v8832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:46.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:46 smithi003 ceph-mon[96088]: pgmap v8832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:47.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:47.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:48.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:48.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:48 smithi094 ceph-mon[112176]: 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-08T07:50:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:48 smithi003 ceph-mon[96088]: 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-08T07:50:49.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:49.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:50 smithi003 ceph-mon[96088]: 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-08T07:50:50.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:50.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:50 smithi094 ceph-mon[112176]: 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-08T07:50:51.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:51.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:52.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:52.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:52 smithi094 ceph-mon[112176]: 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-08T07:50:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:52 smithi003 ceph-mon[96088]: 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-08T07:50:53.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:53.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:54.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:54.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:54 smithi094 ceph-mon[112176]: pgmap v8836: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:54 smithi003 ceph-mon[96088]: pgmap v8836: 97 pgs: 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:55.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:55.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:56.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:56.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:56 smithi094 ceph-mon[112176]: pgmap v8837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:56 smithi003 ceph-mon[96088]: pgmap v8837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:57.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:57.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:58.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:58.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:58 smithi094 ceph-mon[112176]: 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-08T07:50:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:50:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:50:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:58 smithi003 ceph-mon[96088]: 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-08T07:50:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:50:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:50:59.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:50:59.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:00 smithi003 ceph-mon[96088]: 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-08T07:51:00.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:00.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:00 smithi094 ceph-mon[112176]: 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-08T07:51:01.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:01.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:51:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:51:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:02 smithi094 ceph-mon[112176]: 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-08T07:51:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:51:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:51:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:51:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:51:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:51:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:51:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:51:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:02 smithi003 ceph-mon[96088]: 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-08T07:51:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:51:02.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:51:02.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:51:02.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:51:02.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:51:02.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:02.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:03.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:03.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:04.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:04.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:04 smithi094 ceph-mon[112176]: pgmap v8841: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:04 smithi003 ceph-mon[96088]: pgmap v8841: 97 pgs: 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:05.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:05.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:06.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:06.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:06 smithi094 ceph-mon[112176]: pgmap v8842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:06 smithi003 ceph-mon[96088]: pgmap v8842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:07.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:07.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:08.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:08.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:08 smithi094 ceph-mon[112176]: 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-08T07:51:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:08 smithi003 ceph-mon[96088]: 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-08T07:51:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:09.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:09.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:10.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:10.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:10 smithi094 ceph-mon[112176]: 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-08T07:51:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:10 smithi003 ceph-mon[96088]: 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-08T07:51:11.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:11.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:12.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:12.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:12 smithi094 ceph-mon[112176]: 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-08T07:51:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:12 smithi003 ceph-mon[96088]: 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-08T07:51:13.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:13.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:14.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:14.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:14 smithi094 ceph-mon[112176]: pgmap v8846: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:14 smithi003 ceph-mon[96088]: pgmap v8846: 97 pgs: 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:15.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:15.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:16.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:16.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:16 smithi094 ceph-mon[112176]: pgmap v8847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:16 smithi003 ceph-mon[96088]: pgmap v8847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:17.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:17.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:18.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:18.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:18 smithi094 ceph-mon[112176]: 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-08T07:51:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:18 smithi003 ceph-mon[96088]: 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-08T07:51:19.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:19.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:20.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:20.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:20 smithi094 ceph-mon[112176]: 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-08T07:51:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:20 smithi003 ceph-mon[96088]: 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-08T07:51:21.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:21.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:22.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:22.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:22 smithi094 ceph-mon[112176]: 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-08T07:51:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:22 smithi003 ceph-mon[96088]: 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-08T07:51:23.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:23.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:24.589 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:24 smithi094 ceph-mon[112176]: pgmap v8851: 97 pgs: 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:24.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:24.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:24 smithi003 ceph-mon[96088]: pgmap v8851: 97 pgs: 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:25.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:25.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:26.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:26.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:26 smithi094 ceph-mon[112176]: pgmap v8852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:26 smithi003 ceph-mon[96088]: pgmap v8852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:27.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:27.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:28.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:28.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:28 smithi094 ceph-mon[112176]: 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-08T07:51:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:28 smithi003 ceph-mon[96088]: 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-08T07:51:29.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:29.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:30.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:30.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:30 smithi094 ceph-mon[112176]: 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-08T07:51:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:30 smithi003 ceph-mon[96088]: 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-08T07:51:31.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:31.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:32.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:32.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:32 smithi094 ceph-mon[112176]: 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-08T07:51:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:32 smithi003 ceph-mon[96088]: 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-08T07:51:33.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:33.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:34.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:34.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:34 smithi094 ceph-mon[112176]: pgmap v8856: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:34 smithi003 ceph-mon[96088]: pgmap v8856: 97 pgs: 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:35.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:35.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:36 smithi094 ceph-mon[112176]: pgmap v8857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:36.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:36.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:36 smithi003 ceph-mon[96088]: pgmap v8857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:37.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:37.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:38 smithi094 ceph-mon[112176]: 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-08T07:51:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:38.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:38.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:38 smithi003 ceph-mon[96088]: 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-08T07:51:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:39.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:39.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:40.640 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:40 smithi003 ceph-mon[96088]: 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-08T07:51:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:40 smithi094 ceph-mon[112176]: 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-08T07:51:40.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:40.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:41.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:41.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:42 smithi094 ceph-mon[112176]: 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-08T07:51:42.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:42.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:42 smithi003 ceph-mon[96088]: 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-08T07:51:43.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:43.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:44 smithi094 ceph-mon[112176]: pgmap v8861: 97 pgs: 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:44.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:44.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:44 smithi003 ceph-mon[96088]: pgmap v8861: 97 pgs: 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:45.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:45.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:46 smithi094 ceph-mon[112176]: pgmap v8862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:46.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:46.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:46 smithi003 ceph-mon[96088]: pgmap v8862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:47.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:47.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:48 smithi094 ceph-mon[112176]: 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-08T07:51:48.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:48.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:48 smithi003 ceph-mon[96088]: 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-08T07:51:49.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:49.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:50 smithi094 ceph-mon[112176]: 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-08T07:51:50.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:50.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:50 smithi003 ceph-mon[96088]: 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-08T07:51:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:52 smithi094 ceph-mon[112176]: 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-08T07:51:52.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:52.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:52 smithi003 ceph-mon[96088]: 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-08T07:51:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:53.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:53.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:54 smithi094 ceph-mon[112176]: pgmap v8866: 97 pgs: 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:54.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:54.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:54 smithi003 ceph-mon[96088]: pgmap v8866: 97 pgs: 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:55.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:55.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:56 smithi094 ceph-mon[112176]: pgmap v8867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:56.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:56.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:56 smithi003 ceph-mon[96088]: pgmap v8867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:57.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:57.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:51:58 smithi094 ceph-mon[112176]: 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-08T07:51:58.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:58.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:51:58 smithi003 ceph-mon[96088]: 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-08T07:51:59.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:51:59.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:00 smithi094 ceph-mon[112176]: 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-08T07:52:00.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:00.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:00 smithi003 ceph-mon[96088]: 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-08T07:52:01.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:01.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:02 smithi094 ceph-mon[112176]: 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-08T07:52:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:52:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:52:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:52:02.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:52:02.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:52:02.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:52:02.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:02.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:02 smithi003 ceph-mon[96088]: 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-08T07:52:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:52:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:52:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:52:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:52:02.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:52:02.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:52:03.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:03.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:04 smithi094 ceph-mon[112176]: pgmap v8871: 97 pgs: 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:04.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:04.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:04 smithi003 ceph-mon[96088]: pgmap v8871: 97 pgs: 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:05.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:05.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:06 smithi094 ceph-mon[112176]: pgmap v8872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:06.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:06.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:06 smithi003 ceph-mon[96088]: pgmap v8872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:07.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:07.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:08 smithi094 ceph-mon[112176]: 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-08T07:52:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:08.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:08.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:08 smithi003 ceph-mon[96088]: 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-08T07:52:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:09.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:09.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:10 smithi094 ceph-mon[112176]: 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-08T07:52:10.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:10.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:10 smithi003 ceph-mon[96088]: 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-08T07:52:11.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:11.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:12 smithi094 ceph-mon[112176]: 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-08T07:52:12.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:12.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:12 smithi003 ceph-mon[96088]: 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-08T07:52:13.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:13.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:14 smithi094 ceph-mon[112176]: pgmap v8876: 97 pgs: 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:14.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:14.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:14 smithi003 ceph-mon[96088]: pgmap v8876: 97 pgs: 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:15.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:15.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:16 smithi094 ceph-mon[112176]: pgmap v8877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:16.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:16.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:16 smithi003 ceph-mon[96088]: pgmap v8877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:17.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:17.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:18 smithi094 ceph-mon[112176]: 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-08T07:52:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:18 smithi003 ceph-mon[96088]: 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-08T07:52:18.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:18.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:19.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:19.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:20 smithi094 ceph-mon[112176]: 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-08T07:52:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:20 smithi003 ceph-mon[96088]: 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-08T07:52:20.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:20.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:21.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:21.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:22 smithi094 ceph-mon[112176]: 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-08T07:52:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:22 smithi003 ceph-mon[96088]: 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-08T07:52:22.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:22.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:23.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:23.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:24 smithi094 ceph-mon[112176]: pgmap v8881: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:24 smithi003 ceph-mon[96088]: pgmap v8881: 97 pgs: 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:24.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:24.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:25.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:25.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:26 smithi003 ceph-mon[96088]: pgmap v8882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:26 smithi094 ceph-mon[112176]: pgmap v8882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:26.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:26.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:27.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:27.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:28 smithi094 ceph-mon[112176]: 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-08T07:52:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:28 smithi003 ceph-mon[96088]: 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-08T07:52:28.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:28.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:29.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:29.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:30 smithi094 ceph-mon[112176]: 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-08T07:52:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:30 smithi003 ceph-mon[96088]: 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-08T07:52:30.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:30.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:31.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:31.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:32 smithi094 ceph-mon[112176]: 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-08T07:52:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:32 smithi003 ceph-mon[96088]: 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-08T07:52:32.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:32.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:33.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:33.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:34 smithi094 ceph-mon[112176]: pgmap v8886: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:34 smithi003 ceph-mon[96088]: pgmap v8886: 97 pgs: 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:34.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:34.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:35.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:35.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:36 smithi094 ceph-mon[112176]: pgmap v8887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:36 smithi003 ceph-mon[96088]: pgmap v8887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:36.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:36.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:37.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:37.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:38 smithi094 ceph-mon[112176]: 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-08T07:52:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:38 smithi003 ceph-mon[96088]: 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-08T07:52:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:38.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:38.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:39.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:39.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:40 smithi094 ceph-mon[112176]: 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-08T07:52:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:40 smithi003 ceph-mon[96088]: 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-08T07:52:40.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:40.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:41.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:41.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:42 smithi094 ceph-mon[112176]: 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-08T07:52:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:42 smithi003 ceph-mon[96088]: 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-08T07:52:42.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:42.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:43.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:43.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:44 smithi094 ceph-mon[112176]: pgmap v8891: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:44 smithi003 ceph-mon[96088]: pgmap v8891: 97 pgs: 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:44.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:44.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:45.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:45.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:46 smithi094 ceph-mon[112176]: pgmap v8892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:46 smithi003 ceph-mon[96088]: pgmap v8892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:46.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:46.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:47.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:47.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:48 smithi094 ceph-mon[112176]: 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-08T07:52:48.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:48 smithi003 ceph-mon[96088]: 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-08T07:52:48.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:48.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:49.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:49.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:50 smithi094 ceph-mon[112176]: 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-08T07:52:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:50 smithi003 ceph-mon[96088]: 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-08T07:52:50.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:50.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:51.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:51.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:52 smithi094 ceph-mon[112176]: 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-08T07:52:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:52 smithi003 ceph-mon[96088]: 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-08T07:52:52.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:52.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:53.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:53.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:54.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:54 smithi094 ceph-mon[112176]: pgmap v8896: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:54 smithi003 ceph-mon[96088]: pgmap v8896: 97 pgs: 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:54.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:54.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:55.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:55.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:56 smithi094 ceph-mon[112176]: pgmap v8897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:56 smithi003 ceph-mon[96088]: pgmap v8897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:56.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:56.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:57.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:57.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:52:58 smithi094 ceph-mon[112176]: 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-08T07:52:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:52:58 smithi003 ceph-mon[96088]: 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-08T07:52:58.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:58.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:59.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:52:59.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:00 smithi094 ceph-mon[112176]: 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-08T07:53:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:00 smithi003 ceph-mon[96088]: 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-08T07:53:00.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:00.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:01.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:01.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:02 smithi094 ceph-mon[112176]: 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-08T07:53:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:53:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:02 smithi003 ceph-mon[96088]: 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-08T07:53:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:53:02.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:02.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:03.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:03.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:04 smithi094 ceph-mon[112176]: pgmap v8901: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:04 smithi003 ceph-mon[96088]: pgmap v8901: 97 pgs: 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:04.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:04.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:05.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:05.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:06 smithi094 ceph-mon[112176]: pgmap v8902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:06 smithi003 ceph-mon[96088]: pgmap v8902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:06.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:06.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:07.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:07.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:53:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:53:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: 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-08T07:53:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:53:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:53:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:53:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:53:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:53:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:53:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:53:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: 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-08T07:53:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:53:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:53:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:53:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:53:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:53:08.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:08.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:08.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:09.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:09.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:10 smithi094 ceph-mon[112176]: 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-08T07:53:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:10 smithi003 ceph-mon[96088]: 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-08T07:53:10.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:10.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:11.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:11.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:12 smithi094 ceph-mon[112176]: 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-08T07:53:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:12 smithi003 ceph-mon[96088]: 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-08T07:53:12.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:12.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:13.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:13.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:14 smithi094 ceph-mon[112176]: pgmap v8906: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:14 smithi003 ceph-mon[96088]: pgmap v8906: 97 pgs: 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:14.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:14.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:15.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:15.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:16 smithi094 ceph-mon[112176]: pgmap v8907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:16 smithi003 ceph-mon[96088]: pgmap v8907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:16.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:16.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:17.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:17.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:18 smithi094 ceph-mon[112176]: 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-08T07:53:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:18 smithi003 ceph-mon[96088]: 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-08T07:53:18.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:18.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:19.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:19.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:20 smithi094 ceph-mon[112176]: 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-08T07:53:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:20 smithi003 ceph-mon[96088]: 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-08T07:53:20.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:20.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:21.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:21.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:22 smithi094 ceph-mon[112176]: 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-08T07:53:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:22 smithi003 ceph-mon[96088]: 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-08T07:53:22.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:22.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:23.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:23.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:24 smithi003 ceph-mon[96088]: pgmap v8911: 97 pgs: 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:24.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:24.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:24 smithi094 ceph-mon[112176]: pgmap v8911: 97 pgs: 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:25.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:25.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:26 smithi003 ceph-mon[96088]: pgmap v8912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:26.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:26.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:26 smithi094 ceph-mon[112176]: pgmap v8912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:27.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:27.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:28 smithi094 ceph-mon[112176]: 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-08T07:53:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:28 smithi003 ceph-mon[96088]: 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-08T07:53:28.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:28.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:29.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:29.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:30 smithi094 ceph-mon[112176]: 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-08T07:53:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:30 smithi003 ceph-mon[96088]: 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-08T07:53:30.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:30.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:31.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:31.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:32 smithi094 ceph-mon[112176]: 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-08T07:53:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:32 smithi003 ceph-mon[96088]: 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-08T07:53:32.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:32.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:33.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:33.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:34 smithi094 ceph-mon[112176]: pgmap v8916: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:34 smithi003 ceph-mon[96088]: pgmap v8916: 97 pgs: 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:34.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:34.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:35.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:35.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:36 smithi003 ceph-mon[96088]: pgmap v8917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:36.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:36.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:36 smithi094 ceph-mon[112176]: pgmap v8917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:37.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:37.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:38 smithi094 ceph-mon[112176]: 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-08T07:53:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:38 smithi003 ceph-mon[96088]: 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-08T07:53:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:38.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:38.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:39.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:39.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:40 smithi094 ceph-mon[112176]: 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-08T07:53:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:40 smithi003 ceph-mon[96088]: 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-08T07:53:40.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:40.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:41.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:41.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:42 smithi003 ceph-mon[96088]: 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-08T07:53:42.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:42.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:42.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:42 smithi094 ceph-mon[112176]: 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-08T07:53:44.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:44.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:44 smithi003 ceph-mon[96088]: pgmap v8921: 97 pgs: 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:44.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:44.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:44 smithi094 ceph-mon[112176]: pgmap v8921: 97 pgs: 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:45.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:45.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:46 smithi003 ceph-mon[96088]: pgmap v8922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:46.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:46.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:46 smithi094 ceph-mon[112176]: pgmap v8922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:47.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:47.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:48 smithi094 ceph-mon[112176]: 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-08T07:53:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:48 smithi003 ceph-mon[96088]: 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-08T07:53:48.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:48.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:49.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:49.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:50 smithi094 ceph-mon[112176]: 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-08T07:53:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:50 smithi003 ceph-mon[96088]: 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-08T07:53:50.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:50.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:51.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:51.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:52 smithi003 ceph-mon[96088]: 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-08T07:53:52.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:52.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:52 smithi094 ceph-mon[112176]: 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-08T07:53:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:53.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:53.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:54 smithi003 ceph-mon[96088]: pgmap v8926: 97 pgs: 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:54.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:54.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:54 smithi094 ceph-mon[112176]: pgmap v8926: 97 pgs: 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:55.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:55.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:56 smithi003 ceph-mon[96088]: pgmap v8927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:56.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:56.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:56 smithi094 ceph-mon[112176]: pgmap v8927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:57.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:57.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:53:58 smithi094 ceph-mon[112176]: 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-08T07:53:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:53:58 smithi003 ceph-mon[96088]: 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-08T07:53:58.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:58.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:59.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:53:59.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:00 smithi003 ceph-mon[96088]: 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-08T07:54:00.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:00.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:00 smithi094 ceph-mon[112176]: 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-08T07:54:01.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:01.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:02 smithi003 ceph-mon[96088]: 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-08T07:54:02.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:02.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:02 smithi094 ceph-mon[112176]: 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-08T07:54:03.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:03.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:04 smithi003 ceph-mon[96088]: pgmap v8931: 97 pgs: 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:04.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:04.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:04 smithi094 ceph-mon[112176]: pgmap v8931: 97 pgs: 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:05.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:05.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:06 smithi094 ceph-mon[112176]: pgmap v8932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:06 smithi003 ceph-mon[96088]: pgmap v8932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:06.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:06.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:07.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:07.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:08 smithi094 ceph-mon[112176]: 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-08T07:54:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:54:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:54:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:54:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:08 smithi003 ceph-mon[96088]: 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-08T07:54:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:54:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:54:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:54:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:08.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:08.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:54:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:54:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:54:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:54:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:54:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:54:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:54:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:54:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:54:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:54:09.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:09.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:10 smithi094 ceph-mon[112176]: 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-08T07:54:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:10 smithi003 ceph-mon[96088]: 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-08T07:54:10.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:10.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:11.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:11.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:12 smithi003 ceph-mon[96088]: 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-08T07:54:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:12 smithi094 ceph-mon[112176]: 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-08T07:54:12.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:12.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:13.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:13.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:14 smithi003 ceph-mon[96088]: pgmap v8936: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:14 smithi094 ceph-mon[112176]: pgmap v8936: 97 pgs: 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:14.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:14.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:15.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:15.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:16 smithi094 ceph-mon[112176]: pgmap v8937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:16 smithi003 ceph-mon[96088]: pgmap v8937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:16.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:16.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:17.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:17.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:18 smithi094 ceph-mon[112176]: 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-08T07:54:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:18 smithi003 ceph-mon[96088]: 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-08T07:54:18.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:18.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:19.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:19.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:20 smithi003 ceph-mon[96088]: 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-08T07:54:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:20 smithi094 ceph-mon[112176]: 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-08T07:54:20.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:20.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:21.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:21.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:22 smithi003 ceph-mon[96088]: 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-08T07:54:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:22 smithi094 ceph-mon[112176]: 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-08T07:54:22.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:22.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:23.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:23.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:24 smithi003 ceph-mon[96088]: pgmap v8941: 97 pgs: 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:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:24 smithi094 ceph-mon[112176]: pgmap v8941: 97 pgs: 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:24.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:24.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:25.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:25.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:26 smithi003 ceph-mon[96088]: pgmap v8942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:26 smithi094 ceph-mon[112176]: pgmap v8942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:26.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:26.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:27.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:27.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:28 smithi094 ceph-mon[112176]: 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-08T07:54:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:28 smithi003 ceph-mon[96088]: 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-08T07:54:28.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:28.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:29.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:29.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:30 smithi003 ceph-mon[96088]: 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-08T07:54:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:30 smithi094 ceph-mon[112176]: 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-08T07:54:30.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:30.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:31.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:31.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:32 smithi003 ceph-mon[96088]: 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-08T07:54:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:32 smithi094 ceph-mon[112176]: 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-08T07:54:32.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:32.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:33.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:33.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:34 smithi003 ceph-mon[96088]: pgmap v8946: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:34 smithi094 ceph-mon[112176]: pgmap v8946: 97 pgs: 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:34.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:34.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:35.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:35.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:36 smithi003 ceph-mon[96088]: pgmap v8947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:36 smithi094 ceph-mon[112176]: pgmap v8947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:36.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:36.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:37.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:37.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:38 smithi094 ceph-mon[112176]: 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-08T07:54:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:38 smithi003 ceph-mon[96088]: 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-08T07:54:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:38.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:38.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:39.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:39.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:40 smithi003 ceph-mon[96088]: 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-08T07:54:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:40 smithi094 ceph-mon[112176]: 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-08T07:54:40.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:40.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:41.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:41.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:42.707 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:42 smithi003 ceph-mon[96088]: 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-08T07:54:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:42 smithi094 ceph-mon[112176]: 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-08T07:54:42.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:42.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:43.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:43.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:44.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:44 smithi003 ceph-mon[96088]: pgmap v8951: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:44 smithi094 ceph-mon[112176]: pgmap v8951: 97 pgs: 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:44.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:44.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:45.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:45.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:46 smithi003 ceph-mon[96088]: pgmap v8952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:46.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:46 smithi094 ceph-mon[112176]: pgmap v8952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:46.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:46.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:47.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:47.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:48 smithi094 ceph-mon[112176]: 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-08T07:54:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:48 smithi003 ceph-mon[96088]: 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-08T07:54:48.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:48.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:49.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:49.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:50 smithi003 ceph-mon[96088]: 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-08T07:54:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:50 smithi094 ceph-mon[112176]: 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-08T07:54:50.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:50.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:51.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:51.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:52 smithi003 ceph-mon[96088]: 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-08T07:54:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:52 smithi094 ceph-mon[112176]: 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-08T07:54:52.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:52.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:53.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:53.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:54 smithi003 ceph-mon[96088]: pgmap v8956: 97 pgs: 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:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:54 smithi094 ceph-mon[112176]: pgmap v8956: 97 pgs: 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:54.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:54.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:55.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:55.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:56 smithi003 ceph-mon[96088]: pgmap v8957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:56.792 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:56 smithi094 ceph-mon[112176]: pgmap v8957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:56.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:56.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:58.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:58.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:54:58 smithi094 ceph-mon[112176]: 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-08T07:54:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:54:58 smithi003 ceph-mon[96088]: 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-08T07:54:59.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:54:59.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:00.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:00.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:00 smithi003 ceph-mon[96088]: 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-08T07:55:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:00 smithi094 ceph-mon[112176]: 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-08T07:55:01.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:01.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:02.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:02.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:02 smithi003 ceph-mon[96088]: 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-08T07:55:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:02 smithi094 ceph-mon[112176]: 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-08T07:55:03.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:03.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:04.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:04.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:04 smithi003 ceph-mon[96088]: pgmap v8961: 97 pgs: 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:04.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:04 smithi094 ceph-mon[112176]: pgmap v8961: 97 pgs: 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:05.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:05.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:06.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:06.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:06 smithi003 ceph-mon[96088]: pgmap v8962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:06.895 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:06 smithi094 ceph-mon[112176]: pgmap v8962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:07.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:07.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:08.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:08.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:08 smithi094 ceph-mon[112176]: 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-08T07:55:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:08 smithi003 ceph-mon[96088]: 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-08T07:55:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:09.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:09.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:55:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:55:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:55:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:55:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:55:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:55:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:55:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:55:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:55:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:55:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:55:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:55:10.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:10.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:10 smithi094 ceph-mon[112176]: 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-08T07:55:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:10 smithi003 ceph-mon[96088]: 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-08T07:55:11.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:11.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:12.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:12.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:12 smithi003 ceph-mon[96088]: 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-08T07:55:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:12 smithi094 ceph-mon[112176]: 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-08T07:55:13.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:13.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:14.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:14.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:14 smithi003 ceph-mon[96088]: pgmap v8966: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:14 smithi094 ceph-mon[112176]: pgmap v8966: 97 pgs: 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:15.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:15.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:16.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:16.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:16 smithi003 ceph-mon[96088]: pgmap v8967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:16 smithi094 ceph-mon[112176]: pgmap v8967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:17.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:17.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:18.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:18.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:18 smithi094 ceph-mon[112176]: 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-08T07:55:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:18 smithi003 ceph-mon[96088]: 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-08T07:55:19.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:19.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:20.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:20.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:20 smithi003 ceph-mon[96088]: 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-08T07:55:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:20 smithi094 ceph-mon[112176]: 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-08T07:55:21.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:21.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:22.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:22.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:22 smithi003 ceph-mon[96088]: 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-08T07:55:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:22 smithi094 ceph-mon[112176]: 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-08T07:55:23.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:23.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:24.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:24.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:24 smithi003 ceph-mon[96088]: pgmap v8971: 97 pgs: 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:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:24 smithi094 ceph-mon[112176]: pgmap v8971: 97 pgs: 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:25.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:25.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:26.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:26.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:26.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:26 smithi003 ceph-mon[96088]: pgmap v8972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:26 smithi094 ceph-mon[112176]: pgmap v8972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:27.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:27.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:28.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:28.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:28 smithi003 ceph-mon[96088]: 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-08T07:55:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:28 smithi094 ceph-mon[112176]: 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-08T07:55:29.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:29.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:30.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:30.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:30 smithi003 ceph-mon[96088]: 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-08T07:55:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:30 smithi094 ceph-mon[112176]: 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-08T07:55:31.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:31.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:32.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:32.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:32 smithi003 ceph-mon[96088]: 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-08T07:55:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:32 smithi094 ceph-mon[112176]: 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-08T07:55:33.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:33.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:34.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:34.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:34 smithi003 ceph-mon[96088]: pgmap v8976: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:34 smithi094 ceph-mon[112176]: pgmap v8976: 97 pgs: 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:35.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:35.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:36.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:36.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:36 smithi003 ceph-mon[96088]: pgmap v8977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:36 smithi094 ceph-mon[112176]: pgmap v8977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:37.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:37.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:38.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:38.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:38 smithi094 ceph-mon[112176]: 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-08T07:55:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:38 smithi003 ceph-mon[96088]: 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-08T07:55:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:39.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:39.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:40.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:40.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:40 smithi003 ceph-mon[96088]: 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-08T07:55:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:40 smithi094 ceph-mon[112176]: 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-08T07:55:41.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:41.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:42.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:42.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:42 smithi094 ceph-mon[112176]: 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-08T07:55:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:42 smithi003 ceph-mon[96088]: 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-08T07:55:43.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:43.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:44.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:44.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:44 smithi003 ceph-mon[96088]: pgmap v8981: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:44 smithi094 ceph-mon[112176]: pgmap v8981: 97 pgs: 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:45.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:45.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:46.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:46.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:46 smithi003 ceph-mon[96088]: pgmap v8982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:46 smithi094 ceph-mon[112176]: pgmap v8982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:47.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:47.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:48.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:48.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:48 smithi094 ceph-mon[112176]: 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-08T07:55:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:48 smithi003 ceph-mon[96088]: 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-08T07:55:49.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:49.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:50.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:50.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:50 smithi003 ceph-mon[96088]: 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-08T07:55:50.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:50 smithi094 ceph-mon[112176]: 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-08T07:55:51.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:51.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:52.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:52.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:52 smithi094 ceph-mon[112176]: 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-08T07:55:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:52 smithi003 ceph-mon[96088]: 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-08T07:55:53.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:53.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:54.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:54.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:54 smithi003 ceph-mon[96088]: pgmap v8986: 97 pgs: 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:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:54 smithi094 ceph-mon[112176]: pgmap v8986: 97 pgs: 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:55.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:55.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:56.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:56.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:56 smithi003 ceph-mon[96088]: pgmap v8987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:56 smithi094 ceph-mon[112176]: pgmap v8987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:57.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:57.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:58.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:58.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:55:58 smithi094 ceph-mon[112176]: 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-08T07:55:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:55:58 smithi003 ceph-mon[96088]: 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-08T07:55:59.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:55:59.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:00.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:00.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:00 smithi003 ceph-mon[96088]: 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-08T07:56:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:00 smithi094 ceph-mon[112176]: 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-08T07:56:01.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:01.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:02.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:02.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:02 smithi003 ceph-mon[96088]: 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-08T07:56:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:02 smithi094 ceph-mon[112176]: 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-08T07:56:03.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:03.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:04.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:04.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:04 smithi003 ceph-mon[96088]: pgmap v8991: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:04 smithi094 ceph-mon[112176]: pgmap v8991: 97 pgs: 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:05.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:05.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:06.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:06.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:06 smithi003 ceph-mon[96088]: pgmap v8992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:06 smithi094 ceph-mon[112176]: pgmap v8992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:07.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:07.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:08.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:08.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:08 smithi094 ceph-mon[112176]: 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-08T07:56:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:08.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:08 smithi003 ceph-mon[96088]: 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-08T07:56:08.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:09.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:09.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:56:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:56:10.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:10.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:10 smithi094 ceph-mon[112176]: 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-08T07:56:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:56:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:56:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:56:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:56:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:56:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:56:10.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:56:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:10 smithi003 ceph-mon[96088]: 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-08T07:56:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:56:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:56:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:56:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:56:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:56:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:56:10.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:56:11.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:11.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:12.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:12.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:12 smithi003 ceph-mon[96088]: 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-08T07:56:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:12 smithi094 ceph-mon[112176]: 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-08T07:56:13.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:13.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:14.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:14.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:14 smithi003 ceph-mon[96088]: pgmap v8996: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:14 smithi094 ceph-mon[112176]: pgmap v8996: 97 pgs: 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:15.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:15.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:16.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:16.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:16 smithi003 ceph-mon[96088]: pgmap v8997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:16 smithi094 ceph-mon[112176]: pgmap v8997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:17.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:17.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:18.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:18.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:18 smithi094 ceph-mon[112176]: 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-08T07:56:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:18 smithi003 ceph-mon[96088]: 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-08T07:56:19.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:19.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:20.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:20.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:20 smithi003 ceph-mon[96088]: 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-08T07:56:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:20 smithi094 ceph-mon[112176]: 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-08T07:56:21.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:21.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:22.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:22.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:22 smithi003 ceph-mon[96088]: 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-08T07:56:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:22 smithi094 ceph-mon[112176]: 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-08T07:56:23.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:23.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:24.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:24.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:24 smithi003 ceph-mon[96088]: pgmap v9001: 97 pgs: 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:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:24 smithi094 ceph-mon[112176]: pgmap v9001: 97 pgs: 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:25.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:25.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:26.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:26.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:26 smithi003 ceph-mon[96088]: pgmap v9002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:26 smithi094 ceph-mon[112176]: pgmap v9002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:27.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:27.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:28.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:28.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:28 smithi094 ceph-mon[112176]: 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-08T07:56:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:28 smithi003 ceph-mon[96088]: 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-08T07:56:29.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:29.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:30.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:30.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:30 smithi003 ceph-mon[96088]: 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-08T07:56:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:30 smithi094 ceph-mon[112176]: 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-08T07:56:31.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:31.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:32.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:32.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:32 smithi003 ceph-mon[96088]: 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-08T07:56:32.789 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:32 smithi094 ceph-mon[112176]: 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-08T07:56:33.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:33.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:34.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:34.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:34 smithi003 ceph-mon[96088]: pgmap v9006: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:34 smithi094 ceph-mon[112176]: pgmap v9006: 97 pgs: 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:35.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:35.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:36.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:36.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:36 smithi003 ceph-mon[96088]: pgmap v9007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:36 smithi094 ceph-mon[112176]: pgmap v9007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:37.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:37.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:38.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:38.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:38 smithi094 ceph-mon[112176]: 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-08T07:56:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:38 smithi003 ceph-mon[96088]: 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-08T07:56:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:39.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:39.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:40.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:40.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:40 smithi003 ceph-mon[96088]: 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-08T07:56:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:40 smithi094 ceph-mon[112176]: 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-08T07:56:41.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:41.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:42.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:42.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:42 smithi003 ceph-mon[96088]: 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-08T07:56:42.895 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:42 smithi094 ceph-mon[112176]: 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-08T07:56:43.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:43.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:44.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:44.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:44 smithi003 ceph-mon[96088]: pgmap v9011: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:44 smithi094 ceph-mon[112176]: pgmap v9011: 97 pgs: 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:45.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:45.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:46.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:46.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:46 smithi003 ceph-mon[96088]: pgmap v9012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:46 smithi094 ceph-mon[112176]: pgmap v9012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:47.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:47.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:48.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:48.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:48 smithi094 ceph-mon[112176]: 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-08T07:56:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:48 smithi003 ceph-mon[96088]: 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-08T07:56:49.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:49.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:50.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:50.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:50 smithi003 ceph-mon[96088]: 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-08T07:56:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:50 smithi094 ceph-mon[112176]: 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-08T07:56:51.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:51.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:52.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:52.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:52 smithi003 ceph-mon[96088]: 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-08T07:56:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:52 smithi094 ceph-mon[112176]: 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-08T07:56:53.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:53.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:54.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:54.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:54 smithi094 ceph-mon[112176]: pgmap v9016: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:54 smithi003 ceph-mon[96088]: pgmap v9016: 97 pgs: 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:55.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:55.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:56.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:56.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:56 smithi094 ceph-mon[112176]: pgmap v9017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:56 smithi003 ceph-mon[96088]: pgmap v9017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:57.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:57.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:58.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:58.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:56:58 smithi094 ceph-mon[112176]: 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-08T07:56:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:56:58 smithi003 ceph-mon[96088]: 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-08T07:56:59.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:56:59.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:00.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:00.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:00 smithi003 ceph-mon[96088]: 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-08T07:57:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:00 smithi094 ceph-mon[112176]: 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-08T07:57:01.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:01.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:02.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:02.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:02 smithi003 ceph-mon[96088]: 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-08T07:57:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:02 smithi094 ceph-mon[112176]: 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-08T07:57:03.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:03.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:04.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:04.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:04 smithi003 ceph-mon[96088]: pgmap v9021: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:04 smithi094 ceph-mon[112176]: pgmap v9021: 97 pgs: 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:05.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:05.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:06.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:06.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:06 smithi094 ceph-mon[112176]: pgmap v9022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:06 smithi003 ceph-mon[96088]: pgmap v9022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:07.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:07.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:08.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:08.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:08 smithi094 ceph-mon[112176]: 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-08T07:57:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:08 smithi003 ceph-mon[96088]: 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-08T07:57:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:09.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:09.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:10.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:10.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:10 smithi003 ceph-mon[96088]: 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-08T07:57:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:57:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:10 smithi094 ceph-mon[112176]: 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-08T07:57:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:57:11.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:11.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:57:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:57:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:57:11.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:57:11.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:57:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:57:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:57:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:57:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:57:11.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:57:12.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:12.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:12 smithi094 ceph-mon[112176]: 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-08T07:57:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:12 smithi003 ceph-mon[96088]: 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-08T07:57:13.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:13.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:14.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:14.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:14 smithi003 ceph-mon[96088]: pgmap v9026: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:14 smithi094 ceph-mon[112176]: pgmap v9026: 97 pgs: 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:15.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:15.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:16.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:16.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:16 smithi094 ceph-mon[112176]: pgmap v9027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:16 smithi003 ceph-mon[96088]: pgmap v9027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:17.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:17.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:18.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:18.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:18 smithi094 ceph-mon[112176]: 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-08T07:57:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:18 smithi003 ceph-mon[96088]: 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-08T07:57:19.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:19.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:20.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:20.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:20 smithi094 ceph-mon[112176]: 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-08T07:57:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:20 smithi003 ceph-mon[96088]: 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-08T07:57:21.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:21.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:22.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:22.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:22.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:22 smithi094 ceph-mon[112176]: 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-08T07:57:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:22 smithi003 ceph-mon[96088]: 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-08T07:57:23.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:23.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:24.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:24.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:24 smithi094 ceph-mon[112176]: pgmap v9031: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:24 smithi003 ceph-mon[96088]: pgmap v9031: 97 pgs: 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:25.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:25.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:26.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:26.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:26 smithi094 ceph-mon[112176]: pgmap v9032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:26 smithi003 ceph-mon[96088]: pgmap v9032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:27.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:27.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:28.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:28.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:28 smithi094 ceph-mon[112176]: 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-08T07:57:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:28 smithi003 ceph-mon[96088]: 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-08T07:57:29.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:29.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:30.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:30.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:30 smithi094 ceph-mon[112176]: 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-08T07:57:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:30 smithi003 ceph-mon[96088]: 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-08T07:57:31.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:31.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:32.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:32.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:32 smithi094 ceph-mon[112176]: 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-08T07:57:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:32 smithi003 ceph-mon[96088]: 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-08T07:57:33.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:33.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:34.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:34.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:34 smithi094 ceph-mon[112176]: pgmap v9036: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:34 smithi003 ceph-mon[96088]: pgmap v9036: 97 pgs: 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:35.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:35.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:36.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:36.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:36 smithi094 ceph-mon[112176]: pgmap v9037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:36 smithi003 ceph-mon[96088]: pgmap v9037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:37.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:37.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:38.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:38.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:38 smithi094 ceph-mon[112176]: 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-08T07:57:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:38 smithi003 ceph-mon[96088]: 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-08T07:57:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:39.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:39.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:40.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:40.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:40 smithi094 ceph-mon[112176]: 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-08T07:57:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:40 smithi003 ceph-mon[96088]: 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-08T07:57:41.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:41.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:42.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:42.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:42 smithi094 ceph-mon[112176]: 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-08T07:57:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:42 smithi003 ceph-mon[96088]: 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-08T07:57:43.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:43.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:44.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:44.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:44.772 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:44 smithi003 ceph-mon[96088]: pgmap v9041: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:44 smithi094 ceph-mon[112176]: pgmap v9041: 97 pgs: 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:45.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:45.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:46.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:46.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:46 smithi094 ceph-mon[112176]: pgmap v9042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:46 smithi003 ceph-mon[96088]: pgmap v9042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:47.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:47.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:48.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:48.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:48 smithi094 ceph-mon[112176]: 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-08T07:57:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:48 smithi003 ceph-mon[96088]: 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-08T07:57:49.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:49.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:50.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:50.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:50 smithi094 ceph-mon[112176]: 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-08T07:57:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:50 smithi003 ceph-mon[96088]: 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-08T07:57:51.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:51.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:52.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:52.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:52.794 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:52 smithi094 ceph-mon[112176]: 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-08T07:57:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:52 smithi003 ceph-mon[96088]: 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-08T07:57:53.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:53.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:54.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:54.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:54.887 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:54 smithi003 ceph-mon[96088]: pgmap v9046: 97 pgs: 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:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:54 smithi094 ceph-mon[112176]: pgmap v9046: 97 pgs: 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:55.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:55.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:56.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:56.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:56 smithi094 ceph-mon[112176]: pgmap v9047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:56 smithi003 ceph-mon[96088]: pgmap v9047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:57.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:57.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:58.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:58.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:57:58 smithi094 ceph-mon[112176]: 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-08T07:57:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:57:58 smithi003 ceph-mon[96088]: 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-08T07:57:59.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:57:59.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:00.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:00.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:00 smithi094 ceph-mon[112176]: 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-08T07:58:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:00 smithi003 ceph-mon[96088]: 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-08T07:58:01.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:01.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:02.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:02.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:02 smithi094 ceph-mon[112176]: 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-08T07:58:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:02 smithi003 ceph-mon[96088]: 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-08T07:58:03.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:03.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:04.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:04.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:04 smithi094 ceph-mon[112176]: pgmap v9051: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:04 smithi003 ceph-mon[96088]: pgmap v9051: 97 pgs: 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:05.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:05.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:06.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:06.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:06 smithi094 ceph-mon[112176]: pgmap v9052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:06 smithi003 ceph-mon[96088]: pgmap v9052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:07.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:07.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:08.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:08.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:08 smithi094 ceph-mon[112176]: 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-08T07:58:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:08 smithi003 ceph-mon[96088]: 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-08T07:58:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:09.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:09.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:10.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:10.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:10 smithi094 ceph-mon[112176]: 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-08T07:58:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:10 smithi003 ceph-mon[96088]: 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-08T07:58:11.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:11.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:58:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:58:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:58:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:58:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:58:11.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:58:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:58:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:58:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:58:11.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:58:11.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:58:11.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:58:12.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:12.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:12 smithi094 ceph-mon[112176]: 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-08T07:58:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:12 smithi003 ceph-mon[96088]: 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-08T07:58:13.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:13.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:14.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:14.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:14 smithi094 ceph-mon[112176]: pgmap v9056: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:14 smithi003 ceph-mon[96088]: pgmap v9056: 97 pgs: 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:15.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:15.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:16.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:16.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:16 smithi094 ceph-mon[112176]: pgmap v9057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:16 smithi003 ceph-mon[96088]: pgmap v9057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:17.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:17.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:18.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:18.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:18 smithi094 ceph-mon[112176]: 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-08T07:58:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:18 smithi003 ceph-mon[96088]: 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-08T07:58:19.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:19.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:20.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:20.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:20 smithi094 ceph-mon[112176]: 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-08T07:58:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:20 smithi003 ceph-mon[96088]: 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-08T07:58:21.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:21.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:22.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:22.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:22 smithi094 ceph-mon[112176]: 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-08T07:58:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:22 smithi003 ceph-mon[96088]: 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-08T07:58:23.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:23.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:24.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:24.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:24 smithi094 ceph-mon[112176]: pgmap v9061: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:24 smithi003 ceph-mon[96088]: pgmap v9061: 97 pgs: 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:25.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:25.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:26.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:26.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:26.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:26 smithi094 ceph-mon[112176]: pgmap v9062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:26 smithi003 ceph-mon[96088]: pgmap v9062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:27.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:27.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:28.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:28.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:28 smithi003 ceph-mon[96088]: 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-08T07:58:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:28 smithi094 ceph-mon[112176]: 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-08T07:58:29.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:29.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:30.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:30.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:30 smithi094 ceph-mon[112176]: 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-08T07:58:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:30 smithi003 ceph-mon[96088]: 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-08T07:58:31.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:31.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:32.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:32.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:32 smithi094 ceph-mon[112176]: 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-08T07:58:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:32 smithi003 ceph-mon[96088]: 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-08T07:58:33.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:33.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:34.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:34.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:34 smithi094 ceph-mon[112176]: pgmap v9066: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:34 smithi003 ceph-mon[96088]: pgmap v9066: 97 pgs: 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:35.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:35.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:36.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:36.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:36 smithi094 ceph-mon[112176]: pgmap v9067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:36 smithi003 ceph-mon[96088]: pgmap v9067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:37.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:37.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:38.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:38.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:38 smithi003 ceph-mon[96088]: 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-08T07:58:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:38 smithi094 ceph-mon[112176]: 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-08T07:58:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:39.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:39.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:40.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:40.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:40 smithi003 ceph-mon[96088]: 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-08T07:58:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:40 smithi094 ceph-mon[112176]: 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-08T07:58:41.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:41.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:42.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:42.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:42 smithi094 ceph-mon[112176]: 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-08T07:58:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:42 smithi003 ceph-mon[96088]: 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-08T07:58:43.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:43.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:44.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:44.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:44 smithi094 ceph-mon[112176]: pgmap v9071: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:44 smithi003 ceph-mon[96088]: pgmap v9071: 97 pgs: 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:45.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:45.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:46.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:46.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:46 smithi094 ceph-mon[112176]: pgmap v9072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:46 smithi003 ceph-mon[96088]: pgmap v9072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:47.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:47.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:48.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:48.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:48 smithi003 ceph-mon[96088]: 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-08T07:58:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:48 smithi094 ceph-mon[112176]: 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-08T07:58:49.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:49.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:50.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:50.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:50 smithi094 ceph-mon[112176]: 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-08T07:58:50.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:50 smithi003 ceph-mon[96088]: 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-08T07:58:51.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:51.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:52.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:52.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:52 smithi094 ceph-mon[112176]: 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-08T07:58:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:52 smithi003 ceph-mon[96088]: 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-08T07:58:53.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:53.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:54.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:54.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:54 smithi094 ceph-mon[112176]: pgmap v9076: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:54 smithi003 ceph-mon[96088]: pgmap v9076: 97 pgs: 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:55.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:55.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:56.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:56.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:56 smithi094 ceph-mon[112176]: pgmap v9077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:56 smithi003 ceph-mon[96088]: pgmap v9077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:58.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:58.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:58:58 smithi003 ceph-mon[96088]: 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-08T07:58:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:58:58 smithi094 ceph-mon[112176]: 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-08T07:58:59.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:58:59.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:00.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:00.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:00 smithi094 ceph-mon[112176]: 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-08T07:59:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:00 smithi003 ceph-mon[96088]: 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-08T07:59:01.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:01.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:02.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:02.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:02 smithi094 ceph-mon[112176]: 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-08T07:59:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:02 smithi003 ceph-mon[96088]: 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-08T07:59:03.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:03.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:04.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:04.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:04 smithi094 ceph-mon[112176]: pgmap v9081: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:04 smithi003 ceph-mon[96088]: pgmap v9081: 97 pgs: 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:05.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:05.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:06.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:06.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:06 smithi094 ceph-mon[112176]: pgmap v9082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:06 smithi003 ceph-mon[96088]: pgmap v9082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:07.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:07.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:08.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:08.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:08 smithi003 ceph-mon[96088]: 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-08T07:59:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:08 smithi094 ceph-mon[112176]: 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-08T07:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:09.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:09.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:10.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:10.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:10 smithi094 ceph-mon[112176]: 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-08T07:59:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:10 smithi003 ceph-mon[96088]: 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-08T07:59:11.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:11.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:12.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:12.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:12 smithi094 ceph-mon[112176]: 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-08T07:59:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:59:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:59:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:59:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:59:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:59:12.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:59:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:12 smithi003 ceph-mon[96088]: 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-08T07:59:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:59:12.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:59:12.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:59:12.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:59:12.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:59:12.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T07:59:13.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:13.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:14.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:14.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:14 smithi094 ceph-mon[112176]: pgmap v9086: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:14 smithi003 ceph-mon[96088]: pgmap v9086: 97 pgs: 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:15.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:15.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:16.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:16.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:16 smithi094 ceph-mon[112176]: pgmap v9087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:16 smithi003 ceph-mon[96088]: pgmap v9087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:17.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:17.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:18.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:18.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:18 smithi003 ceph-mon[96088]: 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-08T07:59:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:18 smithi094 ceph-mon[112176]: 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-08T07:59:19.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:19.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:20.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:20.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:20.860 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:20 smithi003 ceph-mon[96088]: 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-08T07:59:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:20 smithi094 ceph-mon[112176]: 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-08T07:59:21.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:21.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:22.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:22.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:22 smithi094 ceph-mon[112176]: 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-08T07:59:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:22 smithi003 ceph-mon[96088]: 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-08T07:59:23.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:23.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:24.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:24.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:24 smithi094 ceph-mon[112176]: pgmap v9091: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:24 smithi003 ceph-mon[96088]: pgmap v9091: 97 pgs: 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:25.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:25.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:26.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:26.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:26 smithi094 ceph-mon[112176]: pgmap v9092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:26 smithi003 ceph-mon[96088]: pgmap v9092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:27.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:27.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:28.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:28.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:28 smithi003 ceph-mon[96088]: 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-08T07:59:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:28 smithi094 ceph-mon[112176]: 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-08T07:59:29.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:29.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:30.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:30.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:30 smithi094 ceph-mon[112176]: 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-08T07:59:30.975 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:30 smithi003 ceph-mon[96088]: 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-08T07:59:31.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:31.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:32.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:32.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:32 smithi094 ceph-mon[112176]: 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-08T07:59:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:32 smithi003 ceph-mon[96088]: 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-08T07:59:33.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:33.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:34.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:34.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:34 smithi094 ceph-mon[112176]: pgmap v9096: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:34 smithi003 ceph-mon[96088]: pgmap v9096: 97 pgs: 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:35.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:35.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:36.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:36.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:36 smithi094 ceph-mon[112176]: pgmap v9097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:36 smithi003 ceph-mon[96088]: pgmap v9097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:37.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:37.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:38.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:38.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:38 smithi003 ceph-mon[96088]: 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-08T07:59:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:38 smithi094 ceph-mon[112176]: 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-08T07:59:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:39.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:39.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:40.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:40.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:40 smithi094 ceph-mon[112176]: 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-08T07:59:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:40 smithi003 ceph-mon[96088]: 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-08T07:59:41.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:41.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:42.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:42.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:42 smithi094 ceph-mon[112176]: 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-08T07:59:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:42 smithi003 ceph-mon[96088]: 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-08T07:59:43.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:43.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:44.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:44.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:44.790 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:44 smithi094 ceph-mon[112176]: pgmap v9101: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:44 smithi003 ceph-mon[96088]: pgmap v9101: 97 pgs: 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:45.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:45.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:46.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:46.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:46 smithi094 ceph-mon[112176]: pgmap v9102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:46 smithi003 ceph-mon[96088]: pgmap v9102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:47.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:47.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:48.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:48.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:48 smithi003 ceph-mon[96088]: 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-08T07:59:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:48 smithi094 ceph-mon[112176]: 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-08T07:59:49.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:49.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:50.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:50.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:50 smithi094 ceph-mon[112176]: 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-08T07:59:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:50 smithi003 ceph-mon[96088]: 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-08T07:59:51.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:51.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:52.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:52.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:52 smithi094 ceph-mon[112176]: 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-08T07:59:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:52 smithi003 ceph-mon[96088]: 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-08T07:59:53.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:53.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:54.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:54.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:54.895 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:54 smithi094 ceph-mon[112176]: pgmap v9106: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:54 smithi003 ceph-mon[96088]: pgmap v9106: 97 pgs: 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:55.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:55.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:56.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:56.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:56 smithi094 ceph-mon[112176]: pgmap v9107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:56 smithi003 ceph-mon[96088]: pgmap v9107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:57.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:57.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:58.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:58.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 07:59:58 smithi003 ceph-mon[96088]: 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-08T07:59:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 07:59:58 smithi094 ceph-mon[112176]: 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-08T07:59:59.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T07:59:59.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:00.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:00.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:00 smithi094 ceph-mon[112176]: 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-08T08:00:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T08:00:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:00 smithi003 ceph-mon[96088]: 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-08T08:00:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T08:00:01.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:01.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:02.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:02.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:02 smithi094 ceph-mon[112176]: 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-08T08:00:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:02 smithi003 ceph-mon[96088]: 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-08T08:00:03.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:03.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:04.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:04.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:04 smithi094 ceph-mon[112176]: pgmap v9111: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:04 smithi003 ceph-mon[96088]: pgmap v9111: 97 pgs: 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:05.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:05.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:06.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:06.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:06 smithi003 ceph-mon[96088]: pgmap v9112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:06 smithi094 ceph-mon[112176]: pgmap v9112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:07.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:07.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:08.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:08.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:08 smithi003 ceph-mon[96088]: 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-08T08:00:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:08 smithi094 ceph-mon[112176]: 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-08T08:00:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:09.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:09.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:10.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:10.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:10 smithi094 ceph-mon[112176]: 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-08T08:00:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:10 smithi003 ceph-mon[96088]: 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-08T08:00:11.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:11.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:12.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:12.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:12 smithi094 ceph-mon[112176]: 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-08T08:00:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:00:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:12 smithi003 ceph-mon[96088]: 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-08T08:00:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:00:13.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:13.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:00:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:00:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:00:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:00:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:00:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:00:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:00:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:00:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:00:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:00:14.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:14.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:14 smithi094 ceph-mon[112176]: pgmap v9116: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:14 smithi003 ceph-mon[96088]: pgmap v9116: 97 pgs: 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:15.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:15.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:16.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:16.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:16 smithi094 ceph-mon[112176]: pgmap v9117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:16 smithi003 ceph-mon[96088]: pgmap v9117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:17.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:17.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:18.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:18.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:18 smithi003 ceph-mon[96088]: 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-08T08:00:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:18 smithi094 ceph-mon[112176]: 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-08T08:00:19.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:19.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:20.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:20.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:20.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:20 smithi094 ceph-mon[112176]: 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-08T08:00:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:20 smithi003 ceph-mon[96088]: 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-08T08:00:21.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:21.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:22.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:22.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:22 smithi094 ceph-mon[112176]: 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-08T08:00:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:22 smithi003 ceph-mon[96088]: 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-08T08:00:23.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:23.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:24.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:24.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:24 smithi094 ceph-mon[112176]: pgmap v9121: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:24 smithi003 ceph-mon[96088]: pgmap v9121: 97 pgs: 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:25.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:25.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:26.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:26.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:26 smithi094 ceph-mon[112176]: pgmap v9122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:26 smithi003 ceph-mon[96088]: pgmap v9122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:27.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:27.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:28.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:28.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:28 smithi003 ceph-mon[96088]: 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-08T08:00:28.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:28 smithi094 ceph-mon[112176]: 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-08T08:00:29.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:29.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:30.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:30.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:30 smithi094 ceph-mon[112176]: 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-08T08:00:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:30 smithi003 ceph-mon[96088]: 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-08T08:00:31.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:31.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:32.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:32.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:32 smithi094 ceph-mon[112176]: 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-08T08:00:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:32 smithi003 ceph-mon[96088]: 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-08T08:00:33.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:33.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:34.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:34.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:34 smithi094 ceph-mon[112176]: pgmap v9126: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:34 smithi003 ceph-mon[96088]: pgmap v9126: 97 pgs: 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:35.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:35.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:36.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:36.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:36 smithi094 ceph-mon[112176]: pgmap v9127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:36 smithi003 ceph-mon[96088]: pgmap v9127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:37.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:37.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:38.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:38.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:38 smithi003 ceph-mon[96088]: 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-08T08:00:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:38 smithi094 ceph-mon[112176]: 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-08T08:00:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:39.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:39.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:40.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:40.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:40 smithi094 ceph-mon[112176]: 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-08T08:00:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:40 smithi003 ceph-mon[96088]: 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-08T08:00:41.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:41.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:42.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:42.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:42 smithi094 ceph-mon[112176]: 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-08T08:00:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:42 smithi003 ceph-mon[96088]: 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-08T08:00:43.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:43.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:44.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:44.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:44 smithi094 ceph-mon[112176]: pgmap v9131: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:44 smithi003 ceph-mon[96088]: pgmap v9131: 97 pgs: 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:45.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:45.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:46.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:46.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:46.831 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:46 smithi003 ceph-mon[96088]: pgmap v9132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:46 smithi094 ceph-mon[112176]: pgmap v9132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:47.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:47.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:48.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:48.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:48 smithi003 ceph-mon[96088]: 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-08T08:00:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:48 smithi094 ceph-mon[112176]: 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-08T08:00:49.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:49.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:50.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:50.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:50 smithi094 ceph-mon[112176]: 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-08T08:00:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:50 smithi003 ceph-mon[96088]: 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-08T08:00:51.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:51.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:52.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:52.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:52 smithi094 ceph-mon[112176]: 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-08T08:00:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:52 smithi003 ceph-mon[96088]: 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-08T08:00:53.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:53.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:54.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:54.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:54 smithi094 ceph-mon[112176]: pgmap v9136: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:54 smithi003 ceph-mon[96088]: pgmap v9136: 97 pgs: 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:55.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:55.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:56.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:56.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:56 smithi094 ceph-mon[112176]: pgmap v9137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:56.946 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:56 smithi003 ceph-mon[96088]: pgmap v9137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:57.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:57.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:58.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:58.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:00:58 smithi003 ceph-mon[96088]: 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-08T08:00:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:00:58 smithi094 ceph-mon[112176]: 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-08T08:00:59.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:00:59.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:00.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:00.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:00.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:00 smithi094 ceph-mon[112176]: 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-08T08:01:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:00 smithi003 ceph-mon[96088]: 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-08T08:01:01.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:01.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:02.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:02.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:02 smithi094 ceph-mon[112176]: 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-08T08:01:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:02 smithi003 ceph-mon[96088]: 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-08T08:01:03.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:03.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:04.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:04.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:04 smithi094 ceph-mon[112176]: pgmap v9141: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:04 smithi003 ceph-mon[96088]: pgmap v9141: 97 pgs: 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:05.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:05.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:06.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:06.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:06 smithi094 ceph-mon[112176]: pgmap v9142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:06 smithi003 ceph-mon[96088]: pgmap v9142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:07.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:07.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:08.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:08.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:08 smithi003 ceph-mon[96088]: 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-08T08:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:08 smithi094 ceph-mon[112176]: 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-08T08:01:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:09.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:09.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:10.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:10.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:10 smithi094 ceph-mon[112176]: 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-08T08:01:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:10 smithi003 ceph-mon[96088]: 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-08T08:01:11.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:11.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:12.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:12.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:12 smithi094 ceph-mon[112176]: 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-08T08:01:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:12 smithi003 ceph-mon[96088]: 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-08T08:01:13.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:13.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:01:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:01:14.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:14.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:14 smithi094 ceph-mon[112176]: pgmap v9146: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:14 smithi003 ceph-mon[96088]: pgmap v9146: 97 pgs: 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:15.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:15.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:16.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:16.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:16 smithi094 ceph-mon[112176]: pgmap v9147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:16.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:01:16.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:01:16.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:01:16.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:01:16.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:01:16.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:01:16.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:01:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:16 smithi003 ceph-mon[96088]: pgmap v9147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:01:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:01:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:01:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:01:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:01:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:01:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:01:17.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:17.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:18.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:18.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:18 smithi003 ceph-mon[96088]: 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-08T08:01:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:18 smithi094 ceph-mon[112176]: 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-08T08:01:19.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:19.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:20.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:20.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:20 smithi094 ceph-mon[112176]: 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-08T08:01:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:20 smithi003 ceph-mon[96088]: 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-08T08:01:21.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:21.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:22.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:22.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:22 smithi094 ceph-mon[112176]: 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-08T08:01:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:22 smithi003 ceph-mon[96088]: 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-08T08:01:23.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:23.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:24.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:24.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:24 smithi094 ceph-mon[112176]: 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-08T08:01:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:24 smithi003 ceph-mon[96088]: 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-08T08:01:25.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:25.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:26.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:26.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:26 smithi094 ceph-mon[112176]: pgmap v9152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:26 smithi003 ceph-mon[96088]: pgmap v9152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:27.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:27.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:28.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:28.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:28 smithi003 ceph-mon[96088]: 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-08T08:01:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:28 smithi094 ceph-mon[112176]: 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-08T08:01:29.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:29.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:30.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:30.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:30.894 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:30 smithi094 ceph-mon[112176]: 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-08T08:01:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:30 smithi003 ceph-mon[96088]: 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-08T08:01:31.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:31.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:32.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:32.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:32 smithi003 ceph-mon[96088]: 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-08T08:01:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:32 smithi094 ceph-mon[112176]: 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-08T08:01:33.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:33.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:34.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:34.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:34 smithi094 ceph-mon[112176]: 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-08T08:01:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:34 smithi003 ceph-mon[96088]: 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-08T08:01:35.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:35.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:36.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:36.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:36 smithi094 ceph-mon[112176]: 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-08T08:01:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:36 smithi003 ceph-mon[96088]: 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-08T08:01:37.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:37.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:38.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:38.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:38 smithi003 ceph-mon[96088]: 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-08T08:01:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:38 smithi094 ceph-mon[112176]: 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-08T08:01:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:39.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:39.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:40.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:40.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:40 smithi094 ceph-mon[112176]: 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-08T08:01:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:40 smithi003 ceph-mon[96088]: 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-08T08:01:41.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:41.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:42.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:42.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:42 smithi003 ceph-mon[96088]: 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-08T08:01:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:42 smithi094 ceph-mon[112176]: 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-08T08:01:43.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:43.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:44.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:44.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:44 smithi094 ceph-mon[112176]: 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-08T08:01:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:44 smithi003 ceph-mon[96088]: 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-08T08:01:45.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:45.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:46.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:46.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:46 smithi094 ceph-mon[112176]: 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-08T08:01:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:46 smithi003 ceph-mon[96088]: 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-08T08:01:47.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:47.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:48.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:48.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:48 smithi003 ceph-mon[96088]: 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-08T08:01:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:48 smithi094 ceph-mon[112176]: 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-08T08:01:49.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:49.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:50.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:50.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:50 smithi094 ceph-mon[112176]: 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-08T08:01:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:50 smithi003 ceph-mon[96088]: 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-08T08:01:51.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:51.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:52.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:52.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:52 smithi094 ceph-mon[112176]: 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-08T08:01:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:52 smithi003 ceph-mon[96088]: 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-08T08:01:53.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:53.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:54.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:54.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:54 smithi094 ceph-mon[112176]: 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-08T08:01:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:54 smithi003 ceph-mon[96088]: 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-08T08:01:55.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:55.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:56.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:56.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:56 smithi094 ceph-mon[112176]: 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-08T08:01:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:56 smithi003 ceph-mon[96088]: 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-08T08:01:57.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:57.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:58.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:58.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:01:58 smithi003 ceph-mon[96088]: 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-08T08:01:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:01:58 smithi094 ceph-mon[112176]: 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-08T08:01:59.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:01:59.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:00.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:00.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:00 smithi094 ceph-mon[112176]: 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-08T08:02:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:00 smithi003 ceph-mon[96088]: 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-08T08:02:01.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:01.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:02.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:02.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:02 smithi094 ceph-mon[112176]: 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-08T08:02:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:02 smithi003 ceph-mon[96088]: 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-08T08:02:03.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:03.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:04.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:04.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:04 smithi094 ceph-mon[112176]: 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-08T08:02:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:04 smithi003 ceph-mon[96088]: 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-08T08:02:05.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:05.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:06.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:06.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:06 smithi094 ceph-mon[112176]: 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-08T08:02:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:06 smithi003 ceph-mon[96088]: 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-08T08:02:07.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:07.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:08.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:08.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:08 smithi003 ceph-mon[96088]: 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-08T08:02:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:08 smithi094 ceph-mon[112176]: 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-08T08:02:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:09.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:09.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:10.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:10.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:10 smithi094 ceph-mon[112176]: 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-08T08:02:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:10 smithi003 ceph-mon[96088]: 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-08T08:02:11.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:11.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:12.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:12.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:12 smithi094 ceph-mon[112176]: 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-08T08:02:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:12 smithi003 ceph-mon[96088]: 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-08T08:02:13.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:13.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:14.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:14 smithi094 ceph-mon[112176]: 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-08T08:02:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:14 smithi003 ceph-mon[96088]: 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-08T08:02:15.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:15.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:16 smithi094 ceph-mon[112176]: 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-08T08:02:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:02:16.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:16.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:16 smithi003 ceph-mon[96088]: 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-08T08:02:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:02:17.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:17.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:17.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:02:17.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:02:17.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:02:17.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:02:17.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:02:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:02:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:02:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:02:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:02:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:02:18.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:18.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:18 smithi094 ceph-mon[112176]: 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-08T08:02:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:18 smithi003 ceph-mon[96088]: 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-08T08:02:19.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:19.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:20.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:20.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:20 smithi094 ceph-mon[112176]: 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-08T08:02:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:20 smithi003 ceph-mon[96088]: 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-08T08:02:21.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:21.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:22.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:22.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:22 smithi094 ceph-mon[112176]: 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-08T08:02:22.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:22 smithi003 ceph-mon[96088]: 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-08T08:02:23.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:23.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:24.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:24.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:24 smithi094 ceph-mon[112176]: 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-08T08:02:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:24 smithi003 ceph-mon[96088]: 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-08T08:02:25.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:25.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:26.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:26.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:26 smithi094 ceph-mon[112176]: 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-08T08:02:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:26 smithi003 ceph-mon[96088]: 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-08T08:02:27.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:27.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:28 smithi003 ceph-mon[96088]: 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-08T08:02:28.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:28.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:28 smithi094 ceph-mon[112176]: 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-08T08:02:29.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:29.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:30.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:30.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:30 smithi094 ceph-mon[112176]: 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-08T08:02:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:30 smithi003 ceph-mon[96088]: 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-08T08:02:31.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:31.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:32.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:32.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:32 smithi094 ceph-mon[112176]: 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-08T08:02:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:32 smithi003 ceph-mon[96088]: 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-08T08:02:33.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:33.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:34.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:34.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:34 smithi094 ceph-mon[112176]: 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-08T08:02:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:34 smithi003 ceph-mon[96088]: 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-08T08:02:35.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:35.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:36.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:36.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:36 smithi094 ceph-mon[112176]: 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-08T08:02:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:36 smithi003 ceph-mon[96088]: 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-08T08:02:37.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:37.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:38 smithi003 ceph-mon[96088]: 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-08T08:02:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:38.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:38.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:38 smithi094 ceph-mon[112176]: 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-08T08:02:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:39.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:39.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:40.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:40.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:40 smithi094 ceph-mon[112176]: 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-08T08:02:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:40 smithi003 ceph-mon[96088]: 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-08T08:02:41.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:41.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:42.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:42.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:42 smithi094 ceph-mon[112176]: 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-08T08:02:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:42 smithi003 ceph-mon[96088]: 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-08T08:02:43.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:43.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:44.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:44.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:44 smithi094 ceph-mon[112176]: 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-08T08:02:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:44 smithi003 ceph-mon[96088]: 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-08T08:02:45.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:45.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:46.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:46.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:46 smithi094 ceph-mon[112176]: 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-08T08:02:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:46 smithi003 ceph-mon[96088]: 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-08T08:02:47.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:47.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:48 smithi003 ceph-mon[96088]: 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-08T08:02:48.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:48.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:48 smithi094 ceph-mon[112176]: 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-08T08:02:49.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:49.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:50.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:50.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:50 smithi094 ceph-mon[112176]: 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-08T08:02:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:50 smithi003 ceph-mon[96088]: 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-08T08:02:51.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:51.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:52.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:52.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:52 smithi094 ceph-mon[112176]: 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-08T08:02:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:52 smithi003 ceph-mon[96088]: 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-08T08:02:53.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:53.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:54.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:54.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:54 smithi094 ceph-mon[112176]: 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-08T08:02:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:54 smithi003 ceph-mon[96088]: 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-08T08:02:55.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:55.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:56.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:56.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:56 smithi094 ceph-mon[112176]: 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-08T08:02:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:56 smithi003 ceph-mon[96088]: 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-08T08:02:57.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:57.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:02:58 smithi003 ceph-mon[96088]: 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-08T08:02:58.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:58.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:02:58 smithi094 ceph-mon[112176]: 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-08T08:02:59.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:02:59.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:00.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:00.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:00.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:00 smithi094 ceph-mon[112176]: 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-08T08:03:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:00 smithi003 ceph-mon[96088]: 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-08T08:03:01.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:01.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:02.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:02.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:02 smithi094 ceph-mon[112176]: 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-08T08:03:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:02 smithi003 ceph-mon[96088]: 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-08T08:03:03.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:03.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:04.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:04.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:04 smithi094 ceph-mon[112176]: 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-08T08:03:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:04 smithi003 ceph-mon[96088]: 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-08T08:03:05.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:05.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:06.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:06.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:06.890 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:06 smithi094 ceph-mon[112176]: 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-08T08:03:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:06 smithi003 ceph-mon[96088]: 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-08T08:03:07.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:07.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:08 smithi003 ceph-mon[96088]: 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-08T08:03:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:08.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:08.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:08 smithi094 ceph-mon[112176]: 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-08T08:03:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:09.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:09.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:10.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:10.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:10 smithi094 ceph-mon[112176]: 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-08T08:03:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:10 smithi003 ceph-mon[96088]: 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-08T08:03:11.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:11.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:12.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:12.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:12 smithi094 ceph-mon[112176]: 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-08T08:03:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:12 smithi003 ceph-mon[96088]: 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-08T08:03:13.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:13.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:14.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:14.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:14 smithi094 ceph-mon[112176]: 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-08T08:03:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:14 smithi003 ceph-mon[96088]: 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-08T08:03:15.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:15.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:16.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:16.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:16 smithi094 ceph-mon[112176]: 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-08T08:03:17.028 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:16 smithi003 ceph-mon[96088]: 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-08T08:03:17.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:17.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:03:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:03:18.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:18.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:18 smithi094 ceph-mon[112176]: 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-08T08:03:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:18 smithi003 ceph-mon[96088]: 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-08T08:03:19.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:19.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:20.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:20.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:20 smithi094 ceph-mon[112176]: 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-08T08:03:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:20 smithi003 ceph-mon[96088]: 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-08T08:03:21.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:21.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:22.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:22.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:22 smithi094 ceph-mon[112176]: 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-08T08:03:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:03:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:03:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:03:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:03:22.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:03:22.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:03:22.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:03:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:22 smithi003 ceph-mon[96088]: 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-08T08:03:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:03:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:03:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:03:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:03:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:03:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:03:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:03:23.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:23.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:24.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:24.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:24 smithi094 ceph-mon[112176]: 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-08T08:03:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:24 smithi003 ceph-mon[96088]: 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-08T08:03:25.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:25.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:25 smithi094 ceph-mon[112176]: 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-08T08:03:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:25 smithi003 ceph-mon[96088]: 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-08T08:03:26.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:26.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:27.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:27.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:28.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:28.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:28 smithi094 ceph-mon[112176]: 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-08T08:03:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:28 smithi003 ceph-mon[96088]: 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-08T08:03:29.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:29.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:30.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:30.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:30 smithi094 ceph-mon[112176]: 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-08T08:03:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:30 smithi003 ceph-mon[96088]: 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-08T08:03:31.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:31.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:32.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:32.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:32 smithi094 ceph-mon[112176]: 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-08T08:03:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:32 smithi003 ceph-mon[96088]: 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-08T08:03:33.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:33.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:34.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:34.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:34 smithi094 ceph-mon[112176]: 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-08T08:03:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:34 smithi003 ceph-mon[96088]: 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-08T08:03:35.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:35.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:36.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:36.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:36 smithi094 ceph-mon[112176]: 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-08T08:03:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:36 smithi003 ceph-mon[96088]: 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-08T08:03:37.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:37.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:38.788 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:38 smithi003 ceph-mon[96088]: 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-08T08:03:38.788 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:38.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:38.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:38 smithi094 ceph-mon[112176]: 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-08T08:03:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:39.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:39.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:40.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:40.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:40 smithi094 ceph-mon[112176]: 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-08T08:03:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:40 smithi003 ceph-mon[96088]: 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-08T08:03:41.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:41.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:42.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:42.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:42 smithi094 ceph-mon[112176]: 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-08T08:03:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:42 smithi003 ceph-mon[96088]: 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-08T08:03:43.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:43.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:44.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:44.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:44 smithi094 ceph-mon[112176]: 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-08T08:03:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:44 smithi003 ceph-mon[96088]: 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-08T08:03:45.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:45.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:46.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:46.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:46 smithi094 ceph-mon[112176]: 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-08T08:03:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:46 smithi003 ceph-mon[96088]: 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-08T08:03:47.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:47.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:48.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:48 smithi003 ceph-mon[96088]: 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-08T08:03:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:48 smithi094 ceph-mon[112176]: 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-08T08:03:49.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:49.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:50.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:50.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:50 smithi094 ceph-mon[112176]: 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-08T08:03:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:50 smithi003 ceph-mon[96088]: 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-08T08:03:51.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:51.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:52.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:52.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:52 smithi094 ceph-mon[112176]: 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-08T08:03:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:52 smithi003 ceph-mon[96088]: 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-08T08:03:53.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:53.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:53.964 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:54.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:54.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:54 smithi094 ceph-mon[112176]: 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-08T08:03:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:54 smithi003 ceph-mon[96088]: 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-08T08:03:55.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:55.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:56.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:56.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:56 smithi094 ceph-mon[112176]: 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-08T08:03:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:56 smithi003 ceph-mon[96088]: 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-08T08:03:57.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:57.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:58.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:58.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:03:58 smithi094 ceph-mon[112176]: 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-08T08:03:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:03:58 smithi003 ceph-mon[96088]: 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-08T08:03:59.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:03:59.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:00 smithi094 ceph-mon[112176]: 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-08T08:04:00.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:00.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:00 smithi003 ceph-mon[96088]: 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-08T08:04:01.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:01.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:02 smithi094 ceph-mon[112176]: 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-08T08:04:02.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:02.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:02 smithi003 ceph-mon[96088]: 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-08T08:04:03.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:03.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:04 smithi094 ceph-mon[112176]: 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-08T08:04:04.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:04.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:04 smithi003 ceph-mon[96088]: 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-08T08:04:05.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:05.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:06 smithi094 ceph-mon[112176]: 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-08T08:04:06.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:06.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:06 smithi003 ceph-mon[96088]: 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-08T08:04:07.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:07.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:08 smithi094 ceph-mon[112176]: 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-08T08:04:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:08.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:08.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:08 smithi003 ceph-mon[96088]: 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-08T08:04:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:09.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:09.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:10 smithi094 ceph-mon[112176]: 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-08T08:04:10.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:10.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:10 smithi003 ceph-mon[96088]: 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-08T08:04:11.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:11.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:12 smithi094 ceph-mon[112176]: 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-08T08:04:12.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:12.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:12 smithi003 ceph-mon[96088]: 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-08T08:04:13.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:13.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:14 smithi094 ceph-mon[112176]: 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-08T08:04:14.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:14.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:14 smithi003 ceph-mon[96088]: 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-08T08:04:15.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:15.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:16 smithi094 ceph-mon[112176]: 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-08T08:04:16.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:16.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:16 smithi003 ceph-mon[96088]: 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-08T08:04:17.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:17.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:18 smithi094 ceph-mon[112176]: 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-08T08:04:18.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:18.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:18 smithi003 ceph-mon[96088]: 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-08T08:04:19.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:19.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:20 smithi094 ceph-mon[112176]: 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-08T08:04:20.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:20.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:20 smithi003 ceph-mon[96088]: 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-08T08:04:21.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:21.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:22 smithi094 ceph-mon[112176]: 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-08T08:04:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:04:22.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:22.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:22 smithi003 ceph-mon[96088]: 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-08T08:04:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:04:23.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:23.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:04:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:04:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:04:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:04:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:04:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:04:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:04:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:23 smithi003 ceph-mon[96088]: 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-08T08:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:04:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:04:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:23 smithi094 ceph-mon[112176]: 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-08T08:04:24.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:24.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:25.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:25.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:26 smithi094 ceph-mon[112176]: 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-08T08:04:26.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:26.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:26 smithi003 ceph-mon[96088]: 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-08T08:04:27.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:27.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:28 smithi094 ceph-mon[112176]: 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-08T08:04:28.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:28.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:28 smithi003 ceph-mon[96088]: 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-08T08:04:29.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:29.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:30 smithi094 ceph-mon[112176]: 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-08T08:04:30.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:30.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:30 smithi003 ceph-mon[96088]: 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-08T08:04:31.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:31.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:32 smithi094 ceph-mon[112176]: 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-08T08:04:32.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:32.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:32 smithi003 ceph-mon[96088]: 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-08T08:04:33.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:33.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:34 smithi003 ceph-mon[96088]: 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-08T08:04:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:34 smithi094 ceph-mon[112176]: 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-08T08:04:34.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:34.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:35.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:35.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:36 smithi094 ceph-mon[112176]: 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-08T08:04:36.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:36.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:36 smithi003 ceph-mon[96088]: 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-08T08:04:37.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:37.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:38 smithi094 ceph-mon[112176]: 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-08T08:04:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:38.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:38.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:38 smithi003 ceph-mon[96088]: 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-08T08:04:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:39.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:39.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:40 smithi094 ceph-mon[112176]: 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-08T08:04:40.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:40 smithi003 ceph-mon[96088]: 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-08T08:04:40.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:40.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:41.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:41.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:42.897 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:42 smithi094 ceph-mon[112176]: 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-08T08:04:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:42 smithi003 ceph-mon[96088]: 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-08T08:04:42.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:42.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:43.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:43.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:44 smithi094 ceph-mon[112176]: 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-08T08:04:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:44 smithi003 ceph-mon[96088]: 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-08T08:04:44.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:44.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:45 smithi003 ceph-mon[96088]: 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-08T08:04:45.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:45.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:45 smithi094 ceph-mon[112176]: 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-08T08:04:46.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:46.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:47.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:47.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:48 smithi094 ceph-mon[112176]: 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-08T08:04:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:48 smithi003 ceph-mon[96088]: 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-08T08:04:48.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:48.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:50.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:50.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:50 smithi094 ceph-mon[112176]: 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-08T08:04:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:50 smithi003 ceph-mon[96088]: 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-08T08:04:51.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:51.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:52.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:52.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:52 smithi094 ceph-mon[112176]: 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-08T08:04:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:52 smithi003 ceph-mon[96088]: 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-08T08:04:53.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:53.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:54.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:54.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:54 smithi094 ceph-mon[112176]: 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-08T08:04:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:54 smithi003 ceph-mon[96088]: 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-08T08:04:55.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:55.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:55 smithi094 ceph-mon[112176]: 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-08T08:04:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:55 smithi003 ceph-mon[96088]: 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-08T08:04:56.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:56.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:57.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:57.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:58.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:58.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:04:58 smithi094 ceph-mon[112176]: 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-08T08:04:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:04:58 smithi003 ceph-mon[96088]: 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-08T08:04:59.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:04:59.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:00.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:00.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:00 smithi094 ceph-mon[112176]: 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-08T08:05:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:00 smithi003 ceph-mon[96088]: 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-08T08:05:01.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:01.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:02.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:02.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:02 smithi094 ceph-mon[112176]: 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-08T08:05:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:02 smithi003 ceph-mon[96088]: 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-08T08:05:03.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:03.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:03 smithi094 ceph-mon[112176]: 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-08T08:05:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:03 smithi003 ceph-mon[96088]: 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-08T08:05:04.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:04.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:05.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:05.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:06.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:06.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:06 smithi094 ceph-mon[112176]: 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-08T08:05:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:06 smithi003 ceph-mon[96088]: 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-08T08:05:07.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:07.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:08.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:08.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:08 smithi094 ceph-mon[112176]: 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-08T08:05:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:08 smithi003 ceph-mon[96088]: 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-08T08:05:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:09.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:09.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:10.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:10.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:10 smithi094 ceph-mon[112176]: 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-08T08:05:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:10 smithi003 ceph-mon[96088]: 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-08T08:05:11.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:11.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:11 smithi003 ceph-mon[96088]: 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-08T08:05:12.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:12.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:11 smithi094 ceph-mon[112176]: 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-08T08:05:13.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:13.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:14.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:14.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:14 smithi094 ceph-mon[112176]: 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-08T08:05:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:14 smithi003 ceph-mon[96088]: 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-08T08:05:15.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:15.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:15 smithi094 ceph-mon[112176]: 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-08T08:05:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:15 smithi003 ceph-mon[96088]: 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-08T08:05:16.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:16.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:17.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:17.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:18.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:18.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:18 smithi094 ceph-mon[112176]: 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-08T08:05:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:18 smithi003 ceph-mon[96088]: 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-08T08:05:19.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:19.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:20.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:20.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:20 smithi094 ceph-mon[112176]: 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-08T08:05:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:20 smithi003 ceph-mon[96088]: 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-08T08:05:21.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:21.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:21 smithi094 ceph-mon[112176]: 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-08T08:05:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:21 smithi003 ceph-mon[96088]: 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-08T08:05:22.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:22.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:23.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:23.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:05:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:05:24.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:24.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:24 smithi094 ceph-mon[112176]: 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-08T08:05:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:05:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:05:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:05:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:05:24.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:05:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:24 smithi003 ceph-mon[96088]: 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-08T08:05:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:05:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:05:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:05:24.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:05:24.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:05:25.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:25.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:25 smithi003 ceph-mon[96088]: 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-08T08:05:26.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:26.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:25 smithi094 ceph-mon[112176]: 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-08T08:05:27.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:27.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:28.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:28.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:28 smithi094 ceph-mon[112176]: 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-08T08:05:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:28 smithi003 ceph-mon[96088]: 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-08T08:05:29.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:29.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:29 smithi003 ceph-mon[96088]: 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-08T08:05:30.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:30.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:29 smithi094 ceph-mon[112176]: 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-08T08:05:31.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:31.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:31 smithi003 ceph-mon[96088]: 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-08T08:05:32.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:32.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:31 smithi094 ceph-mon[112176]: 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-08T08:05:33.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:33.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:33 smithi003 ceph-mon[96088]: 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-08T08:05:34.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:34.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:33 smithi094 ceph-mon[112176]: 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-08T08:05:35.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:35.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:35 smithi003 ceph-mon[96088]: 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-08T08:05:36.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:36.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:35 smithi094 ceph-mon[112176]: 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-08T08:05:37.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:37.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:38.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:38.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:38 smithi094 ceph-mon[112176]: 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-08T08:05:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:38 smithi003 ceph-mon[96088]: 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-08T08:05:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:39.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:39.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:39 smithi003 ceph-mon[96088]: 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-08T08:05:40.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:40.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:39 smithi094 ceph-mon[112176]: 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-08T08:05:41.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:41.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:41 smithi003 ceph-mon[96088]: 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-08T08:05:42.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:42.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:41 smithi094 ceph-mon[112176]: 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-08T08:05:43.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:43.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:43 smithi094 ceph-mon[112176]: 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-08T08:05:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:43 smithi003 ceph-mon[96088]: 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-08T08:05:44.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:44.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:45.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:45.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:45 smithi003 ceph-mon[96088]: 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-08T08:05:46.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:46.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:45 smithi094 ceph-mon[112176]: 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-08T08:05:47.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:47.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:48.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:48.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:48 smithi094 ceph-mon[112176]: 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-08T08:05:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:48 smithi003 ceph-mon[96088]: 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-08T08:05:49.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:49.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:49 smithi003 ceph-mon[96088]: 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-08T08:05:50.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:50.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:49 smithi094 ceph-mon[112176]: 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-08T08:05:51.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:51.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:51 smithi003 ceph-mon[96088]: 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-08T08:05:52.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:52.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:51 smithi094 ceph-mon[112176]: 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-08T08:05:53.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:53.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:54.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:54.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:54 smithi094 ceph-mon[112176]: 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-08T08:05:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:54 smithi003 ceph-mon[96088]: 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-08T08:05:55.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:55.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:55 smithi003 ceph-mon[96088]: 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-08T08:05:56.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:56.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:55 smithi094 ceph-mon[112176]: 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-08T08:05:57.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:57.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:58.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:58.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:58 smithi094 ceph-mon[112176]: 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-08T08:05:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:58 smithi003 ceph-mon[96088]: 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-08T08:05:59.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:05:59.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:05:59 smithi003 ceph-mon[96088]: 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-08T08:06:00.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:00.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:05:59 smithi094 ceph-mon[112176]: 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-08T08:06:01.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:01.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:01.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:01 smithi003 ceph-mon[96088]: 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-08T08:06:02.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:02.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:01 smithi094 ceph-mon[112176]: 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-08T08:06:03.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:03.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:03 smithi003 ceph-mon[96088]: 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-08T08:06:04.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:04.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:03 smithi094 ceph-mon[112176]: 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-08T08:06:05.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:05.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:05 smithi003 ceph-mon[96088]: 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-08T08:06:06.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:06.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:05 smithi094 ceph-mon[112176]: 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-08T08:06:07.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:07.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:08.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:08.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:08.794 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:08 smithi094 ceph-mon[112176]: 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-08T08:06:08.794 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:08 smithi003 ceph-mon[96088]: 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-08T08:06:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:09.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:09.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:09 smithi003 ceph-mon[96088]: 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-08T08:06:10.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:10.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:09 smithi094 ceph-mon[112176]: 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-08T08:06:11.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:11.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:11 smithi003 ceph-mon[96088]: 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-08T08:06:12.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:12.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:11 smithi094 ceph-mon[112176]: 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-08T08:06:13.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:13.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:13 smithi003 ceph-mon[96088]: 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-08T08:06:14.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:14.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:13 smithi094 ceph-mon[112176]: 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-08T08:06:15.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:15.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:15 smithi003 ceph-mon[96088]: 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-08T08:06:16.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:16.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:15 smithi094 ceph-mon[112176]: 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-08T08:06:17.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:17.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:18.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:18.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:18.899 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:18 smithi094 ceph-mon[112176]: 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-08T08:06:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:18 smithi003 ceph-mon[96088]: 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-08T08:06:19.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:19.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:19 smithi003 ceph-mon[96088]: 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-08T08:06:20.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:20.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:19 smithi094 ceph-mon[112176]: 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-08T08:06:21.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:21.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:21 smithi003 ceph-mon[96088]: 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-08T08:06:22.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:22.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:21 smithi094 ceph-mon[112176]: 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-08T08:06:23.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:23.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:24.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:24.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:24 smithi094 ceph-mon[112176]: 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-08T08:06:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:06:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:06:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:06:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:24 smithi003 ceph-mon[96088]: 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-08T08:06:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:06:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:06:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:06:25.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:25.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:06:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:06:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:06:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:06:25.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:06:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:06:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:06:25.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:06:25.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:06:25.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:06:26.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:26.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:26 smithi094 ceph-mon[112176]: 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-08T08:06:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:26 smithi003 ceph-mon[96088]: 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-08T08:06:27.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:27.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:28.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:28.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:28 smithi094 ceph-mon[112176]: 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-08T08:06:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:28 smithi003 ceph-mon[96088]: 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-08T08:06:29.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:29.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:29 smithi003 ceph-mon[96088]: 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-08T08:06:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:29 smithi094 ceph-mon[112176]: 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-08T08:06:30.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:30.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:31.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:31.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:31 smithi003 ceph-mon[96088]: 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-08T08:06:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:31 smithi094 ceph-mon[112176]: 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-08T08:06:32.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:32.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:33.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:33.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:33 smithi003 ceph-mon[96088]: 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-08T08:06:34.057 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:33 smithi094 ceph-mon[112176]: 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-08T08:06:34.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:34.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:35.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:35.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:35 smithi003 ceph-mon[96088]: 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-08T08:06:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:35 smithi094 ceph-mon[112176]: 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-08T08:06:36.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:36.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:37.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:37.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:38.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:38.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:38 smithi094 ceph-mon[112176]: 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-08T08:06:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:38 smithi003 ceph-mon[96088]: 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-08T08:06:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:39.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:39.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:39 smithi003 ceph-mon[96088]: 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-08T08:06:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:39 smithi094 ceph-mon[112176]: 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-08T08:06:40.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:40.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:41.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:41.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:41 smithi003 ceph-mon[96088]: 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-08T08:06:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:41 smithi094 ceph-mon[112176]: 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-08T08:06:42.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:42.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:43.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:43.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:43.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:43 smithi003 ceph-mon[96088]: 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-08T08:06:44.163 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:43 smithi094 ceph-mon[112176]: 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-08T08:06:44.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:44.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:45.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:45.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:45 smithi003 ceph-mon[96088]: 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-08T08:06:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:45 smithi094 ceph-mon[112176]: 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-08T08:06:46.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:46.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:47.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:47.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:48.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:48.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:48 smithi094 ceph-mon[112176]: 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-08T08:06:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:48 smithi003 ceph-mon[96088]: 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-08T08:06:49.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:49.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:49 smithi003 ceph-mon[96088]: 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-08T08:06:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:49 smithi094 ceph-mon[112176]: 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-08T08:06:50.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:50.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:51.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:51.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:51 smithi003 ceph-mon[96088]: 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-08T08:06:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:51 smithi094 ceph-mon[112176]: 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-08T08:06:52.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:52.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:53.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:53.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:54.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:54.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:54 smithi094 ceph-mon[112176]: 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-08T08:06:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:54 smithi003 ceph-mon[96088]: 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-08T08:06:55.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:55.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:55 smithi003 ceph-mon[96088]: 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-08T08:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:55 smithi094 ceph-mon[112176]: 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-08T08:06:56.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:56.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:57.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:57.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:58.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:58.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:58 smithi094 ceph-mon[112176]: 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-08T08:06:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:58 smithi003 ceph-mon[96088]: 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-08T08:06:59.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:06:59.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:06:59 smithi003 ceph-mon[96088]: 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-08T08:07:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:06:59 smithi094 ceph-mon[112176]: 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-08T08:07:00.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:00.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:01.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:01.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:01 smithi003 ceph-mon[96088]: 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-08T08:07:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:01 smithi094 ceph-mon[112176]: 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-08T08:07:02.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:02.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:03.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:03.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:03 smithi003 ceph-mon[96088]: 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-08T08:07:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:03 smithi094 ceph-mon[112176]: 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-08T08:07:04.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:04.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:05.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:05.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:05 smithi003 ceph-mon[96088]: 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-08T08:07:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:05 smithi094 ceph-mon[112176]: 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-08T08:07:06.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:06.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:07.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:07.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:08.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:08.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:08 smithi094 ceph-mon[112176]: 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-08T08:07:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:08 smithi003 ceph-mon[96088]: 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-08T08:07:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:09.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:09.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:09 smithi003 ceph-mon[96088]: 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-08T08:07:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:09 smithi094 ceph-mon[112176]: 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-08T08:07:10.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:10.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:11.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:11.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:11 smithi003 ceph-mon[96088]: 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-08T08:07:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:11 smithi094 ceph-mon[112176]: 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-08T08:07:12.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:12.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:13.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:13.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:13 smithi003 ceph-mon[96088]: 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-08T08:07:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:13 smithi094 ceph-mon[112176]: 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-08T08:07:14.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:14.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:15.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:15.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:15 smithi003 ceph-mon[96088]: 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-08T08:07:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:15 smithi094 ceph-mon[112176]: 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-08T08:07:16.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:16.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:17.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:17.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:18.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:18.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:18 smithi094 ceph-mon[112176]: 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-08T08:07:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:18 smithi003 ceph-mon[96088]: 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-08T08:07:19.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:19.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:19 smithi094 ceph-mon[112176]: 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-08T08:07:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:19 smithi003 ceph-mon[96088]: 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-08T08:07:20.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:20.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:21.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:21.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:21 smithi003 ceph-mon[96088]: 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-08T08:07:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:21 smithi094 ceph-mon[112176]: 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-08T08:07:22.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:22.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:23.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:23.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:24.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:24.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:24 smithi094 ceph-mon[112176]: 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-08T08:07:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:24 smithi003 ceph-mon[96088]: 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-08T08:07:25.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:25.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:07:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:07:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:07:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:07:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:07:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:07:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:07:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:07:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:07:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:07:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:07:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:07:26.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:26.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:26 smithi003 ceph-mon[96088]: 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-08T08:07:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:26 smithi094 ceph-mon[112176]: 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-08T08:07:27.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:27.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:28.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:28.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:28 smithi094 ceph-mon[112176]: 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-08T08:07:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:28 smithi003 ceph-mon[96088]: 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-08T08:07:29.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:29.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:29 smithi094 ceph-mon[112176]: 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-08T08:07:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:29 smithi003 ceph-mon[96088]: 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-08T08:07:30.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:30.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:31.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:31.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:31 smithi003 ceph-mon[96088]: 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-08T08:07:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:31 smithi094 ceph-mon[112176]: 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-08T08:07:32.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:32.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:33.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:33.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:33 smithi003 ceph-mon[96088]: 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-08T08:07:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:33 smithi094 ceph-mon[112176]: 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-08T08:07:34.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:34.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:35.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:35.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:35 smithi003 ceph-mon[96088]: 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-08T08:07:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:35 smithi094 ceph-mon[112176]: 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-08T08:07:36.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:36.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:37.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:37.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:38.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:38.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:38 smithi094 ceph-mon[112176]: 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-08T08:07:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:38 smithi003 ceph-mon[96088]: 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-08T08:07:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:39.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:39.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:39 smithi003 ceph-mon[96088]: 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-08T08:07:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:39 smithi094 ceph-mon[112176]: 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-08T08:07:40.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:40.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:41.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:41.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:41 smithi003 ceph-mon[96088]: 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-08T08:07:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:41 smithi094 ceph-mon[112176]: 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-08T08:07:42.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:42.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:43.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:43.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:43 smithi003 ceph-mon[96088]: 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-08T08:07:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:43 smithi094 ceph-mon[112176]: 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-08T08:07:44.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:44.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:45.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:45.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:45 smithi003 ceph-mon[96088]: 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-08T08:07:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:45 smithi094 ceph-mon[112176]: 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-08T08:07:46.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:46.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:47.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:47.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:48.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:48.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:48 smithi094 ceph-mon[112176]: 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-08T08:07:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:48 smithi003 ceph-mon[96088]: 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-08T08:07:49.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:49.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:49 smithi003 ceph-mon[96088]: 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-08T08:07:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:49 smithi094 ceph-mon[112176]: 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-08T08:07:50.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:50.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:51.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:51.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:51 smithi003 ceph-mon[96088]: 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-08T08:07:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:51 smithi094 ceph-mon[112176]: 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-08T08:07:52.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:52.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:53.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:53.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:54.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:54.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:54.900 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:54 smithi094 ceph-mon[112176]: 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-08T08:07:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:54 smithi003 ceph-mon[96088]: 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-08T08:07:55.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:55.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:55 smithi003 ceph-mon[96088]: 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-08T08:07:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:55 smithi094 ceph-mon[112176]: 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-08T08:07:56.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:56.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:57.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:57.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:58.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:58.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:58 smithi094 ceph-mon[112176]: 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-08T08:07:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:58 smithi003 ceph-mon[96088]: 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-08T08:07:59.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:07:59.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:07:59 smithi003 ceph-mon[96088]: 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-08T08:08:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:07:59 smithi094 ceph-mon[112176]: 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-08T08:08:00.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:00.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:01.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:01.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:01 smithi003 ceph-mon[96088]: 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-08T08:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:01 smithi094 ceph-mon[112176]: 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-08T08:08:02.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:02.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:03.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:03.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:03 smithi003 ceph-mon[96088]: 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-08T08:08:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:03 smithi094 ceph-mon[112176]: 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-08T08:08:04.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:04.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:05.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:05.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:05 smithi003 ceph-mon[96088]: 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-08T08:08:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:05 smithi094 ceph-mon[112176]: 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-08T08:08:06.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:06.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:07.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:07.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:08.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:08.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:08 smithi094 ceph-mon[112176]: 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-08T08:08:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:08 smithi003 ceph-mon[96088]: 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-08T08:08:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:09.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:09.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:09 smithi003 ceph-mon[96088]: 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-08T08:08:10.059 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:09 smithi094 ceph-mon[112176]: 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-08T08:08:10.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:10.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:11.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:11.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:11 smithi003 ceph-mon[96088]: 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-08T08:08:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:11 smithi094 ceph-mon[112176]: 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-08T08:08:12.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:12.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:13.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:13.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:13 smithi003 ceph-mon[96088]: 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-08T08:08:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:13 smithi094 ceph-mon[112176]: 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-08T08:08:14.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:14.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:15.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:15.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:15 smithi003 ceph-mon[96088]: 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-08T08:08:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:15 smithi094 ceph-mon[112176]: 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-08T08:08:16.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:16.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:17.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:17.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:18.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:18.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:18 smithi094 ceph-mon[112176]: 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-08T08:08:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:18 smithi003 ceph-mon[96088]: 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-08T08:08:19.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:19.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:19 smithi003 ceph-mon[96088]: 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-08T08:08:20.163 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:19 smithi094 ceph-mon[112176]: 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-08T08:08:20.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:20.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:21.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:21.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:21 smithi003 ceph-mon[96088]: 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-08T08:08:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:21 smithi094 ceph-mon[112176]: 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-08T08:08:22.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:22.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:23.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:23.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:24.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:24.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:24 smithi094 ceph-mon[112176]: 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-08T08:08:24.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:24 smithi003 ceph-mon[96088]: 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-08T08:08:25.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:25.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:25 smithi003 ceph-mon[96088]: 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-08T08:08:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:08:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:25 smithi094 ceph-mon[112176]: 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-08T08:08:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:08:26.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:26.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:27.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:27.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:28.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:28.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:28 smithi094 ceph-mon[112176]: 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-08T08:08:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:28 smithi003 ceph-mon[96088]: 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-08T08:08:29.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:29.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:29 smithi003 ceph-mon[96088]: 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-08T08:08:30.029 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:29 smithi094 ceph-mon[112176]: 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-08T08:08:30.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:30.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:31.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:31.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:08:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:08:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:08:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:08:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:08:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:08:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:08:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:08:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:08:32.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:32.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:32 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1633M 2023-10-08T08:08:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:32 smithi094 ceph-mon[112176]: 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-08T08:08:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:32 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1633M 2023-10-08T08:08:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:32 smithi003 ceph-mon[96088]: 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-08T08:08:33.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:33.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:33 smithi003 ceph-mon[96088]: 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-08T08:08:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:33 smithi094 ceph-mon[112176]: 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-08T08:08:34.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:34.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:35.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:35.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:35 smithi003 ceph-mon[96088]: 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-08T08:08:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:35 smithi094 ceph-mon[112176]: 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-08T08:08:36.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:36.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:37.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:37.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:38.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:38.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:38 smithi094 ceph-mon[112176]: 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-08T08:08:38.924 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:38 smithi003 ceph-mon[96088]: 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-08T08:08:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:39.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:39.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:39 smithi003 ceph-mon[96088]: 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-08T08:08:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:39 smithi094 ceph-mon[112176]: 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-08T08:08:40.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:40.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:41.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:41.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:41 smithi003 ceph-mon[96088]: 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-08T08:08:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:41 smithi094 ceph-mon[112176]: 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-08T08:08:42.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:42.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:43.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:43.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:43 smithi003 ceph-mon[96088]: 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-08T08:08:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:43 smithi094 ceph-mon[112176]: 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-08T08:08:44.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:44.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:45.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:45.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:45 smithi003 ceph-mon[96088]: 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-08T08:08:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:45 smithi094 ceph-mon[112176]: 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-08T08:08:46.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:46.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:47.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:47.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:48.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:48.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:48 smithi094 ceph-mon[112176]: 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-08T08:08:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:48 smithi003 ceph-mon[96088]: 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-08T08:08:49.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:49.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:49 smithi003 ceph-mon[96088]: 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-08T08:08:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:49 smithi094 ceph-mon[112176]: 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-08T08:08:50.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:50.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:51.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:51.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:51 smithi003 ceph-mon[96088]: 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-08T08:08:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:51 smithi094 ceph-mon[112176]: 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-08T08:08:52.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:52.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:53.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:53.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:54.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:54.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:54 smithi094 ceph-mon[112176]: 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-08T08:08:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:54 smithi003 ceph-mon[96088]: 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-08T08:08:55.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:55.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:55 smithi094 ceph-mon[112176]: 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-08T08:08:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:55 smithi003 ceph-mon[96088]: 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-08T08:08:56.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:56.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:57.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:57.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:58.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:58.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:58 smithi094 ceph-mon[112176]: 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-08T08:08:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:58 smithi003 ceph-mon[96088]: 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-08T08:08:59.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:08:59.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:08:59 smithi003 ceph-mon[96088]: 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-08T08:09:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:08:59 smithi094 ceph-mon[112176]: 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-08T08:09:00.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:00.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:01.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:01.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:01 smithi094 ceph-mon[112176]: 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-08T08:09:02.654 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:01 smithi003 ceph-mon[96088]: 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-08T08:09:02.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:02.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:03.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:03.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:03 smithi003 ceph-mon[96088]: 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-08T08:09:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:03 smithi094 ceph-mon[112176]: 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-08T08:09:04.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:04.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:05.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:05.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:05 smithi094 ceph-mon[112176]: 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-08T08:09:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:05 smithi003 ceph-mon[96088]: 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-08T08:09:06.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:06.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:07.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:07.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:08.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:08.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:08 smithi094 ceph-mon[112176]: 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-08T08:09:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:08 smithi003 ceph-mon[96088]: 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-08T08:09:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:09.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:09.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:09 smithi094 ceph-mon[112176]: 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-08T08:09:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:09 smithi003 ceph-mon[96088]: 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-08T08:09:10.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:10.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:11.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:11.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:12.170 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:11 smithi094 ceph-mon[112176]: 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-08T08:09:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:11 smithi003 ceph-mon[96088]: 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-08T08:09:12.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:12.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:13.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:13.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:13 smithi094 ceph-mon[112176]: 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-08T08:09:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:13 smithi003 ceph-mon[96088]: 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-08T08:09:14.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:14.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:15.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:15.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:15 smithi094 ceph-mon[112176]: 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-08T08:09:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:15 smithi003 ceph-mon[96088]: 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-08T08:09:16.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:16.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:17.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:17.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:18.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:18.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:18 smithi094 ceph-mon[112176]: 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-08T08:09:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:18 smithi003 ceph-mon[96088]: 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-08T08:09:19.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:19.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:19 smithi094 ceph-mon[112176]: 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-08T08:09:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:19 smithi003 ceph-mon[96088]: 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-08T08:09:20.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:20.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:21.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:21.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:21 smithi094 ceph-mon[112176]: 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-08T08:09:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:21 smithi003 ceph-mon[96088]: 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-08T08:09:22.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:22.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:23.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:23.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:24.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:24.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:24 smithi094 ceph-mon[112176]: 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-08T08:09:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:24 smithi003 ceph-mon[96088]: 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-08T08:09:25.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:25.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:25 smithi094 ceph-mon[112176]: 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-08T08:09:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:25 smithi003 ceph-mon[96088]: 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-08T08:09:26.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:26.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:27.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:27.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:28.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:28.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:28 smithi094 ceph-mon[112176]: 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-08T08:09:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:28 smithi003 ceph-mon[96088]: 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-08T08:09:29.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:29.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:29 smithi094 ceph-mon[112176]: 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-08T08:09:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:29 smithi003 ceph-mon[96088]: 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-08T08:09:30.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:30.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:09:31.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:31.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:09:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:09:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:09:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:09:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:09:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:09:32.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:32 smithi094 ceph-mon[112176]: 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-08T08:09:32.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:32.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:09:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:09:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:09:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:09:32.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:09:32.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:32 smithi003 ceph-mon[96088]: 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-08T08:09:33.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:33.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:33 smithi094 ceph-mon[112176]: 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-08T08:09:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:33 smithi003 ceph-mon[96088]: 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-08T08:09:34.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:34.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:35.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:35.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:35 smithi094 ceph-mon[112176]: 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-08T08:09:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:35 smithi003 ceph-mon[96088]: 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-08T08:09:36.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:36.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:37.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:37.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:38.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:38.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:38 smithi094 ceph-mon[112176]: 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-08T08:09:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:38 smithi003 ceph-mon[96088]: 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-08T08:09:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:39.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:39.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:39 smithi094 ceph-mon[112176]: 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-08T08:09:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:39 smithi003 ceph-mon[96088]: 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-08T08:09:40.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:40.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:41.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:41.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:41 smithi094 ceph-mon[112176]: 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-08T08:09:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:41 smithi003 ceph-mon[96088]: 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-08T08:09:42.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:42.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:43.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:43.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:43 smithi094 ceph-mon[112176]: 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-08T08:09:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:43 smithi003 ceph-mon[96088]: 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-08T08:09:44.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:44.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:45.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:45.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:46.057 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:45 smithi094 ceph-mon[112176]: 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-08T08:09:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:45 smithi003 ceph-mon[96088]: 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-08T08:09:46.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:46.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:47.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:47.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:48.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:48.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:48 smithi094 ceph-mon[112176]: 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-08T08:09:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:48 smithi003 ceph-mon[96088]: 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-08T08:09:49.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:49.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:49 smithi094 ceph-mon[112176]: 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-08T08:09:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:49 smithi003 ceph-mon[96088]: 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-08T08:09:50.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:50.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:51.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:51.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:51 smithi094 ceph-mon[112176]: 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-08T08:09:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:51 smithi003 ceph-mon[96088]: 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-08T08:09:52.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:52.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:53.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:53.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:53.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:54.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:54.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:54 smithi094 ceph-mon[112176]: 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-08T08:09:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:54 smithi003 ceph-mon[96088]: 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-08T08:09:55.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:55.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:56.162 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:55 smithi094 ceph-mon[112176]: 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-08T08:09:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:55 smithi003 ceph-mon[96088]: 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-08T08:09:56.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:56.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:57.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:57.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:58.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:58.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:58 smithi094 ceph-mon[112176]: 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-08T08:09:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:58 smithi003 ceph-mon[96088]: 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-08T08:09:59.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:09:59.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:09:59 smithi094 ceph-mon[112176]: 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-08T08:10:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:09:59 smithi003 ceph-mon[96088]: 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-08T08:10:00.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:00.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T08:10:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T08:10:01.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:01.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:01 smithi094 ceph-mon[112176]: 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-08T08:10:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:01 smithi003 ceph-mon[96088]: 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-08T08:10:02.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:02.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:03.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:03.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:03 smithi094 ceph-mon[112176]: 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-08T08:10:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:03 smithi003 ceph-mon[96088]: 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-08T08:10:04.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:04.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:05.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:05.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:05 smithi094 ceph-mon[112176]: 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-08T08:10:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:05 smithi003 ceph-mon[96088]: 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-08T08:10:06.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:06.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:07.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:07.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:08.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:08.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:08 smithi094 ceph-mon[112176]: 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-08T08:10:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:08 smithi003 ceph-mon[96088]: 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-08T08:10:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:09.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:09.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:09 smithi094 ceph-mon[112176]: 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-08T08:10:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:09 smithi003 ceph-mon[96088]: 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-08T08:10:10.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:10.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:11.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:11.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:11 smithi094 ceph-mon[112176]: 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-08T08:10:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:11 smithi003 ceph-mon[96088]: 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-08T08:10:12.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:12.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:13.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:13.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:13 smithi094 ceph-mon[112176]: 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-08T08:10:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:13 smithi003 ceph-mon[96088]: 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-08T08:10:14.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:14.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:15.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:15.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:15 smithi094 ceph-mon[112176]: 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-08T08:10:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:15 smithi003 ceph-mon[96088]: 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-08T08:10:16.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:16.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:17.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:17.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:18.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:18.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:18 smithi094 ceph-mon[112176]: 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-08T08:10:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:18 smithi003 ceph-mon[96088]: 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-08T08:10:19.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:19.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:19 smithi094 ceph-mon[112176]: 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-08T08:10:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:19 smithi003 ceph-mon[96088]: 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-08T08:10:20.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:20.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:21.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:21.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:21 smithi094 ceph-mon[112176]: 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-08T08:10:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:21 smithi003 ceph-mon[96088]: 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-08T08:10:22.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:22.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:23.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:23.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:24.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:24.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:24 smithi094 ceph-mon[112176]: 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-08T08:10:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:24 smithi003 ceph-mon[96088]: 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-08T08:10:25.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:25.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:25 smithi094 ceph-mon[112176]: 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-08T08:10:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:25 smithi003 ceph-mon[96088]: 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-08T08:10:26.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:26.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:27.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:27.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:28.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:28.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:28 smithi003 ceph-mon[96088]: 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-08T08:10:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:28 smithi094 ceph-mon[112176]: 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-08T08:10:29.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:29.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:29 smithi094 ceph-mon[112176]: 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-08T08:10:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:29 smithi003 ceph-mon[96088]: 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-08T08:10:30.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:30.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:31.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:31.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:10:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:10:32.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:32.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:32 smithi094 ceph-mon[112176]: 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-08T08:10:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:10:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:10:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:10:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:10:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:10:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:32 smithi003 ceph-mon[96088]: 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-08T08:10:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:10:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:10:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:10:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:10:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:10:33.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:33.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:33 smithi094 ceph-mon[112176]: 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-08T08:10:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:33 smithi003 ceph-mon[96088]: 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-08T08:10:34.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:34.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:35.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:35.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:35 smithi094 ceph-mon[112176]: 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-08T08:10:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:35 smithi003 ceph-mon[96088]: 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-08T08:10:36.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:36.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:37.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:37.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:38.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:38.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:38 smithi094 ceph-mon[112176]: 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-08T08:10:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:38 smithi003 ceph-mon[96088]: 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-08T08:10:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:39.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:39.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:39 smithi094 ceph-mon[112176]: 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-08T08:10:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:39 smithi003 ceph-mon[96088]: 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-08T08:10:40.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:40.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:41.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:41.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:41 smithi094 ceph-mon[112176]: 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-08T08:10:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:41 smithi003 ceph-mon[96088]: 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-08T08:10:42.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:42.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:43.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:43.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:43 smithi003 ceph-mon[96088]: 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-08T08:10:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:43 smithi094 ceph-mon[112176]: 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-08T08:10:44.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:44.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:45.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:45.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:45 smithi094 ceph-mon[112176]: 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-08T08:10:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:45 smithi003 ceph-mon[96088]: 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-08T08:10:46.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:46.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:47.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:47.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:48.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:48.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:48 smithi094 ceph-mon[112176]: 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-08T08:10:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:48 smithi003 ceph-mon[96088]: 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-08T08:10:49.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:49.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:49 smithi094 ceph-mon[112176]: 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-08T08:10:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:49 smithi003 ceph-mon[96088]: 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-08T08:10:50.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:50.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:51.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:51.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:51 smithi094 ceph-mon[112176]: 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-08T08:10:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:51 smithi003 ceph-mon[96088]: 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-08T08:10:52.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:52.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:53.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:53.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:54.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:54.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:54 smithi094 ceph-mon[112176]: 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-08T08:10:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:54 smithi003 ceph-mon[96088]: 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-08T08:10:55.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:55.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:55 smithi094 ceph-mon[112176]: 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-08T08:10:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:55 smithi003 ceph-mon[96088]: 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-08T08:10:56.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:56.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:57.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:57.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:58.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:58.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:58 smithi094 ceph-mon[112176]: 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-08T08:10:58.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:58 smithi003 ceph-mon[96088]: 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-08T08:10:59.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:10:59.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:10:59 smithi094 ceph-mon[112176]: 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-08T08:11:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:10:59 smithi003 ceph-mon[96088]: 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-08T08:11:00.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:00.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:01.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:01.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:01 smithi094 ceph-mon[112176]: 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-08T08:11:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:01 smithi003 ceph-mon[96088]: 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-08T08:11:02.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:02.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:03.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:03.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:03 smithi094 ceph-mon[112176]: 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-08T08:11:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:03 smithi003 ceph-mon[96088]: 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-08T08:11:04.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:04.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:05.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:05.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:05 smithi094 ceph-mon[112176]: 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-08T08:11:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:05 smithi003 ceph-mon[96088]: 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-08T08:11:06.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:06.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:07.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:07.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:08.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:08.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:08.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:08 smithi003 ceph-mon[96088]: 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-08T08:11:08.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:08 smithi094 ceph-mon[112176]: 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-08T08:11:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:09.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:09.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:09 smithi094 ceph-mon[112176]: 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-08T08:11:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:09 smithi003 ceph-mon[96088]: 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-08T08:11:10.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:10.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:11.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:11.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:11 smithi094 ceph-mon[112176]: 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-08T08:11:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:11 smithi003 ceph-mon[96088]: 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-08T08:11:12.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:12.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:13.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:13.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:13 smithi094 ceph-mon[112176]: 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-08T08:11:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:13 smithi003 ceph-mon[96088]: 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-08T08:11:14.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:14.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:15.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:15.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:15 smithi094 ceph-mon[112176]: 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-08T08:11:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:15 smithi003 ceph-mon[96088]: 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-08T08:11:16.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:16.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:17.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:17.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:18.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:18.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:18 smithi094 ceph-mon[112176]: 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-08T08:11:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:18 smithi003 ceph-mon[96088]: 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-08T08:11:19.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:19.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:19 smithi094 ceph-mon[112176]: 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-08T08:11:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:19 smithi003 ceph-mon[96088]: 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-08T08:11:20.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:20.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:21.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:21.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:22.057 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:21 smithi094 ceph-mon[112176]: 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-08T08:11:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:21 smithi003 ceph-mon[96088]: 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-08T08:11:22.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:22.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:23.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:23.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:24.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:24.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:24 smithi094 ceph-mon[112176]: 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-08T08:11:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:24 smithi003 ceph-mon[96088]: 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-08T08:11:25.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:25.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:25 smithi094 ceph-mon[112176]: 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-08T08:11:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:25 smithi003 ceph-mon[96088]: 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-08T08:11:26.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:26.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:27.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:27.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:28.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:28.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:28 smithi094 ceph-mon[112176]: 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-08T08:11:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:28 smithi003 ceph-mon[96088]: 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-08T08:11:29.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:29.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:29 smithi094 ceph-mon[112176]: 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-08T08:11:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:29 smithi003 ceph-mon[96088]: 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-08T08:11:30.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:30.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:31.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:31.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:32.162 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:31 smithi094 ceph-mon[112176]: 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-08T08:11:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:31 smithi003 ceph-mon[96088]: 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-08T08:11:32.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:32.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:11:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:11:33.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:33.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:34.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:34.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:34 smithi094 ceph-mon[112176]: 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-08T08:11:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:34 smithi003 ceph-mon[96088]: 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-08T08:11:35.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:35.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:11:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:11:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:11:36.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:11:36.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:11:36.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:11:36.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:11:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:11:36.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:11:36.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:11:36.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:11:36.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:11:36.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:11:36.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:11:36.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:36.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:37 smithi094 ceph-mon[112176]: 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-08T08:11:37.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:37.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:37 smithi003 ceph-mon[96088]: 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-08T08:11:38.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:38.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:39.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:39.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:39 smithi094 ceph-mon[112176]: 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-08T08:11:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:39 smithi003 ceph-mon[96088]: 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-08T08:11:40.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:40.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:41.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:41.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:41 smithi094 ceph-mon[112176]: 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-08T08:11:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:41 smithi003 ceph-mon[96088]: 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-08T08:11:42.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:42.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:43.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:43.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:43 smithi094 ceph-mon[112176]: 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-08T08:11:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:43 smithi003 ceph-mon[96088]: 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-08T08:11:44.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:44.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:45.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:45.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:45 smithi094 ceph-mon[112176]: 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-08T08:11:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:45 smithi003 ceph-mon[96088]: 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-08T08:11:46.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:46.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:47.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:47.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:47 smithi094 ceph-mon[112176]: 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-08T08:11:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:47 smithi003 ceph-mon[96088]: 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-08T08:11:48.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:48.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:49.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:49.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:49 smithi094 ceph-mon[112176]: 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-08T08:11:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:49 smithi003 ceph-mon[96088]: 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-08T08:11:50.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:50.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:51.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:51.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:51 smithi094 ceph-mon[112176]: 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-08T08:11:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:51 smithi003 ceph-mon[96088]: 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-08T08:11:52.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:52.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:53.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:53.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:53 smithi094 ceph-mon[112176]: 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-08T08:11:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:53 smithi003 ceph-mon[96088]: 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-08T08:11:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:54.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:54.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:55.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:55.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:55 smithi094 ceph-mon[112176]: 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-08T08:11:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:55 smithi003 ceph-mon[96088]: 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-08T08:11:56.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:56.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:57.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:57.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:57 smithi094 ceph-mon[112176]: 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-08T08:11:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:57 smithi003 ceph-mon[96088]: 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-08T08:11:58.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:58.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:59.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:11:59.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:11:59 smithi003 ceph-mon[96088]: 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-08T08:11:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:11:59 smithi094 ceph-mon[112176]: 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-08T08:12:00.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:00.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:01.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:01.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:01 smithi094 ceph-mon[112176]: 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-08T08:12:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:01 smithi003 ceph-mon[96088]: 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-08T08:12:02.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:02.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:03.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:03.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:03 smithi094 ceph-mon[112176]: 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-08T08:12:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:03 smithi003 ceph-mon[96088]: 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-08T08:12:04.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:04.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:05.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:05.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:05 smithi094 ceph-mon[112176]: 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-08T08:12:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:05 smithi003 ceph-mon[96088]: 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-08T08:12:06.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:06.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:07.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:07.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:07 smithi094 ceph-mon[112176]: 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-08T08:12:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:07 smithi003 ceph-mon[96088]: 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-08T08:12:08.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:08.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:09.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:09.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:09 smithi094 ceph-mon[112176]: 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-08T08:12:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:09 smithi003 ceph-mon[96088]: 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-08T08:12:10.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:10.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:11.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:11.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:11 smithi003 ceph-mon[96088]: 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-08T08:12:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:11 smithi094 ceph-mon[112176]: 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-08T08:12:12.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:12.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:13.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:13.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:13 smithi003 ceph-mon[96088]: 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-08T08:12:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:13 smithi094 ceph-mon[112176]: 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-08T08:12:14.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:14.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:15.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:15.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:15 smithi003 ceph-mon[96088]: 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-08T08:12:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:15 smithi094 ceph-mon[112176]: 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-08T08:12:16.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:16.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:17.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:17.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:17 smithi094 ceph-mon[112176]: 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-08T08:12:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:17 smithi003 ceph-mon[96088]: 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-08T08:12:18.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:18.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:19.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:19.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:19 smithi003 ceph-mon[96088]: 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-08T08:12:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:19 smithi094 ceph-mon[112176]: 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-08T08:12:20.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:20.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:21.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:21.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:21.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:21 smithi003 ceph-mon[96088]: 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-08T08:12:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:21 smithi094 ceph-mon[112176]: 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-08T08:12:22.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:22.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:23.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:23.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:23 smithi003 ceph-mon[96088]: 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-08T08:12:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:23 smithi094 ceph-mon[112176]: 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-08T08:12:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:24.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:24.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:25.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:25.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:25 smithi003 ceph-mon[96088]: 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-08T08:12:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:25 smithi094 ceph-mon[112176]: 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-08T08:12:26.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:26.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:27.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:27.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:27 smithi003 ceph-mon[96088]: 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-08T08:12:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:27 smithi094 ceph-mon[112176]: 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-08T08:12:28.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:28.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:29.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:29.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:29 smithi003 ceph-mon[96088]: 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-08T08:12:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:29 smithi094 ceph-mon[112176]: 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-08T08:12:30.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:30.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:31.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:31.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:31 smithi003 ceph-mon[96088]: 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-08T08:12:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:31 smithi094 ceph-mon[112176]: 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-08T08:12:32.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:32.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:33.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:33.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:33 smithi003 ceph-mon[96088]: 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-08T08:12:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:33 smithi094 ceph-mon[112176]: 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-08T08:12:34.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:34.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:35.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:35.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:35 smithi003 ceph-mon[96088]: 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-08T08:12:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:12:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:35 smithi094 ceph-mon[112176]: 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-08T08:12:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:12:36.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:36.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:12:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:12:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:12:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:12:36.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:12:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:12:37.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:12:37.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:12:37.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:12:37.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:12:37.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:37.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:37 smithi003 ceph-mon[96088]: 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-08T08:12:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:37 smithi094 ceph-mon[112176]: 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-08T08:12:38.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:38.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:39.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:39.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:39 smithi003 ceph-mon[96088]: 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-08T08:12:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:39 smithi094 ceph-mon[112176]: 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-08T08:12:40.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:40.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:41.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:41.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:41 smithi003 ceph-mon[96088]: 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-08T08:12:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:41 smithi094 ceph-mon[112176]: 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-08T08:12:42.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:42.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:43.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:43.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:43 smithi003 ceph-mon[96088]: 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-08T08:12:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:43 smithi094 ceph-mon[112176]: 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-08T08:12:44.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:44.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:44 smithi094 ceph-mon[112176]: 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-08T08:12:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:44 smithi003 ceph-mon[96088]: 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-08T08:12:45.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:45.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:46.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:46.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:46 smithi094 ceph-mon[112176]: 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-08T08:12:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:46 smithi003 ceph-mon[96088]: 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-08T08:12:47.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:47.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:48.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:48.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:49.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:49.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:49 smithi094 ceph-mon[112176]: 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-08T08:12:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:49 smithi003 ceph-mon[96088]: 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-08T08:12:50.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:50.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:51.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:51.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:51.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:51 smithi094 ceph-mon[112176]: 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-08T08:12:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:51 smithi003 ceph-mon[96088]: 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-08T08:12:52.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:52.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:53.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:53.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:53 smithi094 ceph-mon[112176]: 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-08T08:12:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:53 smithi003 ceph-mon[96088]: 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-08T08:12:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:54.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:54.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:55.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:55.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:55 smithi094 ceph-mon[112176]: 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-08T08:12:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:55 smithi003 ceph-mon[96088]: 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-08T08:12:56.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:56.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:57.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:57.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:57 smithi094 ceph-mon[112176]: 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-08T08:12:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:57 smithi003 ceph-mon[96088]: 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-08T08:12:58.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:58.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:59.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:12:59.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:12:59 smithi094 ceph-mon[112176]: 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-08T08:12:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:12:59 smithi003 ceph-mon[96088]: 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-08T08:13:00.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:00.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:01.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:01.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:01 smithi094 ceph-mon[112176]: 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-08T08:13:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:01 smithi003 ceph-mon[96088]: 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-08T08:13:02.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:02.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:03.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:03.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:03 smithi094 ceph-mon[112176]: 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-08T08:13:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:03 smithi003 ceph-mon[96088]: 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-08T08:13:04.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:04.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:05.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:05.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:05 smithi094 ceph-mon[112176]: 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-08T08:13:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:05 smithi003 ceph-mon[96088]: 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-08T08:13:06.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:06.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:07.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:07.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:07.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:07 smithi094 ceph-mon[112176]: 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-08T08:13:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:07 smithi003 ceph-mon[96088]: 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-08T08:13:08.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:08.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:09.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:09.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:09 smithi094 ceph-mon[112176]: 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-08T08:13:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:09 smithi003 ceph-mon[96088]: 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-08T08:13:10.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:10.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:11.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:11.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:11 smithi094 ceph-mon[112176]: 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-08T08:13:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:11 smithi003 ceph-mon[96088]: 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-08T08:13:12.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:12.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:13.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:13.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:13 smithi094 ceph-mon[112176]: 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-08T08:13:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:13 smithi003 ceph-mon[96088]: 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-08T08:13:14.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:14.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:15.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:15.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:15 smithi094 ceph-mon[112176]: 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-08T08:13:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:15 smithi003 ceph-mon[96088]: 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-08T08:13:16.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:16.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:17.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:17.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:17 smithi003 ceph-mon[96088]: 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-08T08:13:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:17 smithi094 ceph-mon[112176]: 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-08T08:13:18.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:18.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:19.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:19.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:19 smithi003 ceph-mon[96088]: 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-08T08:13:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:19 smithi094 ceph-mon[112176]: 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-08T08:13:20.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:20.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:21.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:21.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:21 smithi003 ceph-mon[96088]: 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-08T08:13:22.814 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:21 smithi094 ceph-mon[112176]: 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-08T08:13:22.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:22.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:23.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:23.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:23 smithi003 ceph-mon[96088]: 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-08T08:13:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:23 smithi094 ceph-mon[112176]: 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-08T08:13:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:24.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:24.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:25 smithi003 ceph-mon[96088]: 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-08T08:13:25.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:25.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:25 smithi094 ceph-mon[112176]: 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-08T08:13:26.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:26.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:27.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:27.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:27 smithi003 ceph-mon[96088]: 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-08T08:13:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:27 smithi094 ceph-mon[112176]: 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-08T08:13:28.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:28.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:29.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:29.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:29 smithi003 ceph-mon[96088]: 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-08T08:13:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:29 smithi094 ceph-mon[112176]: 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-08T08:13:30.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:30.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:31.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:31.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:31 smithi003 ceph-mon[96088]: 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-08T08:13:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:31 smithi094 ceph-mon[112176]: 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-08T08:13:32.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:32.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:33.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:33.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:33 smithi003 ceph-mon[96088]: 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-08T08:13:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:33 smithi094 ceph-mon[112176]: 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-08T08:13:34.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:34.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:35.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:35.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:35 smithi003 ceph-mon[96088]: 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-08T08:13:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:35 smithi094 ceph-mon[112176]: 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-08T08:13:36.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:36.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:13:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:13:37.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:37.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:37 smithi003 ceph-mon[96088]: 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-08T08:13:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:37 smithi094 ceph-mon[112176]: 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-08T08:13:38.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:38.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:39.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:39.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:39 smithi003 ceph-mon[96088]: 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-08T08:13:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:39 smithi094 ceph-mon[112176]: 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-08T08:13:40.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:40.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:41.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:41.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:41 smithi003 ceph-mon[96088]: 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-08T08:13:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:13:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:13:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:13:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:13:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:13:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:13:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:13:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:41 smithi094 ceph-mon[112176]: 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-08T08:13:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:13:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:13:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:13:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:13:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:13:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:13:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:13:42.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:42.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:43.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:43.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:43 smithi094 ceph-mon[112176]: 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-08T08:13:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:43 smithi003 ceph-mon[96088]: 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-08T08:13:44.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:44.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:45.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:45.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:45 smithi003 ceph-mon[96088]: 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-08T08:13:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:45 smithi094 ceph-mon[112176]: 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-08T08:13:46.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:46.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:47.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:47.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:47 smithi003 ceph-mon[96088]: 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-08T08:13:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:47 smithi094 ceph-mon[112176]: 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-08T08:13:48.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:48.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:49.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:49.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:49 smithi003 ceph-mon[96088]: 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-08T08:13:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:49 smithi094 ceph-mon[112176]: 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-08T08:13:50.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:50.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:51.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:51.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:51 smithi003 ceph-mon[96088]: 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-08T08:13:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:51 smithi094 ceph-mon[112176]: 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-08T08:13:52.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:52.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:53.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:53.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:53 smithi094 ceph-mon[112176]: 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-08T08:13:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:53 smithi003 ceph-mon[96088]: 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-08T08:13:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:54.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:54.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:55 smithi094 ceph-mon[112176]: 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-08T08:13:55.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:55.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:55 smithi003 ceph-mon[96088]: 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-08T08:13:56.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:56.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:57.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:57.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:57 smithi094 ceph-mon[112176]: 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-08T08:13:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:57 smithi003 ceph-mon[96088]: 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-08T08:13:58.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:58.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:13:59 smithi094 ceph-mon[112176]: 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-08T08:13:59.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:13:59.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:13:59 smithi003 ceph-mon[96088]: 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-08T08:14:00.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:00.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:01 smithi094 ceph-mon[112176]: 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-08T08:14:01.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:01.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:01 smithi003 ceph-mon[96088]: 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-08T08:14:02.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:02.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:03 smithi094 ceph-mon[112176]: 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-08T08:14:03.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:03.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:03 smithi003 ceph-mon[96088]: 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-08T08:14:04.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:04.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:05 smithi094 ceph-mon[112176]: 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-08T08:14:05.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:05.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:05 smithi003 ceph-mon[96088]: 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-08T08:14:06.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:06.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:07 smithi094 ceph-mon[112176]: 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-08T08:14:07.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:07.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:07 smithi003 ceph-mon[96088]: 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-08T08:14:08.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:08.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:09.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:09.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:09 smithi003 ceph-mon[96088]: 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-08T08:14:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:09 smithi094 ceph-mon[112176]: 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-08T08:14:10.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:10.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:11.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:11.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:11 smithi003 ceph-mon[96088]: 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-08T08:14:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:11 smithi094 ceph-mon[112176]: 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-08T08:14:12.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:12.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:13.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:14.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:14.803 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:13 smithi094 ceph-mon[112176]: 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-08T08:14:14.803 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:13 smithi003 ceph-mon[96088]: 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-08T08:14:14.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:15.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:15.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:15.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:15 smithi003 ceph-mon[96088]: 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-08T08:14:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:15 smithi094 ceph-mon[112176]: 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-08T08:14:16.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:16.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:17.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:17.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:17 smithi003 ceph-mon[96088]: 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-08T08:14:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:17 smithi094 ceph-mon[112176]: 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-08T08:14:18.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:18.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:19.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:19.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:19 smithi003 ceph-mon[96088]: 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-08T08:14:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:19 smithi094 ceph-mon[112176]: 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-08T08:14:20.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:20.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:21.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:21.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:21 smithi003 ceph-mon[96088]: 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-08T08:14:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:21 smithi094 ceph-mon[112176]: 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-08T08:14:22.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:22.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:23.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:23.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:23 smithi003 ceph-mon[96088]: 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-08T08:14:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:23 smithi094 ceph-mon[112176]: 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-08T08:14:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:24.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:24.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:25.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:25.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:25 smithi003 ceph-mon[96088]: 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-08T08:14:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:25 smithi094 ceph-mon[112176]: 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-08T08:14:26.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:26.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:27.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:27.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:27 smithi003 ceph-mon[96088]: 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-08T08:14:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:27 smithi094 ceph-mon[112176]: 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-08T08:14:28.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:28.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:29.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:29.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:29 smithi003 ceph-mon[96088]: 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-08T08:14:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:29 smithi094 ceph-mon[112176]: 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-08T08:14:30.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:30.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:31.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:31.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:31 smithi003 ceph-mon[96088]: 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-08T08:14:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:31 smithi094 ceph-mon[112176]: 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-08T08:14:32.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:32.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:33.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:33.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:33 smithi003 ceph-mon[96088]: 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-08T08:14:34.046 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:33 smithi094 ceph-mon[112176]: 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-08T08:14:34.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:34.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:35.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:36.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:36.384 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:35 smithi094 ceph-mon[112176]: 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-08T08:14:36.384 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:35 smithi003 ceph-mon[96088]: 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-08T08:14:36.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:36.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:37.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:37.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:37 smithi003 ceph-mon[96088]: 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-08T08:14:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:37 smithi094 ceph-mon[112176]: 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-08T08:14:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:38.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:38.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:39.098 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:39 smithi003 ceph-mon[96088]: 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-08T08:14:39.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:39.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:39 smithi094 ceph-mon[112176]: 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-08T08:14:40.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:40.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:41 smithi003 ceph-mon[96088]: 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-08T08:14:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:14:41.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:41.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:41 smithi094 ceph-mon[112176]: 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-08T08:14:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:14:42.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:42.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:14:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:14:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:14:43.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:14:43.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:14:43.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:14:43.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:14:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:14:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:14:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:14:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:14:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:14:43.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:14:43.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:14:43.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:43.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:44.151 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:43 smithi094 ceph-mon[112176]: 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-08T08:14:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:43 smithi003 ceph-mon[96088]: 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-08T08:14:44.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:44.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:44 smithi094 ceph-mon[112176]: 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-08T08:14:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:44 smithi003 ceph-mon[96088]: 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-08T08:14:45.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:45.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:46.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:46.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:46 smithi094 ceph-mon[112176]: 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-08T08:14:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:46 smithi003 ceph-mon[96088]: 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-08T08:14:48.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:48.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:49.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:49.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:49 smithi094 ceph-mon[112176]: 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-08T08:14:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:49 smithi003 ceph-mon[96088]: 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-08T08:14:50.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:50.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:51.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:51.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:51 smithi003 ceph-mon[96088]: 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-08T08:14:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:51 smithi094 ceph-mon[112176]: 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-08T08:14:52.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:52.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:53.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:53.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:53 smithi094 ceph-mon[112176]: 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-08T08:14:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:53 smithi003 ceph-mon[96088]: 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-08T08:14:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:54.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:54.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:55.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:55.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:55 smithi003 ceph-mon[96088]: 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-08T08:14:56.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:56.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:55 smithi094 ceph-mon[112176]: 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-08T08:14:57.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:57.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:57 smithi003 ceph-mon[96088]: 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-08T08:14:58.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:58.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:57 smithi094 ceph-mon[112176]: 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-08T08:14:59.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:14:59.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:14:59 smithi003 ceph-mon[96088]: 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-08T08:15:00.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:00.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:14:59 smithi094 ceph-mon[112176]: 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-08T08:15:01.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:01.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:01 smithi003 ceph-mon[96088]: 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-08T08:15:02.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:02.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:01 smithi094 ceph-mon[112176]: 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-08T08:15:03.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:03.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:03 smithi003 ceph-mon[96088]: 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-08T08:15:04.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:04.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:03 smithi094 ceph-mon[112176]: 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-08T08:15:05.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:05.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:05 smithi003 ceph-mon[96088]: 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-08T08:15:06.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:06.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:05 smithi094 ceph-mon[112176]: 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-08T08:15:07.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:07.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:07 smithi003 ceph-mon[96088]: 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-08T08:15:08.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:08.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:07 smithi094 ceph-mon[112176]: 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-08T08:15:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:09.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:09.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:09 smithi003 ceph-mon[96088]: 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-08T08:15:10.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:10.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:09 smithi094 ceph-mon[112176]: 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-08T08:15:11.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:11.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:11 smithi003 ceph-mon[96088]: 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-08T08:15:12.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:12.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:11 smithi094 ceph-mon[112176]: 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-08T08:15:13.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:13.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:13 smithi003 ceph-mon[96088]: 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-08T08:15:14.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:14.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:13 smithi094 ceph-mon[112176]: 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-08T08:15:15.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:15.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:15 smithi003 ceph-mon[96088]: 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-08T08:15:16.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:16.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:15 smithi094 ceph-mon[112176]: 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-08T08:15:17.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:17.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:17 smithi003 ceph-mon[96088]: 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-08T08:15:18.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:18.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:17 smithi094 ceph-mon[112176]: 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-08T08:15:19.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:19.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:19 smithi094 ceph-mon[112176]: 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-08T08:15:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:19 smithi003 ceph-mon[96088]: 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-08T08:15:20.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:20.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:21.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:21.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:21 smithi003 ceph-mon[96088]: 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-08T08:15:22.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:22.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:21 smithi094 ceph-mon[112176]: 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-08T08:15:23.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:23.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:23 smithi003 ceph-mon[96088]: 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-08T08:15:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:24.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:24.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:23 smithi094 ceph-mon[112176]: 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-08T08:15:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:25.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:25.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:25 smithi003 ceph-mon[96088]: 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-08T08:15:26.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:26.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:25 smithi094 ceph-mon[112176]: 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-08T08:15:27.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:27.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:27 smithi003 ceph-mon[96088]: 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-08T08:15:28.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:28.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:27 smithi094 ceph-mon[112176]: 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-08T08:15:29.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:29.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:29.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:29 smithi094 ceph-mon[112176]: 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-08T08:15:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:29 smithi003 ceph-mon[96088]: 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-08T08:15:30.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:30.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:31.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:31.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:31 smithi003 ceph-mon[96088]: 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-08T08:15:32.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:32.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:31 smithi094 ceph-mon[112176]: 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-08T08:15:33.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:33.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:34.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:34.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:33 smithi094 ceph-mon[112176]: 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-08T08:15:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:33 smithi003 ceph-mon[96088]: 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-08T08:15:35.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:35.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:36.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:36.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:35 smithi094 ceph-mon[112176]: 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-08T08:15:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:35 smithi003 ceph-mon[96088]: 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-08T08:15:37.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:37.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:38.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:38.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:37 smithi094 ceph-mon[112176]: 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-08T08:15:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:37 smithi003 ceph-mon[96088]: 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-08T08:15:39.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:39.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:40.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:40.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:39 smithi094 ceph-mon[112176]: 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-08T08:15:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:39 smithi003 ceph-mon[96088]: 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-08T08:15:41.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:41.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:42.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:42.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:41 smithi094 ceph-mon[112176]: 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-08T08:15:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:41 smithi003 ceph-mon[96088]: 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-08T08:15:43.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:43.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:15:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:15:44.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:44.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:43 smithi094 ceph-mon[112176]: 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-08T08:15:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:15:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:15:44.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:15:44.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:15:44.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:15:44.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:43 smithi003 ceph-mon[96088]: 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-08T08:15:44.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:15:44.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:15:44.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:15:44.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:15:44.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:15:45.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:45.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:44 smithi094 ceph-mon[112176]: 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-08T08:15:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:44 smithi003 ceph-mon[96088]: 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-08T08:15:46.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:46.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:47.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:47.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:46 smithi094 ceph-mon[112176]: 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-08T08:15:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:46 smithi003 ceph-mon[96088]: 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-08T08:15:48.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:48.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:49.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:49.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:49 smithi003 ceph-mon[96088]: 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-08T08:15:50.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:50.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:49 smithi094 ceph-mon[112176]: 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-08T08:15:51.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:51.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:51 smithi003 ceph-mon[96088]: 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-08T08:15:52.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:52.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:51 smithi094 ceph-mon[112176]: 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-08T08:15:53.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:53.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:53 smithi003 ceph-mon[96088]: 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-08T08:15:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:54.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:54.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:53 smithi094 ceph-mon[112176]: 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-08T08:15:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:55.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:55.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:55 smithi003 ceph-mon[96088]: 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-08T08:15:56.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:56.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:55 smithi094 ceph-mon[112176]: 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-08T08:15:57.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:57.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:57 smithi003 ceph-mon[96088]: 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-08T08:15:58.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:58.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:57 smithi094 ceph-mon[112176]: 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-08T08:15:59.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:15:59.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:59.940 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:15:59 smithi094 ceph-mon[112176]: 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-08T08:15:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:15:59 smithi003 ceph-mon[96088]: 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-08T08:16:00.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:00.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:01.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:01.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:01 smithi003 ceph-mon[96088]: 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-08T08:16:02.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:02.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:01 smithi094 ceph-mon[112176]: 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-08T08:16:03.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:03.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:03.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:03 smithi003 ceph-mon[96088]: 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-08T08:16:04.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:04.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:03 smithi094 ceph-mon[112176]: 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-08T08:16:05.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:05.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:05 smithi003 ceph-mon[96088]: 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-08T08:16:06.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:06.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:05 smithi094 ceph-mon[112176]: 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-08T08:16:07.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:07.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:07 smithi003 ceph-mon[96088]: 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-08T08:16:08.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:08.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:07 smithi094 ceph-mon[112176]: 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-08T08:16:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:09.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:09.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:09 smithi003 ceph-mon[96088]: 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-08T08:16:10.045 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:09 smithi094 ceph-mon[112176]: 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-08T08:16:10.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:10.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:11.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:11.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:11 smithi003 ceph-mon[96088]: 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-08T08:16:12.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:12.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:11 smithi094 ceph-mon[112176]: 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-08T08:16:13.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:13.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:13 smithi003 ceph-mon[96088]: 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-08T08:16:14.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:14.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:13 smithi094 ceph-mon[112176]: 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-08T08:16:15.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:15.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:15 smithi003 ceph-mon[96088]: 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-08T08:16:16.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:16.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:15 smithi094 ceph-mon[112176]: 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-08T08:16:17.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:17.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:17 smithi003 ceph-mon[96088]: 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-08T08:16:18.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:18.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:17 smithi094 ceph-mon[112176]: 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-08T08:16:19.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:19.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:19 smithi003 ceph-mon[96088]: 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-08T08:16:20.149 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:19 smithi094 ceph-mon[112176]: 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-08T08:16:20.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:20.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:21.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:21.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:21 smithi003 ceph-mon[96088]: 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-08T08:16:22.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:22.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:21 smithi094 ceph-mon[112176]: 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-08T08:16:23.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:23.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:23 smithi003 ceph-mon[96088]: 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-08T08:16:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:24.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:24.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:23 smithi094 ceph-mon[112176]: 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-08T08:16:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:25.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:25.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:25 smithi003 ceph-mon[96088]: 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-08T08:16:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:25 smithi094 ceph-mon[112176]: 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-08T08:16:26.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:26.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:27.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:27.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:27 smithi003 ceph-mon[96088]: 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-08T08:16:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:27 smithi094 ceph-mon[112176]: 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-08T08:16:28.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:28.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:29.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:29.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:29 smithi094 ceph-mon[112176]: 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-08T08:16:30.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:30.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:29 smithi003 ceph-mon[96088]: 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-08T08:16:31.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:31.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:31 smithi094 ceph-mon[112176]: 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-08T08:16:32.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:32.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:31 smithi003 ceph-mon[96088]: 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-08T08:16:33.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:33.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:33 smithi094 ceph-mon[112176]: 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-08T08:16:34.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:34.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:33 smithi003 ceph-mon[96088]: 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-08T08:16:35.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:35.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:35 smithi094 ceph-mon[112176]: 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-08T08:16:36.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:36.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:35 smithi003 ceph-mon[96088]: 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-08T08:16:37.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:37.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:37 smithi003 ceph-mon[96088]: 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-08T08:16:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:37 smithi094 ceph-mon[112176]: 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-08T08:16:38.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:38.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:39.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:39.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:39 smithi094 ceph-mon[112176]: 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-08T08:16:40.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:40.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:39 smithi003 ceph-mon[96088]: 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-08T08:16:41.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:41.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:41 smithi094 ceph-mon[112176]: 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-08T08:16:42.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:42.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:41 smithi003 ceph-mon[96088]: 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-08T08:16:43.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:43.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:43 smithi094 ceph-mon[112176]: 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-08T08:16:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:16:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:16:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:16:44.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:44.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:43 smithi003 ceph-mon[96088]: 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-08T08:16:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:16:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:16:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:16:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:16:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:16:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:16:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:16:45.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:16:45.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:45.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:16:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:16:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:16:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:16:45.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:16:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:45 smithi094 ceph-mon[112176]: 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-08T08:16:46.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:46.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:45 smithi003 ceph-mon[96088]: 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-08T08:16:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:46 smithi094 ceph-mon[112176]: 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-08T08:16:47.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:47.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:46 smithi003 ceph-mon[96088]: 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-08T08:16:48.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:48.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:49.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:49.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:49 smithi003 ceph-mon[96088]: 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-08T08:16:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:49 smithi094 ceph-mon[112176]: 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-08T08:16:50.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:50.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:51.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:51.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:51 smithi003 ceph-mon[96088]: 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-08T08:16:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:51 smithi094 ceph-mon[112176]: 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-08T08:16:52.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:52.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:53.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:53.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:53 smithi003 ceph-mon[96088]: 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-08T08:16:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:53 smithi094 ceph-mon[112176]: 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-08T08:16:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:54.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:54.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:55.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:55.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:55 smithi094 ceph-mon[112176]: 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-08T08:16:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:55 smithi003 ceph-mon[96088]: 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-08T08:16:56.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:56.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:57.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:57.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:57 smithi003 ceph-mon[96088]: 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-08T08:16:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:57 smithi094 ceph-mon[112176]: 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-08T08:16:58.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:58.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:59.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:16:59.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:16:59 smithi003 ceph-mon[96088]: 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-08T08:17:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:16:59 smithi094 ceph-mon[112176]: 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-08T08:17:00.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:00.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:01.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:01.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:01 smithi003 ceph-mon[96088]: 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-08T08:17:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:01 smithi094 ceph-mon[112176]: 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-08T08:17:02.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:02.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:03.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:03.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:03 smithi003 ceph-mon[96088]: 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-08T08:17:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:03 smithi094 ceph-mon[112176]: 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-08T08:17:04.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:04.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:05.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:05.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:05 smithi094 ceph-mon[112176]: 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-08T08:17:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:05 smithi003 ceph-mon[96088]: 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-08T08:17:06.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:06.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:07.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:07.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:07 smithi003 ceph-mon[96088]: 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-08T08:17:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:07 smithi094 ceph-mon[112176]: 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-08T08:17:08.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:08.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:09.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:09.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:09 smithi003 ceph-mon[96088]: 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-08T08:17:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:09 smithi094 ceph-mon[112176]: 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-08T08:17:10.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:10.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:11.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:11.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:11 smithi003 ceph-mon[96088]: 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-08T08:17:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:11 smithi094 ceph-mon[112176]: 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-08T08:17:12.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:12.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:13.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:13.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:13 smithi003 ceph-mon[96088]: 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-08T08:17:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:13 smithi094 ceph-mon[112176]: 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-08T08:17:14.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:14.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:15.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:15.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:15 smithi003 ceph-mon[96088]: 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-08T08:17:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:15 smithi094 ceph-mon[112176]: 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-08T08:17:16.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:16.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:17.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:17.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:17 smithi003 ceph-mon[96088]: 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-08T08:17:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:17 smithi094 ceph-mon[112176]: 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-08T08:17:18.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:18.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:19.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:19.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:19 smithi003 ceph-mon[96088]: 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-08T08:17:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:19 smithi094 ceph-mon[112176]: 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-08T08:17:20.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:20.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:21.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:21.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:21 smithi094 ceph-mon[112176]: 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-08T08:17:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:21 smithi003 ceph-mon[96088]: 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-08T08:17:22.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:22.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:23.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:23.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:23 smithi094 ceph-mon[112176]: 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-08T08:17:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:23 smithi003 ceph-mon[96088]: 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-08T08:17:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:24.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:24.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:25.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:25.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:25 smithi094 ceph-mon[112176]: 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-08T08:17:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:25 smithi003 ceph-mon[96088]: 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-08T08:17:26.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:26.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:27.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:27.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:27 smithi094 ceph-mon[112176]: 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-08T08:17:28.183 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:27 smithi003 ceph-mon[96088]: 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-08T08:17:28.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:28.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:29.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:29.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:29 smithi094 ceph-mon[112176]: 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-08T08:17:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:29 smithi003 ceph-mon[96088]: 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-08T08:17:30.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:30.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:31.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:31.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:31 smithi094 ceph-mon[112176]: 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-08T08:17:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:31 smithi003 ceph-mon[96088]: 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-08T08:17:32.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:32.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:33.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:33.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:33 smithi094 ceph-mon[112176]: 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-08T08:17:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:33 smithi003 ceph-mon[96088]: 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-08T08:17:34.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:34.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:35.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:35.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:35 smithi094 ceph-mon[112176]: 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-08T08:17:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:35 smithi003 ceph-mon[96088]: 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-08T08:17:36.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:36.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:37.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:37.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:37 smithi094 ceph-mon[112176]: 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-08T08:17:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:37 smithi003 ceph-mon[96088]: 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-08T08:17:38.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:38.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:39.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:39.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:39 smithi094 ceph-mon[112176]: 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-08T08:17:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:39 smithi003 ceph-mon[96088]: 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-08T08:17:40.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:40.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:41.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:41.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:41 smithi094 ceph-mon[112176]: 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-08T08:17:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:41 smithi003 ceph-mon[96088]: 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-08T08:17:42.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:42.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:43.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:43.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:43 smithi094 ceph-mon[112176]: 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-08T08:17:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:43 smithi003 ceph-mon[96088]: 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-08T08:17:44.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:44.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:17:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:17:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:17:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:17:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:17:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:17:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:17:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:17:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:17:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:17:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:17:45.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:17:45.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:45.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:46.046 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:45 smithi094 ceph-mon[112176]: 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-08T08:17:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:45 smithi003 ceph-mon[96088]: 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-08T08:17:46.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:46.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:46 smithi094 ceph-mon[112176]: 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-08T08:17:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:46 smithi003 ceph-mon[96088]: 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-08T08:17:47.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:47.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:48.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:48.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:49.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:49.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:49 smithi003 ceph-mon[96088]: 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-08T08:17:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:49 smithi094 ceph-mon[112176]: 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-08T08:17:50.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:50.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:51.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:51.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:51 smithi003 ceph-mon[96088]: 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-08T08:17:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:51 smithi094 ceph-mon[112176]: 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-08T08:17:52.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:52.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:53.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:53.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:53 smithi003 ceph-mon[96088]: 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-08T08:17:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:53 smithi094 ceph-mon[112176]: 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-08T08:17:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:54.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:54.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:55.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:55.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:55 smithi003 ceph-mon[96088]: 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-08T08:17:56.151 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:55 smithi094 ceph-mon[112176]: 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-08T08:17:56.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:56.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:57.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:57.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:57 smithi003 ceph-mon[96088]: 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-08T08:17:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:57 smithi094 ceph-mon[112176]: 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-08T08:17:58.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:58.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:59.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:17:59.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:17:59 smithi003 ceph-mon[96088]: 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-08T08:18:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:17:59 smithi094 ceph-mon[112176]: 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-08T08:18:00.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:00.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:01.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:01.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:01 smithi003 ceph-mon[96088]: 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-08T08:18:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:01 smithi094 ceph-mon[112176]: 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-08T08:18:02.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:02.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:03.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:03.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:03 smithi003 ceph-mon[96088]: 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-08T08:18:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:03 smithi094 ceph-mon[112176]: 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-08T08:18:04.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:04.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:05.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:05.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:05 smithi003 ceph-mon[96088]: 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-08T08:18:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:05 smithi094 ceph-mon[112176]: 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-08T08:18:06.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:06.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:07.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:07.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:07 smithi003 ceph-mon[96088]: 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-08T08:18:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:07 smithi094 ceph-mon[112176]: 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-08T08:18:08.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:08.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:09.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:09.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:09 smithi094 ceph-mon[112176]: 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-08T08:18:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:09 smithi003 ceph-mon[96088]: 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-08T08:18:10.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:10.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:11.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:11.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:11 smithi094 ceph-mon[112176]: 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-08T08:18:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:11 smithi003 ceph-mon[96088]: 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-08T08:18:12.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:12.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:13.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:13.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:13 smithi003 ceph-mon[96088]: 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-08T08:18:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:13 smithi094 ceph-mon[112176]: 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-08T08:18:14.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:14.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:15.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:15.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:15 smithi094 ceph-mon[112176]: 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-08T08:18:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:15 smithi003 ceph-mon[96088]: 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-08T08:18:16.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:16.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:17.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:17.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:17 smithi094 ceph-mon[112176]: 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-08T08:18:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:17 smithi003 ceph-mon[96088]: 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-08T08:18:18.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:18.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:19.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:19.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:19 smithi094 ceph-mon[112176]: 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-08T08:18:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:19 smithi003 ceph-mon[96088]: 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-08T08:18:20.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:20.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:21.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:21.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:21 smithi094 ceph-mon[112176]: 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-08T08:18:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:21 smithi003 ceph-mon[96088]: 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-08T08:18:22.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:22.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:23.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:23.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:23 smithi094 ceph-mon[112176]: 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-08T08:18:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:23 smithi003 ceph-mon[96088]: 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-08T08:18:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:24.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:24.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:25.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:25.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:25 smithi094 ceph-mon[112176]: 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-08T08:18:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:25 smithi003 ceph-mon[96088]: 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-08T08:18:26.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:26.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:27.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:27.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:27 smithi094 ceph-mon[112176]: 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-08T08:18:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:27 smithi003 ceph-mon[96088]: 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-08T08:18:28.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:28.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:29.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:29.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:29 smithi094 ceph-mon[112176]: 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-08T08:18:30.206 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:29 smithi003 ceph-mon[96088]: 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-08T08:18:30.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:30.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:31.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:31.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:31 smithi094 ceph-mon[112176]: 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-08T08:18:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:31 smithi003 ceph-mon[96088]: 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-08T08:18:32.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:32.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:33.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:33.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:33 smithi094 ceph-mon[112176]: 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-08T08:18:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:33 smithi003 ceph-mon[96088]: 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-08T08:18:34.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:34.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:35.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:35.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:35 smithi094 ceph-mon[112176]: 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-08T08:18:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:35 smithi003 ceph-mon[96088]: 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-08T08:18:36.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:36.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:37.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:37.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:37 smithi094 ceph-mon[112176]: 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-08T08:18:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:37 smithi003 ceph-mon[96088]: 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-08T08:18:38.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:38.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:39.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:39.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:39 smithi094 ceph-mon[112176]: 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-08T08:18:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:39 smithi003 ceph-mon[96088]: 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-08T08:18:40.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:40.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:40 smithi094 ceph-mon[112176]: 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-08T08:18:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:40 smithi003 ceph-mon[96088]: 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-08T08:18:41.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:41.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:42.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:42.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:43.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:43.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:43 smithi003 ceph-mon[96088]: 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-08T08:18:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:43 smithi094 ceph-mon[112176]: 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-08T08:18:44.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:44.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:18:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:18:45.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:45.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: 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-08T08:18:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:18:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:18:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:18:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:18:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:18:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:18:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:18:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:18:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:18:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:18:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: 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-08T08:18:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:18:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:18:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:18:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:18:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:18:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:18:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:18:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:18:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:18:46.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:18:46.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:46.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:46 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1625M 2023-10-08T08:18:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:46 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1625M 2023-10-08T08:18:47.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:47.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:47 smithi003 ceph-mon[96088]: 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-08T08:18:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:47 smithi094 ceph-mon[112176]: 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-08T08:18:48.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:48.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:49.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:49.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:49 smithi003 ceph-mon[96088]: 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-08T08:18:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:49 smithi094 ceph-mon[112176]: 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-08T08:18:50.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:50.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:51.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:51.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:51 smithi003 ceph-mon[96088]: 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-08T08:18:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:51 smithi094 ceph-mon[112176]: 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-08T08:18:52.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:52.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:53.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:53.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:53 smithi003 ceph-mon[96088]: 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-08T08:18:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:53 smithi094 ceph-mon[112176]: 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-08T08:18:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:54.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:54.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:55.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:55.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:55 smithi094 ceph-mon[112176]: 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-08T08:18:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:55 smithi003 ceph-mon[96088]: 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-08T08:18:56.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:56.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:57.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:57.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:57 smithi094 ceph-mon[112176]: 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-08T08:18:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:57 smithi003 ceph-mon[96088]: 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-08T08:18:58.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:58.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:59.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:18:59.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:18:59 smithi094 ceph-mon[112176]: 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-08T08:19:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:18:59 smithi003 ceph-mon[96088]: 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-08T08:19:00.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:00.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:01.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:01.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:01 smithi094 ceph-mon[112176]: 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-08T08:19:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:01 smithi003 ceph-mon[96088]: 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-08T08:19:02.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:02.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:03.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:03.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:03 smithi094 ceph-mon[112176]: 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-08T08:19:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:03 smithi003 ceph-mon[96088]: 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-08T08:19:04.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:04.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:05.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:05.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:05 smithi094 ceph-mon[112176]: 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-08T08:19:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:05 smithi003 ceph-mon[96088]: 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-08T08:19:06.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:06.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:07.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:07.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:07 smithi094 ceph-mon[112176]: 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-08T08:19:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:07 smithi003 ceph-mon[96088]: 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-08T08:19:08.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:08.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:09.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:09.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:09 smithi094 ceph-mon[112176]: 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-08T08:19:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:09 smithi003 ceph-mon[96088]: 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-08T08:19:10.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:10.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:11.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:11.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:11 smithi094 ceph-mon[112176]: 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-08T08:19:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:11 smithi003 ceph-mon[96088]: 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-08T08:19:12.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:12.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:13.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:13.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:13 smithi094 ceph-mon[112176]: 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-08T08:19:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:13 smithi003 ceph-mon[96088]: 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-08T08:19:14.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:14.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:15.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:15.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:15 smithi094 ceph-mon[112176]: 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-08T08:19:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:15 smithi003 ceph-mon[96088]: 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-08T08:19:16.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:16.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:17.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:17.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:17 smithi094 ceph-mon[112176]: 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-08T08:19:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:17 smithi003 ceph-mon[96088]: 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-08T08:19:18.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:18.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:19.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:19.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:19 smithi094 ceph-mon[112176]: 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-08T08:19:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:19 smithi003 ceph-mon[96088]: 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-08T08:19:20.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:20.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:21.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:21.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:22.043 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:21 smithi094 ceph-mon[112176]: 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-08T08:19:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:21 smithi003 ceph-mon[96088]: 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-08T08:19:22.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:22.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:23.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:23.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:23 smithi094 ceph-mon[112176]: 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-08T08:19:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:23 smithi003 ceph-mon[96088]: 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-08T08:19:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:24.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:24.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:25.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:25.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:25 smithi094 ceph-mon[112176]: 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-08T08:19:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:25 smithi003 ceph-mon[96088]: 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-08T08:19:26.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:26.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:27.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:27.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:28.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:27 smithi094 ceph-mon[112176]: 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-08T08:19:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:27 smithi003 ceph-mon[96088]: 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-08T08:19:28.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:28.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:29.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:29.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:29 smithi003 ceph-mon[96088]: 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-08T08:19:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:29 smithi094 ceph-mon[112176]: 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-08T08:19:30.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:30.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:31.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:31.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:32.148 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:31 smithi094 ceph-mon[112176]: 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-08T08:19:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:31 smithi003 ceph-mon[96088]: 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-08T08:19:32.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:32.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:33.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:33.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:33 smithi003 ceph-mon[96088]: 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-08T08:19:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:33 smithi094 ceph-mon[112176]: 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-08T08:19:34.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:34.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:35.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:35.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:35 smithi003 ceph-mon[96088]: 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-08T08:19:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:35 smithi094 ceph-mon[112176]: 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-08T08:19:36.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:36.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:37.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:37.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:37 smithi003 ceph-mon[96088]: 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-08T08:19:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:37 smithi094 ceph-mon[112176]: 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-08T08:19:38.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:38.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:39 smithi003 ceph-mon[96088]: 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-08T08:19:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:39 smithi094 ceph-mon[112176]: 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-08T08:19:40.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:40.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:41.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:41.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:41 smithi003 ceph-mon[96088]: 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-08T08:19:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:41 smithi094 ceph-mon[112176]: 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-08T08:19:42.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:42.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:43.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:43.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:43 smithi094 ceph-mon[112176]: 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-08T08:19:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:43 smithi003 ceph-mon[96088]: 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-08T08:19:44.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:44.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:45.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:45.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:45 smithi094 ceph-mon[112176]: 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-08T08:19:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:19:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:19:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:19:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:19:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:19:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:45 smithi003 ceph-mon[96088]: 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-08T08:19:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:19:46.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:19:46.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:19:46.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:19:46.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:19:46.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:46.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:19:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:19:47.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:47.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:47 smithi094 ceph-mon[112176]: 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-08T08:19:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:47 smithi003 ceph-mon[96088]: 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-08T08:19:48.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:48.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:49.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:49.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:49 smithi094 ceph-mon[112176]: 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-08T08:19:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:49 smithi003 ceph-mon[96088]: 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-08T08:19:50.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:50.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:51.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:51.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:51 smithi094 ceph-mon[112176]: 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-08T08:19:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:51 smithi003 ceph-mon[96088]: 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-08T08:19:52.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:52.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:53.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:53.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:53 smithi094 ceph-mon[112176]: 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-08T08:19:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:53 smithi003 ceph-mon[96088]: 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-08T08:19:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:54.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:54.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:55.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:55.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:55 smithi094 ceph-mon[112176]: 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-08T08:19:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:55 smithi003 ceph-mon[96088]: 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-08T08:19:56.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:56.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:57.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:57.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:57 smithi094 ceph-mon[112176]: 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-08T08:19:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:57 smithi003 ceph-mon[96088]: 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-08T08:19:58.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:58.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:59.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:19:59.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:19:59 smithi094 ceph-mon[112176]: 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-08T08:20:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:19:59 smithi003 ceph-mon[96088]: 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-08T08:20:00.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:00.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T08:20:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T08:20:01.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:01.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:01 smithi094 ceph-mon[112176]: 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-08T08:20:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:01 smithi003 ceph-mon[96088]: 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-08T08:20:02.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:02.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:03.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:03.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:03 smithi094 ceph-mon[112176]: 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-08T08:20:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:03 smithi003 ceph-mon[96088]: 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-08T08:20:04.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:04.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:05.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:05.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:05 smithi094 ceph-mon[112176]: 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-08T08:20:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:05 smithi003 ceph-mon[96088]: 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-08T08:20:06.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:06.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:07.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:07.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:07 smithi094 ceph-mon[112176]: 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-08T08:20:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:07 smithi003 ceph-mon[96088]: 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-08T08:20:08.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:08.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:09.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:09.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:09 smithi094 ceph-mon[112176]: 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-08T08:20:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:09 smithi003 ceph-mon[96088]: 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-08T08:20:10.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:10.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:11.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:11.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:11 smithi094 ceph-mon[112176]: 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-08T08:20:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:11 smithi003 ceph-mon[96088]: 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-08T08:20:12.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:12.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:13.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:13.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:13 smithi094 ceph-mon[112176]: 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-08T08:20:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:13 smithi003 ceph-mon[96088]: 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-08T08:20:14.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:14.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:15.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:15.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:15 smithi094 ceph-mon[112176]: 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-08T08:20:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:15 smithi003 ceph-mon[96088]: 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-08T08:20:16.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:16.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:17.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:17.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:17 smithi094 ceph-mon[112176]: 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-08T08:20:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:17 smithi003 ceph-mon[96088]: 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-08T08:20:18.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:18.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:18 smithi094 ceph-mon[112176]: 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-08T08:20:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:18 smithi003 ceph-mon[96088]: 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-08T08:20:19.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:19.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:20.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:20.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:20 smithi003 ceph-mon[96088]: 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-08T08:20:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:20 smithi094 ceph-mon[112176]: 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-08T08:20:21.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:21.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:22.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:22.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:23.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:23.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:23 smithi003 ceph-mon[96088]: 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-08T08:20:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:23 smithi094 ceph-mon[112176]: 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-08T08:20:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:24.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:24.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:25.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:25.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:25 smithi003 ceph-mon[96088]: 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-08T08:20:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:25 smithi094 ceph-mon[112176]: 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-08T08:20:26.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:26.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:27.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:27.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:27 smithi003 ceph-mon[96088]: 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-08T08:20:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:27 smithi094 ceph-mon[112176]: 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-08T08:20:28.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:28.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:29.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:29.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:29 smithi094 ceph-mon[112176]: 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-08T08:20:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:29 smithi003 ceph-mon[96088]: 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-08T08:20:30.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:30.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:31.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:31.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:31 smithi094 ceph-mon[112176]: 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-08T08:20:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:31 smithi003 ceph-mon[96088]: 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-08T08:20:32.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:32.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:33.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:33.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:33 smithi094 ceph-mon[112176]: 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-08T08:20:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:33 smithi003 ceph-mon[96088]: 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-08T08:20:34.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:34.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:35.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:35.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:35 smithi094 ceph-mon[112176]: 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-08T08:20:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:35 smithi003 ceph-mon[96088]: 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-08T08:20:36.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:36.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:37.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:37.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:37 smithi094 ceph-mon[112176]: 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-08T08:20:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:37 smithi003 ceph-mon[96088]: 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-08T08:20:38.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:38.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:39.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:39.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:39 smithi094 ceph-mon[112176]: 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-08T08:20:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:39 smithi003 ceph-mon[96088]: 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-08T08:20:40.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:40.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:41.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:41.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:41 smithi094 ceph-mon[112176]: 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-08T08:20:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:41 smithi003 ceph-mon[96088]: 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-08T08:20:42.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:42.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:43.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:43.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:43 smithi094 ceph-mon[112176]: 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-08T08:20:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:43 smithi003 ceph-mon[96088]: 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-08T08:20:44.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:44.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:45.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:45.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:45 smithi094 ceph-mon[112176]: 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-08T08:20:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:45 smithi003 ceph-mon[96088]: 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-08T08:20:46.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:46.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:20:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:20:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:20:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:20:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:20:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:20:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:20:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:20:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:20:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:20:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:20:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:20:47.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:47.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:47 smithi094 ceph-mon[112176]: 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-08T08:20:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:47 smithi003 ceph-mon[96088]: 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-08T08:20:48.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:48.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:49.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:49.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:49 smithi094 ceph-mon[112176]: 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-08T08:20:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:49 smithi003 ceph-mon[96088]: 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-08T08:20:50.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:50.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:51.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:51.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:51 smithi094 ceph-mon[112176]: 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-08T08:20:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:51 smithi003 ceph-mon[96088]: 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-08T08:20:52.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:52.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:53.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:53.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:53 smithi094 ceph-mon[112176]: 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-08T08:20:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:53 smithi003 ceph-mon[96088]: 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-08T08:20:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:54.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:54.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:55.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:55.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:55 smithi003 ceph-mon[96088]: 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-08T08:20:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:55 smithi094 ceph-mon[112176]: 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-08T08:20:56.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:56.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:57.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:57.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:58.044 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:57 smithi094 ceph-mon[112176]: 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-08T08:20:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:57 smithi003 ceph-mon[96088]: 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-08T08:20:58.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:58.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:59.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:20:59.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:20:59 smithi094 ceph-mon[112176]: 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-08T08:21:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:20:59 smithi003 ceph-mon[96088]: 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-08T08:21:00.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:00.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:01.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:01.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:01 smithi094 ceph-mon[112176]: 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-08T08:21:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:01 smithi003 ceph-mon[96088]: 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-08T08:21:02.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:02.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:03.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:03.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:03 smithi094 ceph-mon[112176]: 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-08T08:21:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:03 smithi003 ceph-mon[96088]: 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-08T08:21:04.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:04.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:05.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:05.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:05 smithi003 ceph-mon[96088]: 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-08T08:21:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:05 smithi094 ceph-mon[112176]: 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-08T08:21:06.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:06.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:07.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:07.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:08.149 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:07 smithi094 ceph-mon[112176]: 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-08T08:21:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:07 smithi003 ceph-mon[96088]: 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-08T08:21:08.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:08.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:09.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:09.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:09 smithi094 ceph-mon[112176]: 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-08T08:21:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:09 smithi003 ceph-mon[96088]: 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-08T08:21:10.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:10.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:11.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:11.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:11 smithi094 ceph-mon[112176]: 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-08T08:21:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:11 smithi003 ceph-mon[96088]: 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-08T08:21:12.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:12.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:13.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:13.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:13 smithi094 ceph-mon[112176]: 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-08T08:21:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:13 smithi003 ceph-mon[96088]: 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-08T08:21:14.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:14.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:15.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:15.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:15 smithi094 ceph-mon[112176]: 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-08T08:21:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:15 smithi003 ceph-mon[96088]: 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-08T08:21:16.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:16.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:17.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:17.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:17 smithi094 ceph-mon[112176]: 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-08T08:21:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:17 smithi003 ceph-mon[96088]: 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-08T08:21:18.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:18.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:19.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:19.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:19 smithi094 ceph-mon[112176]: 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-08T08:21:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:19 smithi003 ceph-mon[96088]: 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-08T08:21:20.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:20.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:21.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:21.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:21 smithi094 ceph-mon[112176]: 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-08T08:21:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:21 smithi003 ceph-mon[96088]: 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-08T08:21:22.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:22.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:23.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:23.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:23 smithi094 ceph-mon[112176]: 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-08T08:21:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:23 smithi003 ceph-mon[96088]: 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-08T08:21:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:24.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:24.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:25.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:25.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:25 smithi094 ceph-mon[112176]: 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-08T08:21:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:25 smithi003 ceph-mon[96088]: 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-08T08:21:26.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:26.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:27.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:27.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:27 smithi094 ceph-mon[112176]: 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-08T08:21:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:27 smithi003 ceph-mon[96088]: 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-08T08:21:28.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:28.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:29.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:29.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:29 smithi094 ceph-mon[112176]: 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-08T08:21:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:29 smithi003 ceph-mon[96088]: 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-08T08:21:30.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:30.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:31.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:31.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:31 smithi094 ceph-mon[112176]: 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-08T08:21:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:31 smithi003 ceph-mon[96088]: 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-08T08:21:32.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:32.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:33.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:33.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:33 smithi094 ceph-mon[112176]: 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-08T08:21:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:33 smithi003 ceph-mon[96088]: 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-08T08:21:34.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:34.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:35.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:35.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:35 smithi094 ceph-mon[112176]: 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-08T08:21:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:35 smithi003 ceph-mon[96088]: 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-08T08:21:36.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:36.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:37.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:37.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:37 smithi094 ceph-mon[112176]: 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-08T08:21:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:37 smithi003 ceph-mon[96088]: 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-08T08:21:38.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:38.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:39.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:39.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:39 smithi094 ceph-mon[112176]: 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-08T08:21:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:39 smithi003 ceph-mon[96088]: 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-08T08:21:40.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:40.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:41.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:41.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:41 smithi094 ceph-mon[112176]: 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-08T08:21:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:41 smithi003 ceph-mon[96088]: 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-08T08:21:42.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:42.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:43.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:43.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:43 smithi094 ceph-mon[112176]: 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-08T08:21:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:43 smithi003 ceph-mon[96088]: 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-08T08:21:44.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:44.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:45.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:45.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:46.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:45 smithi003 ceph-mon[96088]: 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-08T08:21:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:45 smithi094 ceph-mon[112176]: 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-08T08:21:46.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:46.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:21:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:21:47.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:47.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:47 smithi094 ceph-mon[112176]: 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-08T08:21:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:47 smithi003 ceph-mon[96088]: 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-08T08:21:48.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:48.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:49.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:49.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:49 smithi094 ceph-mon[112176]: 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-08T08:21:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:21:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:21:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:21:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:21:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:21:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:21:50.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:21:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:49 smithi003 ceph-mon[96088]: 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-08T08:21:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:21:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:21:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:21:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:21:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:21:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:21:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:21:50.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:50.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:50 smithi094 ceph-mon[112176]: 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-08T08:21:51.168 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:50 smithi003 ceph-mon[96088]: 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-08T08:21:51.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:51.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:52.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:52.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:53.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:53.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:53 smithi094 ceph-mon[112176]: 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-08T08:21:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:53 smithi003 ceph-mon[96088]: 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-08T08:21:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:54.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:54.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:55.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:55.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:55 smithi094 ceph-mon[112176]: 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-08T08:21:56.225 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:55 smithi003 ceph-mon[96088]: 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-08T08:21:56.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:56.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:57.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:57.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:57 smithi094 ceph-mon[112176]: 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-08T08:21:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:57 smithi003 ceph-mon[96088]: 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-08T08:21:58.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:58.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:59.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:21:59.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:21:59 smithi094 ceph-mon[112176]: 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-08T08:22:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:21:59 smithi003 ceph-mon[96088]: 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-08T08:22:00.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:00.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:01.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:01.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:01 smithi094 ceph-mon[112176]: 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-08T08:22:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:01 smithi003 ceph-mon[96088]: 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-08T08:22:02.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:02.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:03.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:03.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:03 smithi094 ceph-mon[112176]: 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-08T08:22:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:03 smithi003 ceph-mon[96088]: 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-08T08:22:04.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:04.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:05.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:05.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:05 smithi094 ceph-mon[112176]: 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-08T08:22:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:05 smithi003 ceph-mon[96088]: 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-08T08:22:06.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:06.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:07.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:07.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:07 smithi094 ceph-mon[112176]: 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-08T08:22:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:07 smithi003 ceph-mon[96088]: 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-08T08:22:08.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:08.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:09.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:09.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:09 smithi094 ceph-mon[112176]: 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-08T08:22:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:09 smithi003 ceph-mon[96088]: 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-08T08:22:10.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:10.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:11.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:11.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:11 smithi094 ceph-mon[112176]: 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-08T08:22:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:11 smithi003 ceph-mon[96088]: 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-08T08:22:12.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:12.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:13.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:13.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:13 smithi094 ceph-mon[112176]: 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-08T08:22:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:13 smithi003 ceph-mon[96088]: 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-08T08:22:14.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:14.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:15.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:15.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:15 smithi094 ceph-mon[112176]: 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-08T08:22:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:15 smithi003 ceph-mon[96088]: 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-08T08:22:16.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:16.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:17.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:17.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:17 smithi094 ceph-mon[112176]: 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-08T08:22:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:17 smithi003 ceph-mon[96088]: 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-08T08:22:18.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:18.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:19.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:19.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:19 smithi094 ceph-mon[112176]: 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-08T08:22:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:19 smithi003 ceph-mon[96088]: 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-08T08:22:20.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:20.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:21.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:21.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:21 smithi094 ceph-mon[112176]: 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-08T08:22:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:21 smithi003 ceph-mon[96088]: 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-08T08:22:22.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:22.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:23.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:23.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:23 smithi094 ceph-mon[112176]: 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-08T08:22:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:23 smithi003 ceph-mon[96088]: 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-08T08:22:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:24.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:24.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:25.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:25.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:25 smithi094 ceph-mon[112176]: 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-08T08:22:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:25 smithi003 ceph-mon[96088]: 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-08T08:22:26.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:26.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:27.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:27.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:27 smithi094 ceph-mon[112176]: 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-08T08:22:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:27 smithi003 ceph-mon[96088]: 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-08T08:22:28.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:28.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:29.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:29.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:29 smithi094 ceph-mon[112176]: 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-08T08:22:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:29 smithi003 ceph-mon[96088]: 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-08T08:22:30.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:30.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:31.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:31.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:31 smithi003 ceph-mon[96088]: 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-08T08:22:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:31 smithi094 ceph-mon[112176]: 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-08T08:22:32.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:32.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:33.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:33.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:33 smithi094 ceph-mon[112176]: 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-08T08:22:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:33 smithi003 ceph-mon[96088]: 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-08T08:22:34.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:34.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:35.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:35.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:35 smithi094 ceph-mon[112176]: 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-08T08:22:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:35 smithi003 ceph-mon[96088]: 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-08T08:22:36.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:36.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:37.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:37.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:37 smithi094 ceph-mon[112176]: 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-08T08:22:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:37 smithi003 ceph-mon[96088]: 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-08T08:22:38.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:38.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:39.093 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:39.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:39.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:39 smithi094 ceph-mon[112176]: 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-08T08:22:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:39 smithi003 ceph-mon[96088]: 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-08T08:22:40.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:40.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:40 smithi094 ceph-mon[112176]: 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-08T08:22:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:40 smithi003 ceph-mon[96088]: 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-08T08:22:41.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:41.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:42.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:42.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:43.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:43.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:44.146 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:43 smithi094 ceph-mon[112176]: 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-08T08:22:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:43 smithi003 ceph-mon[96088]: 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-08T08:22:44.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:44.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:45.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:45.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:45 smithi094 ceph-mon[112176]: 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-08T08:22:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:45 smithi003 ceph-mon[96088]: 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-08T08:22:46.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:46.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:47.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:47.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:47 smithi094 ceph-mon[112176]: 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-08T08:22:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:47 smithi003 ceph-mon[96088]: 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-08T08:22:48.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:48.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:49.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:49.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:49 smithi094 ceph-mon[112176]: 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-08T08:22:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:49 smithi003 ceph-mon[96088]: 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-08T08:22:50.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:50.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:22:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:22:51.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:22:51.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:22:51.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:22:51.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:22:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:22:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:22:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:22:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:22:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:22:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:22:51.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:51.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:51 smithi094 ceph-mon[112176]: 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-08T08:22:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:51 smithi003 ceph-mon[96088]: 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-08T08:22:52.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:52.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:53.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:53.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:53 smithi094 ceph-mon[112176]: 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-08T08:22:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:53 smithi003 ceph-mon[96088]: 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-08T08:22:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:54.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:54.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:55.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:55.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:55 smithi094 ceph-mon[112176]: 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-08T08:22:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:55 smithi003 ceph-mon[96088]: 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-08T08:22:56.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:56.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:57.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:57.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:57 smithi094 ceph-mon[112176]: 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-08T08:22:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:57 smithi003 ceph-mon[96088]: 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-08T08:22:58.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:58.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:59.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:22:59.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:22:59 smithi094 ceph-mon[112176]: 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-08T08:23:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:22:59 smithi003 ceph-mon[96088]: 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-08T08:23:00.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:00.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:01.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:01.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:01 smithi094 ceph-mon[112176]: 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-08T08:23:02.272 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:01 smithi003 ceph-mon[96088]: 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-08T08:23:02.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:02.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:03.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:03.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:03 smithi094 ceph-mon[112176]: 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-08T08:23:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:03 smithi003 ceph-mon[96088]: 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-08T08:23:04.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:04.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:05.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:05.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:05 smithi094 ceph-mon[112176]: 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-08T08:23:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:05 smithi003 ceph-mon[96088]: 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-08T08:23:06.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:06.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:07.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:07.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:07 smithi094 ceph-mon[112176]: 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-08T08:23:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:07 smithi003 ceph-mon[96088]: 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-08T08:23:08.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:08.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:09.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:09.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:09 smithi094 ceph-mon[112176]: 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-08T08:23:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:09 smithi003 ceph-mon[96088]: 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-08T08:23:10.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:10.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:11.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:11.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:12.082 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:11 smithi003 ceph-mon[96088]: 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-08T08:23:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:11 smithi094 ceph-mon[112176]: 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-08T08:23:12.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:12.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:13.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:13.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:13 smithi094 ceph-mon[112176]: 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-08T08:23:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:13 smithi003 ceph-mon[96088]: 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-08T08:23:14.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:14.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:15.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:15.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:15 smithi094 ceph-mon[112176]: 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-08T08:23:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:15 smithi003 ceph-mon[96088]: 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-08T08:23:16.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:16.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:17.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:17.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:17 smithi094 ceph-mon[112176]: 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-08T08:23:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:17 smithi003 ceph-mon[96088]: 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-08T08:23:18.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:18.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:19.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:19.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:19 smithi094 ceph-mon[112176]: 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-08T08:23:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:19 smithi003 ceph-mon[96088]: 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-08T08:23:20.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:20.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:21.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:21.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:21 smithi094 ceph-mon[112176]: 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-08T08:23:22.196 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:21 smithi003 ceph-mon[96088]: 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-08T08:23:22.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:22.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:23.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:23.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:23 smithi094 ceph-mon[112176]: 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-08T08:23:24.245 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:24.245 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:23 smithi003 ceph-mon[96088]: 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-08T08:23:24.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:24.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:24.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:25.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:25.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:25 smithi094 ceph-mon[112176]: 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-08T08:23:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:25 smithi003 ceph-mon[96088]: 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-08T08:23:26.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:26.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:27.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:27.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:27 smithi094 ceph-mon[112176]: 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-08T08:23:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:27 smithi003 ceph-mon[96088]: 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-08T08:23:28.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:28.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:29.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:29.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:29 smithi094 ceph-mon[112176]: 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-08T08:23:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:29 smithi003 ceph-mon[96088]: 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-08T08:23:30.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:30.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:31.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:31.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:31 smithi094 ceph-mon[112176]: 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-08T08:23:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:31 smithi003 ceph-mon[96088]: 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-08T08:23:32.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:32.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:33.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:33.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:33 smithi094 ceph-mon[112176]: 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-08T08:23:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:33 smithi003 ceph-mon[96088]: 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-08T08:23:34.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:34.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:35.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:35.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:35 smithi094 ceph-mon[112176]: 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-08T08:23:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:35 smithi003 ceph-mon[96088]: 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-08T08:23:36.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:36.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:37.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:37.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:37 smithi094 ceph-mon[112176]: 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-08T08:23:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:37 smithi003 ceph-mon[96088]: 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-08T08:23:38.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:38.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:39.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:39.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:39 smithi094 ceph-mon[112176]: 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-08T08:23:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:39 smithi003 ceph-mon[96088]: 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-08T08:23:40.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:40.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:41.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:41.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:41 smithi094 ceph-mon[112176]: 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-08T08:23:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:41 smithi003 ceph-mon[96088]: 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-08T08:23:42.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:42.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:43.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:43.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:43 smithi094 ceph-mon[112176]: 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-08T08:23:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:43 smithi003 ceph-mon[96088]: 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-08T08:23:44.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:44.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:45.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:45.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:45 smithi094 ceph-mon[112176]: 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-08T08:23:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:45 smithi003 ceph-mon[96088]: 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-08T08:23:46.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:46.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:47.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:47.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:47 smithi094 ceph-mon[112176]: 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-08T08:23:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:47 smithi003 ceph-mon[96088]: 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-08T08:23:48.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:48.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:49.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:49.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:49 smithi094 ceph-mon[112176]: 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-08T08:23:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:49 smithi003 ceph-mon[96088]: 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-08T08:23:50.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:50.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:23:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:23:51.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:51.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:51 smithi094 ceph-mon[112176]: 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-08T08:23:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:51 smithi003 ceph-mon[96088]: 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-08T08:23:52.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:52.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:53.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:53.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:53 smithi094 ceph-mon[112176]: 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-08T08:23:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:53 smithi003 ceph-mon[96088]: 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-08T08:23:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:54.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:54.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:55.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:55.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:55 smithi094 ceph-mon[112176]: 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-08T08:23:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:23:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:23:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:55 smithi003 ceph-mon[96088]: 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-08T08:23:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:23:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:23:56.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:56.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:23:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:23:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:23:57.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:23:57.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:23:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:23:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:23:57.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:23:57.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:23:57.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:23:57.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:57 smithi003 ceph-mon[96088]: 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-08T08:23:57.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:57.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:57 smithi094 ceph-mon[112176]: 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-08T08:23:58.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:58.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:59.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:23:59.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:23:59 smithi094 ceph-mon[112176]: 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-08T08:24:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:23:59 smithi003 ceph-mon[96088]: 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-08T08:24:00.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:00.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:01.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:01.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:01 smithi094 ceph-mon[112176]: 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-08T08:24:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:01 smithi003 ceph-mon[96088]: 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-08T08:24:02.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:02.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:03.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:03.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:03 smithi094 ceph-mon[112176]: 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-08T08:24:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:03 smithi003 ceph-mon[96088]: 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-08T08:24:04.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:04.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:04 smithi094 ceph-mon[112176]: 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-08T08:24:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:04 smithi003 ceph-mon[96088]: 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-08T08:24:05.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:05.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:06.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:06.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:07 smithi094 ceph-mon[112176]: 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-08T08:24:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:07 smithi003 ceph-mon[96088]: 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-08T08:24:07.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:07.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:08.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:08.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:09.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:09.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:10.042 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:09 smithi094 ceph-mon[112176]: 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-08T08:24:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:09 smithi003 ceph-mon[96088]: 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-08T08:24:10.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:10.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:11.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:11.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:11 smithi094 ceph-mon[112176]: 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-08T08:24:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:11 smithi003 ceph-mon[96088]: 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-08T08:24:12.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:12.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:13.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:14.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:13 smithi094 ceph-mon[112176]: 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-08T08:24:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:13 smithi003 ceph-mon[96088]: 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-08T08:24:14.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:14.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:15.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:15.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:15 smithi094 ceph-mon[112176]: 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-08T08:24:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:15 smithi003 ceph-mon[96088]: 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-08T08:24:16.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:16.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:17.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:17.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:17 smithi094 ceph-mon[112176]: 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-08T08:24:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:17 smithi003 ceph-mon[96088]: 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-08T08:24:18.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:18.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:19.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:19.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:20.147 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:19 smithi094 ceph-mon[112176]: 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-08T08:24:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:19 smithi003 ceph-mon[96088]: 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-08T08:24:20.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:20.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:21.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:21.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:21 smithi094 ceph-mon[112176]: 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-08T08:24:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:21 smithi003 ceph-mon[96088]: 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-08T08:24:22.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:22.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:23.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:23.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:23 smithi094 ceph-mon[112176]: 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-08T08:24:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:23 smithi003 ceph-mon[96088]: 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-08T08:24:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:24.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:24.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:25.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:25.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:25 smithi094 ceph-mon[112176]: 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-08T08:24:26.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:25 smithi003 ceph-mon[96088]: 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-08T08:24:26.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:26.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:27.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:27.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:27 smithi094 ceph-mon[112176]: 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-08T08:24:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:27 smithi003 ceph-mon[96088]: 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-08T08:24:28.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:28.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:29.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:29.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:29 smithi094 ceph-mon[112176]: 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-08T08:24:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:29 smithi003 ceph-mon[96088]: 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-08T08:24:30.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:30.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:31.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:31.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:31 smithi094 ceph-mon[112176]: 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-08T08:24:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:31 smithi003 ceph-mon[96088]: 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-08T08:24:32.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:32.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:33.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:33.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:33 smithi094 ceph-mon[112176]: 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-08T08:24:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:33 smithi003 ceph-mon[96088]: 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-08T08:24:34.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:34.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:35.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:35.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:35 smithi094 ceph-mon[112176]: 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-08T08:24:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:35 smithi003 ceph-mon[96088]: 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-08T08:24:36.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:36.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:37.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:37.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:37 smithi094 ceph-mon[112176]: 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-08T08:24:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:37 smithi003 ceph-mon[96088]: 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-08T08:24:38.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:38.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:39.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:39.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:39 smithi094 ceph-mon[112176]: 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-08T08:24:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:39 smithi003 ceph-mon[96088]: 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-08T08:24:40.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:40.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:41.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:41.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:41 smithi094 ceph-mon[112176]: 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-08T08:24:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:41 smithi003 ceph-mon[96088]: 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-08T08:24:42.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:43.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:44.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:44.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:43 smithi094 ceph-mon[112176]: 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-08T08:24:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:43 smithi003 ceph-mon[96088]: 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-08T08:24:45.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:45.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:44 smithi094 ceph-mon[112176]: 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-08T08:24:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:44 smithi003 ceph-mon[96088]: 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-08T08:24:46.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:46.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:47.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:47.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:47 smithi094 ceph-mon[112176]: 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-08T08:24:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:47 smithi003 ceph-mon[96088]: 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-08T08:24:48.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:48.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:49.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:49.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:50.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:50.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:49 smithi094 ceph-mon[112176]: 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-08T08:24:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:49 smithi003 ceph-mon[96088]: 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-08T08:24:51.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:51.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:52.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:52.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:51 smithi094 ceph-mon[112176]: 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-08T08:24:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:51 smithi003 ceph-mon[96088]: 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-08T08:24:53.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:53.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:54.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:54.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:53 smithi094 ceph-mon[112176]: 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-08T08:24:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:53 smithi003 ceph-mon[96088]: 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-08T08:24:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:55.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:55.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:56.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:56.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:55 smithi094 ceph-mon[112176]: 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-08T08:24:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:55 smithi003 ceph-mon[96088]: 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-08T08:24:57.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:57.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:24:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:24:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:24:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:24:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:24:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:24:58.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:58.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:57 smithi094 ceph-mon[112176]: 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-08T08:24:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:24:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:24:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:24:58.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:24:58.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:24:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:57 smithi003 ceph-mon[96088]: 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-08T08:24:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:24:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:24:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:24:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:24:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:24:59.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:24:59.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:00.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:00.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:24:59 smithi094 ceph-mon[112176]: 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-08T08:25:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:24:59 smithi003 ceph-mon[96088]: 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-08T08:25:01.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:01.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:02.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:02.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:01 smithi094 ceph-mon[112176]: 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-08T08:25:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:01 smithi003 ceph-mon[96088]: 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-08T08:25:03.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:03.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:04.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:04.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:03 smithi094 ceph-mon[112176]: 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-08T08:25:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:03 smithi003 ceph-mon[96088]: 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-08T08:25:05.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:05.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:05 smithi094 ceph-mon[112176]: 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-08T08:25:06.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:06.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:05 smithi003 ceph-mon[96088]: 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-08T08:25:07.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:07.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:08.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:08.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:07 smithi094 ceph-mon[112176]: 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-08T08:25:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:07 smithi003 ceph-mon[96088]: 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-08T08:25:09.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:09.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:10.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:10.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:09 smithi094 ceph-mon[112176]: 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-08T08:25:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:09 smithi003 ceph-mon[96088]: 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-08T08:25:11.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:11.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:12.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:12.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:11 smithi094 ceph-mon[112176]: 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-08T08:25:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:11 smithi003 ceph-mon[96088]: 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-08T08:25:13.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:13.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:14.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:14.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:13 smithi094 ceph-mon[112176]: 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-08T08:25:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:13 smithi003 ceph-mon[96088]: 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-08T08:25:15.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:15.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:16.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:16.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:15 smithi094 ceph-mon[112176]: 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-08T08:25:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:15 smithi003 ceph-mon[96088]: 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-08T08:25:17.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:17.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:18.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:18.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:17 smithi094 ceph-mon[112176]: 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-08T08:25:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:17 smithi003 ceph-mon[96088]: 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-08T08:25:19.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:19.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:20.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:20.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:19 smithi094 ceph-mon[112176]: 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-08T08:25:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:19 smithi003 ceph-mon[96088]: 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-08T08:25:21.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:21.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:20 smithi094 ceph-mon[112176]: 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-08T08:25:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:20 smithi003 ceph-mon[96088]: 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-08T08:25:22.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:22.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:23.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:23.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:23 smithi003 ceph-mon[96088]: 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-08T08:25:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:24.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:24.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:23 smithi094 ceph-mon[112176]: 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-08T08:25:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:25.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:25.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:26.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:26.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:25 smithi094 ceph-mon[112176]: 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-08T08:25:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:25 smithi003 ceph-mon[96088]: 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-08T08:25:27.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:27.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:28.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:28.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:27 smithi094 ceph-mon[112176]: 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-08T08:25:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:27 smithi003 ceph-mon[96088]: 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-08T08:25:29.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:29.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:30.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:30.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:29 smithi094 ceph-mon[112176]: 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-08T08:25:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:29 smithi003 ceph-mon[96088]: 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-08T08:25:31.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:31.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:32.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:32.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:31 smithi094 ceph-mon[112176]: 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-08T08:25:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:31 smithi003 ceph-mon[96088]: 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-08T08:25:33.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:33.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:33 smithi003 ceph-mon[96088]: 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-08T08:25:34.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:34.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:33 smithi094 ceph-mon[112176]: 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-08T08:25:35.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:35.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:36.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:36.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:35 smithi094 ceph-mon[112176]: 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-08T08:25:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:35 smithi003 ceph-mon[96088]: 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-08T08:25:37.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:37.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:38.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:38.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:37 smithi094 ceph-mon[112176]: 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-08T08:25:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:37 smithi003 ceph-mon[96088]: 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-08T08:25:39.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:39.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:40.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:40.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:39 smithi094 ceph-mon[112176]: 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-08T08:25:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:39 smithi003 ceph-mon[96088]: 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-08T08:25:41.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:41.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:42.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:42.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:41 smithi094 ceph-mon[112176]: 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-08T08:25:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:41 smithi003 ceph-mon[96088]: 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-08T08:25:43.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:43.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:44.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:44.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:43 smithi094 ceph-mon[112176]: 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-08T08:25:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:43 smithi003 ceph-mon[96088]: 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-08T08:25:45.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:45.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:46.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:46.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:45 smithi094 ceph-mon[112176]: 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-08T08:25:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:45 smithi003 ceph-mon[96088]: 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-08T08:25:47.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:47.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:48.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:48.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:47 smithi094 ceph-mon[112176]: 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-08T08:25:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:47 smithi003 ceph-mon[96088]: 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-08T08:25:49.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:49.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:50.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:50.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:49 smithi094 ceph-mon[112176]: 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-08T08:25:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:49 smithi003 ceph-mon[96088]: 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-08T08:25:51.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:51.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:52.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:52.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:51 smithi094 ceph-mon[112176]: 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-08T08:25:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:51 smithi003 ceph-mon[96088]: 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-08T08:25:53.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:53.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:54.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:54.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:53 smithi094 ceph-mon[112176]: 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-08T08:25:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:53 smithi003 ceph-mon[96088]: 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-08T08:25:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:55.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:55.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:56.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:56.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:56.143 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:55 smithi094 ceph-mon[112176]: 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-08T08:25:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:55 smithi003 ceph-mon[96088]: 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-08T08:25:57.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:57.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:58.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:58.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:57 smithi094 ceph-mon[112176]: 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-08T08:25:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:25:58.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:25:58.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:25:58.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:25:58.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:25:58.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:25:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:57 smithi003 ceph-mon[96088]: 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-08T08:25:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:25:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:25:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:25:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:25:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:25:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:25:59.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:25:59.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:25:58 smithi094 ceph-mon[112176]: 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-08T08:25:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:25:58 smithi003 ceph-mon[96088]: 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-08T08:26:00.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:00.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:01.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:01.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:01 smithi094 ceph-mon[112176]: 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-08T08:26:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:01 smithi003 ceph-mon[96088]: 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-08T08:26:02.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:02.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:03.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:03.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:04.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:04.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:03 smithi094 ceph-mon[112176]: 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-08T08:26:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:03 smithi003 ceph-mon[96088]: 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-08T08:26:05.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:05.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:06.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:06.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:05 smithi094 ceph-mon[112176]: 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-08T08:26:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:05 smithi003 ceph-mon[96088]: 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-08T08:26:07.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:07.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:08.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:08.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:07 smithi094 ceph-mon[112176]: 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-08T08:26:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:07 smithi003 ceph-mon[96088]: 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-08T08:26:09.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:09.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:09.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:10.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:10.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:09 smithi094 ceph-mon[112176]: 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-08T08:26:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:09 smithi003 ceph-mon[96088]: 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-08T08:26:11.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:11.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:12.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:12.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:11 smithi094 ceph-mon[112176]: 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-08T08:26:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:11 smithi003 ceph-mon[96088]: 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-08T08:26:13.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:13.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:14.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:13 smithi003 ceph-mon[96088]: 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-08T08:26:14.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:14.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:13 smithi094 ceph-mon[112176]: 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-08T08:26:15.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:15.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:16.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:16.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:15 smithi094 ceph-mon[112176]: 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-08T08:26:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:15 smithi003 ceph-mon[96088]: 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-08T08:26:17.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:17.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:18.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:18.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:17 smithi094 ceph-mon[112176]: 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-08T08:26:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:17 smithi003 ceph-mon[96088]: 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-08T08:26:19.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:19.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:20.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:20.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:19 smithi094 ceph-mon[112176]: 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-08T08:26:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:19 smithi003 ceph-mon[96088]: 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-08T08:26:21.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:21.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:21 smithi094 ceph-mon[112176]: 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-08T08:26:22.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:22.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:21 smithi003 ceph-mon[96088]: 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-08T08:26:23.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:23.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:23 smithi094 ceph-mon[112176]: 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-08T08:26:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:24.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:24.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:23 smithi003 ceph-mon[96088]: 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-08T08:26:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:25.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:25.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:25 smithi094 ceph-mon[112176]: 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-08T08:26:26.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:26.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:25 smithi003 ceph-mon[96088]: 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-08T08:26:27.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:27.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:27 smithi094 ceph-mon[112176]: 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-08T08:26:28.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:28.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:27 smithi003 ceph-mon[96088]: 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-08T08:26:29.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:29.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:29 smithi094 ceph-mon[112176]: 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-08T08:26:30.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:30.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:29 smithi003 ceph-mon[96088]: 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-08T08:26:31.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:31.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:31 smithi094 ceph-mon[112176]: 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-08T08:26:32.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:32.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:31 smithi003 ceph-mon[96088]: 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-08T08:26:33.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:33.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:33 smithi094 ceph-mon[112176]: 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-08T08:26:34.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:34.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:33 smithi003 ceph-mon[96088]: 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-08T08:26:35.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:35.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:35 smithi094 ceph-mon[112176]: 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-08T08:26:36.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:36.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:35 smithi003 ceph-mon[96088]: 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-08T08:26:37.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:37.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:36 smithi003 ceph-mon[96088]: 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-08T08:26:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:36 smithi094 ceph-mon[112176]: 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-08T08:26:38.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:38.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:39.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:39.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:39 smithi094 ceph-mon[112176]: 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-08T08:26:40.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:40.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:39 smithi003 ceph-mon[96088]: 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-08T08:26:41.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:41.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:41 smithi094 ceph-mon[112176]: 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-08T08:26:42.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:42.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:41 smithi003 ceph-mon[96088]: 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-08T08:26:43.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:43.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:43 smithi094 ceph-mon[112176]: 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-08T08:26:44.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:44.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:43 smithi003 ceph-mon[96088]: 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-08T08:26:45.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:45.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:45 smithi094 ceph-mon[112176]: 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-08T08:26:46.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:46.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:45 smithi003 ceph-mon[96088]: 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-08T08:26:47.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:47.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:47 smithi094 ceph-mon[112176]: 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-08T08:26:48.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:48.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:47 smithi003 ceph-mon[96088]: 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-08T08:26:49.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:49.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:49 smithi094 ceph-mon[112176]: 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-08T08:26:50.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:50.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:49 smithi003 ceph-mon[96088]: 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-08T08:26:51.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:51.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:51 smithi094 ceph-mon[112176]: 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-08T08:26:52.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:52.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:51 smithi003 ceph-mon[96088]: 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-08T08:26:53.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:53.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:53 smithi094 ceph-mon[112176]: 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-08T08:26:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:54.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:54.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:53 smithi003 ceph-mon[96088]: 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-08T08:26:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:55.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:55.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:55 smithi094 ceph-mon[112176]: 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-08T08:26:56.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:56.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:55 smithi003 ceph-mon[96088]: 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-08T08:26:57.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:57.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:57 smithi094 ceph-mon[112176]: 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-08T08:26:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:26:58.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:58.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:57 smithi003 ceph-mon[96088]: 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-08T08:26:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:26:59.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:26:59.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:26:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:26:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:58 smithi094 ceph-mon[112176]: 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-08T08:26:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:26:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:26:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:26:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:26:59.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:26:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:26:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:26:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:26:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:58 smithi003 ceph-mon[96088]: 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-08T08:26:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:26:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:26:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:26:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:26:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:26:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:27:00.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:00.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:01.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:01.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:01 smithi094 ceph-mon[112176]: 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-08T08:27:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:01 smithi003 ceph-mon[96088]: 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-08T08:27:02.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:02.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:03.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:03.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:03 smithi094 ceph-mon[112176]: 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-08T08:27:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:03 smithi003 ceph-mon[96088]: 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-08T08:27:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:05.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:05.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:05 smithi094 ceph-mon[112176]: 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-08T08:27:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:05 smithi003 ceph-mon[96088]: 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-08T08:27:06.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:06.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:07.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:07.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:07 smithi094 ceph-mon[112176]: 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-08T08:27:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:07 smithi003 ceph-mon[96088]: 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-08T08:27:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:09.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:09.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:09 smithi094 ceph-mon[112176]: 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-08T08:27:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:09 smithi003 ceph-mon[96088]: 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-08T08:27:10.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:10.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:11 smithi094 ceph-mon[112176]: 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-08T08:27:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:11 smithi003 ceph-mon[96088]: 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-08T08:27:12.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:12.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:13.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:13.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:13 smithi094 ceph-mon[112176]: 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-08T08:27:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:13 smithi003 ceph-mon[96088]: 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-08T08:27:14.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:14.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:15.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:15.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:15 smithi094 ceph-mon[112176]: 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-08T08:27:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:15 smithi003 ceph-mon[96088]: 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-08T08:27:16.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:16.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:17.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:17.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:17 smithi094 ceph-mon[112176]: 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-08T08:27:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:17 smithi003 ceph-mon[96088]: 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-08T08:27:18.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:18.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:19.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:19.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:19 smithi094 ceph-mon[112176]: 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-08T08:27:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:19 smithi003 ceph-mon[96088]: 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-08T08:27:20.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:20.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:21.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:21.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:21 smithi094 ceph-mon[112176]: 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-08T08:27:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:21 smithi003 ceph-mon[96088]: 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-08T08:27:22.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:22.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:23.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:23.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:23 smithi094 ceph-mon[112176]: 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-08T08:27:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:23 smithi003 ceph-mon[96088]: 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-08T08:27:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:24.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:24.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:25.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:25.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:25 smithi094 ceph-mon[112176]: 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-08T08:27:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:25 smithi003 ceph-mon[96088]: 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-08T08:27:26.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:26.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:27.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:27.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:27 smithi094 ceph-mon[112176]: 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-08T08:27:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:27 smithi003 ceph-mon[96088]: 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-08T08:27:28.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:28.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:29.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:29.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:29 smithi094 ceph-mon[112176]: 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-08T08:27:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:29 smithi003 ceph-mon[96088]: 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-08T08:27:30.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:30.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:31.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:31.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:32.140 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:31 smithi094 ceph-mon[112176]: 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-08T08:27:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:31 smithi003 ceph-mon[96088]: 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-08T08:27:32.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:32.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:33.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:33.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:33 smithi094 ceph-mon[112176]: 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-08T08:27:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:33 smithi003 ceph-mon[96088]: 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-08T08:27:34.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:34.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:35.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:35.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:35 smithi094 ceph-mon[112176]: 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-08T08:27:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:35 smithi003 ceph-mon[96088]: 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-08T08:27:36.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:36.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:36 smithi094 ceph-mon[112176]: 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-08T08:27:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:36 smithi003 ceph-mon[96088]: 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-08T08:27:37.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:37.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:38.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:38.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:39.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:39.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:40.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:39 smithi003 ceph-mon[96088]: 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-08T08:27:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:39 smithi094 ceph-mon[112176]: 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-08T08:27:40.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:40.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:41.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:41.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:41 smithi094 ceph-mon[112176]: 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-08T08:27:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:41 smithi003 ceph-mon[96088]: 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-08T08:27:42.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:42.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:43.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:43.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:43 smithi094 ceph-mon[112176]: 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-08T08:27:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:43 smithi003 ceph-mon[96088]: 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-08T08:27:44.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:44.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:45.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:45.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:45 smithi094 ceph-mon[112176]: 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-08T08:27:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:45 smithi003 ceph-mon[96088]: 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-08T08:27:46.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:46.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:47.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:47.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:47 smithi094 ceph-mon[112176]: 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-08T08:27:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:47 smithi003 ceph-mon[96088]: 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-08T08:27:48.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:48.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:49.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:49.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:49 smithi094 ceph-mon[112176]: 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-08T08:27:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:49 smithi003 ceph-mon[96088]: 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-08T08:27:50.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:50.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:51.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:51.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:51 smithi094 ceph-mon[112176]: 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-08T08:27:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:51 smithi003 ceph-mon[96088]: 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-08T08:27:52.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:52.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:53.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:53.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:53 smithi094 ceph-mon[112176]: 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-08T08:27:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:53 smithi003 ceph-mon[96088]: 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-08T08:27:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:54.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:54.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:55.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:55.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:55 smithi094 ceph-mon[112176]: 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-08T08:27:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:55 smithi003 ceph-mon[96088]: 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-08T08:27:56.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:56.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:57.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:57.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:57 smithi094 ceph-mon[112176]: 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-08T08:27:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:57 smithi003 ceph-mon[96088]: 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-08T08:27:58.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:58.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:27:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:27:59.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:27:59.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:59 smithi094 ceph-mon[112176]: 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-08T08:28:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:28:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:28:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:28:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:28:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:27:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:28:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:59 smithi003 ceph-mon[96088]: 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-08T08:28:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:28:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:28:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:28:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:28:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:27:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:28:00.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:00.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:01.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:01.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:01 smithi094 ceph-mon[112176]: 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-08T08:28:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:01 smithi003 ceph-mon[96088]: 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-08T08:28:02.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:02.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:03.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:03.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:03 smithi094 ceph-mon[112176]: 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-08T08:28:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:03 smithi003 ceph-mon[96088]: 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-08T08:28:04.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:04.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:04 smithi094 ceph-mon[112176]: 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-08T08:28:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:04 smithi003 ceph-mon[96088]: 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-08T08:28:05.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:05.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:06.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:06.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:07 smithi094 ceph-mon[112176]: 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-08T08:28:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:07 smithi003 ceph-mon[96088]: 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-08T08:28:08.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:08.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:09.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:09.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:10.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:09 smithi094 ceph-mon[112176]: 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-08T08:28:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:09 smithi003 ceph-mon[96088]: 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-08T08:28:10.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:10.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:11.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:11.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:11 smithi094 ceph-mon[112176]: 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-08T08:28:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:11 smithi003 ceph-mon[96088]: 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-08T08:28:12.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:12.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:13.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:13.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:13 smithi094 ceph-mon[112176]: 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-08T08:28:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:13 smithi003 ceph-mon[96088]: 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-08T08:28:14.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:14.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:15.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:15.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:15 smithi094 ceph-mon[112176]: 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-08T08:28:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:15 smithi003 ceph-mon[96088]: 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-08T08:28:16.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:16.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:17.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:17.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:17 smithi094 ceph-mon[112176]: 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-08T08:28:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:17 smithi003 ceph-mon[96088]: 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-08T08:28:18.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:18.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:19.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:19.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:19 smithi094 ceph-mon[112176]: 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-08T08:28:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:19 smithi003 ceph-mon[96088]: 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-08T08:28:20.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:20.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:21.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:21.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:21 smithi094 ceph-mon[112176]: 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-08T08:28:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:21 smithi003 ceph-mon[96088]: 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-08T08:28:22.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:22.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:23.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:23.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:23 smithi094 ceph-mon[112176]: 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-08T08:28:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:23 smithi003 ceph-mon[96088]: 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-08T08:28:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:24.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:24.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:25.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:25.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:25 smithi003 ceph-mon[96088]: 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-08T08:28:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:25 smithi094 ceph-mon[112176]: 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-08T08:28:26.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:26.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:27.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:27.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:27 smithi094 ceph-mon[112176]: 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-08T08:28:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:27 smithi003 ceph-mon[96088]: 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-08T08:28:28.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:28.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:29.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:29.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:29 smithi094 ceph-mon[112176]: 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-08T08:28:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:29 smithi003 ceph-mon[96088]: 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-08T08:28:30.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:30.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:31.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:31.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:31 smithi094 ceph-mon[112176]: 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-08T08:28:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:31 smithi003 ceph-mon[96088]: 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-08T08:28:32.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:32.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:33.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:33.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:33 smithi094 ceph-mon[112176]: 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-08T08:28:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:33 smithi003 ceph-mon[96088]: 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-08T08:28:34.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:34.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:35.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:35.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:35 smithi094 ceph-mon[112176]: 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-08T08:28:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:35 smithi003 ceph-mon[96088]: 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-08T08:28:36.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:36.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:37.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:37.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:37 smithi094 ceph-mon[112176]: 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-08T08:28:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:37 smithi003 ceph-mon[96088]: 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-08T08:28:38.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:38.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:39.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:39.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:39 smithi094 ceph-mon[112176]: 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-08T08:28:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:39 smithi003 ceph-mon[96088]: 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-08T08:28:40.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:40.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:40 smithi094 ceph-mon[112176]: 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-08T08:28:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:40 smithi003 ceph-mon[96088]: 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-08T08:28:41.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:41.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:42.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:42.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:43.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:43.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:43 smithi094 ceph-mon[112176]: 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-08T08:28:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:43 smithi003 ceph-mon[96088]: 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-08T08:28:44.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:44.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:45.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:45.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:45 smithi094 ceph-mon[112176]: 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-08T08:28:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:45 smithi003 ceph-mon[96088]: 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-08T08:28:46.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:46.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:47.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:47.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:47 smithi094 ceph-mon[112176]: 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-08T08:28:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:47 smithi003 ceph-mon[96088]: 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-08T08:28:48.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:48.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:49.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:49.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:49 smithi094 ceph-mon[112176]: 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-08T08:28:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:49 smithi003 ceph-mon[96088]: 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-08T08:28:50.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:50.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:51.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:51.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:51 smithi094 ceph-mon[112176]: 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-08T08:28:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:51 smithi003 ceph-mon[96088]: 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-08T08:28:52.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:52.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:53.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:53.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:53 smithi094 ceph-mon[112176]: 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-08T08:28:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:53 smithi003 ceph-mon[96088]: 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-08T08:28:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:54.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:54.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:55.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:55.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:55 smithi094 ceph-mon[112176]: 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-08T08:28:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:55 smithi003 ceph-mon[96088]: 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-08T08:28:56.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:56.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:57.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:57.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:57 smithi094 ceph-mon[112176]: 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-08T08:28:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:57 smithi003 ceph-mon[96088]: 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-08T08:28:58.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:58.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:59.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:28:59.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: 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-08T08:29:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:29:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:29:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:29:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:29:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:29:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:29:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:29:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:29:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:29:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:29:00.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:28:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:29:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: 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-08T08:29:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:29:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:29:00.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:28:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:29:00.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:00.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:00 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1617M 2023-10-08T08:29:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:00 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1617M 2023-10-08T08:29:01.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:01.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:01 smithi094 ceph-mon[112176]: 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-08T08:29:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:01 smithi003 ceph-mon[96088]: 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-08T08:29:02.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:02.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:03.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:03.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:03 smithi094 ceph-mon[112176]: 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-08T08:29:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:03 smithi003 ceph-mon[96088]: 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-08T08:29:04.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:04.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:05.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:05.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:05 smithi094 ceph-mon[112176]: 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-08T08:29:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:05 smithi003 ceph-mon[96088]: 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-08T08:29:06.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:06.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:07.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:07.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:07 smithi094 ceph-mon[112176]: 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-08T08:29:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:07 smithi003 ceph-mon[96088]: 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-08T08:29:08.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:08.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:08 smithi094 ceph-mon[112176]: 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-08T08:29:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:08 smithi003 ceph-mon[96088]: 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-08T08:29:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:09.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:09.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:10.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:10.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:11 smithi094 ceph-mon[112176]: 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-08T08:29:11.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:11.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:11 smithi003 ceph-mon[96088]: 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-08T08:29:12.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:12.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:13.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:13.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:13 smithi094 ceph-mon[112176]: 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-08T08:29:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:13 smithi003 ceph-mon[96088]: 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-08T08:29:14.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:14.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:15.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:15.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:15 smithi094 ceph-mon[112176]: 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-08T08:29:16.211 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:15 smithi003 ceph-mon[96088]: 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-08T08:29:16.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:16.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:17.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:17.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:17 smithi094 ceph-mon[112176]: 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-08T08:29:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:17 smithi003 ceph-mon[96088]: 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-08T08:29:18.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:18.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:19.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:19.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:19 smithi094 ceph-mon[112176]: 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-08T08:29:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:19 smithi003 ceph-mon[96088]: 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-08T08:29:20.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:20.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:21.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:21.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:21 smithi094 ceph-mon[112176]: 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-08T08:29:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:21 smithi003 ceph-mon[96088]: 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-08T08:29:22.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:22.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:23.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:23.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:23 smithi094 ceph-mon[112176]: 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-08T08:29:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:23 smithi003 ceph-mon[96088]: 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-08T08:29:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:24.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:24.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:25.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:25.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:25 smithi094 ceph-mon[112176]: 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-08T08:29:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:25 smithi003 ceph-mon[96088]: 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-08T08:29:26.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:26.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:27.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:27.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:27 smithi094 ceph-mon[112176]: 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-08T08:29:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:27 smithi003 ceph-mon[96088]: 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-08T08:29:28.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:28.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:29.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:29.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:29 smithi094 ceph-mon[112176]: 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-08T08:29:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:29 smithi003 ceph-mon[96088]: 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-08T08:29:30.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:30.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:31.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:31.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:31 smithi094 ceph-mon[112176]: 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-08T08:29:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:31 smithi003 ceph-mon[96088]: 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-08T08:29:32.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:32.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:33.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:33.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:33 smithi094 ceph-mon[112176]: 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-08T08:29:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:33 smithi003 ceph-mon[96088]: 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-08T08:29:34.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:34.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:35.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:35.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:35 smithi094 ceph-mon[112176]: 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-08T08:29:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:35 smithi003 ceph-mon[96088]: 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-08T08:29:36.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:36.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:37.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:37.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:37 smithi094 ceph-mon[112176]: 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-08T08:29:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:37 smithi003 ceph-mon[96088]: 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-08T08:29:38.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:38.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:39.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:39.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:39 smithi094 ceph-mon[112176]: 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-08T08:29:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:39 smithi003 ceph-mon[96088]: 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-08T08:29:40.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:40.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:40 smithi094 ceph-mon[112176]: 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-08T08:29:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:40 smithi003 ceph-mon[96088]: 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-08T08:29:41.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:41.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:42.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:42.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:43.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:43.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:43 smithi094 ceph-mon[112176]: 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-08T08:29:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:43 smithi003 ceph-mon[96088]: 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-08T08:29:44.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:44.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:45.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:45.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:45 smithi094 ceph-mon[112176]: 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-08T08:29:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:45 smithi003 ceph-mon[96088]: 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-08T08:29:46.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:46.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:47.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:47.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:48.169 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:47 smithi094 ceph-mon[112176]: 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-08T08:29:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:47 smithi003 ceph-mon[96088]: 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-08T08:29:48.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:48.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:49.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:49.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:49 smithi094 ceph-mon[112176]: 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-08T08:29:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:49 smithi003 ceph-mon[96088]: 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-08T08:29:50.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:50.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:51.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:51.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:51 smithi094 ceph-mon[112176]: 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-08T08:29:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:51 smithi003 ceph-mon[96088]: 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-08T08:29:52.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:52.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:53.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:53.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:53 smithi094 ceph-mon[112176]: 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-08T08:29:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:53 smithi003 ceph-mon[96088]: 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-08T08:29:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:54.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:54.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:55.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:55.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:55 smithi094 ceph-mon[112176]: 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-08T08:29:56.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:55 smithi003 ceph-mon[96088]: 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-08T08:29:56.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:56.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:57.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:57.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:57 smithi094 ceph-mon[112176]: 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-08T08:29:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:57 smithi003 ceph-mon[96088]: 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-08T08:29:58.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:58.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:59.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:29:59.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:29:59 smithi094 ceph-mon[112176]: 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-08T08:30:00.181 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:29:59 smithi003 ceph-mon[96088]: 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-08T08:30:00.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:00.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:30:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T08:30:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:30:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:30:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:30:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:30:01.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:30:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:30:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T08:30:01.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:30:01.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:30:01.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:30:01.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:30:01.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:30:01.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:01.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:01 smithi003 ceph-mon[96088]: 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-08T08:30:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:01 smithi094 ceph-mon[112176]: 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-08T08:30:02.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:02.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:03.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:03.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:03 smithi094 ceph-mon[112176]: 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-08T08:30:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:03 smithi003 ceph-mon[96088]: 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-08T08:30:04.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:04.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:05.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:05.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:05 smithi094 ceph-mon[112176]: 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-08T08:30:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:05 smithi003 ceph-mon[96088]: 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-08T08:30:06.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:06.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:06 smithi094 ceph-mon[112176]: 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-08T08:30:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:06 smithi003 ceph-mon[96088]: 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-08T08:30:07.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:07.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:08.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:08.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:09.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:09.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:09 smithi094 ceph-mon[112176]: 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-08T08:30:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:09 smithi003 ceph-mon[96088]: 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-08T08:30:10.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:10.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:11.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:11.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:11 smithi094 ceph-mon[112176]: 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-08T08:30:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:11 smithi003 ceph-mon[96088]: 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-08T08:30:12.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:12.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:13.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:13.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:13 smithi094 ceph-mon[112176]: 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-08T08:30:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:13 smithi003 ceph-mon[96088]: 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-08T08:30:14.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:14.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:15.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:15.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:15 smithi094 ceph-mon[112176]: 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-08T08:30:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:15 smithi003 ceph-mon[96088]: 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-08T08:30:16.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:16.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:17.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:17.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:17 smithi094 ceph-mon[112176]: 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-08T08:30:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:17 smithi003 ceph-mon[96088]: 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-08T08:30:18.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:18.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:19.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:19.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:19 smithi094 ceph-mon[112176]: 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-08T08:30:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:19 smithi003 ceph-mon[96088]: 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-08T08:30:20.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:20.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:21.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:21.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:22.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:21 smithi094 ceph-mon[112176]: 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-08T08:30:22.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:21 smithi003 ceph-mon[96088]: 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-08T08:30:22.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:22.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:23.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:23.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:23 smithi094 ceph-mon[112176]: 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-08T08:30:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:23 smithi003 ceph-mon[96088]: 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-08T08:30:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:24.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:24.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:25.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:25.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:25 smithi094 ceph-mon[112176]: 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-08T08:30:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:25 smithi003 ceph-mon[96088]: 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-08T08:30:26.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:26.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:27.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:27.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:27 smithi094 ceph-mon[112176]: 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-08T08:30:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:27 smithi003 ceph-mon[96088]: 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-08T08:30:28.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:28.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:29.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:29.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:29 smithi094 ceph-mon[112176]: 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-08T08:30:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:29 smithi003 ceph-mon[96088]: 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-08T08:30:30.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:30.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:31.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:31.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:31 smithi094 ceph-mon[112176]: 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-08T08:30:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:31 smithi003 ceph-mon[96088]: 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-08T08:30:32.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:32.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:33.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:33.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:33 smithi094 ceph-mon[112176]: 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-08T08:30:34.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:33 smithi003 ceph-mon[96088]: 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-08T08:30:34.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:34.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:35.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:35.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:35 smithi094 ceph-mon[112176]: 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-08T08:30:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:35 smithi003 ceph-mon[96088]: 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-08T08:30:36.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:36.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:37.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:37.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:37 smithi094 ceph-mon[112176]: 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-08T08:30:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:37 smithi003 ceph-mon[96088]: 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-08T08:30:38.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:38.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:39.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:39.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:39 smithi094 ceph-mon[112176]: 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-08T08:30:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:39 smithi003 ceph-mon[96088]: 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-08T08:30:40.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:40.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:41.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:41.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:41 smithi094 ceph-mon[112176]: 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-08T08:30:42.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:41 smithi003 ceph-mon[96088]: 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-08T08:30:42.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:42.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:43.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:43.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:43 smithi094 ceph-mon[112176]: 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-08T08:30:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:43 smithi003 ceph-mon[96088]: 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-08T08:30:44.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:44.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:45.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:45.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:45 smithi094 ceph-mon[112176]: 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-08T08:30:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:45 smithi003 ceph-mon[96088]: 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-08T08:30:46.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:46.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:47.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:47.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:47 smithi094 ceph-mon[112176]: 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-08T08:30:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:47 smithi003 ceph-mon[96088]: 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-08T08:30:48.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:48.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:49.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:49.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:49 smithi094 ceph-mon[112176]: 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-08T08:30:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:49 smithi003 ceph-mon[96088]: 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-08T08:30:50.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:50.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:51.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:51.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:51 smithi003 ceph-mon[96088]: 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-08T08:30:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:51 smithi094 ceph-mon[112176]: 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-08T08:30:52.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:52.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:53.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:53.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:53 smithi094 ceph-mon[112176]: 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-08T08:30:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:53 smithi003 ceph-mon[96088]: 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-08T08:30:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:54.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:54.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:55 smithi094 ceph-mon[112176]: 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-08T08:30:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:55 smithi003 ceph-mon[96088]: 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-08T08:30:56.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:56.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:57.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:57.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:57 smithi094 ceph-mon[112176]: 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-08T08:30:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:57 smithi003 ceph-mon[96088]: 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-08T08:30:58.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:58.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:59.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:30:59.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:30:59 smithi094 ceph-mon[112176]: 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-08T08:31:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:30:59 smithi003 ceph-mon[96088]: 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-08T08:31:00.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:00.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:31:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:31:01.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:01.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:01 smithi094 ceph-mon[112176]: 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-08T08:31:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:31:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:31:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:31:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:31:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:31:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:01 smithi003 ceph-mon[96088]: 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-08T08:31:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:31:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:31:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:31:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:31:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:31:02.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:02.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:03.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:03.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:03 smithi094 ceph-mon[112176]: 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-08T08:31:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:03 smithi003 ceph-mon[96088]: 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-08T08:31:04.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:04.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:05.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:05.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:05 smithi094 ceph-mon[112176]: 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-08T08:31:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:05 smithi003 ceph-mon[96088]: 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-08T08:31:06.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:06.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:07.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:07.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:07 smithi094 ceph-mon[112176]: 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-08T08:31:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:07 smithi003 ceph-mon[96088]: 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-08T08:31:08.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:08.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:09.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:09.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:09 smithi094 ceph-mon[112176]: 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-08T08:31:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:09 smithi003 ceph-mon[96088]: 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-08T08:31:10.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:10.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:11.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:11.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:11 smithi003 ceph-mon[96088]: 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-08T08:31:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:11 smithi094 ceph-mon[112176]: 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-08T08:31:12.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:12.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:13.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:13.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:13 smithi094 ceph-mon[112176]: 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-08T08:31:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:13 smithi003 ceph-mon[96088]: 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-08T08:31:14.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:14.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:15.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:15.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:15 smithi094 ceph-mon[112176]: 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-08T08:31:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:15 smithi003 ceph-mon[96088]: 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-08T08:31:16.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:16.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:17.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:17.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:17 smithi094 ceph-mon[112176]: 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-08T08:31:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:17 smithi003 ceph-mon[96088]: 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-08T08:31:18.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:18.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:19.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:19.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:19 smithi094 ceph-mon[112176]: 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-08T08:31:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:19 smithi003 ceph-mon[96088]: 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-08T08:31:20.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:20.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:21.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:21.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:21 smithi094 ceph-mon[112176]: 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-08T08:31:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:21 smithi003 ceph-mon[96088]: 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-08T08:31:22.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:22.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:23 smithi094 ceph-mon[112176]: 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-08T08:31:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:23 smithi003 ceph-mon[96088]: 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-08T08:31:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:24.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:24.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:25.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:25.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:25 smithi094 ceph-mon[112176]: 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-08T08:31:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:25 smithi003 ceph-mon[96088]: 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-08T08:31:26.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:26.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:27.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:27.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:27 smithi003 ceph-mon[96088]: 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-08T08:31:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:27 smithi094 ceph-mon[112176]: 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-08T08:31:28.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:28.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:29.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:29.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:29 smithi094 ceph-mon[112176]: 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-08T08:31:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:29 smithi003 ceph-mon[96088]: 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-08T08:31:30.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:30.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:31.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:31.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:31 smithi003 ceph-mon[96088]: 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-08T08:31:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:31 smithi094 ceph-mon[112176]: 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-08T08:31:32.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:32.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:33.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:33.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:33 smithi003 ceph-mon[96088]: 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-08T08:31:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:33 smithi094 ceph-mon[112176]: 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-08T08:31:34.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:34.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:34 smithi003 ceph-mon[96088]: 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-08T08:31:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:34 smithi094 ceph-mon[112176]: 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-08T08:31:35.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:35.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:36.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:36.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:37 smithi094 ceph-mon[112176]: 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-08T08:31:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:37 smithi003 ceph-mon[96088]: 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-08T08:31:37.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:37.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:38.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:38.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:39.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:39.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:39 smithi094 ceph-mon[112176]: 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-08T08:31:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:39 smithi003 ceph-mon[96088]: 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-08T08:31:40.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:40.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:41.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:41.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:41 smithi094 ceph-mon[112176]: 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-08T08:31:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:41 smithi003 ceph-mon[96088]: 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-08T08:31:42.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:42.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:43.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:43.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:43 smithi094 ceph-mon[112176]: 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-08T08:31:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:43 smithi003 ceph-mon[96088]: 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-08T08:31:44.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:44.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:45.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:45.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:45 smithi094 ceph-mon[112176]: 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-08T08:31:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:45 smithi003 ceph-mon[96088]: 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-08T08:31:46.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:46.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:47.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:47.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:47 smithi094 ceph-mon[112176]: 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-08T08:31:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:47 smithi003 ceph-mon[96088]: 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-08T08:31:48.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:48.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:49.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:49.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:49 smithi094 ceph-mon[112176]: 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-08T08:31:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:49 smithi003 ceph-mon[96088]: 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-08T08:31:50.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:50.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:51.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:51.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:51 smithi003 ceph-mon[96088]: 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-08T08:31:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:51 smithi094 ceph-mon[112176]: 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-08T08:31:52.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:52.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:53.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:53.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:53 smithi003 ceph-mon[96088]: 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-08T08:31:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:53 smithi094 ceph-mon[112176]: 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-08T08:31:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:54.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:54.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:55.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:55.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:55 smithi003 ceph-mon[96088]: 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-08T08:31:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:55 smithi094 ceph-mon[112176]: 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-08T08:31:56.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:56.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:57.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:57.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:57 smithi003 ceph-mon[96088]: 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-08T08:31:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:57 smithi094 ceph-mon[112176]: 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-08T08:31:58.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:58.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:31:58 smithi003 ceph-mon[96088]: 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-08T08:31:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:31:58 smithi094 ceph-mon[112176]: 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-08T08:31:59.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:31:59.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:00.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:00.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:01 smithi094 ceph-mon[112176]: 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-08T08:32:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:01 smithi003 ceph-mon[96088]: 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-08T08:32:01.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:01.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:32:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:32:02.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:02.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:03.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:03.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:03 smithi094 ceph-mon[112176]: 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-08T08:32:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:03 smithi003 ceph-mon[96088]: 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-08T08:32:04.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:04.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:32:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:32:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:05 smithi094 ceph-mon[112176]: 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-08T08:32:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:32:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:32:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:32:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:32:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:32:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:32:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:32:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:05 smithi003 ceph-mon[96088]: 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-08T08:32:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:32:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:32:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:32:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:32:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:32:05.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:05.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:06.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:06.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:07 smithi094 ceph-mon[112176]: 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-08T08:32:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:07 smithi003 ceph-mon[96088]: 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-08T08:32:07.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:07.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:08.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:08.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:09.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:09.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:09 smithi094 ceph-mon[112176]: 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-08T08:32:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:09 smithi003 ceph-mon[96088]: 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-08T08:32:10.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:10.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:11.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:11.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:11 smithi094 ceph-mon[112176]: 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-08T08:32:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:11 smithi003 ceph-mon[96088]: 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-08T08:32:12.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:12.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:13.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:13.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:13 smithi094 ceph-mon[112176]: 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-08T08:32:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:13 smithi003 ceph-mon[96088]: 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-08T08:32:14.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:14.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:15.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:15.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:15 smithi094 ceph-mon[112176]: 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-08T08:32:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:15 smithi003 ceph-mon[96088]: 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-08T08:32:16.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:16.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:17.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:17.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:17 smithi003 ceph-mon[96088]: 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-08T08:32:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:17 smithi094 ceph-mon[112176]: 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-08T08:32:18.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:18.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:19.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:19.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:19 smithi003 ceph-mon[96088]: 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-08T08:32:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:19 smithi094 ceph-mon[112176]: 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-08T08:32:20.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:20.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:21.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:21.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:21 smithi003 ceph-mon[96088]: 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-08T08:32:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:21 smithi094 ceph-mon[112176]: 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-08T08:32:22.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:22.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:23.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:23.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:23 smithi003 ceph-mon[96088]: 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-08T08:32:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:23 smithi094 ceph-mon[112176]: 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-08T08:32:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:24.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:24.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:25.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:25.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:25 smithi003 ceph-mon[96088]: 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-08T08:32:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:25 smithi094 ceph-mon[112176]: 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-08T08:32:26.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:26.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:26 smithi003 ceph-mon[96088]: 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-08T08:32:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:26 smithi094 ceph-mon[112176]: 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-08T08:32:27.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:27.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:28.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:28.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:29.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:29.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:29 smithi094 ceph-mon[112176]: 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-08T08:32:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:29 smithi003 ceph-mon[96088]: 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-08T08:32:30.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:30.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:31.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:31.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:31 smithi094 ceph-mon[112176]: 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-08T08:32:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:31 smithi003 ceph-mon[96088]: 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-08T08:32:32.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:32.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:33.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:33.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:33 smithi094 ceph-mon[112176]: 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-08T08:32:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:33 smithi003 ceph-mon[96088]: 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-08T08:32:34.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:34.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:35.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:35.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:35 smithi003 ceph-mon[96088]: 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-08T08:32:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:35 smithi094 ceph-mon[112176]: 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-08T08:32:36.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:36.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:37.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:37.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:37 smithi003 ceph-mon[96088]: 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-08T08:32:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:37 smithi094 ceph-mon[112176]: 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-08T08:32:38.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:38.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:39.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:39.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:39 smithi003 ceph-mon[96088]: 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-08T08:32:40.335 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:39 smithi094 ceph-mon[112176]: 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-08T08:32:40.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:40.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:41.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:41.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:41 smithi003 ceph-mon[96088]: 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-08T08:32:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:41 smithi094 ceph-mon[112176]: 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-08T08:32:42.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:42.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:43.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:43.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:43 smithi094 ceph-mon[112176]: 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-08T08:32:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:43 smithi003 ceph-mon[96088]: 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-08T08:32:44.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:44.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:45.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:45.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:45 smithi094 ceph-mon[112176]: 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-08T08:32:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:45 smithi003 ceph-mon[96088]: 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-08T08:32:46.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:46.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:47.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:47.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:47 smithi003 ceph-mon[96088]: 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-08T08:32:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:47 smithi094 ceph-mon[112176]: 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-08T08:32:48.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:48.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:49.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:49.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:49 smithi003 ceph-mon[96088]: 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-08T08:32:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:49 smithi094 ceph-mon[112176]: 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-08T08:32:50.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:50.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:51.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:51.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:51 smithi003 ceph-mon[96088]: 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-08T08:32:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:51 smithi094 ceph-mon[112176]: 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-08T08:32:52.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:52.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:53.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:53.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:53 smithi003 ceph-mon[96088]: 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-08T08:32:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:53 smithi094 ceph-mon[112176]: 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-08T08:32:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:54.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:54.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:55.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:55.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:55 smithi003 ceph-mon[96088]: 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-08T08:32:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:55 smithi094 ceph-mon[112176]: 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-08T08:32:56.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:56.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:57.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:57.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:57 smithi003 ceph-mon[96088]: 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-08T08:32:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:57 smithi094 ceph-mon[112176]: 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-08T08:32:58.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:58.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:59.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:32:59.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:32:59 smithi003 ceph-mon[96088]: 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-08T08:33:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:32:59 smithi094 ceph-mon[112176]: 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-08T08:33:00.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:00.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:01.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:01.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:01 smithi003 ceph-mon[96088]: 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-08T08:33:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:01 smithi094 ceph-mon[112176]: 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-08T08:33:02.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:02.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:03.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:03.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:03 smithi094 ceph-mon[112176]: 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-08T08:33:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:03 smithi003 ceph-mon[96088]: 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-08T08:33:04.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:04.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:33:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:33:05.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:05.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:05 smithi003 ceph-mon[96088]: 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-08T08:33:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:33:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:33:06.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:33:06.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:33:06.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:33:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:05 smithi094 ceph-mon[112176]: 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-08T08:33:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:33:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:33:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:33:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:33:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:33:06.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:06.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:07.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:07.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:07 smithi003 ceph-mon[96088]: 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-08T08:33:08.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:07 smithi094 ceph-mon[112176]: 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-08T08:33:08.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:08.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:09.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:09.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:09 smithi003 ceph-mon[96088]: 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-08T08:33:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:09 smithi094 ceph-mon[112176]: 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-08T08:33:10.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:10.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:11.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:11.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:11 smithi003 ceph-mon[96088]: 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-08T08:33:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:11 smithi094 ceph-mon[112176]: 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-08T08:33:12.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:12.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:13.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:13.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:13 smithi003 ceph-mon[96088]: 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-08T08:33:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:13 smithi094 ceph-mon[112176]: 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-08T08:33:14.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:14.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:15.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:15.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:15 smithi094 ceph-mon[112176]: 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-08T08:33:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:15 smithi003 ceph-mon[96088]: 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-08T08:33:16.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:16.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:16 smithi094 ceph-mon[112176]: 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-08T08:33:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:16 smithi003 ceph-mon[96088]: 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-08T08:33:17.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:17.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:18.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:18.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:19.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:19.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:19 smithi003 ceph-mon[96088]: 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-08T08:33:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:19 smithi094 ceph-mon[112176]: 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-08T08:33:20.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:20.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:21.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:21.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:21 smithi003 ceph-mon[96088]: 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-08T08:33:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:21 smithi094 ceph-mon[112176]: 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-08T08:33:22.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:22.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:23.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:23.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:23 smithi003 ceph-mon[96088]: 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-08T08:33:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:23 smithi094 ceph-mon[112176]: 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-08T08:33:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:24.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:24.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:25.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:25.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:25 smithi094 ceph-mon[112176]: 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-08T08:33:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:25 smithi003 ceph-mon[96088]: 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-08T08:33:26.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:26.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:27.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:27.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:27 smithi003 ceph-mon[96088]: 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-08T08:33:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:27 smithi094 ceph-mon[112176]: 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-08T08:33:28.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:28.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:29.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:29.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:29 smithi003 ceph-mon[96088]: 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-08T08:33:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:29 smithi094 ceph-mon[112176]: 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-08T08:33:30.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:30.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:31.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:31.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:31 smithi003 ceph-mon[96088]: 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-08T08:33:32.419 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:31 smithi094 ceph-mon[112176]: 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-08T08:33:32.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:32.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:33.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:33.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:33 smithi003 ceph-mon[96088]: 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-08T08:33:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:33 smithi094 ceph-mon[112176]: 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-08T08:33:34.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:34.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:34 smithi094 ceph-mon[112176]: 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-08T08:33:35.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:34 smithi003 ceph-mon[96088]: 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-08T08:33:35.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:35.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:36.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:36.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:37 smithi003 ceph-mon[96088]: 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-08T08:33:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:37 smithi094 ceph-mon[112176]: 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-08T08:33:37.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:37.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:38.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:38.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:39.194 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:39.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:39.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:40.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:39 smithi003 ceph-mon[96088]: 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-08T08:33:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:39 smithi094 ceph-mon[112176]: 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-08T08:33:40.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:40.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:41.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:41.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:41 smithi003 ceph-mon[96088]: 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-08T08:33:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:41 smithi094 ceph-mon[112176]: 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-08T08:33:42.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:42.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:43.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:43.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:43 smithi003 ceph-mon[96088]: 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-08T08:33:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:43 smithi094 ceph-mon[112176]: 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-08T08:33:44.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:44.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:45.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:45.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:45 smithi003 ceph-mon[96088]: 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-08T08:33:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:45 smithi094 ceph-mon[112176]: 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-08T08:33:46.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:46.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:47.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:47.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:47 smithi003 ceph-mon[96088]: 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-08T08:33:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:47 smithi094 ceph-mon[112176]: 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-08T08:33:48.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:48.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:49.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:49.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:49 smithi003 ceph-mon[96088]: 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-08T08:33:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:49 smithi094 ceph-mon[112176]: 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-08T08:33:50.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:50.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:51.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:51.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:51 smithi003 ceph-mon[96088]: 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-08T08:33:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:51 smithi094 ceph-mon[112176]: 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-08T08:33:52.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:52.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:53.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:53.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:53 smithi003 ceph-mon[96088]: 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-08T08:33:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:53 smithi094 ceph-mon[112176]: 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-08T08:33:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:54.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:54.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:55.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:55.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:55 smithi003 ceph-mon[96088]: 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-08T08:33:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:55 smithi094 ceph-mon[112176]: 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-08T08:33:56.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:56.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:57.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:57.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:57 smithi003 ceph-mon[96088]: 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-08T08:33:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:57 smithi094 ceph-mon[112176]: 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-08T08:33:58.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:58.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:59.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:33:59.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:33:59 smithi003 ceph-mon[96088]: 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-08T08:34:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:33:59 smithi094 ceph-mon[112176]: 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-08T08:34:00.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:00.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:01.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:01.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:01 smithi003 ceph-mon[96088]: 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-08T08:34:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:01 smithi094 ceph-mon[112176]: 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-08T08:34:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:03 smithi003 ceph-mon[96088]: 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-08T08:34:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:03 smithi094 ceph-mon[112176]: 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-08T08:34:04.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:04.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:05.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:05.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:06.227 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:05 smithi094 ceph-mon[112176]: 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-08T08:34:06.228 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:34:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:05 smithi003 ceph-mon[96088]: 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-08T08:34:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:34:06.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:06.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:07.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:07.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:07 smithi003 ceph-mon[96088]: 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-08T08:34:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:07 smithi094 ceph-mon[112176]: 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-08T08:34:08.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:08.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:09.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:09.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:09 smithi003 ceph-mon[96088]: 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-08T08:34:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:09 smithi094 ceph-mon[112176]: 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-08T08:34:10.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:10.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:34:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:34:11.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:10 smithi003 ceph-mon[96088]: 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-08T08:34:11.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:34:11.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:34:11.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:34:11.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:34:11.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:34:11.281 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:34:11.281 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:34:11.281 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:10 smithi094 ceph-mon[112176]: 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-08T08:34:11.281 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:34:11.281 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:34:11.281 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:34:11.281 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:34:11.281 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:34:11.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:11.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:12.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:12.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:13.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:13.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:13 smithi003 ceph-mon[96088]: 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-08T08:34:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:13 smithi094 ceph-mon[112176]: 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-08T08:34:14.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:14.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:15.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:15.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:15 smithi003 ceph-mon[96088]: 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-08T08:34:16.332 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:15 smithi094 ceph-mon[112176]: 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-08T08:34:16.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:16.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:17.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:17.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:17 smithi003 ceph-mon[96088]: 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-08T08:34:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:17 smithi094 ceph-mon[112176]: 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-08T08:34:18.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:18.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:19.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:19.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:19 smithi003 ceph-mon[96088]: 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-08T08:34:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:19 smithi094 ceph-mon[112176]: 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-08T08:34:20.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:20.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:21.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:21.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:21 smithi003 ceph-mon[96088]: 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-08T08:34:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:21 smithi094 ceph-mon[112176]: 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-08T08:34:22.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:22.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:23.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:23.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:23 smithi003 ceph-mon[96088]: 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-08T08:34:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:23 smithi094 ceph-mon[112176]: 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-08T08:34:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:24.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:24.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:25.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:25.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:25 smithi003 ceph-mon[96088]: 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-08T08:34:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:25 smithi094 ceph-mon[112176]: 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-08T08:34:26.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:26.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:27.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:27.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:27 smithi003 ceph-mon[96088]: 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-08T08:34:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:27 smithi094 ceph-mon[112176]: 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-08T08:34:28.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:28.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:29.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:29 smithi094 ceph-mon[112176]: 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-08T08:34:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:29 smithi003 ceph-mon[96088]: 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-08T08:34:29.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:29.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:30.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:30.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:31 smithi003 ceph-mon[96088]: 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-08T08:34:31.488 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:31 smithi094 ceph-mon[112176]: 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-08T08:34:31.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:31.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:32.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:32.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:33.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:33.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:33 smithi003 ceph-mon[96088]: 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-08T08:34:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:33 smithi094 ceph-mon[112176]: 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-08T08:34:34.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:34.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:35.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:35.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:35 smithi003 ceph-mon[96088]: 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-08T08:34:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:35 smithi094 ceph-mon[112176]: 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-08T08:34:36.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:36.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:37.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:37.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:37 smithi003 ceph-mon[96088]: 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-08T08:34:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:37 smithi094 ceph-mon[112176]: 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-08T08:34:39.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:39.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:40.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:40.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:39 smithi003 ceph-mon[96088]: 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-08T08:34:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:39 smithi094 ceph-mon[112176]: 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-08T08:34:41.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:41.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:42.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:42.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:41 smithi003 ceph-mon[96088]: 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-08T08:34:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:41 smithi094 ceph-mon[112176]: 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-08T08:34:43.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:43.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:44.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:44.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:43 smithi003 ceph-mon[96088]: 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-08T08:34:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:43 smithi094 ceph-mon[112176]: 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-08T08:34:45.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:45.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:44 smithi003 ceph-mon[96088]: 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-08T08:34:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:44 smithi094 ceph-mon[112176]: 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-08T08:34:46.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:46.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:47.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:47.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:47 smithi003 ceph-mon[96088]: 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-08T08:34:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:47 smithi094 ceph-mon[112176]: 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-08T08:34:48.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:48.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:50.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:50.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:49 smithi003 ceph-mon[96088]: 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-08T08:34:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:49 smithi094 ceph-mon[112176]: 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-08T08:34:51.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:51.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:52.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:52.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:51 smithi094 ceph-mon[112176]: 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-08T08:34:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:51 smithi003 ceph-mon[96088]: 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-08T08:34:53.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:53.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:54.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:54.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:53 smithi003 ceph-mon[96088]: 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-08T08:34:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:54.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:53 smithi094 ceph-mon[112176]: 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-08T08:34:54.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:56.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:56.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:55 smithi003 ceph-mon[96088]: 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-08T08:34:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:55 smithi094 ceph-mon[112176]: 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-08T08:34:57.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:57.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:58.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:58.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:57 smithi003 ceph-mon[96088]: 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-08T08:34:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:57 smithi094 ceph-mon[112176]: 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-08T08:34:59.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:34:59.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:00.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:00.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:34:59 smithi003 ceph-mon[96088]: 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-08T08:35:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:34:59 smithi094 ceph-mon[112176]: 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-08T08:35:01.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:01.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:02.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:02.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:01 smithi094 ceph-mon[112176]: 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-08T08:35:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:01 smithi003 ceph-mon[96088]: 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-08T08:35:03.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:03.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:04.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:04.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:03 smithi003 ceph-mon[96088]: 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-08T08:35:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:03 smithi094 ceph-mon[112176]: 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-08T08:35:05.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:05.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:06.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:06.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:05 smithi003 ceph-mon[96088]: 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-08T08:35:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:05 smithi094 ceph-mon[112176]: 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-08T08:35:07.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:07.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:08.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:08.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:07 smithi003 ceph-mon[96088]: 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-08T08:35:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:07 smithi094 ceph-mon[112176]: 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-08T08:35:09.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:09.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:10.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:10.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:09 smithi003 ceph-mon[96088]: 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-08T08:35:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:09 smithi094 ceph-mon[112176]: 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-08T08:35:11.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:11.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:35:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:35:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:35:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:35:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:35:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:35:12.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:12.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:11 smithi094 ceph-mon[112176]: 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-08T08:35:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:35:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:35:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:35:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:35:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:35:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:11 smithi003 ceph-mon[96088]: 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-08T08:35:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:35:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:35:12.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:35:12.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:35:12.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:35:13.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:13.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:14.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:14.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:13 smithi003 ceph-mon[96088]: 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-08T08:35:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:13 smithi094 ceph-mon[112176]: 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-08T08:35:15.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:15.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:16.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:16.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:15 smithi003 ceph-mon[96088]: 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-08T08:35:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:15 smithi094 ceph-mon[112176]: 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-08T08:35:17.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:17.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:18.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:18.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:17 smithi003 ceph-mon[96088]: 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-08T08:35:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:17 smithi094 ceph-mon[112176]: 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-08T08:35:19.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:19.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:20.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:20.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:19 smithi003 ceph-mon[96088]: 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-08T08:35:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:19 smithi094 ceph-mon[112176]: 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-08T08:35:21.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:21.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:22.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:22.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:21 smithi003 ceph-mon[96088]: 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-08T08:35:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:21 smithi094 ceph-mon[112176]: 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-08T08:35:23.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:23.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:24.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:24.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:23 smithi003 ceph-mon[96088]: 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-08T08:35:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:23 smithi094 ceph-mon[112176]: 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-08T08:35:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:25.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:25.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:26.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:26.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:25 smithi003 ceph-mon[96088]: 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-08T08:35:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:25 smithi094 ceph-mon[112176]: 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-08T08:35:27.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:27.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:27 smithi094 ceph-mon[112176]: 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-08T08:35:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:27 smithi003 ceph-mon[96088]: 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-08T08:35:28.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:28.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:29.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:29.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:30.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:30.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:29 smithi003 ceph-mon[96088]: 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-08T08:35:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:29 smithi094 ceph-mon[112176]: 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-08T08:35:31.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:31.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:32.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:32.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:31 smithi003 ceph-mon[96088]: 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-08T08:35:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:31 smithi094 ceph-mon[112176]: 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-08T08:35:33.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:33.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:34.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:34.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:33 smithi003 ceph-mon[96088]: 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-08T08:35:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:33 smithi094 ceph-mon[112176]: 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-08T08:35:35.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:35.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:36.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:36.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:35 smithi003 ceph-mon[96088]: 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-08T08:35:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:35 smithi094 ceph-mon[112176]: 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-08T08:35:37.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:37.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:38.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:38.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:37 smithi003 ceph-mon[96088]: 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-08T08:35:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:37 smithi094 ceph-mon[112176]: 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-08T08:35:39.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:39.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:40.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:40.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:39 smithi003 ceph-mon[96088]: 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-08T08:35:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:39 smithi094 ceph-mon[112176]: 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-08T08:35:41.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:41.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:40 smithi003 ceph-mon[96088]: 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-08T08:35:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:40 smithi094 ceph-mon[112176]: 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-08T08:35:42.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:42.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:43.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:43.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:44.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:44.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:43 smithi003 ceph-mon[96088]: 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-08T08:35:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:43 smithi094 ceph-mon[112176]: 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-08T08:35:45.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:45.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:46.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:46.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:45 smithi003 ceph-mon[96088]: 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-08T08:35:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:45 smithi094 ceph-mon[112176]: 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-08T08:35:47.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:47.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:48.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:48.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:47 smithi003 ceph-mon[96088]: 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-08T08:35:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:47 smithi094 ceph-mon[112176]: 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-08T08:35:49.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:49.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:50.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:50.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:49 smithi003 ceph-mon[96088]: 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-08T08:35:50.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:49 smithi094 ceph-mon[112176]: 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-08T08:35:51.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:51.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:52.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:52.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:51 smithi003 ceph-mon[96088]: 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-08T08:35:52.325 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:51 smithi094 ceph-mon[112176]: 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-08T08:35:53.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:53.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:54.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:54.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:54.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:53 smithi003 ceph-mon[96088]: 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-08T08:35:54.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:53 smithi094 ceph-mon[112176]: 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-08T08:35:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:55.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:55.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:55 smithi094 ceph-mon[112176]: 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-08T08:35:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:55 smithi003 ceph-mon[96088]: 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-08T08:35:56.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:56.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:57.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:57.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:57 smithi094 ceph-mon[112176]: 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-08T08:35:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:57 smithi003 ceph-mon[96088]: 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-08T08:35:58.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:58.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:59.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:35:59.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:00.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:00.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:35:59 smithi003 ceph-mon[96088]: 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-08T08:36:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:35:59 smithi094 ceph-mon[112176]: 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-08T08:36:01.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:01.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:02.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:02.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:01 smithi003 ceph-mon[96088]: 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-08T08:36:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:01 smithi094 ceph-mon[112176]: 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-08T08:36:03.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:03.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:04.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:04.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:03 smithi003 ceph-mon[96088]: 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-08T08:36:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:03 smithi094 ceph-mon[112176]: 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-08T08:36:05.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:05.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:06.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:06.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:05 smithi003 ceph-mon[96088]: 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-08T08:36:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:05 smithi094 ceph-mon[112176]: 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-08T08:36:07.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:07.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:08.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:08.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:07 smithi003 ceph-mon[96088]: 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-08T08:36:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:07 smithi094 ceph-mon[112176]: 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-08T08:36:09.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:09.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:10.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:10.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:09 smithi003 ceph-mon[96088]: 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-08T08:36:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:09 smithi094 ceph-mon[112176]: 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-08T08:36:11.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:11.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:10 smithi003 ceph-mon[96088]: 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-08T08:36:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:10 smithi094 ceph-mon[112176]: 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-08T08:36:12.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:12.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:36:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:36:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:36:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:36:13.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:13.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:36:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:36:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:36:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:36:13.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:12 smithi003 ceph-mon[96088]: 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-08T08:36:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:36:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:36:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:36:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:36:13.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:12 smithi094 ceph-mon[112176]: 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-08T08:36:14.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:14.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:15.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:15.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:15 smithi094 ceph-mon[112176]: 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-08T08:36:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:15 smithi003 ceph-mon[96088]: 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-08T08:36:16.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:16.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:17.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:17.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:17.579 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:17 smithi094 ceph-mon[112176]: 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-08T08:36:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:17 smithi003 ceph-mon[96088]: 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-08T08:36:18.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:18.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:19.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:19.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:20.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:20.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:19 smithi003 ceph-mon[96088]: 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-08T08:36:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:19 smithi094 ceph-mon[112176]: 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-08T08:36:21.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:21.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:22.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:22.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:21 smithi003 ceph-mon[96088]: 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-08T08:36:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:21 smithi094 ceph-mon[112176]: 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-08T08:36:23.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:23.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:24.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:24.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:23 smithi003 ceph-mon[96088]: 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-08T08:36:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:23 smithi094 ceph-mon[112176]: 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-08T08:36:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:25.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:25.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:24 smithi003 ceph-mon[96088]: 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-08T08:36:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:24 smithi094 ceph-mon[112176]: 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-08T08:36:26.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:26.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:27.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:27.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:27 smithi094 ceph-mon[112176]: 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-08T08:36:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:27 smithi003 ceph-mon[96088]: 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-08T08:36:28.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:28.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:29.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:29.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:30.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:30.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:29 smithi003 ceph-mon[96088]: 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-08T08:36:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:29 smithi094 ceph-mon[112176]: 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-08T08:36:31.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:31.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:32.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:32.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:31 smithi003 ceph-mon[96088]: 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-08T08:36:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:31 smithi094 ceph-mon[112176]: 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-08T08:36:33.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:33.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:34.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:34.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:33 smithi003 ceph-mon[96088]: 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-08T08:36:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:33 smithi094 ceph-mon[112176]: 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-08T08:36:35.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:35.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:35 smithi094 ceph-mon[112176]: 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-08T08:36:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:35 smithi003 ceph-mon[96088]: 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-08T08:36:36.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:36.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:37.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:37.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:37 smithi094 ceph-mon[112176]: 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-08T08:36:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:37 smithi003 ceph-mon[96088]: 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-08T08:36:38.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:38.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:39.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:39.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:40.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:40.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:39 smithi003 ceph-mon[96088]: 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-08T08:36:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:39 smithi094 ceph-mon[112176]: 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-08T08:36:41.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:41.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:42.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:42.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:41 smithi003 ceph-mon[96088]: 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-08T08:36:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:41 smithi094 ceph-mon[112176]: 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-08T08:36:43.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:43.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:44.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:44.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:43 smithi003 ceph-mon[96088]: 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-08T08:36:44.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:43 smithi094 ceph-mon[112176]: 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-08T08:36:45.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:45.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:46.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:46.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:45 smithi003 ceph-mon[96088]: 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-08T08:36:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:45 smithi094 ceph-mon[112176]: 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-08T08:36:47.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:47.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:47 smithi094 ceph-mon[112176]: 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-08T08:36:48.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:48.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:47 smithi003 ceph-mon[96088]: 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-08T08:36:49.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:49.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:49 smithi094 ceph-mon[112176]: 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-08T08:36:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:49 smithi003 ceph-mon[96088]: 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-08T08:36:50.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:50.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:51.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:51.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:51 smithi094 ceph-mon[112176]: 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-08T08:36:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:51 smithi003 ceph-mon[96088]: 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-08T08:36:52.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:52.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:53.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:53.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:54.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:54.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:53 smithi003 ceph-mon[96088]: 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-08T08:36:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:53 smithi094 ceph-mon[112176]: 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-08T08:36:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:55.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:55.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:56.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:56.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:55 smithi003 ceph-mon[96088]: 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-08T08:36:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:55 smithi094 ceph-mon[112176]: 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-08T08:36:57.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:57.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:57 smithi003 ceph-mon[96088]: 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-08T08:36:58.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:58.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:57 smithi094 ceph-mon[112176]: 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-08T08:36:59.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:36:59.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:36:59 smithi094 ceph-mon[112176]: 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-08T08:36:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:36:59 smithi003 ceph-mon[96088]: 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-08T08:37:00.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:00.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:01.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:01.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:01 smithi094 ceph-mon[112176]: 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-08T08:37:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:01 smithi003 ceph-mon[96088]: 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-08T08:37:02.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:02.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:03.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:03.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:03 smithi003 ceph-mon[96088]: 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-08T08:37:04.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:04.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:03 smithi094 ceph-mon[112176]: 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-08T08:37:05.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:05.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:05 smithi003 ceph-mon[96088]: 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-08T08:37:06.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:06.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:05 smithi094 ceph-mon[112176]: 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-08T08:37:07.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:07.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:07 smithi003 ceph-mon[96088]: 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-08T08:37:08.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:08.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:07 smithi094 ceph-mon[112176]: 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-08T08:37:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:09.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:09.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:10.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:10.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:09 smithi094 ceph-mon[112176]: 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-08T08:37:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:09 smithi003 ceph-mon[96088]: 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-08T08:37:11.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:11.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:10 smithi094 ceph-mon[112176]: 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-08T08:37:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:10 smithi003 ceph-mon[96088]: 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-08T08:37:12.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:12.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:37:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:37:13.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:13.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:13 smithi003 ceph-mon[96088]: 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-08T08:37:13.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:37:13.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:37:13.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:37:13.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:37:13.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:37:13.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:37:13.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:37:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:13 smithi094 ceph-mon[112176]: 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-08T08:37:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:37:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:37:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:37:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:37:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:37:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:37:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:37:14.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:14.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:15.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:15.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:15 smithi003 ceph-mon[96088]: 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-08T08:37:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:15 smithi094 ceph-mon[112176]: 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-08T08:37:16.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:16.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:17.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:17.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:17 smithi003 ceph-mon[96088]: 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-08T08:37:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:17 smithi094 ceph-mon[112176]: 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-08T08:37:18.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:18.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:19.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:19.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:19 smithi003 ceph-mon[96088]: 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-08T08:37:20.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:20.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:19 smithi094 ceph-mon[112176]: 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-08T08:37:21.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:21.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:21 smithi003 ceph-mon[96088]: 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-08T08:37:22.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:22.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:21 smithi094 ceph-mon[112176]: 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-08T08:37:23.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:23.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:23 smithi003 ceph-mon[96088]: 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-08T08:37:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:24.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:24.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:23 smithi094 ceph-mon[112176]: 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-08T08:37:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:25.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:25.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:25 smithi003 ceph-mon[96088]: 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-08T08:37:26.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:26.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:25 smithi094 ceph-mon[112176]: 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-08T08:37:27.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:27.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:28.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:27 smithi003 ceph-mon[96088]: 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-08T08:37:28.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:28.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:28.307 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:27 smithi094 ceph-mon[112176]: 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-08T08:37:29.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:29.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:28 smithi094 ceph-mon[112176]: 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-08T08:37:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:28 smithi003 ceph-mon[96088]: 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-08T08:37:30.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:30.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:31.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:31.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:31 smithi094 ceph-mon[112176]: 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-08T08:37:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:31 smithi003 ceph-mon[96088]: 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-08T08:37:32.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:32.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:33.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:33.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:33 smithi003 ceph-mon[96088]: 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-08T08:37:34.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:34.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:33 smithi094 ceph-mon[112176]: 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-08T08:37:35.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:35.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:35 smithi003 ceph-mon[96088]: 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-08T08:37:36.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:36.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:35 smithi094 ceph-mon[112176]: 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-08T08:37:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:37 smithi003 ceph-mon[96088]: 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-08T08:37:37.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:37.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:37 smithi094 ceph-mon[112176]: 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-08T08:37:38.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:38.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:39.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:39.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:40.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:40.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:39 smithi094 ceph-mon[112176]: 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-08T08:37:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:39 smithi003 ceph-mon[96088]: 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-08T08:37:41.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:41.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:40 smithi094 ceph-mon[112176]: 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-08T08:37:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:40 smithi003 ceph-mon[96088]: 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-08T08:37:42.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:42.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:43.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:43.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:43 smithi003 ceph-mon[96088]: 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-08T08:37:44.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:44.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:43 smithi094 ceph-mon[112176]: 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-08T08:37:45.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:45.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:45 smithi003 ceph-mon[96088]: 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-08T08:37:46.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:46.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:45 smithi094 ceph-mon[112176]: 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-08T08:37:47.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:47.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:47 smithi094 ceph-mon[112176]: 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-08T08:37:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:47 smithi003 ceph-mon[96088]: 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-08T08:37:48.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:48.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:49.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:49.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:49 smithi003 ceph-mon[96088]: 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-08T08:37:50.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:50.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:49 smithi094 ceph-mon[112176]: 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-08T08:37:51.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:51.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:51 smithi094 ceph-mon[112176]: 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-08T08:37:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:51 smithi003 ceph-mon[96088]: 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-08T08:37:52.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:52.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:53.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:53.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:53 smithi003 ceph-mon[96088]: 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-08T08:37:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:54.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:54.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:53 smithi094 ceph-mon[112176]: 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-08T08:37:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:55.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:55.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:56.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:56.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:55 smithi094 ceph-mon[112176]: 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-08T08:37:56.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:55 smithi003 ceph-mon[96088]: 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-08T08:37:57.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:57.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:56 smithi094 ceph-mon[112176]: 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-08T08:37:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:56 smithi003 ceph-mon[96088]: 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-08T08:37:58.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:58.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:59.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:37:59.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:00.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:00.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:37:59 smithi094 ceph-mon[112176]: 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-08T08:38:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:37:59 smithi003 ceph-mon[96088]: 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-08T08:38:01.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:01.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:01 smithi094 ceph-mon[112176]: 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-08T08:38:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:01 smithi003 ceph-mon[96088]: 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-08T08:38:02.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:02.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:03.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:03.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:04.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:04.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:03 smithi094 ceph-mon[112176]: 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-08T08:38:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:03 smithi003 ceph-mon[96088]: 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-08T08:38:05.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:05.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:05 smithi094 ceph-mon[112176]: 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-08T08:38:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:05 smithi003 ceph-mon[96088]: 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-08T08:38:06.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:06.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:07.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:07.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:07 smithi094 ceph-mon[112176]: 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-08T08:38:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:07 smithi003 ceph-mon[96088]: 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-08T08:38:08.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:08.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:09.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:09.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:10.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:10.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:09 smithi094 ceph-mon[112176]: 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-08T08:38:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:09 smithi003 ceph-mon[96088]: 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-08T08:38:11.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:11.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:10 smithi094 ceph-mon[112176]: 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-08T08:38:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:10 smithi003 ceph-mon[96088]: 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-08T08:38:12.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:12.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:13.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:13.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:13 smithi094 ceph-mon[112176]: 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-08T08:38:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:38:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:38:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:38:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:38:14.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:38:14.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:38:14.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:14.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:13 smithi003 ceph-mon[96088]: 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-08T08:38:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:38:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:38:14.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:38:14.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:38:14.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:38:14.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:38:15.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:15.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:14 smithi094 ceph-mon[112176]: 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-08T08:38:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:14 smithi003 ceph-mon[96088]: 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-08T08:38:16.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:16.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:17.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:17.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:17 smithi094 ceph-mon[112176]: 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-08T08:38:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:17 smithi003 ceph-mon[96088]: 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-08T08:38:18.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:18.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:19 smithi094 ceph-mon[112176]: 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-08T08:38:19.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:19.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:19 smithi003 ceph-mon[96088]: 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-08T08:38:20.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:20.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:21.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:21.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:21 smithi094 ceph-mon[112176]: 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-08T08:38:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:21 smithi003 ceph-mon[96088]: 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-08T08:38:22.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:22.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:23.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:23.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:23 smithi094 ceph-mon[112176]: 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-08T08:38:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:24.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:24.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:23 smithi003 ceph-mon[96088]: 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-08T08:38:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:25.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:25.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:24 smithi094 ceph-mon[112176]: 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-08T08:38:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:24 smithi003 ceph-mon[96088]: 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-08T08:38:26.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:26.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:27.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:27.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:27 smithi094 ceph-mon[112176]: 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-08T08:38:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:27 smithi003 ceph-mon[96088]: 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-08T08:38:28.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:28.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:29.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:29.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:29 smithi094 ceph-mon[112176]: 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-08T08:38:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:29 smithi003 ceph-mon[96088]: 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-08T08:38:30.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:30.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:31.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:31.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:31 smithi094 ceph-mon[112176]: 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-08T08:38:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:31 smithi003 ceph-mon[96088]: 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-08T08:38:32.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:32.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:33.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:33.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:33 smithi094 ceph-mon[112176]: 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-08T08:38:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:33 smithi003 ceph-mon[96088]: 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-08T08:38:34.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:34.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:35.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:35.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:35 smithi094 ceph-mon[112176]: 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-08T08:38:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:35 smithi003 ceph-mon[96088]: 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-08T08:38:36.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:36.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:37.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:37.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:37.584 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:37 smithi003 ceph-mon[96088]: 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-08T08:38:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:37 smithi094 ceph-mon[112176]: 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-08T08:38:38.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:38.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:39.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:39.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:38 smithi094 ceph-mon[112176]: 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-08T08:38:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:38 smithi003 ceph-mon[96088]: 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-08T08:38:40.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:40.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:41.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:41.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:41 smithi094 ceph-mon[112176]: 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-08T08:38:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:41 smithi003 ceph-mon[96088]: 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-08T08:38:42.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:42.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:43.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:43.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:43 smithi094 ceph-mon[112176]: 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-08T08:38:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:43 smithi003 ceph-mon[96088]: 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-08T08:38:44.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:44.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:45.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:45.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:45 smithi094 ceph-mon[112176]: 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-08T08:38:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:45 smithi003 ceph-mon[96088]: 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-08T08:38:46.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:46.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:47.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:47.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:47 smithi094 ceph-mon[112176]: 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-08T08:38:47.699 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:47 smithi003 ceph-mon[96088]: 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-08T08:38:48.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:48.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:48 smithi094 ceph-mon[112176]: 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-08T08:38:49.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:49.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:48 smithi003 ceph-mon[96088]: 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-08T08:38:50.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:50.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:51.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:51.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:51 smithi094 ceph-mon[112176]: 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-08T08:38:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:51 smithi003 ceph-mon[96088]: 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-08T08:38:52.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:52.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:53.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:53.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:53 smithi094 ceph-mon[112176]: 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-08T08:38:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:53 smithi003 ceph-mon[96088]: 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-08T08:38:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:54.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:54.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:55.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:55.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:55 smithi094 ceph-mon[112176]: 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-08T08:38:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:55 smithi003 ceph-mon[96088]: 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-08T08:38:56.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:56.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:57.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:57.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:57 smithi094 ceph-mon[112176]: 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-08T08:38:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:57 smithi003 ceph-mon[96088]: 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-08T08:38:58.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:58.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:38:59 smithi094 ceph-mon[112176]: 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-08T08:38:59.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:38:59.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:38:59 smithi003 ceph-mon[96088]: 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-08T08:39:00.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:00.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:01.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:01.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:01 smithi094 ceph-mon[112176]: 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-08T08:39:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:01 smithi003 ceph-mon[96088]: 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-08T08:39:02.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:02.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:03.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:03.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:03 smithi094 ceph-mon[112176]: 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-08T08:39:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:03 smithi003 ceph-mon[96088]: 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-08T08:39:04.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:04.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:05.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:05.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:05 smithi094 ceph-mon[112176]: 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-08T08:39:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:05 smithi003 ceph-mon[96088]: 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-08T08:39:06.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:06.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:07.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:07.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:07 smithi094 ceph-mon[112176]: 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-08T08:39:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:07 smithi003 ceph-mon[96088]: 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-08T08:39:08.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:08.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:09.349 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:09.349 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:09 smithi094 ceph-mon[112176]: 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-08T08:39:09.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:09.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:09 smithi003 ceph-mon[96088]: 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-08T08:39:10.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:10.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:11.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:11.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:11 smithi094 ceph-mon[112176]: 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-08T08:39:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:11 smithi003 ceph-mon[96088]: 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-08T08:39:12.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:12.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:13.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:13.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:13 smithi094 ceph-mon[112176]: 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-08T08:39:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:13 smithi003 ceph-mon[96088]: 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-08T08:39:14.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:14.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:39:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:39:15.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:15.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:15 smithi003 ceph-mon[96088]: 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-08T08:39:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:15 smithi094 ceph-mon[112176]: 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-08T08:39:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:15.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:16.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:16.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:17.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:17.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:17.829 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:17 smithi094 ceph-mon[112176]: 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-08T08:39:17.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:17 smithi003 ceph-mon[96088]: 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-08T08:39:18.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:18.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:19.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:19.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: 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-08T08:39:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1609M 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:39:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:39:19.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:39:19.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: 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-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:39:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1609M 2023-10-08T08:39:19.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:39:19.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:39:19.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:19.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:39:19.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:39:20.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:20.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:21.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:21.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:21 smithi094 ceph-mon[112176]: 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-08T08:39:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:21 smithi003 ceph-mon[96088]: 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-08T08:39:22.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:22.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:23.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:23.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:23 smithi003 ceph-mon[96088]: 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-08T08:39:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:23 smithi094 ceph-mon[112176]: 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-08T08:39:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:24.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:24.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:25.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:25.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:25 smithi094 ceph-mon[112176]: 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-08T08:39:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:25 smithi003 ceph-mon[96088]: 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-08T08:39:26.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:26.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:27.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:27.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:27 smithi094 ceph-mon[112176]: 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-08T08:39:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:27 smithi003 ceph-mon[96088]: 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-08T08:39:28.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:28.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:29 smithi094 ceph-mon[112176]: 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-08T08:39:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:29 smithi003 ceph-mon[96088]: 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-08T08:39:29.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:29.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:30.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:30.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:31.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:31.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:31 smithi094 ceph-mon[112176]: 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-08T08:39:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:31 smithi003 ceph-mon[96088]: 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-08T08:39:32.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:32.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:33 smithi003 ceph-mon[96088]: 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-08T08:39:33.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:33.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:33 smithi094 ceph-mon[112176]: 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-08T08:39:34.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:34.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:35.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:35.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:35 smithi094 ceph-mon[112176]: 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-08T08:39:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:35 smithi003 ceph-mon[96088]: 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-08T08:39:36.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:36.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:37.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:37.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:37 smithi094 ceph-mon[112176]: 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-08T08:39:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:37 smithi003 ceph-mon[96088]: 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-08T08:39:38.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:38.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:39.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:39.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:39 smithi094 ceph-mon[112176]: 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-08T08:39:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:39 smithi003 ceph-mon[96088]: 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-08T08:39:39.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:39.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:40.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:40.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:41.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:41.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:41 smithi094 ceph-mon[112176]: 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-08T08:39:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:41 smithi003 ceph-mon[96088]: 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-08T08:39:42.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:42.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:43.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:43.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:43 smithi094 ceph-mon[112176]: 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-08T08:39:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:43 smithi003 ceph-mon[96088]: 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-08T08:39:44.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:44.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:45.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:45.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:45 smithi094 ceph-mon[112176]: 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-08T08:39:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:45 smithi003 ceph-mon[96088]: 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-08T08:39:46.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:46.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:47.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:47.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:47 smithi094 ceph-mon[112176]: 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-08T08:39:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:47 smithi003 ceph-mon[96088]: 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-08T08:39:48.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:48.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:49 smithi094 ceph-mon[112176]: 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-08T08:39:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:49 smithi003 ceph-mon[96088]: 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-08T08:39:49.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:49.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:50.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:50.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:51.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:51.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:51 smithi094 ceph-mon[112176]: 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-08T08:39:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:51 smithi003 ceph-mon[96088]: 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-08T08:39:52.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:52.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:53.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:53.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:53 smithi094 ceph-mon[112176]: 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-08T08:39:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:53 smithi003 ceph-mon[96088]: 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-08T08:39:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:54.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:54.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:55.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:55.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:55 smithi094 ceph-mon[112176]: 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-08T08:39:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:55 smithi003 ceph-mon[96088]: 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-08T08:39:56.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:56.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:57.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:57.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:57 smithi094 ceph-mon[112176]: 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-08T08:39:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:57 smithi003 ceph-mon[96088]: 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-08T08:39:58.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:58.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:39:59 smithi094 ceph-mon[112176]: 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-08T08:39:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:39:59 smithi003 ceph-mon[96088]: 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-08T08:39:59.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:39:59.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T08:40:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T08:40:00.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:00.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:01 smithi094 ceph-mon[112176]: 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-08T08:40:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:01 smithi003 ceph-mon[96088]: 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-08T08:40:01.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:01.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:02.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:02.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:03.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:03.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:03 smithi094 ceph-mon[112176]: 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-08T08:40:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:03 smithi003 ceph-mon[96088]: 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-08T08:40:04.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:04.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:05.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:05.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:05 smithi094 ceph-mon[112176]: 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-08T08:40:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:05 smithi003 ceph-mon[96088]: 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-08T08:40:06.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:06.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:07.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:07.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:07 smithi094 ceph-mon[112176]: 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-08T08:40:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:07 smithi003 ceph-mon[96088]: 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-08T08:40:08.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:08.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:09 smithi094 ceph-mon[112176]: 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-08T08:40:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:09 smithi003 ceph-mon[96088]: 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-08T08:40:09.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:09.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:10.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:10.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:11.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:11.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:11 smithi094 ceph-mon[112176]: 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-08T08:40:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:11 smithi003 ceph-mon[96088]: 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-08T08:40:12.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:12.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:13.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:13.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:13 smithi094 ceph-mon[112176]: 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-08T08:40:13.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:13 smithi003 ceph-mon[96088]: 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-08T08:40:14.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:14.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:15.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:15.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:15 smithi094 ceph-mon[112176]: 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-08T08:40:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:15 smithi003 ceph-mon[96088]: 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-08T08:40:16.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:16.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:17.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:17.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:17 smithi094 ceph-mon[112176]: 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-08T08:40:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:17 smithi003 ceph-mon[96088]: 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-08T08:40:18.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:18.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:19 smithi094 ceph-mon[112176]: 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-08T08:40:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:40:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:19 smithi003 ceph-mon[96088]: 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-08T08:40:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:40:19.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:19.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:40:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:40:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:40:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:40:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:40:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:40:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:40:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:40:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:40:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:40:20.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:20.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:21 smithi094 ceph-mon[112176]: 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-08T08:40:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:21 smithi003 ceph-mon[96088]: 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-08T08:40:21.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:21.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:22.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:22.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:23.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:23.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:23 smithi094 ceph-mon[112176]: 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-08T08:40:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:23 smithi003 ceph-mon[96088]: 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-08T08:40:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:24.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:24.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:25 smithi094 ceph-mon[112176]: 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-08T08:40:25.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:25.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:25 smithi003 ceph-mon[96088]: 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-08T08:40:26.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:26.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:27.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:27.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:27 smithi094 ceph-mon[112176]: 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-08T08:40:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:27 smithi003 ceph-mon[96088]: 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-08T08:40:28.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:28.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:29 smithi003 ceph-mon[96088]: 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-08T08:40:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:29 smithi094 ceph-mon[112176]: 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-08T08:40:29.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:29.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:30.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:30.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:31.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:31.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:31 smithi094 ceph-mon[112176]: 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-08T08:40:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:31 smithi003 ceph-mon[96088]: 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-08T08:40:32.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:32.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:33.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:33.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:33 smithi094 ceph-mon[112176]: 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-08T08:40:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:33 smithi003 ceph-mon[96088]: 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-08T08:40:34.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:34.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:35.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:35.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:35 smithi094 ceph-mon[112176]: 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-08T08:40:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:35 smithi003 ceph-mon[96088]: 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-08T08:40:36.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:36.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:37.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:37.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:37 smithi094 ceph-mon[112176]: 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-08T08:40:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:37 smithi003 ceph-mon[96088]: 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-08T08:40:38.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:38.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:39 smithi003 ceph-mon[96088]: 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-08T08:40:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:39 smithi094 ceph-mon[112176]: 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-08T08:40:39.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:39.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:40.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:40.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:41.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:41.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:41 smithi094 ceph-mon[112176]: 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-08T08:40:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:41 smithi003 ceph-mon[96088]: 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-08T08:40:42.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:42.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:43.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:43.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:43 smithi094 ceph-mon[112176]: 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-08T08:40:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:43 smithi003 ceph-mon[96088]: 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-08T08:40:44.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:44.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:45.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:45.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:45 smithi094 ceph-mon[112176]: 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-08T08:40:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:45 smithi003 ceph-mon[96088]: 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-08T08:40:46.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:46.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:47.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:47.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:47 smithi094 ceph-mon[112176]: 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-08T08:40:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:47 smithi003 ceph-mon[96088]: 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-08T08:40:48.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:48.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:49 smithi094 ceph-mon[112176]: 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-08T08:40:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:49 smithi003 ceph-mon[96088]: 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-08T08:40:49.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:49.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:50.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:50.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:51.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:51.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:51 smithi094 ceph-mon[112176]: 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-08T08:40:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:51 smithi003 ceph-mon[96088]: 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-08T08:40:52.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:52.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:53.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:53.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:53 smithi094 ceph-mon[112176]: 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-08T08:40:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:53 smithi003 ceph-mon[96088]: 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-08T08:40:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:54.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:54.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:55 smithi094 ceph-mon[112176]: 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-08T08:40:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:55 smithi003 ceph-mon[96088]: 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-08T08:40:56.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:56.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:57.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:57.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:57 smithi094 ceph-mon[112176]: 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-08T08:40:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:57 smithi003 ceph-mon[96088]: 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-08T08:40:58.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:58.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:59.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:40:59 smithi094 ceph-mon[112176]: 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-08T08:40:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:40:59 smithi003 ceph-mon[96088]: 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-08T08:40:59.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:40:59.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:00.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:00.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:01.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:01.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:01 smithi094 ceph-mon[112176]: 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-08T08:41:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:01 smithi003 ceph-mon[96088]: 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-08T08:41:02.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:02.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:03.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:03.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:03 smithi094 ceph-mon[112176]: 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-08T08:41:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:03 smithi003 ceph-mon[96088]: 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-08T08:41:04.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:04.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:05.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:05.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:05 smithi094 ceph-mon[112176]: 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-08T08:41:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:05 smithi003 ceph-mon[96088]: 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-08T08:41:06.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:06.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:07.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:07.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:07 smithi094 ceph-mon[112176]: 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-08T08:41:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:07 smithi003 ceph-mon[96088]: 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-08T08:41:08.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:08.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:09.306 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:09.306 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:09 smithi003 ceph-mon[96088]: 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-08T08:41:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:09 smithi094 ceph-mon[112176]: 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-08T08:41:09.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:09.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:10.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:10.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:11.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:11.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:11 smithi094 ceph-mon[112176]: 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-08T08:41:11.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:11 smithi003 ceph-mon[96088]: 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-08T08:41:12.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:12.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:13 smithi094 ceph-mon[112176]: 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-08T08:41:13.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:13.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:13 smithi003 ceph-mon[96088]: 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-08T08:41:14.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:14.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:15.659 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:15 smithi094 ceph-mon[112176]: 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-08T08:41:15.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:15.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:15 smithi003 ceph-mon[96088]: 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-08T08:41:16.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:16.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:17 smithi094 ceph-mon[112176]: 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-08T08:41:17.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:17.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:17 smithi003 ceph-mon[96088]: 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-08T08:41:18.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:18.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:19 smithi094 ceph-mon[112176]: 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-08T08:41:19.426 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:19 smithi003 ceph-mon[96088]: 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-08T08:41:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:41:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:41:20.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:20.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:41:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:41:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:41:21.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:41:21.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:41:21.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:21 smithi094 ceph-mon[112176]: 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-08T08:41:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:41:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:41:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:41:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:41:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:41:21.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:21 smithi003 ceph-mon[96088]: 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-08T08:41:21.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:21.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:22.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:22.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:23 smithi094 ceph-mon[112176]: 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-08T08:41:23.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:23.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:23.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:23 smithi003 ceph-mon[96088]: 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-08T08:41:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:24.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:24.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:25 smithi094 ceph-mon[112176]: 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-08T08:41:25.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:25.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:25 smithi003 ceph-mon[96088]: 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-08T08:41:26.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:26.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:27 smithi094 ceph-mon[112176]: 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-08T08:41:27.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:27.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:27 smithi003 ceph-mon[96088]: 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-08T08:41:28.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:28.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:29 smithi094 ceph-mon[112176]: 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-08T08:41:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:29 smithi003 ceph-mon[96088]: 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-08T08:41:29.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:29.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:30.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:30.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:31 smithi094 ceph-mon[112176]: 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-08T08:41:31.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:31.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:31 smithi003 ceph-mon[96088]: 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-08T08:41:32.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:32.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:33 smithi094 ceph-mon[112176]: 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-08T08:41:33.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:33.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:33 smithi003 ceph-mon[96088]: 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-08T08:41:34.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:34.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:35 smithi094 ceph-mon[112176]: 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-08T08:41:35.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:35.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:35 smithi003 ceph-mon[96088]: 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-08T08:41:36.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:36.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:37 smithi094 ceph-mon[112176]: 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-08T08:41:37.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:37.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:37 smithi003 ceph-mon[96088]: 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-08T08:41:38.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:38.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:39 smithi094 ceph-mon[112176]: 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-08T08:41:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:39 smithi003 ceph-mon[96088]: 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-08T08:41:39.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:39.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:40.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:40.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:41 smithi094 ceph-mon[112176]: 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-08T08:41:41.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:41.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:41 smithi003 ceph-mon[96088]: 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-08T08:41:42.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:42.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:43 smithi094 ceph-mon[112176]: 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-08T08:41:43.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:43.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:43 smithi003 ceph-mon[96088]: 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-08T08:41:44.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:44.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:45 smithi094 ceph-mon[112176]: 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-08T08:41:45.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:45.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:45 smithi003 ceph-mon[96088]: 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-08T08:41:46.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:46.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:47 smithi094 ceph-mon[112176]: 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-08T08:41:47.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:47.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:47 smithi003 ceph-mon[96088]: 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-08T08:41:48.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:48.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:49.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:49 smithi094 ceph-mon[112176]: 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-08T08:41:49.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:49 smithi003 ceph-mon[96088]: 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-08T08:41:49.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:49.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:50.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:50.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:51 smithi094 ceph-mon[112176]: 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-08T08:41:51.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:51.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:51 smithi003 ceph-mon[96088]: 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-08T08:41:52.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:52.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:53 smithi094 ceph-mon[112176]: 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-08T08:41:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:53.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:53.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:53 smithi003 ceph-mon[96088]: 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-08T08:41:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:54.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:54.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:55 smithi094 ceph-mon[112176]: 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-08T08:41:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:55 smithi003 ceph-mon[96088]: 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-08T08:41:55.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:55.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:56.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:56.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:57 smithi094 ceph-mon[112176]: 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-08T08:41:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:57 smithi003 ceph-mon[96088]: 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-08T08:41:57.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:57.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:58.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:58.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:41:59 smithi094 ceph-mon[112176]: 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-08T08:41:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:41:59 smithi003 ceph-mon[96088]: 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-08T08:41:59.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:41:59.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:00.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:00.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:01 smithi094 ceph-mon[112176]: 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-08T08:42:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:01 smithi003 ceph-mon[96088]: 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-08T08:42:01.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:01.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:02.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:02.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:03 smithi094 ceph-mon[112176]: 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-08T08:42:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:03 smithi003 ceph-mon[96088]: 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-08T08:42:03.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:03.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:04.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:04.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:05 smithi094 ceph-mon[112176]: 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-08T08:42:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:05 smithi003 ceph-mon[96088]: 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-08T08:42:05.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:05.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:06.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:06.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:07 smithi094 ceph-mon[112176]: 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-08T08:42:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:07 smithi003 ceph-mon[96088]: 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-08T08:42:07.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:07.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:08.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:08.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:09 smithi094 ceph-mon[112176]: 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-08T08:42:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:09 smithi003 ceph-mon[96088]: 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-08T08:42:09.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:09.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:10.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:10.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:11 smithi094 ceph-mon[112176]: 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-08T08:42:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:11 smithi003 ceph-mon[96088]: 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-08T08:42:11.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:11.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:12.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:12.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:13 smithi094 ceph-mon[112176]: 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-08T08:42:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:13 smithi003 ceph-mon[96088]: 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-08T08:42:13.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:13.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:14.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:14.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:15 smithi094 ceph-mon[112176]: 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-08T08:42:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:15 smithi003 ceph-mon[96088]: 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-08T08:42:15.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:15.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:16.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:16.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:17 smithi094 ceph-mon[112176]: 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-08T08:42:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:17 smithi003 ceph-mon[96088]: 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-08T08:42:17.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:17.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:18.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:18.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:19 smithi094 ceph-mon[112176]: 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-08T08:42:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:19 smithi003 ceph-mon[96088]: 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-08T08:42:19.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:19.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:42:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:42:20.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:20.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:21 smithi094 ceph-mon[112176]: 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-08T08:42:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:21 smithi003 ceph-mon[96088]: 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-08T08:42:21.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:21.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:22.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:22.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:23.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:23 smithi094 ceph-mon[112176]: 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-08T08:42:23.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:42:23.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:42:23.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:23 smithi003 ceph-mon[96088]: 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-08T08:42:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:42:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:42:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:23.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:23.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:42:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:42:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:42:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:42:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:42:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:42:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:42:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:42:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:42:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:42:24.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:24.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:25.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:25.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:25 smithi094 ceph-mon[112176]: 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-08T08:42:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:25 smithi003 ceph-mon[96088]: 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-08T08:42:26.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:26.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:27.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:27.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:27 smithi003 ceph-mon[96088]: 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-08T08:42:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:27 smithi094 ceph-mon[112176]: 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-08T08:42:28.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:28.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:29 smithi094 ceph-mon[112176]: 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-08T08:42:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:29 smithi003 ceph-mon[96088]: 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-08T08:42:29.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:29.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:30.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:30.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:31 smithi094 ceph-mon[112176]: 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-08T08:42:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:31 smithi003 ceph-mon[96088]: 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-08T08:42:31.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:31.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:32.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:32.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:33 smithi094 ceph-mon[112176]: 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-08T08:42:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:33 smithi003 ceph-mon[96088]: 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-08T08:42:33.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:33.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:34.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:34.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:35 smithi094 ceph-mon[112176]: 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-08T08:42:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:35 smithi003 ceph-mon[96088]: 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-08T08:42:35.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:35.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:36.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:36.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:37 smithi094 ceph-mon[112176]: 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-08T08:42:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:37 smithi003 ceph-mon[96088]: 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-08T08:42:37.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:37.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:38.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:38.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:39 smithi094 ceph-mon[112176]: 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-08T08:42:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:39 smithi003 ceph-mon[96088]: 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-08T08:42:39.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:39.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:40.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:40.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:41 smithi094 ceph-mon[112176]: 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-08T08:42:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:41 smithi003 ceph-mon[96088]: 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-08T08:42:41.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:41.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:42.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:42.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:43 smithi094 ceph-mon[112176]: 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-08T08:42:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:43 smithi003 ceph-mon[96088]: 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-08T08:42:43.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:43.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:44.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:44.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:45 smithi094 ceph-mon[112176]: 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-08T08:42:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:45 smithi003 ceph-mon[96088]: 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-08T08:42:45.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:45.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:46.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:46.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:47 smithi094 ceph-mon[112176]: 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-08T08:42:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:47 smithi003 ceph-mon[96088]: 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-08T08:42:47.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:47.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:48.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:48.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:49 smithi094 ceph-mon[112176]: 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-08T08:42:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:49 smithi003 ceph-mon[96088]: 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-08T08:42:49.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:49.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:50.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:50.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:51.658 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:51 smithi094 ceph-mon[112176]: 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-08T08:42:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:51 smithi003 ceph-mon[96088]: 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-08T08:42:51.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:51.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:52.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:52.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:53 smithi094 ceph-mon[112176]: 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-08T08:42:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:53 smithi003 ceph-mon[96088]: 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-08T08:42:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:53.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:53.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:54.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:54.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:55.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:55 smithi094 ceph-mon[112176]: 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-08T08:42:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:55 smithi003 ceph-mon[96088]: 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-08T08:42:55.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:55.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:56.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:56.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:57 smithi003 ceph-mon[96088]: 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-08T08:42:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:57 smithi094 ceph-mon[112176]: 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-08T08:42:57.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:57.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:58.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:58.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:42:59 smithi094 ceph-mon[112176]: 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-08T08:42:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:42:59 smithi003 ceph-mon[96088]: 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-08T08:42:59.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:42:59.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:00.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:00.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:01 smithi094 ceph-mon[112176]: 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-08T08:43:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:01 smithi003 ceph-mon[96088]: 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-08T08:43:01.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:01.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:02.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:02.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:03 smithi094 ceph-mon[112176]: 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-08T08:43:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:03 smithi003 ceph-mon[96088]: 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-08T08:43:03.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:03.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:04.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:04.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:05 smithi094 ceph-mon[112176]: 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-08T08:43:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:05 smithi003 ceph-mon[96088]: 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-08T08:43:05.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:05.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:06.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:06.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:07 smithi094 ceph-mon[112176]: 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-08T08:43:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:07 smithi003 ceph-mon[96088]: 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-08T08:43:07.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:07.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:08.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:08.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:09.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:09.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:09 smithi094 ceph-mon[112176]: 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-08T08:43:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:09 smithi003 ceph-mon[96088]: 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-08T08:43:09.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:09.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:10.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:10.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:11 smithi094 ceph-mon[112176]: 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-08T08:43:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:11 smithi003 ceph-mon[96088]: 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-08T08:43:11.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:11.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:12.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:12.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:13 smithi094 ceph-mon[112176]: 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-08T08:43:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:13 smithi003 ceph-mon[96088]: 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-08T08:43:13.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:13.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:14.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:14.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:15 smithi094 ceph-mon[112176]: 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-08T08:43:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:15 smithi003 ceph-mon[96088]: 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-08T08:43:15.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:15.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:16.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:16.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:17 smithi094 ceph-mon[112176]: 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-08T08:43:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:17 smithi003 ceph-mon[96088]: 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-08T08:43:17.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:17.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:18.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:18.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:19 smithi094 ceph-mon[112176]: 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-08T08:43:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:19 smithi003 ceph-mon[96088]: 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-08T08:43:19.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:19.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:20.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:20.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:21 smithi094 ceph-mon[112176]: 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-08T08:43:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:21 smithi003 ceph-mon[96088]: 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-08T08:43:21.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:21.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:22.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:22.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:23 smithi094 ceph-mon[112176]: 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-08T08:43:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:23 smithi003 ceph-mon[96088]: 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-08T08:43:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:23.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:23.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:43:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:43:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:43:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:43:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:43:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:43:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:43:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:43:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:43:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:43:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:43:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:43:24.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:24.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:25 smithi094 ceph-mon[112176]: 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-08T08:43:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:25 smithi003 ceph-mon[96088]: 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-08T08:43:25.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:25.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:26.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:26.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:27 smithi094 ceph-mon[112176]: 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-08T08:43:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:27 smithi003 ceph-mon[96088]: 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-08T08:43:27.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:27.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:28.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:28.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:29 smithi094 ceph-mon[112176]: 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-08T08:43:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:29 smithi003 ceph-mon[96088]: 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-08T08:43:29.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:29.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:30.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:30.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:31 smithi094 ceph-mon[112176]: 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-08T08:43:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:31 smithi003 ceph-mon[96088]: 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-08T08:43:31.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:31.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:32.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:32.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:33 smithi094 ceph-mon[112176]: 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-08T08:43:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:33 smithi003 ceph-mon[96088]: 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-08T08:43:33.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:33.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:34.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:34.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:35 smithi094 ceph-mon[112176]: 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-08T08:43:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:35 smithi003 ceph-mon[96088]: 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-08T08:43:35.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:35.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:36.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:36.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:37 smithi094 ceph-mon[112176]: 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-08T08:43:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:37 smithi003 ceph-mon[96088]: 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-08T08:43:37.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:37.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:38.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:38.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:39 smithi094 ceph-mon[112176]: 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-08T08:43:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:39 smithi003 ceph-mon[96088]: 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-08T08:43:39.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:39.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:40.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:40.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:41 smithi094 ceph-mon[112176]: 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-08T08:43:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:41 smithi003 ceph-mon[96088]: 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-08T08:43:41.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:41.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:42.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:42.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:43 smithi094 ceph-mon[112176]: 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-08T08:43:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:43 smithi003 ceph-mon[96088]: 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-08T08:43:43.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:43.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:44.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:44.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:45 smithi094 ceph-mon[112176]: 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-08T08:43:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:45 smithi003 ceph-mon[96088]: 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-08T08:43:45.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:45.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:46.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:46.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:47 smithi094 ceph-mon[112176]: 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-08T08:43:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:47 smithi003 ceph-mon[96088]: 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-08T08:43:47.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:47.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:48.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:48.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:49.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:49 smithi094 ceph-mon[112176]: 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-08T08:43:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:49 smithi003 ceph-mon[96088]: 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-08T08:43:49.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:49.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:50.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:50.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:51 smithi003 ceph-mon[96088]: 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-08T08:43:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:51 smithi094 ceph-mon[112176]: 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-08T08:43:51.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:51.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:52.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:52.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:53 smithi094 ceph-mon[112176]: 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-08T08:43:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:53 smithi003 ceph-mon[96088]: 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-08T08:43:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:53.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:53.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:54.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:55.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:55.993 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:55 smithi094 ceph-mon[112176]: 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-08T08:43:55.993 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:55 smithi003 ceph-mon[96088]: 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-08T08:43:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:55.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:56.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:56.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:57 smithi094 ceph-mon[112176]: 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-08T08:43:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:57 smithi003 ceph-mon[96088]: 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-08T08:43:57.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:57.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:58.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:58.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:43:59 smithi094 ceph-mon[112176]: 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-08T08:43:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:43:59 smithi003 ceph-mon[96088]: 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-08T08:43:59.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:43:59.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:00.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:00.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:01 smithi094 ceph-mon[112176]: 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-08T08:44:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:01 smithi003 ceph-mon[96088]: 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-08T08:44:01.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:01.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:02.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:02.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:03 smithi094 ceph-mon[112176]: 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-08T08:44:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:03 smithi003 ceph-mon[96088]: 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-08T08:44:03.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:03.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:04.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:04.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:05 smithi094 ceph-mon[112176]: 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-08T08:44:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:05 smithi003 ceph-mon[96088]: 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-08T08:44:05.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:05.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:06.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:06.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:07 smithi094 ceph-mon[112176]: 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-08T08:44:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:07 smithi003 ceph-mon[96088]: 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-08T08:44:07.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:07.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:08.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:08.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:09 smithi094 ceph-mon[112176]: 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-08T08:44:09.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:09.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:09 smithi003 ceph-mon[96088]: 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-08T08:44:09.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:09.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:10.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:10.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:11 smithi094 ceph-mon[112176]: 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-08T08:44:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:11 smithi003 ceph-mon[96088]: 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-08T08:44:11.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:11.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:12.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:12.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:13 smithi094 ceph-mon[112176]: 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-08T08:44:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:13 smithi003 ceph-mon[96088]: 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-08T08:44:13.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:13.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:14.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:14.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:15 smithi094 ceph-mon[112176]: 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-08T08:44:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:15 smithi003 ceph-mon[96088]: 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-08T08:44:15.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:15.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:16.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:16.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:17 smithi094 ceph-mon[112176]: 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-08T08:44:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:17 smithi003 ceph-mon[96088]: 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-08T08:44:17.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:17.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:18.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:18.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:19 smithi094 ceph-mon[112176]: 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-08T08:44:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:19 smithi003 ceph-mon[96088]: 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-08T08:44:19.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:19.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:20.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:20.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:21 smithi094 ceph-mon[112176]: 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-08T08:44:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:21 smithi003 ceph-mon[96088]: 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-08T08:44:21.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:21.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:22.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:22.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:23 smithi094 ceph-mon[112176]: 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-08T08:44:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:23 smithi003 ceph-mon[96088]: 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-08T08:44:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:23.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:23.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:44:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:44:24.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:24.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:25 smithi094 ceph-mon[112176]: 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-08T08:44:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:25 smithi003 ceph-mon[96088]: 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-08T08:44:25.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:25.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:26.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:26.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:27 smithi003 ceph-mon[96088]: 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-08T08:44:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:27 smithi094 ceph-mon[112176]: 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-08T08:44:27.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:27.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:28.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:28.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:29 smithi094 ceph-mon[112176]: 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-08T08:44:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:29 smithi003 ceph-mon[96088]: 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-08T08:44:29.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:29.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:44:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:44:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:44:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:44:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:44:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:44:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:44:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:44:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:44:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:44:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:44:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:44:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:44:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:44:30.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:30.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:31 smithi094 ceph-mon[112176]: 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-08T08:44:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:31 smithi003 ceph-mon[96088]: 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-08T08:44:31.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:31.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:32.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:32.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:33 smithi094 ceph-mon[112176]: 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-08T08:44:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:33 smithi003 ceph-mon[96088]: 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-08T08:44:33.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:34.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:35.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:35.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:35 smithi094 ceph-mon[112176]: 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-08T08:44:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:35 smithi003 ceph-mon[96088]: 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-08T08:44:36.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:36.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:37.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:37.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:37 smithi094 ceph-mon[112176]: 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-08T08:44:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:37 smithi003 ceph-mon[96088]: 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-08T08:44:38.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:38.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:39.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:39.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:39 smithi094 ceph-mon[112176]: 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-08T08:44:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:39 smithi003 ceph-mon[96088]: 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-08T08:44:40.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:40.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:41.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:41.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:41 smithi094 ceph-mon[112176]: 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-08T08:44:41.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:41 smithi003 ceph-mon[96088]: 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-08T08:44:42.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:42.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:43 smithi094 ceph-mon[112176]: 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-08T08:44:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:43 smithi003 ceph-mon[96088]: 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-08T08:44:44.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:44.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:45.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:45.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:45 smithi094 ceph-mon[112176]: 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-08T08:44:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:45 smithi003 ceph-mon[96088]: 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-08T08:44:46.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:46.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:47.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:47.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:47 smithi003 ceph-mon[96088]: 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-08T08:44:47.861 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:47 smithi094 ceph-mon[112176]: 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-08T08:44:48.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:48.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:49.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:49.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:49 smithi094 ceph-mon[112176]: 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-08T08:44:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:49 smithi003 ceph-mon[96088]: 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-08T08:44:50.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:50.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:51.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:51.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:51 smithi094 ceph-mon[112176]: 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-08T08:44:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:51 smithi003 ceph-mon[96088]: 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-08T08:44:52.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:52.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:53.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:53.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:53 smithi003 ceph-mon[96088]: 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-08T08:44:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:53 smithi094 ceph-mon[112176]: 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-08T08:44:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:54.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:54.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:55.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:55.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:55 smithi003 ceph-mon[96088]: 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-08T08:44:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:55 smithi094 ceph-mon[112176]: 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-08T08:44:56.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:56.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:57.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:57.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:57 smithi003 ceph-mon[96088]: 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-08T08:44:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:57 smithi094 ceph-mon[112176]: 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-08T08:44:58.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:58.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:59.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:44:59.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:44:59 smithi094 ceph-mon[112176]: 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-08T08:44:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:44:59 smithi003 ceph-mon[96088]: 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-08T08:45:00.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:00.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:01.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:01.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:01 smithi094 ceph-mon[112176]: 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-08T08:45:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:01 smithi003 ceph-mon[96088]: 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-08T08:45:02.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:02.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:03.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:03.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:03 smithi003 ceph-mon[96088]: 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-08T08:45:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:03 smithi094 ceph-mon[112176]: 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-08T08:45:04.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:04.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:05.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:05.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:05 smithi003 ceph-mon[96088]: 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-08T08:45:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:05 smithi094 ceph-mon[112176]: 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-08T08:45:06.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:06.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:07.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:07.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:07 smithi003 ceph-mon[96088]: 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-08T08:45:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:07 smithi094 ceph-mon[112176]: 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-08T08:45:08.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:08.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:09.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:09.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:09 smithi094 ceph-mon[112176]: 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-08T08:45:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:09 smithi003 ceph-mon[96088]: 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-08T08:45:10.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:10.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:11.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:11.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:11 smithi003 ceph-mon[96088]: 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-08T08:45:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:11 smithi094 ceph-mon[112176]: 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-08T08:45:12.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:12.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:13.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:13.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:13 smithi003 ceph-mon[96088]: 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-08T08:45:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:13 smithi094 ceph-mon[112176]: 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-08T08:45:14.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:14.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:15.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:15.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:15 smithi003 ceph-mon[96088]: 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-08T08:45:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:15 smithi094 ceph-mon[112176]: 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-08T08:45:16.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:16.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:17.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:17.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:17 smithi003 ceph-mon[96088]: 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-08T08:45:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:17 smithi094 ceph-mon[112176]: 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-08T08:45:18.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:18.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:19.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:19.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:19 smithi094 ceph-mon[112176]: 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-08T08:45:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:19 smithi003 ceph-mon[96088]: 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-08T08:45:20.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:20.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:21.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:21.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:21 smithi003 ceph-mon[96088]: 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-08T08:45:21.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:21 smithi094 ceph-mon[112176]: 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-08T08:45:22.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:22.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:23.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:23.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:23 smithi094 ceph-mon[112176]: 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-08T08:45:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:23 smithi003 ceph-mon[96088]: 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-08T08:45:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:24.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:24.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:25.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:25.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:25 smithi003 ceph-mon[96088]: 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-08T08:45:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:25 smithi094 ceph-mon[112176]: 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-08T08:45:26.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:26.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:27.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:27.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:27 smithi003 ceph-mon[96088]: 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-08T08:45:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:27 smithi094 ceph-mon[112176]: 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-08T08:45:28.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:28.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:29.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:29.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:29 smithi094 ceph-mon[112176]: 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-08T08:45:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:29 smithi003 ceph-mon[96088]: 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-08T08:45:30.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:30.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:45:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:45:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:45:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:45:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:45:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:45:31.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:31.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:31 smithi094 ceph-mon[112176]: 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-08T08:45:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:45:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:45:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:45:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:45:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:45:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:31 smithi003 ceph-mon[96088]: 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-08T08:45:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:45:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:45:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:45:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:45:31.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:45:32.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:32.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:33.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:33.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:33 smithi094 ceph-mon[112176]: 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-08T08:45:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:33 smithi003 ceph-mon[96088]: 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-08T08:45:34.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:34.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:35.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:35.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:35 smithi003 ceph-mon[96088]: 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-08T08:45:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:35 smithi094 ceph-mon[112176]: 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-08T08:45:36.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:36.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:37.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:37.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:37 smithi003 ceph-mon[96088]: 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-08T08:45:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:37 smithi094 ceph-mon[112176]: 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-08T08:45:38.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:38.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:39.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:39.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:39 smithi094 ceph-mon[112176]: 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-08T08:45:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:39 smithi003 ceph-mon[96088]: 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-08T08:45:40.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:40.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:41.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:41.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:41 smithi003 ceph-mon[96088]: 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-08T08:45:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:41 smithi094 ceph-mon[112176]: 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-08T08:45:42.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:42.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:43.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:43.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:43 smithi003 ceph-mon[96088]: 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-08T08:45:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:43 smithi094 ceph-mon[112176]: 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-08T08:45:44.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:44.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:45.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:45.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:45 smithi003 ceph-mon[96088]: 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-08T08:45:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:45 smithi094 ceph-mon[112176]: 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-08T08:45:46.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:46.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:47.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:47.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:47 smithi003 ceph-mon[96088]: 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-08T08:45:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:47 smithi094 ceph-mon[112176]: 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-08T08:45:48.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:48.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:49.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:49.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:49 smithi094 ceph-mon[112176]: 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-08T08:45:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:49 smithi003 ceph-mon[96088]: 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-08T08:45:50.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:50.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:51.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:51.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:51 smithi003 ceph-mon[96088]: 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-08T08:45:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:51 smithi094 ceph-mon[112176]: 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-08T08:45:52.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:52.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:53.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:53.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:53 smithi003 ceph-mon[96088]: 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-08T08:45:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:53 smithi094 ceph-mon[112176]: 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-08T08:45:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:54.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:54.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:55.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:55.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:55 smithi003 ceph-mon[96088]: 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-08T08:45:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:55 smithi094 ceph-mon[112176]: 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-08T08:45:56.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:56.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:57.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:57.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:57 smithi003 ceph-mon[96088]: 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-08T08:45:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:57 smithi094 ceph-mon[112176]: 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-08T08:45:58.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:58.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:59.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:45:59.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:45:59 smithi094 ceph-mon[112176]: 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-08T08:45:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:45:59 smithi003 ceph-mon[96088]: 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-08T08:46:00.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:00.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:01.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:01.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:01 smithi003 ceph-mon[96088]: 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-08T08:46:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:01 smithi094 ceph-mon[112176]: 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-08T08:46:02.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:02.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:03.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:03.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:03 smithi003 ceph-mon[96088]: 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-08T08:46:03.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:03 smithi094 ceph-mon[112176]: 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-08T08:46:04.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:04.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:05.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:05.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:05 smithi003 ceph-mon[96088]: 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-08T08:46:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:05 smithi094 ceph-mon[112176]: 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-08T08:46:06.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:06.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:07.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:07.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:07.695 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:07 smithi003 ceph-mon[96088]: 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-08T08:46:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:07 smithi094 ceph-mon[112176]: 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-08T08:46:08.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:08.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:09.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:09.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:09 smithi094 ceph-mon[112176]: 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-08T08:46:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:09 smithi003 ceph-mon[96088]: 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-08T08:46:10.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:10.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:11.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:11.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:11 smithi003 ceph-mon[96088]: 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-08T08:46:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:11 smithi094 ceph-mon[112176]: 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-08T08:46:12.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:12.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:13.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:13.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:13 smithi003 ceph-mon[96088]: 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-08T08:46:13.751 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:13 smithi094 ceph-mon[112176]: 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-08T08:46:14.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:14.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:15.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:15.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:15 smithi003 ceph-mon[96088]: 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-08T08:46:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:15 smithi094 ceph-mon[112176]: 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-08T08:46:16.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:16.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:17.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:17.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:17 smithi003 ceph-mon[96088]: 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-08T08:46:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:17 smithi094 ceph-mon[112176]: 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-08T08:46:18.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:18.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:19.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:19.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:19 smithi094 ceph-mon[112176]: 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-08T08:46:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:19 smithi003 ceph-mon[96088]: 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-08T08:46:20.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:20.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:21.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:21.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:21 smithi003 ceph-mon[96088]: 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-08T08:46:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:21 smithi094 ceph-mon[112176]: 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-08T08:46:22.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:22.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:23.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:23.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:23 smithi003 ceph-mon[96088]: 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-08T08:46:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:23.855 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:23 smithi094 ceph-mon[112176]: 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-08T08:46:23.856 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:24.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:24.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:25.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:25.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:25 smithi003 ceph-mon[96088]: 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-08T08:46:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:25 smithi094 ceph-mon[112176]: 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-08T08:46:26.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:26.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:27.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:27.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:27 smithi003 ceph-mon[96088]: 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-08T08:46:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:27 smithi094 ceph-mon[112176]: 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-08T08:46:28.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:28.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:29 smithi094 ceph-mon[112176]: 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-08T08:46:29.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:29.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:29 smithi003 ceph-mon[96088]: 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-08T08:46:30.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:30.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:31.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:31.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:31 smithi003 ceph-mon[96088]: 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-08T08:46:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:46:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:46:31.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:46:31.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:46:31.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:46:31.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:46:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:31 smithi094 ceph-mon[112176]: 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-08T08:46:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:46:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:46:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:46:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:46:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:46:31.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:46:32.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:32.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:33.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:33.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:33 smithi003 ceph-mon[96088]: 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-08T08:46:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:33 smithi094 ceph-mon[112176]: 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-08T08:46:34.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:34.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:35.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:35.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:35 smithi003 ceph-mon[96088]: 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-08T08:46:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:35 smithi094 ceph-mon[112176]: 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-08T08:46:36.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:36.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:37.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:37.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:37 smithi003 ceph-mon[96088]: 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-08T08:46:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:37 smithi094 ceph-mon[112176]: 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-08T08:46:38.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:38.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:39.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:39.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:39 smithi094 ceph-mon[112176]: 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-08T08:46:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:39 smithi003 ceph-mon[96088]: 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-08T08:46:40.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:40.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:41.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:41.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:41 smithi003 ceph-mon[96088]: 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-08T08:46:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:41 smithi094 ceph-mon[112176]: 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-08T08:46:42.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:42.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:43.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:43.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:43 smithi003 ceph-mon[96088]: 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-08T08:46:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:43 smithi094 ceph-mon[112176]: 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-08T08:46:44.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:44.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:45.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:45.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:45 smithi003 ceph-mon[96088]: 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-08T08:46:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:45 smithi094 ceph-mon[112176]: 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-08T08:46:46.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:46.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:47.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:47.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:47 smithi003 ceph-mon[96088]: 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-08T08:46:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:47 smithi094 ceph-mon[112176]: 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-08T08:46:48.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:48.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:49.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:49.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:49.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:49 smithi094 ceph-mon[112176]: 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-08T08:46:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:49 smithi003 ceph-mon[96088]: 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-08T08:46:50.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:50.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:51.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:51.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:51 smithi003 ceph-mon[96088]: 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-08T08:46:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:51 smithi094 ceph-mon[112176]: 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-08T08:46:52.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:52.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:53.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:53.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:53 smithi003 ceph-mon[96088]: 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-08T08:46:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:53 smithi094 ceph-mon[112176]: 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-08T08:46:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:54.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:54.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:55.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:55.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:55 smithi003 ceph-mon[96088]: 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-08T08:46:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:55 smithi094 ceph-mon[112176]: 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-08T08:46:56.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:56.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:57.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:57.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:57 smithi003 ceph-mon[96088]: 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-08T08:46:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:57 smithi094 ceph-mon[112176]: 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-08T08:46:58.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:58.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:59.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:46:59.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:46:59 smithi094 ceph-mon[112176]: 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-08T08:46:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:46:59 smithi003 ceph-mon[96088]: 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-08T08:47:00.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:00.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:01.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:01.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:01 smithi003 ceph-mon[96088]: 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-08T08:47:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:01 smithi094 ceph-mon[112176]: 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-08T08:47:02.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:02.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:03.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:03.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:03 smithi003 ceph-mon[96088]: 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-08T08:47:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:03 smithi094 ceph-mon[112176]: 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-08T08:47:04.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:04.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:05.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:05.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:05 smithi003 ceph-mon[96088]: 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-08T08:47:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:05 smithi094 ceph-mon[112176]: 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-08T08:47:06.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:06.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:07.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:07.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:07 smithi003 ceph-mon[96088]: 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-08T08:47:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:07 smithi094 ceph-mon[112176]: 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-08T08:47:08.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:08.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:09.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:09.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:09 smithi094 ceph-mon[112176]: 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-08T08:47:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:09 smithi003 ceph-mon[96088]: 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-08T08:47:10.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:10.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:11.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:11.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:11 smithi003 ceph-mon[96088]: 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-08T08:47:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:11 smithi094 ceph-mon[112176]: 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-08T08:47:12.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:12.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:13.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:13.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:13 smithi003 ceph-mon[96088]: 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-08T08:47:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:13 smithi094 ceph-mon[112176]: 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-08T08:47:14.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:14.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:15.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:15.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:15 smithi003 ceph-mon[96088]: 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-08T08:47:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:15 smithi094 ceph-mon[112176]: 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-08T08:47:16.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:16.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:17.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:17.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:17 smithi003 ceph-mon[96088]: 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-08T08:47:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:17 smithi094 ceph-mon[112176]: 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-08T08:47:18.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:18.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:19.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:19.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:19 smithi094 ceph-mon[112176]: 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-08T08:47:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:19 smithi003 ceph-mon[96088]: 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-08T08:47:20.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:20.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:21.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:21.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:21 smithi003 ceph-mon[96088]: 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-08T08:47:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:21 smithi094 ceph-mon[112176]: 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-08T08:47:22.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:22.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:23.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:23.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:23 smithi003 ceph-mon[96088]: 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-08T08:47:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:23 smithi094 ceph-mon[112176]: 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-08T08:47:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:24.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:24.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:25.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:25.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:25 smithi003 ceph-mon[96088]: 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-08T08:47:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:25 smithi094 ceph-mon[112176]: 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-08T08:47:26.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:26.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:27.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:27.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:27 smithi003 ceph-mon[96088]: 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-08T08:47:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:27 smithi094 ceph-mon[112176]: 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-08T08:47:28.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:28.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:29.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:29.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:29 smithi094 ceph-mon[112176]: 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-08T08:47:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:29 smithi003 ceph-mon[96088]: 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-08T08:47:30.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:30.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:31.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:31.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:31 smithi003 ceph-mon[96088]: 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-08T08:47:31.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:47:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:31 smithi094 ceph-mon[112176]: 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-08T08:47:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:47:32.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:32.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:47:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:47:32.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:47:32.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:47:32.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:47:32.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:47:32.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:47:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:47:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:47:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:47:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:47:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:47:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:47:32.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:47:33.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:33.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:33 smithi094 ceph-mon[112176]: 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-08T08:47:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:33 smithi003 ceph-mon[96088]: 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-08T08:47:34.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:34.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:35.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:35.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:35 smithi094 ceph-mon[112176]: 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-08T08:47:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:35 smithi003 ceph-mon[96088]: 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-08T08:47:36.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:36.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:37.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:37.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:37 smithi003 ceph-mon[96088]: 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-08T08:47:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:37 smithi094 ceph-mon[112176]: 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-08T08:47:38.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:38.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:39.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:39.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:39 smithi094 ceph-mon[112176]: 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-08T08:47:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:39 smithi003 ceph-mon[96088]: 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-08T08:47:40.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:40.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:41.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:41.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:41 smithi003 ceph-mon[96088]: 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-08T08:47:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:41 smithi094 ceph-mon[112176]: 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-08T08:47:42.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:42.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:43.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:43.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:43 smithi003 ceph-mon[96088]: 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-08T08:47:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:43 smithi094 ceph-mon[112176]: 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-08T08:47:44.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:44.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:45.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:45.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:45 smithi003 ceph-mon[96088]: 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-08T08:47:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:45 smithi094 ceph-mon[112176]: 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-08T08:47:46.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:46.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:47.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:47.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:47 smithi003 ceph-mon[96088]: 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-08T08:47:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:47 smithi094 ceph-mon[112176]: 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-08T08:47:48.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:48.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:49.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:49.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:49 smithi094 ceph-mon[112176]: 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-08T08:47:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:49 smithi003 ceph-mon[96088]: 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-08T08:47:50.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:50.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:51.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:51.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:51 smithi003 ceph-mon[96088]: 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-08T08:47:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:51 smithi094 ceph-mon[112176]: 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-08T08:47:52.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:52.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:53.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:53.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:53 smithi003 ceph-mon[96088]: 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-08T08:47:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:53 smithi094 ceph-mon[112176]: 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-08T08:47:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:54.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:54.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:55.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:55.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:55 smithi003 ceph-mon[96088]: 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-08T08:47:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:55 smithi094 ceph-mon[112176]: 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-08T08:47:56.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:56.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:57.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:57.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:57 smithi003 ceph-mon[96088]: 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-08T08:47:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:57 smithi094 ceph-mon[112176]: 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-08T08:47:58.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:58.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:47:59 smithi003 ceph-mon[96088]: 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-08T08:47:59.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:47:59.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:47:59 smithi094 ceph-mon[112176]: 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-08T08:48:00.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:00.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:01.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:01.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:01 smithi003 ceph-mon[96088]: 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-08T08:48:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:01 smithi094 ceph-mon[112176]: 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-08T08:48:02.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:02.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:03.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:03.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:03 smithi003 ceph-mon[96088]: 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-08T08:48:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:03 smithi094 ceph-mon[112176]: 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-08T08:48:04.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:04.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:05.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:05.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:05 smithi003 ceph-mon[96088]: 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-08T08:48:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:05 smithi094 ceph-mon[112176]: 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-08T08:48:06.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:06.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:07.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:07.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:07 smithi003 ceph-mon[96088]: 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-08T08:48:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:07 smithi094 ceph-mon[112176]: 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-08T08:48:08.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:08.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:09.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:09.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:09 smithi094 ceph-mon[112176]: 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-08T08:48:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:09 smithi003 ceph-mon[96088]: 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-08T08:48:10.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:10.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:11.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:11.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:11 smithi003 ceph-mon[96088]: 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-08T08:48:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:11 smithi094 ceph-mon[112176]: 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-08T08:48:12.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:12.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:13.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:13.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:13 smithi003 ceph-mon[96088]: 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-08T08:48:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:13 smithi094 ceph-mon[112176]: 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-08T08:48:14.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:14.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:15.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:15.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:15 smithi003 ceph-mon[96088]: 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-08T08:48:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:15 smithi094 ceph-mon[112176]: 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-08T08:48:16.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:16.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:17.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:17.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:17 smithi003 ceph-mon[96088]: 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-08T08:48:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:17 smithi094 ceph-mon[112176]: 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-08T08:48:18.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:18.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:19.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:19.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:19 smithi094 ceph-mon[112176]: 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-08T08:48:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:19 smithi003 ceph-mon[96088]: 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-08T08:48:20.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:20.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:21.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:21.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:21 smithi003 ceph-mon[96088]: 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-08T08:48:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:21 smithi094 ceph-mon[112176]: 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-08T08:48:22.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:22.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:23.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:23.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:23 smithi094 ceph-mon[112176]: 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-08T08:48:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:23 smithi003 ceph-mon[96088]: 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-08T08:48:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:24.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:24.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:25.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:25.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:25 smithi094 ceph-mon[112176]: 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-08T08:48:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:25 smithi003 ceph-mon[96088]: 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-08T08:48:26.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:26.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:27.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:27.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:27 smithi003 ceph-mon[96088]: 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-08T08:48:27.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:27 smithi094 ceph-mon[112176]: 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-08T08:48:28.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:28.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:29.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:29.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:29 smithi094 ceph-mon[112176]: 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-08T08:48:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:29 smithi003 ceph-mon[96088]: 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-08T08:48:30.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:30.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:31.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:31.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:31 smithi094 ceph-mon[112176]: 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-08T08:48:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:31 smithi003 ceph-mon[96088]: 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-08T08:48:32.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:32.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:48:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:48:33.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:33.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:33 smithi094 ceph-mon[112176]: 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-08T08:48:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:48:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:48:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:48:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:48:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:48:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:33 smithi003 ceph-mon[96088]: 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-08T08:48:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:48:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:48:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:48:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:48:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:48:34.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:34.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:35.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:35.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:35 smithi094 ceph-mon[112176]: 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-08T08:48:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:35 smithi003 ceph-mon[96088]: 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-08T08:48:36.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:36.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:37.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:37.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:37 smithi003 ceph-mon[96088]: 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-08T08:48:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:37 smithi094 ceph-mon[112176]: 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-08T08:48:38.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:38.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:39.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:39.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:39 smithi094 ceph-mon[112176]: 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-08T08:48:39.420 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:39.420 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:39 smithi003 ceph-mon[96088]: 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-08T08:48:40.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:40.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:41.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:41.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:41 smithi094 ceph-mon[112176]: 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-08T08:48:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:41 smithi003 ceph-mon[96088]: 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-08T08:48:42.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:42.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:43.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:43.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:43 smithi094 ceph-mon[112176]: 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-08T08:48:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:43 smithi003 ceph-mon[96088]: 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-08T08:48:44.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:44.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:45.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:45.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:45 smithi094 ceph-mon[112176]: 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-08T08:48:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:45 smithi003 ceph-mon[96088]: 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-08T08:48:46.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:46.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:47.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:47.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:47 smithi003 ceph-mon[96088]: 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-08T08:48:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:47 smithi094 ceph-mon[112176]: 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-08T08:48:48.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:48.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:49 smithi094 ceph-mon[112176]: 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-08T08:48:49.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:49.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:49 smithi003 ceph-mon[96088]: 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-08T08:48:50.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:50.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:51.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:51.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:51 smithi094 ceph-mon[112176]: 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-08T08:48:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:51 smithi003 ceph-mon[96088]: 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-08T08:48:52.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:52.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:53.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:53.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:53 smithi094 ceph-mon[112176]: 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-08T08:48:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:53 smithi003 ceph-mon[96088]: 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-08T08:48:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:54.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:54.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:55.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:55.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:55 smithi094 ceph-mon[112176]: 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-08T08:48:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:55 smithi003 ceph-mon[96088]: 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-08T08:48:56.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:56.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:57.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:57.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:57 smithi003 ceph-mon[96088]: 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-08T08:48:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:57 smithi094 ceph-mon[112176]: 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-08T08:48:58.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:58.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:48:59 smithi094 ceph-mon[112176]: 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-08T08:48:59.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:48:59.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:48:59 smithi003 ceph-mon[96088]: 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-08T08:49:00.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:00.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:01.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:01.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:01 smithi094 ceph-mon[112176]: 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-08T08:49:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:01 smithi003 ceph-mon[96088]: 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-08T08:49:02.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:02.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:03.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:03.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:03 smithi094 ceph-mon[112176]: 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-08T08:49:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:03 smithi003 ceph-mon[96088]: 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-08T08:49:04.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:04.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:05.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:05.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:05 smithi094 ceph-mon[112176]: 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-08T08:49:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:05 smithi003 ceph-mon[96088]: 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-08T08:49:06.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:06.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:07.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:07.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:07 smithi003 ceph-mon[96088]: 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-08T08:49:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:07 smithi094 ceph-mon[112176]: 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-08T08:49:08.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:08.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:09 smithi094 ceph-mon[112176]: 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-08T08:49:09.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:09.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:09 smithi003 ceph-mon[96088]: 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-08T08:49:10.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:10.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:11.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:11.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:11 smithi094 ceph-mon[112176]: 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-08T08:49:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:11 smithi003 ceph-mon[96088]: 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-08T08:49:12.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:12.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:13.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:13.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:13 smithi094 ceph-mon[112176]: 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-08T08:49:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:13 smithi003 ceph-mon[96088]: 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-08T08:49:14.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:14.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:15.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:15.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:15 smithi094 ceph-mon[112176]: 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-08T08:49:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:15 smithi003 ceph-mon[96088]: 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-08T08:49:16.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:16.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:17.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:17.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:17 smithi003 ceph-mon[96088]: 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-08T08:49:17.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:17 smithi094 ceph-mon[112176]: 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-08T08:49:18.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:18.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:19 smithi094 ceph-mon[112176]: 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-08T08:49:19.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:19.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:19 smithi003 ceph-mon[96088]: 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-08T08:49:20.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:20.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:21.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:21.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:21 smithi094 ceph-mon[112176]: 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-08T08:49:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:21 smithi003 ceph-mon[96088]: 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-08T08:49:22.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:22.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:23.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:23.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:23 smithi094 ceph-mon[112176]: 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-08T08:49:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:23 smithi003 ceph-mon[96088]: 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-08T08:49:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:24.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:24.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:25.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:25.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:25 smithi094 ceph-mon[112176]: 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-08T08:49:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:25 smithi003 ceph-mon[96088]: 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-08T08:49:26.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:26.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:27.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:27.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:27 smithi003 ceph-mon[96088]: 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-08T08:49:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:27 smithi094 ceph-mon[112176]: 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-08T08:49:28.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:28.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:29 smithi094 ceph-mon[112176]: 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-08T08:49:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:29 smithi003 ceph-mon[96088]: 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-08T08:49:29.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:29.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:30.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:30.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:31.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:31.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:31 smithi094 ceph-mon[112176]: 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-08T08:49:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:31 smithi003 ceph-mon[96088]: 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-08T08:49:32.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:32.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:33.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:33.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: 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-08T08:49:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:49:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:49:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:49:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: 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-08T08:49:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:49:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:49:34.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:34.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:34 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1602M 2023-10-08T08:49:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:34 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1602M 2023-10-08T08:49:35.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:35.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:35.849 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:35 smithi094 ceph-mon[112176]: 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-08T08:49:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:35 smithi003 ceph-mon[96088]: 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-08T08:49:36.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:36.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:37.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:37.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:37 smithi003 ceph-mon[96088]: 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-08T08:49:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:37 smithi094 ceph-mon[112176]: 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-08T08:49:38.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:38.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:39 smithi094 ceph-mon[112176]: 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-08T08:49:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:39 smithi003 ceph-mon[96088]: 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-08T08:49:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:40.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:40.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:41.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:41.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:41 smithi094 ceph-mon[112176]: 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-08T08:49:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:41 smithi003 ceph-mon[96088]: 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-08T08:49:42.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:42.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:43.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:43.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:43 smithi094 ceph-mon[112176]: 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-08T08:49:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:43 smithi003 ceph-mon[96088]: 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-08T08:49:44.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:44.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:45.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:45.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:45 smithi094 ceph-mon[112176]: 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-08T08:49:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:45 smithi003 ceph-mon[96088]: 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-08T08:49:46.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:46.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:47.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:47.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:47 smithi003 ceph-mon[96088]: 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-08T08:49:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:47 smithi094 ceph-mon[112176]: 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-08T08:49:48.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:48.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:49 smithi094 ceph-mon[112176]: 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-08T08:49:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:49 smithi003 ceph-mon[96088]: 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-08T08:49:49.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:49.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:50.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:50.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:51.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:51.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:51 smithi094 ceph-mon[112176]: 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-08T08:49:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:51 smithi003 ceph-mon[96088]: 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-08T08:49:52.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:52.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:53.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:53.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:53 smithi094 ceph-mon[112176]: 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-08T08:49:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:53 smithi003 ceph-mon[96088]: 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-08T08:49:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:54.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:54.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:55.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:55.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:55 smithi003 ceph-mon[96088]: 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-08T08:49:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:55 smithi094 ceph-mon[112176]: 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-08T08:49:56.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:56.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:57.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:57.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:57 smithi003 ceph-mon[96088]: 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-08T08:49:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:57 smithi094 ceph-mon[112176]: 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-08T08:49:58.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:58.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:49:59 smithi094 ceph-mon[112176]: 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-08T08:49:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:49:59 smithi003 ceph-mon[96088]: 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-08T08:49:59.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:49:59.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T08:50:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T08:50:00.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:00.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:01 smithi094 ceph-mon[112176]: 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-08T08:50:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:01 smithi003 ceph-mon[96088]: 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-08T08:50:01.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:01.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:02.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:02.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:03.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:03.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:03 smithi094 ceph-mon[112176]: 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-08T08:50:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:03 smithi003 ceph-mon[96088]: 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-08T08:50:04.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:04.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:05.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:05.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:05 smithi003 ceph-mon[96088]: 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-08T08:50:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:05 smithi094 ceph-mon[112176]: 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-08T08:50:06.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:06.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:07.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:07.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:07 smithi003 ceph-mon[96088]: 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-08T08:50:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:07 smithi094 ceph-mon[112176]: 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-08T08:50:08.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:08.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:09 smithi094 ceph-mon[112176]: 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-08T08:50:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:09 smithi003 ceph-mon[96088]: 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-08T08:50:09.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:09.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:10.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:10.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:11.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:11.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:11 smithi094 ceph-mon[112176]: 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-08T08:50:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:11 smithi003 ceph-mon[96088]: 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-08T08:50:12.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:12.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:13.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:13.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:13 smithi094 ceph-mon[112176]: 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-08T08:50:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:13 smithi003 ceph-mon[96088]: 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-08T08:50:14.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:14.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:15.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:15.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:15.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:15 smithi094 ceph-mon[112176]: 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-08T08:50:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:15 smithi003 ceph-mon[96088]: 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-08T08:50:16.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:16.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:17.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:17.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:17 smithi003 ceph-mon[96088]: 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-08T08:50:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:17 smithi094 ceph-mon[112176]: 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-08T08:50:18.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:18.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:19 smithi094 ceph-mon[112176]: 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-08T08:50:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:19 smithi003 ceph-mon[96088]: 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-08T08:50:19.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:19.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:20.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:20.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:21.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:21.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:21 smithi094 ceph-mon[112176]: 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-08T08:50:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:21 smithi003 ceph-mon[96088]: 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-08T08:50:22.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:22.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:23.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:23.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:23 smithi094 ceph-mon[112176]: 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-08T08:50:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:23 smithi003 ceph-mon[96088]: 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-08T08:50:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:24.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:24.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:25.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:25.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:25 smithi094 ceph-mon[112176]: 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-08T08:50:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:25 smithi003 ceph-mon[96088]: 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-08T08:50:26.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:26.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:27.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:27.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:27 smithi003 ceph-mon[96088]: 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-08T08:50:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:27 smithi094 ceph-mon[112176]: 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-08T08:50:28.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:28.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:29 smithi094 ceph-mon[112176]: 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-08T08:50:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:29 smithi003 ceph-mon[96088]: 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-08T08:50:29.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:29.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:30.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:30.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:31.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:31.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:31.827 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:31 smithi094 ceph-mon[112176]: 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-08T08:50:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:31 smithi003 ceph-mon[96088]: 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-08T08:50:32.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:32.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:33.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:33.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:33 smithi094 ceph-mon[112176]: 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-08T08:50:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:33 smithi003 ceph-mon[96088]: 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-08T08:50:34.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:34.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:50:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:50:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:50:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:50:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:50:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:50:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:50:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:50:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:50:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:50:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:50:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:50:35.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:35.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:36 smithi094 ceph-mon[112176]: 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-08T08:50:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:36 smithi003 ceph-mon[96088]: 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-08T08:50:36.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:36.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:37.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:37.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:38 smithi003 ceph-mon[96088]: 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-08T08:50:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:38 smithi094 ceph-mon[112176]: 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-08T08:50:38.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:38.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:39 smithi094 ceph-mon[112176]: 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-08T08:50:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:39 smithi003 ceph-mon[96088]: 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-08T08:50:39.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:39.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:40.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:40.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:41.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:41.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:41 smithi094 ceph-mon[112176]: 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-08T08:50:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:41 smithi003 ceph-mon[96088]: 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-08T08:50:42.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:42.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:43.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:43.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:43 smithi094 ceph-mon[112176]: 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-08T08:50:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:43 smithi003 ceph-mon[96088]: 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-08T08:50:44.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:44.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:45.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:45.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:45.853 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:45 smithi003 ceph-mon[96088]: 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-08T08:50:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:45 smithi094 ceph-mon[112176]: 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-08T08:50:46.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:46.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:47.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:47.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:47 smithi003 ceph-mon[96088]: 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-08T08:50:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:47 smithi094 ceph-mon[112176]: 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-08T08:50:48.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:48.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:49 smithi094 ceph-mon[112176]: 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-08T08:50:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:49 smithi003 ceph-mon[96088]: 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-08T08:50:49.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:49.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:50.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:50.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:51.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:51.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:51 smithi094 ceph-mon[112176]: 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-08T08:50:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:51 smithi003 ceph-mon[96088]: 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-08T08:50:52.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:52.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:53.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:53.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:53 smithi094 ceph-mon[112176]: 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-08T08:50:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:53 smithi003 ceph-mon[96088]: 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-08T08:50:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:54.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:54.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:55.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:55.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:55 smithi094 ceph-mon[112176]: 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-08T08:50:55.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:55 smithi003 ceph-mon[96088]: 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-08T08:50:56.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:56.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:57.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:57.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:57 smithi003 ceph-mon[96088]: 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-08T08:50:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:57 smithi094 ceph-mon[112176]: 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-08T08:50:58.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:58.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:50:59 smithi003 ceph-mon[96088]: 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-08T08:50:59.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:50:59.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:50:59 smithi094 ceph-mon[112176]: 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-08T08:51:00.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:00.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:01.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:01.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:01 smithi094 ceph-mon[112176]: 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-08T08:51:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:01 smithi003 ceph-mon[96088]: 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-08T08:51:02.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:02.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:03.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:03.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:03 smithi094 ceph-mon[112176]: 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-08T08:51:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:03 smithi003 ceph-mon[96088]: 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-08T08:51:04.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:04.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:05.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:05.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:05 smithi094 ceph-mon[112176]: 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-08T08:51:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:05 smithi003 ceph-mon[96088]: 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-08T08:51:06.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:06.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:07.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:07.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:07 smithi003 ceph-mon[96088]: 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-08T08:51:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:07 smithi094 ceph-mon[112176]: 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-08T08:51:08.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:08.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:09 smithi003 ceph-mon[96088]: 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-08T08:51:09.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:09.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:09 smithi094 ceph-mon[112176]: 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-08T08:51:10.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:10.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:11.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:11.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:11.848 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:11 smithi094 ceph-mon[112176]: 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-08T08:51:11.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:11 smithi003 ceph-mon[96088]: 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-08T08:51:12.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:12.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:13.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:13.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:13 smithi094 ceph-mon[112176]: 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-08T08:51:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:13 smithi003 ceph-mon[96088]: 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-08T08:51:14.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:14.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:15.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:15.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:15 smithi094 ceph-mon[112176]: 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-08T08:51:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:15 smithi003 ceph-mon[96088]: 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-08T08:51:16.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:16.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:17.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:17.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:17 smithi003 ceph-mon[96088]: 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-08T08:51:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:17 smithi094 ceph-mon[112176]: 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-08T08:51:18.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:18.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:19 smithi003 ceph-mon[96088]: 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-08T08:51:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:19 smithi094 ceph-mon[112176]: 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-08T08:51:19.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:19.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:20.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:20.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:21.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:21.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:21 smithi094 ceph-mon[112176]: 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-08T08:51:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:21 smithi003 ceph-mon[96088]: 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-08T08:51:22.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:22.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:23.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:23.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:23 smithi094 ceph-mon[112176]: 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-08T08:51:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:23 smithi003 ceph-mon[96088]: 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-08T08:51:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:24.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:24.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:25.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:25.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:25 smithi094 ceph-mon[112176]: 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-08T08:51:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:25 smithi003 ceph-mon[96088]: 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-08T08:51:26.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:26.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:27.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:27.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:27 smithi003 ceph-mon[96088]: 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-08T08:51:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:27 smithi094 ceph-mon[112176]: 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-08T08:51:28.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:28.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:29 smithi003 ceph-mon[96088]: 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-08T08:51:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:29 smithi094 ceph-mon[112176]: 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-08T08:51:29.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:29.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:30.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:30.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:31.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:31.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:31 smithi003 ceph-mon[96088]: 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-08T08:51:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:31 smithi094 ceph-mon[112176]: 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-08T08:51:32.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:32.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:33.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:33.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:33 smithi094 ceph-mon[112176]: 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-08T08:51:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:33 smithi003 ceph-mon[96088]: 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-08T08:51:34.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:34.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:51:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:51:35.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:35.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:35 smithi094 ceph-mon[112176]: 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-08T08:51:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:51:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:51:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:51:35.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:51:35.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:51:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:35 smithi003 ceph-mon[96088]: 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-08T08:51:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:51:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:51:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:51:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:51:35.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:51:36.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:36.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:37.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:37.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:37 smithi003 ceph-mon[96088]: 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-08T08:51:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:37 smithi094 ceph-mon[112176]: 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-08T08:51:38.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:38.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:39 smithi003 ceph-mon[96088]: 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-08T08:51:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:39 smithi094 ceph-mon[112176]: 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-08T08:51:39.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:39.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:40.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:40.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:41.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:41.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:41 smithi003 ceph-mon[96088]: 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-08T08:51:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:41 smithi094 ceph-mon[112176]: 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-08T08:51:42.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:42.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:43.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:43.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:43 smithi094 ceph-mon[112176]: 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-08T08:51:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:43 smithi003 ceph-mon[96088]: 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-08T08:51:44.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:44.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:45.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:45.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:45 smithi094 ceph-mon[112176]: 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-08T08:51:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:45 smithi003 ceph-mon[96088]: 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-08T08:51:46.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:46.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:47.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:47.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:47 smithi003 ceph-mon[96088]: 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-08T08:51:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:47 smithi094 ceph-mon[112176]: 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-08T08:51:48.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:48.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:49 smithi003 ceph-mon[96088]: 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-08T08:51:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:49 smithi094 ceph-mon[112176]: 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-08T08:51:49.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:49.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:50.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:50.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:51.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:51.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:51 smithi094 ceph-mon[112176]: 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-08T08:51:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:51 smithi003 ceph-mon[96088]: 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-08T08:51:52.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:52.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:53.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:53.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:53 smithi094 ceph-mon[112176]: 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-08T08:51:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:53 smithi003 ceph-mon[96088]: 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-08T08:51:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:54.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:54.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:55.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:55.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:55 smithi094 ceph-mon[112176]: 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-08T08:51:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:55 smithi003 ceph-mon[96088]: 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-08T08:51:56.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:56.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:57 smithi094 ceph-mon[112176]: 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-08T08:51:57.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:57.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:57 smithi003 ceph-mon[96088]: 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-08T08:51:58.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:58.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:51:59 smithi003 ceph-mon[96088]: 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-08T08:51:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:51:59 smithi094 ceph-mon[112176]: 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-08T08:51:59.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:51:59.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:00.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:00.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:01.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:01.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:01 smithi094 ceph-mon[112176]: 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-08T08:52:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:01 smithi003 ceph-mon[96088]: 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-08T08:52:02.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:02.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:03.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:03.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:03 smithi094 ceph-mon[112176]: 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-08T08:52:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:03 smithi003 ceph-mon[96088]: 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-08T08:52:04.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:04.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:05.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:05.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:05 smithi094 ceph-mon[112176]: 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-08T08:52:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:05 smithi003 ceph-mon[96088]: 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-08T08:52:06.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:06.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:07.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:07.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:07 smithi003 ceph-mon[96088]: 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-08T08:52:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:07 smithi094 ceph-mon[112176]: 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-08T08:52:08.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:08.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:09 smithi003 ceph-mon[96088]: 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-08T08:52:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:09 smithi094 ceph-mon[112176]: 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-08T08:52:09.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:09.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:10.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:10.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:11.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:11.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:11.826 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:11 smithi003 ceph-mon[96088]: 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-08T08:52:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:11 smithi094 ceph-mon[112176]: 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-08T08:52:12.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:12.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:13.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:13.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:13 smithi094 ceph-mon[112176]: 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-08T08:52:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:13 smithi003 ceph-mon[96088]: 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-08T08:52:14.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:14.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:15.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:15.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:15 smithi094 ceph-mon[112176]: 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-08T08:52:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:15 smithi003 ceph-mon[96088]: 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-08T08:52:16.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:16.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:17.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:17.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:17 smithi003 ceph-mon[96088]: 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-08T08:52:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:17 smithi094 ceph-mon[112176]: 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-08T08:52:18.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:18.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:19 smithi003 ceph-mon[96088]: 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-08T08:52:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:19 smithi094 ceph-mon[112176]: 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-08T08:52:19.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:19.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:20.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:20.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:21.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:21.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:21 smithi094 ceph-mon[112176]: 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-08T08:52:21.941 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:21 smithi003 ceph-mon[96088]: 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-08T08:52:22.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:22.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:23.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:23.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:23 smithi094 ceph-mon[112176]: 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-08T08:52:23.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:23 smithi003 ceph-mon[96088]: 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-08T08:52:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:24.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:24.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:25.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:25.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:25 smithi094 ceph-mon[112176]: 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-08T08:52:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:25 smithi003 ceph-mon[96088]: 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-08T08:52:26.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:26.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:27.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:27.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:27 smithi003 ceph-mon[96088]: 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-08T08:52:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:27 smithi094 ceph-mon[112176]: 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-08T08:52:28.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:28.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:29 smithi003 ceph-mon[96088]: 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-08T08:52:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:29 smithi094 ceph-mon[112176]: 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-08T08:52:29.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:29.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:30.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:30.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:31.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:31.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:31 smithi094 ceph-mon[112176]: 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-08T08:52:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:31 smithi003 ceph-mon[96088]: 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-08T08:52:32.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:32.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:33.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:33.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:33 smithi094 ceph-mon[112176]: 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-08T08:52:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:33 smithi003 ceph-mon[96088]: 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-08T08:52:34.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:34.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:35.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:35.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:35 smithi094 ceph-mon[112176]: 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-08T08:52:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:52:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:35 smithi003 ceph-mon[96088]: 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-08T08:52:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:52:36.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:36.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:37.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:37.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:37.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:37 smithi003 ceph-mon[96088]: 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-08T08:52:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:37 smithi094 ceph-mon[112176]: 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-08T08:52:38.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:38.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:52:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:52:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:52:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:52:38.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:52:38.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:52:38.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:52:38.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:52:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:52:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:52:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:52:38.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:52:38.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:52:38.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:52:38.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:39.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:39.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:39 smithi003 ceph-mon[96088]: 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-08T08:52:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:39 smithi094 ceph-mon[112176]: 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-08T08:52:40.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:40.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:41.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:41.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:41.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:41 smithi003 ceph-mon[96088]: 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-08T08:52:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:41 smithi094 ceph-mon[112176]: 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-08T08:52:42.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:42.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:43.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:43.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:43 smithi003 ceph-mon[96088]: 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-08T08:52:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:43 smithi094 ceph-mon[112176]: 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-08T08:52:44.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:44.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:45.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:45.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:45 smithi003 ceph-mon[96088]: 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-08T08:52:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:45 smithi094 ceph-mon[112176]: 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-08T08:52:46.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:46.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:47.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:47.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:47 smithi003 ceph-mon[96088]: 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-08T08:52:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:47 smithi094 ceph-mon[112176]: 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-08T08:52:48.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:48.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:49 smithi003 ceph-mon[96088]: 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-08T08:52:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:49 smithi094 ceph-mon[112176]: 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-08T08:52:49.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:49.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:50.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:50.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:51.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:51.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:51 smithi094 ceph-mon[112176]: 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-08T08:52:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:51 smithi003 ceph-mon[96088]: 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-08T08:52:52.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:52.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:53.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:53.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:53 smithi094 ceph-mon[112176]: 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-08T08:52:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:53 smithi003 ceph-mon[96088]: 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-08T08:52:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:54.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:54.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:55.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:55.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:55 smithi094 ceph-mon[112176]: 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-08T08:52:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:55 smithi003 ceph-mon[96088]: 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-08T08:52:56.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:56.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:57 smithi003 ceph-mon[96088]: 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-08T08:52:57.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:57.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:57 smithi094 ceph-mon[112176]: 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-08T08:52:58.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:58.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:52:59 smithi003 ceph-mon[96088]: 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-08T08:52:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:52:59 smithi094 ceph-mon[112176]: 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-08T08:52:59.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:52:59.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:00.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:00.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:01.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:01.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:01 smithi094 ceph-mon[112176]: 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-08T08:53:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:01 smithi003 ceph-mon[96088]: 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-08T08:53:02.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:02.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:03.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:03.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:03 smithi094 ceph-mon[112176]: 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-08T08:53:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:03 smithi003 ceph-mon[96088]: 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-08T08:53:04.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:04.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:05.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:05.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:05 smithi094 ceph-mon[112176]: 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-08T08:53:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:05 smithi003 ceph-mon[96088]: 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-08T08:53:06.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:06.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:07 smithi003 ceph-mon[96088]: 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-08T08:53:07.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:07.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:07 smithi094 ceph-mon[112176]: 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-08T08:53:08.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:08.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:09 smithi003 ceph-mon[96088]: 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-08T08:53:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:09.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:09 smithi094 ceph-mon[112176]: 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-08T08:53:09.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:09.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:10.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:10.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:11.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:11.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:11 smithi094 ceph-mon[112176]: 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-08T08:53:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:11 smithi003 ceph-mon[96088]: 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-08T08:53:12.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:12.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:13.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:13.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:13 smithi094 ceph-mon[112176]: 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-08T08:53:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:13 smithi003 ceph-mon[96088]: 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-08T08:53:14.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:14.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:15.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:15.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:15 smithi094 ceph-mon[112176]: 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-08T08:53:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:15 smithi003 ceph-mon[96088]: 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-08T08:53:16.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:16.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:17.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:17 smithi003 ceph-mon[96088]: 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-08T08:53:17.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:17.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:17 smithi094 ceph-mon[112176]: 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-08T08:53:18.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:18.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:19.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:19 smithi003 ceph-mon[96088]: 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-08T08:53:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:19 smithi094 ceph-mon[112176]: 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-08T08:53:19.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:19.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:20.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:20.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:21.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:21.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:21 smithi094 ceph-mon[112176]: 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-08T08:53:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:21 smithi003 ceph-mon[96088]: 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-08T08:53:22.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:22.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:23.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:23.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:23 smithi094 ceph-mon[112176]: 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-08T08:53:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:23 smithi003 ceph-mon[96088]: 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-08T08:53:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:24.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:24.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:25.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:25.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:25 smithi094 ceph-mon[112176]: 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-08T08:53:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:25 smithi003 ceph-mon[96088]: 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-08T08:53:26.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:26.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:27 smithi003 ceph-mon[96088]: 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-08T08:53:27.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:27.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:27 smithi094 ceph-mon[112176]: 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-08T08:53:28.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:28.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:29 smithi003 ceph-mon[96088]: 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-08T08:53:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:29 smithi094 ceph-mon[112176]: 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-08T08:53:29.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:29.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:30.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:30.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:31.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:31.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:31 smithi094 ceph-mon[112176]: 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-08T08:53:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:31 smithi003 ceph-mon[96088]: 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-08T08:53:32.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:32.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:33.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:33.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:33 smithi094 ceph-mon[112176]: 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-08T08:53:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:33 smithi003 ceph-mon[96088]: 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-08T08:53:34.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:34.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:35.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:35.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:35 smithi094 ceph-mon[112176]: 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-08T08:53:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:35 smithi003 ceph-mon[96088]: 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-08T08:53:36.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:36.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:37.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:37 smithi003 ceph-mon[96088]: 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-08T08:53:37.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:37.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:37 smithi094 ceph-mon[112176]: 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-08T08:53:38.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:38.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:39.948 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:53:39.948 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:39 smithi003 ceph-mon[96088]: 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-08T08:53:39.948 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:53:39.948 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:53:39.948 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:53:39.949 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:53:39.949 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:53:39.949 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:39.949 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:53:39.950 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:39 smithi094 ceph-mon[112176]: 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-08T08:53:39.950 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:53:39.950 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:53:39.950 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:53:39.950 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:53:39.950 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:53:39.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:39.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:40.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:41.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:41 smithi094 ceph-mon[112176]: 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-08T08:53:41.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:41.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:41 smithi003 ceph-mon[96088]: 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-08T08:53:42.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:43.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:43 smithi094 ceph-mon[112176]: 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-08T08:53:44.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:44.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:44.166 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:43 smithi003 ceph-mon[96088]: 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-08T08:53:44.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:46.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:46.288 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:45 smithi094 ceph-mon[112176]: 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-08T08:53:46.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:46.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:46.289 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:45 smithi003 ceph-mon[96088]: 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-08T08:53:46.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:47.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:47 smithi003 ceph-mon[96088]: 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-08T08:53:48.091 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:47 smithi094 ceph-mon[112176]: 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-08T08:53:48.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:48.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:48.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:49.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:49 smithi003 ceph-mon[96088]: 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-08T08:53:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:49 smithi094 ceph-mon[112176]: 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-08T08:53:49.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:50.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:50.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:51.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:51 smithi094 ceph-mon[112176]: 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-08T08:53:51.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:51.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:51 smithi003 ceph-mon[96088]: 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-08T08:53:52.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:52.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:53 smithi094 ceph-mon[112176]: 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-08T08:53:53.966 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:53.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:53.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:53 smithi003 ceph-mon[96088]: 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-08T08:53:54.000 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:54.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:54.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:55 smithi094 ceph-mon[112176]: 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-08T08:53:55.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:55.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:55 smithi003 ceph-mon[96088]: 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-08T08:53:56.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:56.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:57 smithi003 ceph-mon[96088]: 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-08T08:53:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:57 smithi094 ceph-mon[112176]: 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-08T08:53:57.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:57.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:58.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:58.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:53:59 smithi003 ceph-mon[96088]: 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-08T08:53:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:53:59 smithi094 ceph-mon[112176]: 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-08T08:53:59.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:53:59.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:00.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:00.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:01 smithi094 ceph-mon[112176]: 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-08T08:54:01.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:01.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:01 smithi003 ceph-mon[96088]: 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-08T08:54:02.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:02.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:03 smithi094 ceph-mon[112176]: 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-08T08:54:03.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:03.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:03 smithi003 ceph-mon[96088]: 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-08T08:54:04.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:04.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:05 smithi094 ceph-mon[112176]: 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-08T08:54:05.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:05.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:05 smithi003 ceph-mon[96088]: 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-08T08:54:06.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:06.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:07 smithi003 ceph-mon[96088]: 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-08T08:54:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:07 smithi094 ceph-mon[112176]: 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-08T08:54:07.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:07.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:08.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:08.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:09 smithi003 ceph-mon[96088]: 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-08T08:54:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:09 smithi094 ceph-mon[112176]: 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-08T08:54:09.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:09.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:10.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:10.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:11 smithi094 ceph-mon[112176]: 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-08T08:54:11.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:11.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:11 smithi003 ceph-mon[96088]: 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-08T08:54:12.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:12.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:13 smithi094 ceph-mon[112176]: 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-08T08:54:13.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:13.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:13 smithi003 ceph-mon[96088]: 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-08T08:54:14.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:14.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:15 smithi094 ceph-mon[112176]: 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-08T08:54:15.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:15.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:15 smithi003 ceph-mon[96088]: 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-08T08:54:16.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:16.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:17 smithi003 ceph-mon[96088]: 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-08T08:54:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:17 smithi094 ceph-mon[112176]: 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-08T08:54:17.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:17.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:18.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:18.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:19 smithi003 ceph-mon[96088]: 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-08T08:54:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:19 smithi094 ceph-mon[112176]: 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-08T08:54:19.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:19.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:20.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:20.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:21 smithi094 ceph-mon[112176]: 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-08T08:54:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:21 smithi003 ceph-mon[96088]: 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-08T08:54:21.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:21.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:22.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:22.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:23 smithi094 ceph-mon[112176]: 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-08T08:54:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:23 smithi003 ceph-mon[96088]: 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-08T08:54:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:23.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:23.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:24.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:24.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:25 smithi094 ceph-mon[112176]: 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-08T08:54:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:25 smithi003 ceph-mon[96088]: 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-08T08:54:25.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:25.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:26.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:26.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:27 smithi003 ceph-mon[96088]: 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-08T08:54:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:27 smithi094 ceph-mon[112176]: 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-08T08:54:28.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:28.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:29.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:29.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:29 smithi003 ceph-mon[96088]: 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-08T08:54:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:29 smithi094 ceph-mon[112176]: 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-08T08:54:30.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:30.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:31.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:31.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:31 smithi094 ceph-mon[112176]: 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-08T08:54:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:31 smithi003 ceph-mon[96088]: 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-08T08:54:32.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:32.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:33.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:33.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:33 smithi003 ceph-mon[96088]: 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-08T08:54:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:33 smithi094 ceph-mon[112176]: 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-08T08:54:34.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:34.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:35.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:35.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:35 smithi094 ceph-mon[112176]: 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-08T08:54:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:35 smithi003 ceph-mon[96088]: 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-08T08:54:36.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:36.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:37.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:37.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:37 smithi003 ceph-mon[96088]: 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-08T08:54:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:37 smithi094 ceph-mon[112176]: 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-08T08:54:38.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:38.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:39.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:39.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:39 smithi094 ceph-mon[112176]: 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-08T08:54:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:54:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:39 smithi003 ceph-mon[96088]: 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-08T08:54:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:54:40.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:40.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:41.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:41.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:41 smithi094 ceph-mon[112176]: 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-08T08:54:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:41 smithi003 ceph-mon[96088]: 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-08T08:54:42.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:42.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:43.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:43.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:43 smithi094 ceph-mon[112176]: 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-08T08:54:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:43 smithi003 ceph-mon[96088]: 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-08T08:54:44.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:44.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:54:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:54:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:54:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:54:44.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:54:44.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:54:44.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:54:45.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:45.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:54:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:54:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:54:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:54:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:54:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:54:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:54:46.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:46.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:46 smithi094 ceph-mon[112176]: 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-08T08:54:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:46 smithi003 ceph-mon[96088]: 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-08T08:54:47.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:47.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:48.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:48.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:48 smithi094 ceph-mon[112176]: 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-08T08:54:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:48 smithi003 ceph-mon[96088]: 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-08T08:54:49.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:49.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:49 smithi094 ceph-mon[112176]: 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-08T08:54:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:49 smithi003 ceph-mon[96088]: 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-08T08:54:50.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:50.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:51.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:51.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:51 smithi094 ceph-mon[112176]: 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-08T08:54:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:51 smithi003 ceph-mon[96088]: 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-08T08:54:52.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:52.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:53.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:53.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:53 smithi094 ceph-mon[112176]: 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-08T08:54:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:53 smithi003 ceph-mon[96088]: 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-08T08:54:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:54.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:54.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:55.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:55.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:55 smithi094 ceph-mon[112176]: 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-08T08:54:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:55 smithi003 ceph-mon[96088]: 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-08T08:54:56.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:56.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:57.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:57.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:57 smithi094 ceph-mon[112176]: 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-08T08:54:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:57 smithi003 ceph-mon[96088]: 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-08T08:54:58.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:58.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:59.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:54:59.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:54:59 smithi003 ceph-mon[96088]: 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-08T08:54:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:54:59 smithi094 ceph-mon[112176]: 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-08T08:55:00.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:00.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:01.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:01.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:01 smithi094 ceph-mon[112176]: 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-08T08:55:01.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:01 smithi003 ceph-mon[96088]: 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-08T08:55:02.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:02.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:03.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:03.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:03 smithi094 ceph-mon[112176]: 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-08T08:55:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:03 smithi003 ceph-mon[96088]: 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-08T08:55:04.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:04.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:05.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:05.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:05 smithi094 ceph-mon[112176]: 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-08T08:55:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:05 smithi003 ceph-mon[96088]: 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-08T08:55:06.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:06.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:07.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:07.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:07 smithi094 ceph-mon[112176]: 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-08T08:55:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:07 smithi003 ceph-mon[96088]: 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-08T08:55:08.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:08.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:09.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:09.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:09 smithi003 ceph-mon[96088]: 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-08T08:55:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:09 smithi094 ceph-mon[112176]: 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-08T08:55:10.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:10.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:11.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:11.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:11 smithi094 ceph-mon[112176]: 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-08T08:55:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:11 smithi003 ceph-mon[96088]: 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-08T08:55:12.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:12.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:13.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:13.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:13.884 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:13 smithi003 ceph-mon[96088]: 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-08T08:55:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:13 smithi094 ceph-mon[112176]: 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-08T08:55:14.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:14.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:15.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:15.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:15 smithi094 ceph-mon[112176]: 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-08T08:55:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:15 smithi003 ceph-mon[96088]: 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-08T08:55:16.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:16.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:17.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:17.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:17 smithi094 ceph-mon[112176]: 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-08T08:55:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:17 smithi003 ceph-mon[96088]: 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-08T08:55:18.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:18.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:19.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:19.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:19 smithi003 ceph-mon[96088]: 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-08T08:55:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:19 smithi094 ceph-mon[112176]: 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-08T08:55:20.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:20.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:21.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:21.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:21 smithi094 ceph-mon[112176]: 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-08T08:55:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:21 smithi003 ceph-mon[96088]: 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-08T08:55:22.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:22.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:23.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:23.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:23 smithi094 ceph-mon[112176]: 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-08T08:55:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:23 smithi003 ceph-mon[96088]: 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-08T08:55:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:24.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:24.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:25.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:25.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:25 smithi094 ceph-mon[112176]: 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-08T08:55:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:25 smithi003 ceph-mon[96088]: 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-08T08:55:26.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:26.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:27.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:27.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:27 smithi094 ceph-mon[112176]: 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-08T08:55:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:27 smithi003 ceph-mon[96088]: 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-08T08:55:28.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:28.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:29.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:29.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:29 smithi003 ceph-mon[96088]: 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-08T08:55:29.542 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:29 smithi094 ceph-mon[112176]: 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-08T08:55:30.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:30.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:31.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:31.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:31 smithi094 ceph-mon[112176]: 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-08T08:55:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:31 smithi003 ceph-mon[96088]: 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-08T08:55:32.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:32.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:33.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:33.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:33 smithi094 ceph-mon[112176]: 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-08T08:55:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:33 smithi003 ceph-mon[96088]: 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-08T08:55:34.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:34.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:35.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:35.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:35 smithi094 ceph-mon[112176]: 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-08T08:55:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:35 smithi003 ceph-mon[96088]: 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-08T08:55:36.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:36.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:37.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:37.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:37 smithi094 ceph-mon[112176]: 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-08T08:55:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:37 smithi003 ceph-mon[96088]: 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-08T08:55:38.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:38.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:39.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:39.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:39 smithi094 ceph-mon[112176]: 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-08T08:55:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:39 smithi003 ceph-mon[96088]: 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-08T08:55:40.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:40.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:41.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:41.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:41 smithi094 ceph-mon[112176]: 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-08T08:55:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:41 smithi003 ceph-mon[96088]: 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-08T08:55:42.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:42.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:43.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:43.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:43 smithi094 ceph-mon[112176]: 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-08T08:55:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:43 smithi003 ceph-mon[96088]: 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-08T08:55:44.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:44.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:55:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:55:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:55:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:55:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:55:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:55:45.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:45.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:45 smithi094 ceph-mon[112176]: 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-08T08:55:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:55:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:55:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:55:45.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:55:45.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:55:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:45 smithi003 ceph-mon[96088]: 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-08T08:55:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:55:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:55:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:55:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:55:45.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:55:46.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:46.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:47.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:47.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:47 smithi094 ceph-mon[112176]: 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-08T08:55:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:47 smithi003 ceph-mon[96088]: 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-08T08:55:48.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:48.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:49.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:49.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:49 smithi094 ceph-mon[112176]: 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-08T08:55:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:49 smithi003 ceph-mon[96088]: 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-08T08:55:50.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:50.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:51.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:51.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:51 smithi094 ceph-mon[112176]: 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-08T08:55:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:51 smithi003 ceph-mon[96088]: 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-08T08:55:52.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:52.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:53.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:53.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:53 smithi094 ceph-mon[112176]: 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-08T08:55:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:53 smithi003 ceph-mon[96088]: 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-08T08:55:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:54.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:54.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:55.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:55.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:55 smithi094 ceph-mon[112176]: 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-08T08:55:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:55 smithi003 ceph-mon[96088]: 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-08T08:55:56.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:56.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:57.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:57.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:57 smithi094 ceph-mon[112176]: 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-08T08:55:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:57 smithi003 ceph-mon[96088]: 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-08T08:55:58.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:58.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:59.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:55:59.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:55:59 smithi094 ceph-mon[112176]: 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-08T08:55:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:55:59 smithi003 ceph-mon[96088]: 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-08T08:56:00.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:00.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:01.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:01.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:01 smithi094 ceph-mon[112176]: 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-08T08:56:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:01 smithi003 ceph-mon[96088]: 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-08T08:56:02.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:02.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:03.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:03.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:03 smithi094 ceph-mon[112176]: 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-08T08:56:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:03 smithi003 ceph-mon[96088]: 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-08T08:56:04.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:04.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:05.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:05.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:05 smithi094 ceph-mon[112176]: 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-08T08:56:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:05 smithi003 ceph-mon[96088]: 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-08T08:56:06.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:06.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:07.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:07.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:07 smithi094 ceph-mon[112176]: 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-08T08:56:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:07 smithi003 ceph-mon[96088]: 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-08T08:56:08.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:08.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:09.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:09.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:09 smithi094 ceph-mon[112176]: 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-08T08:56:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:09 smithi003 ceph-mon[96088]: 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-08T08:56:10.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:10.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:11.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:11.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:11 smithi094 ceph-mon[112176]: 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-08T08:56:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:11 smithi003 ceph-mon[96088]: 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-08T08:56:12.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:12.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:13.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:13.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:13 smithi094 ceph-mon[112176]: 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-08T08:56:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:13 smithi003 ceph-mon[96088]: 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-08T08:56:14.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:14.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:15.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:15.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:15 smithi094 ceph-mon[112176]: 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-08T08:56:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:15 smithi003 ceph-mon[96088]: 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-08T08:56:16.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:16.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:17.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:17.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:17 smithi094 ceph-mon[112176]: 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-08T08:56:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:17 smithi003 ceph-mon[96088]: 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-08T08:56:18.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:18.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:19.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:19.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:19.630 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:19 smithi003 ceph-mon[96088]: 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-08T08:56:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:19 smithi094 ceph-mon[112176]: 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-08T08:56:20.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:20.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:21.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:21.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:21 smithi094 ceph-mon[112176]: 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-08T08:56:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:21 smithi003 ceph-mon[96088]: 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-08T08:56:22.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:22.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:23.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:23.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:23 smithi094 ceph-mon[112176]: 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-08T08:56:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:23 smithi003 ceph-mon[96088]: 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-08T08:56:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:24.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:24.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:25.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:25.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:25 smithi094 ceph-mon[112176]: 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-08T08:56:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:25 smithi003 ceph-mon[96088]: 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-08T08:56:26.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:26.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:27.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:27.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:27 smithi094 ceph-mon[112176]: 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-08T08:56:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:27 smithi003 ceph-mon[96088]: 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-08T08:56:28.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:28.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:29.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:29.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:29 smithi094 ceph-mon[112176]: 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-08T08:56:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:29 smithi003 ceph-mon[96088]: 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-08T08:56:30.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:30.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:31.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:31.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:31 smithi094 ceph-mon[112176]: 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-08T08:56:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:31 smithi003 ceph-mon[96088]: 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-08T08:56:32.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:32.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:33.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:33.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:33 smithi094 ceph-mon[112176]: 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-08T08:56:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:33 smithi003 ceph-mon[96088]: 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-08T08:56:34.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:34.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:35.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:35.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:35 smithi094 ceph-mon[112176]: 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-08T08:56:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:35 smithi003 ceph-mon[96088]: 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-08T08:56:36.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:36.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:37.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:37.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:37 smithi094 ceph-mon[112176]: 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-08T08:56:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:37 smithi003 ceph-mon[96088]: 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-08T08:56:38.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:38.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:39.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:39.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:39 smithi094 ceph-mon[112176]: 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-08T08:56:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:39 smithi003 ceph-mon[96088]: 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-08T08:56:40.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:40.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:41.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:41.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:41 smithi094 ceph-mon[112176]: 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-08T08:56:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:41 smithi003 ceph-mon[96088]: 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-08T08:56:42.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:42.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:43.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:43.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:43 smithi094 ceph-mon[112176]: 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-08T08:56:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:43 smithi003 ceph-mon[96088]: 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-08T08:56:44.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:44.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:45.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:45.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:45 smithi003 ceph-mon[96088]: 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-08T08:56:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:56:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:45 smithi094 ceph-mon[112176]: 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-08T08:56:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:56:46.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:46.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:56:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:56:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:56:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:56:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:56:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:56:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:56:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:56:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:56:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:56:47.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:47.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:47 smithi003 ceph-mon[96088]: 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-08T08:56:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:47 smithi094 ceph-mon[112176]: 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-08T08:56:48.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:48.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:49.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:49.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:49 smithi094 ceph-mon[112176]: 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-08T08:56:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:49 smithi003 ceph-mon[96088]: 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-08T08:56:50.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:50.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:51.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:51.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:51 smithi094 ceph-mon[112176]: 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-08T08:56:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:51 smithi003 ceph-mon[96088]: 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-08T08:56:52.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:52.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:53.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:53.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:53 smithi094 ceph-mon[112176]: 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-08T08:56:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:53 smithi003 ceph-mon[96088]: 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-08T08:56:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:54.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:54.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:55.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:55.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:55 smithi094 ceph-mon[112176]: 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-08T08:56:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:55 smithi003 ceph-mon[96088]: 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-08T08:56:56.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:56.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:57.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:57.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:57 smithi094 ceph-mon[112176]: 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-08T08:56:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:57 smithi003 ceph-mon[96088]: 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-08T08:56:58.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:58.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:59.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:56:59.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:56:59 smithi094 ceph-mon[112176]: 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-08T08:56:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:56:59 smithi003 ceph-mon[96088]: 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-08T08:57:00.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:00.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:01.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:01.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:01 smithi094 ceph-mon[112176]: 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-08T08:57:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:01 smithi003 ceph-mon[96088]: 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-08T08:57:02.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:02.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:03.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:03.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:03 smithi094 ceph-mon[112176]: 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-08T08:57:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:03 smithi003 ceph-mon[96088]: 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-08T08:57:04.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:04.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:05.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:05.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:05 smithi094 ceph-mon[112176]: 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-08T08:57:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:05 smithi003 ceph-mon[96088]: 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-08T08:57:06.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:06.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:07.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:07.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:07 smithi094 ceph-mon[112176]: 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-08T08:57:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:07 smithi003 ceph-mon[96088]: 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-08T08:57:08.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:08.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:09.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:09.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:09 smithi094 ceph-mon[112176]: 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-08T08:57:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:09 smithi003 ceph-mon[96088]: 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-08T08:57:10.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:10.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:11.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:11.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:11 smithi003 ceph-mon[96088]: 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-08T08:57:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:11 smithi094 ceph-mon[112176]: 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-08T08:57:12.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:12.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:13.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:13.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:13 smithi003 ceph-mon[96088]: 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-08T08:57:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:13 smithi094 ceph-mon[112176]: 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-08T08:57:14.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:14.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:15.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:15.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:15 smithi094 ceph-mon[112176]: 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-08T08:57:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:15 smithi003 ceph-mon[96088]: 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-08T08:57:16.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:16.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:17.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:17.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:17 smithi003 ceph-mon[96088]: 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-08T08:57:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:17 smithi094 ceph-mon[112176]: 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-08T08:57:18.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:18.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:19.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:19.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:19 smithi094 ceph-mon[112176]: 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-08T08:57:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:19 smithi003 ceph-mon[96088]: 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-08T08:57:20.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:20.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:21.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:21.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:21 smithi094 ceph-mon[112176]: 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-08T08:57:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:21 smithi003 ceph-mon[96088]: 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-08T08:57:22.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:22.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:23.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:23.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:23 smithi094 ceph-mon[112176]: 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-08T08:57:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:23 smithi003 ceph-mon[96088]: 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-08T08:57:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:24.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:24.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:25.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:25.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:25 smithi094 ceph-mon[112176]: 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-08T08:57:26.004 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:25 smithi003 ceph-mon[96088]: 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-08T08:57:26.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:26.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:27.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:27.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:27 smithi003 ceph-mon[96088]: 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-08T08:57:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:27 smithi094 ceph-mon[112176]: 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-08T08:57:28.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:28.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:29.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:29.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:29 smithi094 ceph-mon[112176]: 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-08T08:57:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:29 smithi003 ceph-mon[96088]: 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-08T08:57:30.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:30.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:31.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:31.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:31 smithi094 ceph-mon[112176]: 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-08T08:57:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:31 smithi003 ceph-mon[96088]: 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-08T08:57:32.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:32.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:33.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:33.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:33 smithi094 ceph-mon[112176]: 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-08T08:57:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:33 smithi003 ceph-mon[96088]: 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-08T08:57:34.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:34.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:35.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:35.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:35 smithi094 ceph-mon[112176]: 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-08T08:57:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:35 smithi003 ceph-mon[96088]: 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-08T08:57:36.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:36.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:37.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:37.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:37 smithi003 ceph-mon[96088]: 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-08T08:57:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:37 smithi094 ceph-mon[112176]: 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-08T08:57:38.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:38.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:39.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:39.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:39 smithi003 ceph-mon[96088]: 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-08T08:57:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:39 smithi094 ceph-mon[112176]: 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-08T08:57:40.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:40.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:41.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:41.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:41 smithi003 ceph-mon[96088]: 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-08T08:57:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:41 smithi094 ceph-mon[112176]: 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-08T08:57:42.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:42.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:43.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:43.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:43 smithi003 ceph-mon[96088]: 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-08T08:57:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:43 smithi094 ceph-mon[112176]: 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-08T08:57:44.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:44.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:45.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:45.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:45.958 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:45 smithi094 ceph-mon[112176]: 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-08T08:57:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:45 smithi003 ceph-mon[96088]: 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-08T08:57:46.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:46.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:57:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:57:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:57:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:57:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:57:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:57:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:57:46.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:57:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:57:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:57:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:57:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:57:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:57:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:57:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:57:47.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:57:47.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:47.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:48.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:48.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:48 smithi003 ceph-mon[96088]: 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-08T08:57:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:48 smithi094 ceph-mon[112176]: 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-08T08:57:49.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:49.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:49 smithi094 ceph-mon[112176]: 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-08T08:57:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:49 smithi003 ceph-mon[96088]: 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-08T08:57:50.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:50.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:51.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:51.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:51 smithi094 ceph-mon[112176]: 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-08T08:57:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:51 smithi003 ceph-mon[96088]: 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-08T08:57:52.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:52.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:53.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:53.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:53 smithi003 ceph-mon[96088]: 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-08T08:57:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:53 smithi094 ceph-mon[112176]: 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-08T08:57:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:54.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:54.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:55.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:55.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:55.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:55 smithi003 ceph-mon[96088]: 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-08T08:57:56.062 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:55 smithi094 ceph-mon[112176]: 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-08T08:57:56.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:56.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:57.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:57.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:57 smithi003 ceph-mon[96088]: 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-08T08:57:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:57 smithi094 ceph-mon[112176]: 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-08T08:57:58.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:58.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:59.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:57:59.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:57:59 smithi094 ceph-mon[112176]: 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-08T08:57:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:57:59 smithi003 ceph-mon[96088]: 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-08T08:58:00.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:00.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:01.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:01.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:01 smithi003 ceph-mon[96088]: 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-08T08:58:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:01 smithi094 ceph-mon[112176]: 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-08T08:58:02.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:02.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:03.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:03.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:03.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:03 smithi003 ceph-mon[96088]: 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-08T08:58:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:03 smithi094 ceph-mon[112176]: 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-08T08:58:04.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:04.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:05.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:05.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:05 smithi003 ceph-mon[96088]: 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-08T08:58:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:05 smithi094 ceph-mon[112176]: 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-08T08:58:06.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:06.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:07.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:07.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:07 smithi003 ceph-mon[96088]: 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-08T08:58:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:07 smithi094 ceph-mon[112176]: 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-08T08:58:08.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:08.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:09.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:09.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:09 smithi003 ceph-mon[96088]: 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-08T08:58:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:09 smithi094 ceph-mon[112176]: 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-08T08:58:10.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:10.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:11.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:11.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:11 smithi003 ceph-mon[96088]: 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-08T08:58:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:11 smithi094 ceph-mon[112176]: 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-08T08:58:12.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:12.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:13.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:13.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:13 smithi003 ceph-mon[96088]: 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-08T08:58:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:13 smithi094 ceph-mon[112176]: 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-08T08:58:14.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:14.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:15.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:15.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:15.945 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:15 smithi003 ceph-mon[96088]: 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-08T08:58:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:15 smithi094 ceph-mon[112176]: 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-08T08:58:16.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:16.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:17.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:17.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:17 smithi003 ceph-mon[96088]: 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-08T08:58:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:17 smithi094 ceph-mon[112176]: 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-08T08:58:18.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:18.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:19.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:19.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:19 smithi094 ceph-mon[112176]: 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-08T08:58:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:19 smithi003 ceph-mon[96088]: 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-08T08:58:20.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:20.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:21.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:21.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:21 smithi003 ceph-mon[96088]: 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-08T08:58:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:21 smithi094 ceph-mon[112176]: 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-08T08:58:22.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:22.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:23.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:23.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:23 smithi003 ceph-mon[96088]: 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-08T08:58:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:23 smithi094 ceph-mon[112176]: 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-08T08:58:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:24.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:24.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:25.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:25.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:25 smithi003 ceph-mon[96088]: 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-08T08:58:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:25 smithi094 ceph-mon[112176]: 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-08T08:58:26.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:26.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:27.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:27.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:27 smithi003 ceph-mon[96088]: 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-08T08:58:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:27 smithi094 ceph-mon[112176]: 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-08T08:58:28.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:28.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:29.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:29.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:29 smithi094 ceph-mon[112176]: 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-08T08:58:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:29 smithi003 ceph-mon[96088]: 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-08T08:58:30.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:30.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:31.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:31.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:31 smithi094 ceph-mon[112176]: 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-08T08:58:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:31 smithi003 ceph-mon[96088]: 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-08T08:58:32.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:32.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:33.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:33.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:33 smithi003 ceph-mon[96088]: 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-08T08:58:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:33 smithi094 ceph-mon[112176]: 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-08T08:58:34.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:34.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:35.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:35.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:35 smithi003 ceph-mon[96088]: 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-08T08:58:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:35 smithi094 ceph-mon[112176]: 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-08T08:58:36.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:36.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:37.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:37.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:37 smithi003 ceph-mon[96088]: 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-08T08:58:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:37 smithi094 ceph-mon[112176]: 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-08T08:58:38.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:38.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:39.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:39.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:39 smithi003 ceph-mon[96088]: 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-08T08:58:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:39 smithi094 ceph-mon[112176]: 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-08T08:58:40.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:40.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:41.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:41.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:41 smithi094 ceph-mon[112176]: 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-08T08:58:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:41 smithi003 ceph-mon[96088]: 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-08T08:58:42.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:42.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:43.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:43.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:43 smithi003 ceph-mon[96088]: 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-08T08:58:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:43 smithi094 ceph-mon[112176]: 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-08T08:58:44.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:44.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:45.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:45.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:45 smithi003 ceph-mon[96088]: 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-08T08:58:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:45 smithi094 ceph-mon[112176]: 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-08T08:58:46.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:46.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:47.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:47.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:47 smithi003 ceph-mon[96088]: 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-08T08:58:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:58:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:58:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:58:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:58:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:58:47.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:58:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:47 smithi094 ceph-mon[112176]: 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-08T08:58:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:58:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:58:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:58:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:58:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:58:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:58:48.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:48.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:49.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:49.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:49 smithi094 ceph-mon[112176]: 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-08T08:58:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:49 smithi003 ceph-mon[96088]: 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-08T08:58:50.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:50.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:51.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:51.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:51 smithi094 ceph-mon[112176]: 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-08T08:58:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:51 smithi003 ceph-mon[96088]: 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-08T08:58:52.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:52.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:53.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:53.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:53.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:53 smithi003 ceph-mon[96088]: 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-08T08:58:53.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:53 smithi094 ceph-mon[112176]: 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-08T08:58:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:54.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:54.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:55.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:55.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:55 smithi003 ceph-mon[96088]: 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-08T08:58:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:55 smithi094 ceph-mon[112176]: 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-08T08:58:56.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:56.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:57.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:57.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:57 smithi003 ceph-mon[96088]: 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-08T08:58:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:57 smithi094 ceph-mon[112176]: 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-08T08:58:58.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:58.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:59.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:58:59.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:58:59 smithi094 ceph-mon[112176]: 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-08T08:58:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:58:59 smithi003 ceph-mon[96088]: 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-08T08:59:00.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:00.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:01.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:01.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:01 smithi003 ceph-mon[96088]: 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-08T08:59:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:01 smithi094 ceph-mon[112176]: 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-08T08:59:02.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:02.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:03.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:03.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:03 smithi003 ceph-mon[96088]: 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-08T08:59:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:03 smithi094 ceph-mon[112176]: 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-08T08:59:04.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:04.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:05.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:05.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:05 smithi003 ceph-mon[96088]: 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-08T08:59:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:05 smithi094 ceph-mon[112176]: 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-08T08:59:06.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:06.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:07.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:07.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:07 smithi003 ceph-mon[96088]: 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-08T08:59:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:07 smithi094 ceph-mon[112176]: 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-08T08:59:08.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:08.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:08.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:09.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:09.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:09 smithi003 ceph-mon[96088]: 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-08T08:59:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:09 smithi094 ceph-mon[112176]: 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-08T08:59:10.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:10.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:11.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:11.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:11 smithi003 ceph-mon[96088]: 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-08T08:59:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:11 smithi094 ceph-mon[112176]: 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-08T08:59:12.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:12.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:13.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:13.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:13 smithi003 ceph-mon[96088]: 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-08T08:59:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:13 smithi094 ceph-mon[112176]: 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-08T08:59:14.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:14.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:15.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:15.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:15 smithi003 ceph-mon[96088]: 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-08T08:59:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:15 smithi094 ceph-mon[112176]: 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-08T08:59:16.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:16.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:17.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:17.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:17 smithi003 ceph-mon[96088]: 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-08T08:59:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:17 smithi094 ceph-mon[112176]: 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-08T08:59:18.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:18.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:19.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:19.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:19 smithi094 ceph-mon[112176]: 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-08T08:59:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:19 smithi003 ceph-mon[96088]: 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-08T08:59:20.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:20.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:21.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:21.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:21.957 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:21 smithi094 ceph-mon[112176]: 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-08T08:59:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:21 smithi003 ceph-mon[96088]: 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-08T08:59:22.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:22.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:23.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:23.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:23 smithi003 ceph-mon[96088]: 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-08T08:59:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:23 smithi094 ceph-mon[112176]: 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-08T08:59:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:24.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:24.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:25.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:25.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:25 smithi003 ceph-mon[96088]: 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-08T08:59:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:25 smithi094 ceph-mon[112176]: 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-08T08:59:26.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:26.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:27.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:27.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:27 smithi003 ceph-mon[96088]: 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-08T08:59:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:27 smithi094 ceph-mon[112176]: 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-08T08:59:28.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:28.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:29.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:29.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:29 smithi094 ceph-mon[112176]: 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-08T08:59:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:29 smithi003 ceph-mon[96088]: 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-08T08:59:30.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:30.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:31.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:31.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:31 smithi003 ceph-mon[96088]: 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-08T08:59:32.063 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:31 smithi094 ceph-mon[112176]: 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-08T08:59:32.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:32.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:33.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:33.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:33 smithi003 ceph-mon[96088]: 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-08T08:59:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:33 smithi094 ceph-mon[112176]: 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-08T08:59:34.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:34.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:35.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:35.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:35 smithi003 ceph-mon[96088]: 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-08T08:59:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:35 smithi094 ceph-mon[112176]: 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-08T08:59:36.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:36.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:37.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:37.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:37 smithi003 ceph-mon[96088]: 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-08T08:59:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:37 smithi094 ceph-mon[112176]: 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-08T08:59:38.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:38.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:39.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:39.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:39 smithi003 ceph-mon[96088]: 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-08T08:59:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:39 smithi094 ceph-mon[112176]: 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-08T08:59:40.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:40.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:41.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:41.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:41 smithi003 ceph-mon[96088]: 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-08T08:59:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:41 smithi094 ceph-mon[112176]: 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-08T08:59:42.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:42.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:43.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:43.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:43 smithi003 ceph-mon[96088]: 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-08T08:59:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:43 smithi094 ceph-mon[112176]: 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-08T08:59:44.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:44.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:45.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:45.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:45 smithi003 ceph-mon[96088]: 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-08T08:59:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:45 smithi094 ceph-mon[112176]: 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-08T08:59:46.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:46.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:47.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:47.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:47 smithi003 ceph-mon[96088]: 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-08T08:59:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:59:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:47 smithi094 ceph-mon[112176]: 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-08T08:59:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:59:48.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:48.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:59:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1594M 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:59:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:59:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:59:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:59:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:59:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T08:59:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1594M 2023-10-08T08:59:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:59:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:59:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:59:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:59:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:59:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T08:59:49.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:49.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:49 smithi003 ceph-mon[96088]: 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-08T08:59:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:49 smithi094 ceph-mon[112176]: 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-08T08:59:50.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:50.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:51.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:51.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:51 smithi003 ceph-mon[96088]: 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-08T08:59:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:51 smithi094 ceph-mon[112176]: 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-08T08:59:52.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:52.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:53.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:53.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:53 smithi094 ceph-mon[112176]: 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-08T08:59:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:53 smithi003 ceph-mon[96088]: 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-08T08:59:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:54.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:54.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:55.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:55.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:55 smithi094 ceph-mon[112176]: 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-08T08:59:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:55 smithi003 ceph-mon[96088]: 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-08T08:59:56.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:56.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:57.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:57.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:57 smithi094 ceph-mon[112176]: 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-08T08:59:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:57 smithi003 ceph-mon[96088]: 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-08T08:59:58.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:58.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:59.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T08:59:59.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 08:59:59 smithi094 ceph-mon[112176]: 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-08T08:59:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 08:59:59 smithi003 ceph-mon[96088]: 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-08T09:00:00.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:00.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T09:00:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T09:00:01.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:01.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:01 smithi094 ceph-mon[112176]: 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-08T09:00:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:01 smithi003 ceph-mon[96088]: 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-08T09:00:02.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:02.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:03.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:03.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:03 smithi003 ceph-mon[96088]: 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-08T09:00:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:03 smithi094 ceph-mon[112176]: 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-08T09:00:04.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:04.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:05.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:05.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:05 smithi003 ceph-mon[96088]: 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-08T09:00:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:05 smithi094 ceph-mon[112176]: 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-08T09:00:06.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:06.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:07.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:07.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:07 smithi003 ceph-mon[96088]: 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-08T09:00:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:07 smithi094 ceph-mon[112176]: 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-08T09:00:08.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:08.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:09.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:09.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:09 smithi003 ceph-mon[96088]: 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-08T09:00:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:09 smithi094 ceph-mon[112176]: 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-08T09:00:10.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:10.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:11.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:11.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:11 smithi003 ceph-mon[96088]: 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-08T09:00:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:11 smithi094 ceph-mon[112176]: 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-08T09:00:12.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:12.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:13.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:13.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:13 smithi003 ceph-mon[96088]: 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-08T09:00:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:13 smithi094 ceph-mon[112176]: 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-08T09:00:14.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:14.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:15.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:15.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:15 smithi003 ceph-mon[96088]: 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-08T09:00:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:15 smithi094 ceph-mon[112176]: 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-08T09:00:16.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:16.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:17.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:17.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:17 smithi094 ceph-mon[112176]: 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-08T09:00:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:17 smithi003 ceph-mon[96088]: 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-08T09:00:18.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:18.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:19.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:19.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:19 smithi094 ceph-mon[112176]: 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-08T09:00:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:19 smithi003 ceph-mon[96088]: 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-08T09:00:20.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:20.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:21.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:21.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:21 smithi003 ceph-mon[96088]: 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-08T09:00:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:21 smithi094 ceph-mon[112176]: 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-08T09:00:22.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:22.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:23.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:23.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:23 smithi003 ceph-mon[96088]: 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-08T09:00:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:23 smithi094 ceph-mon[112176]: 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-08T09:00:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:24.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:24.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:25.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:25.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:25 smithi003 ceph-mon[96088]: 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-08T09:00:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:25 smithi094 ceph-mon[112176]: 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-08T09:00:26.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:26.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:27.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:27.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:27 smithi094 ceph-mon[112176]: 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-08T09:00:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:27 smithi003 ceph-mon[96088]: 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-08T09:00:28.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:28.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:29.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:29.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:29 smithi094 ceph-mon[112176]: 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-08T09:00:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:29 smithi003 ceph-mon[96088]: 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-08T09:00:30.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:30.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:31.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:31.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:31 smithi003 ceph-mon[96088]: 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-08T09:00:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:31 smithi094 ceph-mon[112176]: 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-08T09:00:32.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:32.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:33.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:33.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:33 smithi003 ceph-mon[96088]: 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-08T09:00:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:33 smithi094 ceph-mon[112176]: 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-08T09:00:34.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:34.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:35.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:35.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:35 smithi003 ceph-mon[96088]: 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-08T09:00:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:35 smithi094 ceph-mon[112176]: 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-08T09:00:36.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:36.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:37.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:37.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:37.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:37 smithi003 ceph-mon[96088]: 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-08T09:00:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:37 smithi094 ceph-mon[112176]: 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-08T09:00:38.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:38.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:39.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:39.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:39 smithi094 ceph-mon[112176]: 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-08T09:00:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:39 smithi003 ceph-mon[96088]: 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-08T09:00:40.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:40.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:41.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:41.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:41 smithi094 ceph-mon[112176]: 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-08T09:00:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:41 smithi003 ceph-mon[96088]: 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-08T09:00:42.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:42.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:43.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:43.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:43 smithi094 ceph-mon[112176]: 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-08T09:00:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:43 smithi003 ceph-mon[96088]: 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-08T09:00:44.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:44.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:45.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:45.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:45 smithi094 ceph-mon[112176]: 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-08T09:00:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:45 smithi003 ceph-mon[96088]: 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-08T09:00:46.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:46.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:47.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:47.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:47 smithi003 ceph-mon[96088]: 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-08T09:00:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:47 smithi094 ceph-mon[112176]: 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-08T09:00:48.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:48.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:00:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:00:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:00:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:00:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:00:49.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:00:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:00:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:00:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:00:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:00:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:00:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:00:49.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:49.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:49 smithi094 ceph-mon[112176]: 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-08T09:00:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:49 smithi003 ceph-mon[96088]: 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-08T09:00:50.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:50.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:51.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:51.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:51 smithi094 ceph-mon[112176]: 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-08T09:00:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:51 smithi003 ceph-mon[96088]: 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-08T09:00:52.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:52.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:53.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:53.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:53 smithi094 ceph-mon[112176]: 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-08T09:00:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:53 smithi003 ceph-mon[96088]: 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-08T09:00:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:54.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:54.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:55.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:55.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:55 smithi094 ceph-mon[112176]: 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-08T09:00:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:55 smithi003 ceph-mon[96088]: 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-08T09:00:56.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:56.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:57.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:57.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:57 smithi094 ceph-mon[112176]: 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-08T09:00:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:57 smithi003 ceph-mon[96088]: 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-08T09:00:58.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:58.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:59.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:00:59.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:00:59 smithi094 ceph-mon[112176]: 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-08T09:00:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:00:59 smithi003 ceph-mon[96088]: 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-08T09:01:00.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:00.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:01.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:01.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:01 smithi003 ceph-mon[96088]: 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-08T09:01:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:01 smithi094 ceph-mon[112176]: 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-08T09:01:02.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:02.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:03.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:03.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:03 smithi003 ceph-mon[96088]: 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-08T09:01:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:03 smithi094 ceph-mon[112176]: 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-08T09:01:04.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:04.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:05.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:05.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:05 smithi094 ceph-mon[112176]: 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-08T09:01:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:05 smithi003 ceph-mon[96088]: 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-08T09:01:06.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:06.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:07.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:07.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:08.068 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:07 smithi094 ceph-mon[112176]: 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-08T09:01:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:07 smithi003 ceph-mon[96088]: 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-08T09:01:08.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:08.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:09.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:09.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:09 smithi094 ceph-mon[112176]: 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-08T09:01:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:09 smithi003 ceph-mon[96088]: 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-08T09:01:10.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:10.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:11.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:11.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:11 smithi094 ceph-mon[112176]: 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-08T09:01:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:11 smithi003 ceph-mon[96088]: 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-08T09:01:12.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:12.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:13.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:13.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:13 smithi094 ceph-mon[112176]: 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-08T09:01:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:13 smithi003 ceph-mon[96088]: 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-08T09:01:14.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:14.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:15.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:15.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:15 smithi094 ceph-mon[112176]: 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-08T09:01:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:15 smithi003 ceph-mon[96088]: 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-08T09:01:16.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:16.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:17.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:17.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:18.011 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:17 smithi003 ceph-mon[96088]: 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-08T09:01:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:17 smithi094 ceph-mon[112176]: 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-08T09:01:18.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:18.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:19 smithi094 ceph-mon[112176]: 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-08T09:01:19.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:19.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:19 smithi003 ceph-mon[96088]: 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-08T09:01:20.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:20.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:21.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:21.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:21 smithi094 ceph-mon[112176]: 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-08T09:01:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:21 smithi003 ceph-mon[96088]: 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-08T09:01:22.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:22.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:23.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:23.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:23 smithi094 ceph-mon[112176]: 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-08T09:01:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:23 smithi003 ceph-mon[96088]: 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-08T09:01:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:24.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:24.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:25.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:25.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:25 smithi094 ceph-mon[112176]: 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-08T09:01:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:25 smithi003 ceph-mon[96088]: 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-08T09:01:26.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:26.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:27.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:27.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:28.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:27 smithi003 ceph-mon[96088]: 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-08T09:01:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:27 smithi094 ceph-mon[112176]: 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-08T09:01:28.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:28.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:29 smithi094 ceph-mon[112176]: 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-08T09:01:29.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:29.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:29 smithi003 ceph-mon[96088]: 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-08T09:01:30.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:30.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:31.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:31.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:31 smithi094 ceph-mon[112176]: 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-08T09:01:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:31 smithi003 ceph-mon[96088]: 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-08T09:01:32.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:32.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:33.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:33.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:33 smithi094 ceph-mon[112176]: 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-08T09:01:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:33 smithi003 ceph-mon[96088]: 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-08T09:01:34.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:34.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:35.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:35.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:35 smithi094 ceph-mon[112176]: 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-08T09:01:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:35 smithi003 ceph-mon[96088]: 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-08T09:01:36.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:36.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:37.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:37.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:38.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:37 smithi094 ceph-mon[112176]: 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-08T09:01:38.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:37 smithi003 ceph-mon[96088]: 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-08T09:01:38.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:38.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:39.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:39.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:39 smithi094 ceph-mon[112176]: 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-08T09:01:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:39 smithi003 ceph-mon[96088]: 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-08T09:01:40.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:40.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:41.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:41.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:41 smithi094 ceph-mon[112176]: 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-08T09:01:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:41 smithi003 ceph-mon[96088]: 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-08T09:01:42.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:42.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:43.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:43.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:43 smithi094 ceph-mon[112176]: 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-08T09:01:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:43 smithi003 ceph-mon[96088]: 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-08T09:01:44.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:44.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:45.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:45.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:45 smithi094 ceph-mon[112176]: 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-08T09:01:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:45 smithi003 ceph-mon[96088]: 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-08T09:01:46.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:46.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:47.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:47.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:47 smithi094 ceph-mon[112176]: 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-08T09:01:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:47 smithi003 ceph-mon[96088]: 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-08T09:01:48.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:48.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:49 smithi094 ceph-mon[112176]: 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-08T09:01:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:01:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:49 smithi003 ceph-mon[96088]: 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-08T09:01:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:01:49.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:49.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:01:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:01:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:01:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:01:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:01:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:01:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:01:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:01:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:01:50.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:01:50.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:50.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:51 smithi094 ceph-mon[112176]: 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-08T09:01:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:51 smithi003 ceph-mon[96088]: 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-08T09:01:51.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:51.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:52.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:52.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:53.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:53.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:53 smithi094 ceph-mon[112176]: 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-08T09:01:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:53 smithi003 ceph-mon[96088]: 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-08T09:01:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:54.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:54.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:55.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:55.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:55 smithi094 ceph-mon[112176]: 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-08T09:01:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:55 smithi003 ceph-mon[96088]: 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-08T09:01:56.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:56.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:57.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:57.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:57 smithi094 ceph-mon[112176]: 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-08T09:01:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:57 smithi003 ceph-mon[96088]: 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-08T09:01:58.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:58.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:01:59 smithi094 ceph-mon[112176]: 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-08T09:01:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:01:59 smithi003 ceph-mon[96088]: 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-08T09:01:59.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:01:59.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:00.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:00.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:01.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:01.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:02.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:01 smithi094 ceph-mon[112176]: 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-08T09:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:01 smithi003 ceph-mon[96088]: 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-08T09:02:02.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:02.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:03.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:03.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:03 smithi094 ceph-mon[112176]: 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-08T09:02:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:03 smithi003 ceph-mon[96088]: 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-08T09:02:04.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:04.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:05.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:05.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:05 smithi094 ceph-mon[112176]: 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-08T09:02:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:05 smithi003 ceph-mon[96088]: 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-08T09:02:06.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:06.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:07.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:07.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:07 smithi094 ceph-mon[112176]: 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-08T09:02:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:07 smithi003 ceph-mon[96088]: 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-08T09:02:08.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:08.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:09.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:09.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:09 smithi094 ceph-mon[112176]: 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-08T09:02:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:09 smithi003 ceph-mon[96088]: 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-08T09:02:10.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:10.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:11.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:11.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:11 smithi094 ceph-mon[112176]: 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-08T09:02:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:11 smithi003 ceph-mon[96088]: 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-08T09:02:12.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:12.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:13.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:13.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:13 smithi003 ceph-mon[96088]: 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-08T09:02:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:13 smithi094 ceph-mon[112176]: 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-08T09:02:14.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:14.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:15.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:15.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:15 smithi094 ceph-mon[112176]: 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-08T09:02:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:15 smithi003 ceph-mon[96088]: 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-08T09:02:16.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:16.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:17.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:17.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:17 smithi094 ceph-mon[112176]: 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-08T09:02:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:17 smithi003 ceph-mon[96088]: 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-08T09:02:18.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:18.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:19 smithi094 ceph-mon[112176]: 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-08T09:02:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:19 smithi003 ceph-mon[96088]: 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-08T09:02:19.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:19.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:20.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:20.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:21.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:21.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:21 smithi094 ceph-mon[112176]: 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-08T09:02:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:21 smithi003 ceph-mon[96088]: 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-08T09:02:22.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:22.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:23.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:23.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:23 smithi094 ceph-mon[112176]: 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-08T09:02:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:23 smithi003 ceph-mon[96088]: 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-08T09:02:24.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:24.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:24.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:25.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:25.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:25 smithi094 ceph-mon[112176]: 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-08T09:02:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:25 smithi003 ceph-mon[96088]: 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-08T09:02:26.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:26.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:27.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:27.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:27 smithi094 ceph-mon[112176]: 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-08T09:02:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:27 smithi003 ceph-mon[96088]: 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-08T09:02:28.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:28.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:29.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:29 smithi094 ceph-mon[112176]: 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-08T09:02:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:29 smithi003 ceph-mon[96088]: 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-08T09:02:29.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:29.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:30.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:30.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:31.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:31.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:31 smithi094 ceph-mon[112176]: 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-08T09:02:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:31 smithi003 ceph-mon[96088]: 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-08T09:02:32.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:32.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:33.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:33.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:33 smithi094 ceph-mon[112176]: 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-08T09:02:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:33 smithi003 ceph-mon[96088]: 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-08T09:02:34.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:34.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:35.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:35.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:35 smithi094 ceph-mon[112176]: 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-08T09:02:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:35 smithi003 ceph-mon[96088]: 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-08T09:02:36.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:36.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:37.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:37.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:37 smithi094 ceph-mon[112176]: 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-08T09:02:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:37 smithi003 ceph-mon[96088]: 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-08T09:02:38.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:38.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:39.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:39.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:39 smithi094 ceph-mon[112176]: 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-08T09:02:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:39 smithi003 ceph-mon[96088]: 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-08T09:02:40.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:40.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:41.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:41.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:41 smithi094 ceph-mon[112176]: 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-08T09:02:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:41 smithi003 ceph-mon[96088]: 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-08T09:02:42.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:42.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:43.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:43.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:44.070 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:43 smithi094 ceph-mon[112176]: 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-08T09:02:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:43 smithi003 ceph-mon[96088]: 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-08T09:02:44.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:44.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:45.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:45.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:45 smithi094 ceph-mon[112176]: 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-08T09:02:46.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:45 smithi003 ceph-mon[96088]: 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-08T09:02:46.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:46.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:47.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:47.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:47 smithi094 ceph-mon[112176]: 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-08T09:02:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:47 smithi003 ceph-mon[96088]: 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-08T09:02:48.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:48.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:49 smithi094 ceph-mon[112176]: 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-08T09:02:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:49 smithi003 ceph-mon[96088]: 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-08T09:02:49.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:49.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:02:50.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:50.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:51 smithi094 ceph-mon[112176]: 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-08T09:02:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:51 smithi003 ceph-mon[96088]: 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-08T09:02:51.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:51.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:52.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:52.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:02:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:02:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: 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-08T09:02:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:02:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:02:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:02:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:02:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:02:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:02:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:02:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: 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-08T09:02:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:02:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:02:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:02:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:02:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:02:53.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:53.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:53.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:54.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:54.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:55.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:55.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:55 smithi094 ceph-mon[112176]: 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-08T09:02:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:55 smithi003 ceph-mon[96088]: 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-08T09:02:56.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:56.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:57.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:57.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:57 smithi094 ceph-mon[112176]: 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-08T09:02:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:57 smithi003 ceph-mon[96088]: 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-08T09:02:58.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:58.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:02:59 smithi003 ceph-mon[96088]: 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-08T09:02:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:02:59 smithi094 ceph-mon[112176]: 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-08T09:02:59.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:02:59.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:00.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:00.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:01.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:01.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:01 smithi094 ceph-mon[112176]: 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-08T09:03:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:01 smithi003 ceph-mon[96088]: 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-08T09:03:02.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:02.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:03.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:03.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:03 smithi094 ceph-mon[112176]: 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-08T09:03:04.223 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:03 smithi003 ceph-mon[96088]: 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-08T09:03:04.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:04.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:05.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:05.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:05 smithi094 ceph-mon[112176]: 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-08T09:03:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:05 smithi003 ceph-mon[96088]: 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-08T09:03:06.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:06.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:07.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:07.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:07 smithi094 ceph-mon[112176]: 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-08T09:03:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:07 smithi003 ceph-mon[96088]: 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-08T09:03:08.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:08.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:09.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:09.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:09 smithi094 ceph-mon[112176]: 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-08T09:03:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:09 smithi003 ceph-mon[96088]: 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-08T09:03:10.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:10.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:11.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:11.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:11 smithi094 ceph-mon[112176]: 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-08T09:03:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:11 smithi003 ceph-mon[96088]: 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-08T09:03:12.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:12.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:13.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:13.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:13 smithi094 ceph-mon[112176]: 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-08T09:03:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:13 smithi003 ceph-mon[96088]: 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-08T09:03:14.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:14.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:15.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:15.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:15 smithi094 ceph-mon[112176]: 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-08T09:03:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:15 smithi003 ceph-mon[96088]: 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-08T09:03:16.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:16.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:17.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:17.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:17 smithi094 ceph-mon[112176]: 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-08T09:03:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:17 smithi003 ceph-mon[96088]: 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-08T09:03:18.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:18.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:19 smithi094 ceph-mon[112176]: 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-08T09:03:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:19 smithi003 ceph-mon[96088]: 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-08T09:03:19.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:19.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:20.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:20.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:21.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:21.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:21 smithi094 ceph-mon[112176]: 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-08T09:03:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:21 smithi003 ceph-mon[96088]: 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-08T09:03:22.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:22.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:23.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:23.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:23 smithi094 ceph-mon[112176]: 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-08T09:03:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:23 smithi003 ceph-mon[96088]: 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-08T09:03:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:24.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:24.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:25.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:25.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:25 smithi094 ceph-mon[112176]: 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-08T09:03:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:25 smithi003 ceph-mon[96088]: 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-08T09:03:26.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:26.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:27.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:27.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:27 smithi094 ceph-mon[112176]: 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-08T09:03:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:27 smithi003 ceph-mon[96088]: 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-08T09:03:28.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:28.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:29 smithi094 ceph-mon[112176]: 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-08T09:03:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:29 smithi003 ceph-mon[96088]: 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-08T09:03:29.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:29.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:30.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:30.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:31.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:31.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:31 smithi094 ceph-mon[112176]: 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-08T09:03:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:31 smithi003 ceph-mon[96088]: 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-08T09:03:32.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:32.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:33.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:33.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:33 smithi094 ceph-mon[112176]: 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-08T09:03:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:33 smithi003 ceph-mon[96088]: 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-08T09:03:34.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:34.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:35.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:35.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:35 smithi094 ceph-mon[112176]: 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-08T09:03:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:35 smithi003 ceph-mon[96088]: 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-08T09:03:36.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:36.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:37.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:37.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:37 smithi094 ceph-mon[112176]: 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-08T09:03:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:37 smithi003 ceph-mon[96088]: 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-08T09:03:38.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:38.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:39 smithi094 ceph-mon[112176]: 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-08T09:03:39.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:39.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:39 smithi003 ceph-mon[96088]: 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-08T09:03:40.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:40.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:41.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:41.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:41 smithi094 ceph-mon[112176]: 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-08T09:03:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:41 smithi003 ceph-mon[96088]: 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-08T09:03:42.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:42.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:43.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:43.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:43 smithi094 ceph-mon[112176]: 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-08T09:03:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:43 smithi003 ceph-mon[96088]: 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-08T09:03:44.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:44.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:45.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:45.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:45 smithi094 ceph-mon[112176]: 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-08T09:03:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:45 smithi003 ceph-mon[96088]: 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-08T09:03:46.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:46.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:47.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:47.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:47 smithi094 ceph-mon[112176]: 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-08T09:03:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:47 smithi003 ceph-mon[96088]: 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-08T09:03:48.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:48.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:49 smithi094 ceph-mon[112176]: 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-08T09:03:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:49 smithi003 ceph-mon[96088]: 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-08T09:03:49.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:49.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:50.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:50.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:51.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:51.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:51 smithi094 ceph-mon[112176]: 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-08T09:03:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:51 smithi003 ceph-mon[96088]: 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-08T09:03:52.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:52.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:53.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:53.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:53 smithi094 ceph-mon[112176]: 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-08T09:03:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:03:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:03:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:03:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:03:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:03:54.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:03:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:53 smithi003 ceph-mon[96088]: 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-08T09:03:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:03:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:03:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:03:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:03:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:03:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:03:54.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:54.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:55.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:55.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:55 smithi094 ceph-mon[112176]: 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-08T09:03:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:55 smithi003 ceph-mon[96088]: 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-08T09:03:56.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:56.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:57.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:57.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:57 smithi094 ceph-mon[112176]: 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-08T09:03:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:57 smithi003 ceph-mon[96088]: 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-08T09:03:58.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:58.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:03:59 smithi094 ceph-mon[112176]: 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-08T09:03:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:03:59 smithi003 ceph-mon[96088]: 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-08T09:03:59.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:03:59.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:00.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:00.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:01.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:01.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:01 smithi094 ceph-mon[112176]: 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-08T09:04:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:01 smithi003 ceph-mon[96088]: 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-08T09:04:02.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:02.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:03.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:03.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:03 smithi094 ceph-mon[112176]: 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-08T09:04:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:03 smithi003 ceph-mon[96088]: 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-08T09:04:04.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:04.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:05.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:05.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:05 smithi094 ceph-mon[112176]: 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-08T09:04:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:05 smithi003 ceph-mon[96088]: 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-08T09:04:06.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:06.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:07.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:07.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:07 smithi094 ceph-mon[112176]: 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-08T09:04:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:07 smithi003 ceph-mon[96088]: 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-08T09:04:08.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:08.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:09.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:09.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:09 smithi094 ceph-mon[112176]: 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-08T09:04:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:09 smithi003 ceph-mon[96088]: 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-08T09:04:10.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:10.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:11.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:11.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:11 smithi094 ceph-mon[112176]: 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-08T09:04:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:11 smithi003 ceph-mon[96088]: 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-08T09:04:12.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:12.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:13.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:13.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:13 smithi094 ceph-mon[112176]: 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-08T09:04:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:13 smithi003 ceph-mon[96088]: 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-08T09:04:14.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:14.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:15.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:15.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:15 smithi094 ceph-mon[112176]: 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-08T09:04:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:15 smithi003 ceph-mon[96088]: 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-08T09:04:16.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:16.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:17.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:17.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:17 smithi094 ceph-mon[112176]: 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-08T09:04:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:17 smithi003 ceph-mon[96088]: 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-08T09:04:18.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:18.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:19 smithi094 ceph-mon[112176]: 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-08T09:04:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:19 smithi003 ceph-mon[96088]: 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-08T09:04:19.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:19.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:20.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:20.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:21.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:21.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:21 smithi094 ceph-mon[112176]: 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-08T09:04:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:21 smithi003 ceph-mon[96088]: 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-08T09:04:22.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:22.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:23.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:23.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:23 smithi094 ceph-mon[112176]: 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-08T09:04:24.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:23 smithi003 ceph-mon[96088]: 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-08T09:04:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:24.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:24.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:26.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:26.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:25 smithi094 ceph-mon[112176]: 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-08T09:04:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:25 smithi003 ceph-mon[96088]: 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-08T09:04:27.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:27.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:28.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:28.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:27 smithi094 ceph-mon[112176]: 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-08T09:04:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:27 smithi003 ceph-mon[96088]: 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-08T09:04:29.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:29.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:29 smithi094 ceph-mon[112176]: 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-08T09:04:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:29 smithi003 ceph-mon[96088]: 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-08T09:04:30.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:30.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:31.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:31.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:32.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:32.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:31 smithi094 ceph-mon[112176]: 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-08T09:04:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:31 smithi003 ceph-mon[96088]: 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-08T09:04:33.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:33.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:34.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:34.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:33 smithi094 ceph-mon[112176]: 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-08T09:04:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:33 smithi003 ceph-mon[96088]: 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-08T09:04:35.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:35.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:36.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:36.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:35 smithi094 ceph-mon[112176]: 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-08T09:04:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:35 smithi003 ceph-mon[96088]: 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-08T09:04:37.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:37.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:38.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:38.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:37 smithi094 ceph-mon[112176]: 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-08T09:04:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:37 smithi003 ceph-mon[96088]: 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-08T09:04:39.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:39.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:40.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:40.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:39 smithi094 ceph-mon[112176]: 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-08T09:04:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:39 smithi003 ceph-mon[96088]: 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-08T09:04:41.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:41.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:42.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:42.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:41 smithi094 ceph-mon[112176]: 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-08T09:04:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:41 smithi003 ceph-mon[96088]: 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-08T09:04:43.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:43.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:44.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:44.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:43 smithi094 ceph-mon[112176]: 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-08T09:04:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:43 smithi003 ceph-mon[96088]: 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-08T09:04:45.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:45.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:46.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:46.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:45 smithi094 ceph-mon[112176]: 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-08T09:04:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:45 smithi003 ceph-mon[96088]: 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-08T09:04:47.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:47.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:48.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:48.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:47 smithi094 ceph-mon[112176]: 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-08T09:04:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:47 smithi003 ceph-mon[96088]: 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-08T09:04:49.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:49.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:49 smithi094 ceph-mon[112176]: 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-08T09:04:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:49 smithi003 ceph-mon[96088]: 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-08T09:04:50.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:50.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:51.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:51.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:52.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:52.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:51 smithi094 ceph-mon[112176]: 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-08T09:04:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:51 smithi003 ceph-mon[96088]: 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-08T09:04:53.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:53.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:54.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:54.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:53 smithi094 ceph-mon[112176]: 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-08T09:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:04:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:53 smithi003 ceph-mon[96088]: 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-08T09:04:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:04:55.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:55.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:56.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:56.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:55 smithi094 ceph-mon[112176]: 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-08T09:04:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:55 smithi003 ceph-mon[96088]: 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-08T09:04:57.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:57.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:58.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:58.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:57 smithi094 ceph-mon[112176]: 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-08T09:04:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:57 smithi003 ceph-mon[96088]: 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-08T09:04:59.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:04:59.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:04:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:04:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:04:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:04:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:04:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:04:59.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:04:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:04:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:04:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:04:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:04:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:04:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:04:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:04:59.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:04:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:05:00.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:00.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:00.475 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:00 smithi094 ceph-mon[112176]: 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-08T09:05:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:00 smithi003 ceph-mon[96088]: 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-08T09:05:01.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:01.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:02.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:02.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:02 smithi003 ceph-mon[96088]: 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-08T09:05:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:02 smithi094 ceph-mon[112176]: 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-08T09:05:03.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:03.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:04.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:04.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:04 smithi003 ceph-mon[96088]: 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-08T09:05:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:04 smithi094 ceph-mon[112176]: 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-08T09:05:05.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:05.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:06.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:06.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:06 smithi003 ceph-mon[96088]: 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-08T09:05:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:06 smithi094 ceph-mon[112176]: 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-08T09:05:07.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:07.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:08.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:08.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:08 smithi003 ceph-mon[96088]: 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-08T09:05:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:08 smithi094 ceph-mon[112176]: 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-08T09:05:09.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:09.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:10.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:10.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:10 smithi003 ceph-mon[96088]: 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-08T09:05:10.580 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:10 smithi094 ceph-mon[112176]: 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-08T09:05:11.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:11.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:12.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:12.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:12 smithi003 ceph-mon[96088]: 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-08T09:05:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:12 smithi094 ceph-mon[112176]: 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-08T09:05:13.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:13.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:14.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:14.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:14 smithi003 ceph-mon[96088]: 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-08T09:05:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:14 smithi094 ceph-mon[112176]: 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-08T09:05:15.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:15.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:16.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:16.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:16 smithi003 ceph-mon[96088]: 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-08T09:05:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:16 smithi094 ceph-mon[112176]: 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-08T09:05:17.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:17.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:18.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:18.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:18 smithi094 ceph-mon[112176]: 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-08T09:05:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:18 smithi003 ceph-mon[96088]: 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-08T09:05:19.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:19.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:19 smithi094 ceph-mon[112176]: 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-08T09:05:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:19 smithi003 ceph-mon[96088]: 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-08T09:05:20.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:20.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:21.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:21.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:22.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:22.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:21 smithi094 ceph-mon[112176]: 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-08T09:05:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:21 smithi003 ceph-mon[96088]: 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-08T09:05:23.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:23.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:24.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:24.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:23 smithi094 ceph-mon[112176]: 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-08T09:05:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:23 smithi003 ceph-mon[96088]: 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-08T09:05:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:25.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:25.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:26.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:26.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:25 smithi094 ceph-mon[112176]: 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-08T09:05:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:25 smithi003 ceph-mon[96088]: 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-08T09:05:27.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:27.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:28.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:28.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:27 smithi094 ceph-mon[112176]: 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-08T09:05:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:27 smithi003 ceph-mon[96088]: 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-08T09:05:29.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:29.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:29 smithi094 ceph-mon[112176]: 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-08T09:05:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:29 smithi003 ceph-mon[96088]: 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-08T09:05:30.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:30.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:31.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:31.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:32.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:32.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:31 smithi094 ceph-mon[112176]: 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-08T09:05:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:31 smithi003 ceph-mon[96088]: 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-08T09:05:33.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:33.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:34.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:34.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:33 smithi094 ceph-mon[112176]: 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-08T09:05:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:33 smithi003 ceph-mon[96088]: 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-08T09:05:35.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:35.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:36.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:36.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:35 smithi094 ceph-mon[112176]: 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-08T09:05:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:35 smithi003 ceph-mon[96088]: 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-08T09:05:37.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:37.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:38.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:38.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:37 smithi094 ceph-mon[112176]: 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-08T09:05:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:37 smithi003 ceph-mon[96088]: 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-08T09:05:39.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:39.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:40.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:40.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:39 smithi094 ceph-mon[112176]: 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-08T09:05:40.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:39 smithi003 ceph-mon[96088]: 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-08T09:05:41.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:41.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:42.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:42.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:41 smithi094 ceph-mon[112176]: 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-08T09:05:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:41 smithi003 ceph-mon[96088]: 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-08T09:05:43.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:43.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:44.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:44.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:43 smithi094 ceph-mon[112176]: 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-08T09:05:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:43 smithi003 ceph-mon[96088]: 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-08T09:05:45.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:45.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:46.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:46.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:45 smithi094 ceph-mon[112176]: 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-08T09:05:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:45 smithi003 ceph-mon[96088]: 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-08T09:05:47.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:47.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:48.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:48.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:47 smithi094 ceph-mon[112176]: 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-08T09:05:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:47 smithi003 ceph-mon[96088]: 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-08T09:05:49.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:49.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:49 smithi094 ceph-mon[112176]: 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-08T09:05:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:49 smithi003 ceph-mon[96088]: 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-08T09:05:50.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:50.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:51.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:51.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:52.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:52.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:51 smithi094 ceph-mon[112176]: 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-08T09:05:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:51 smithi003 ceph-mon[96088]: 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-08T09:05:53.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:53.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:54.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:54.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:53 smithi094 ceph-mon[112176]: 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-08T09:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:53 smithi003 ceph-mon[96088]: 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-08T09:05:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:55.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:55.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:56.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:56.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:56.162 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:55 smithi003 ceph-mon[96088]: 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-08T09:05:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:55 smithi094 ceph-mon[112176]: 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-08T09:05:57.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:57.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:58.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:58.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:57 smithi094 ceph-mon[112176]: 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-08T09:05:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:57 smithi003 ceph-mon[96088]: 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-08T09:05:59.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:05:59.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:59 smithi094 ceph-mon[112176]: 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-08T09:05:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:05:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:05:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:05:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:05:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:59 smithi003 ceph-mon[96088]: 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-08T09:05:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:05:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:05:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:05:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:06:00.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:00.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:06:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:06:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:06:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:06:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:06:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:06:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:06:00.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:06:00.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:06:00.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:06:01.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:01.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:01 smithi003 ceph-mon[96088]: 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-08T09:06:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:01 smithi094 ceph-mon[112176]: 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-08T09:06:02.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:02.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:03.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:03.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:04.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:04.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:03 smithi094 ceph-mon[112176]: 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-08T09:06:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:03 smithi003 ceph-mon[96088]: 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-08T09:06:05.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:05.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:06.154 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:05 smithi094 ceph-mon[112176]: 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-08T09:06:06.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:06.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:05 smithi003 ceph-mon[96088]: 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-08T09:06:07.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:07.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:07 smithi094 ceph-mon[112176]: 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-08T09:06:08.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:08.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:07 smithi003 ceph-mon[96088]: 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-08T09:06:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:09.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:09.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:09 smithi094 ceph-mon[112176]: 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-08T09:06:10.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:10.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:09 smithi003 ceph-mon[96088]: 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-08T09:06:11.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:11.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:11 smithi094 ceph-mon[112176]: 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-08T09:06:12.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:12.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:11 smithi003 ceph-mon[96088]: 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-08T09:06:13.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:13.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:13 smithi094 ceph-mon[112176]: 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-08T09:06:14.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:14.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:13 smithi003 ceph-mon[96088]: 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-08T09:06:15.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:15.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:15 smithi094 ceph-mon[112176]: 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-08T09:06:16.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:16.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:15 smithi003 ceph-mon[96088]: 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-08T09:06:17.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:17.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:17 smithi094 ceph-mon[112176]: 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-08T09:06:18.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:18.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:17 smithi003 ceph-mon[96088]: 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-08T09:06:19.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:19.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:19 smithi094 ceph-mon[112176]: 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-08T09:06:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:19 smithi003 ceph-mon[96088]: 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-08T09:06:20.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:20.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:21.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:21.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:21 smithi094 ceph-mon[112176]: 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-08T09:06:22.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:22.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:21 smithi003 ceph-mon[96088]: 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-08T09:06:23.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:23.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:23 smithi094 ceph-mon[112176]: 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-08T09:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:24.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:24.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:23 smithi003 ceph-mon[96088]: 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-08T09:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:25.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:25.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:25 smithi094 ceph-mon[112176]: 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-08T09:06:26.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:26.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:25 smithi003 ceph-mon[96088]: 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-08T09:06:27.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:27.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:27 smithi094 ceph-mon[112176]: 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-08T09:06:28.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:28.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:27 smithi003 ceph-mon[96088]: 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-08T09:06:29.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:29.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:29 smithi094 ceph-mon[112176]: 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-08T09:06:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:29 smithi003 ceph-mon[96088]: 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-08T09:06:30.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:30.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:31.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:31.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:31 smithi094 ceph-mon[112176]: 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-08T09:06:32.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:32.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:31 smithi003 ceph-mon[96088]: 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-08T09:06:33.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:33.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:33 smithi094 ceph-mon[112176]: 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-08T09:06:34.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:34.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:33 smithi003 ceph-mon[96088]: 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-08T09:06:35.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:35.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:35 smithi094 ceph-mon[112176]: 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-08T09:06:36.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:36.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:35 smithi003 ceph-mon[96088]: 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-08T09:06:37.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:37.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:37 smithi094 ceph-mon[112176]: 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-08T09:06:38.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:38.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:37 smithi003 ceph-mon[96088]: 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-08T09:06:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:39.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:39.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:39 smithi094 ceph-mon[112176]: 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-08T09:06:40.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:40.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:39 smithi003 ceph-mon[96088]: 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-08T09:06:41.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:41.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:41 smithi003 ceph-mon[96088]: 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-08T09:06:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:41 smithi094 ceph-mon[112176]: 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-08T09:06:42.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:42.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:43.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:43.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:43 smithi094 ceph-mon[112176]: 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-08T09:06:44.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:44.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:43 smithi003 ceph-mon[96088]: 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-08T09:06:45.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:45.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:45 smithi094 ceph-mon[112176]: 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-08T09:06:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:45 smithi003 ceph-mon[96088]: 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-08T09:06:46.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:46.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:47.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:47.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:47 smithi094 ceph-mon[112176]: 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-08T09:06:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:47 smithi003 ceph-mon[96088]: 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-08T09:06:48.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:48.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:49.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:49.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:49 smithi094 ceph-mon[112176]: 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-08T09:06:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:49 smithi003 ceph-mon[96088]: 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-08T09:06:50.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:50.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:51.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:51.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:51 smithi094 ceph-mon[112176]: 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-08T09:06:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:51 smithi003 ceph-mon[96088]: 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-08T09:06:52.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:52.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:53.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:53.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:53 smithi094 ceph-mon[112176]: 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-08T09:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:53 smithi003 ceph-mon[96088]: 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-08T09:06:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:54.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:54.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:55.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:55.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:55 smithi094 ceph-mon[112176]: 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-08T09:06:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:55 smithi003 ceph-mon[96088]: 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-08T09:06:56.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:56.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:57.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:57.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:57 smithi094 ceph-mon[112176]: 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-08T09:06:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:57 smithi003 ceph-mon[96088]: 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-08T09:06:58.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:58.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:59.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:06:59.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:06:59 smithi094 ceph-mon[112176]: 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-08T09:06:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:06:59 smithi003 ceph-mon[96088]: 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-08T09:07:00.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:00.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:07:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:07:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:07:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:07:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:07:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:07:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:07:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:07:00.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:07:00.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:07:00.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:07:00.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:07:01.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:01.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:01 smithi094 ceph-mon[112176]: 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-08T09:07:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:01 smithi003 ceph-mon[96088]: 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-08T09:07:02.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:02.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:03.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:03.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:03 smithi094 ceph-mon[112176]: 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-08T09:07:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:03 smithi003 ceph-mon[96088]: 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-08T09:07:04.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:04.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:05.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:05.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:05 smithi094 ceph-mon[112176]: 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-08T09:07:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:05 smithi003 ceph-mon[96088]: 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-08T09:07:06.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:06.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:07.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:07.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:07 smithi094 ceph-mon[112176]: 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-08T09:07:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:07 smithi003 ceph-mon[96088]: 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-08T09:07:08.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:08.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:09.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:09.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:09 smithi094 ceph-mon[112176]: 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-08T09:07:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:09 smithi003 ceph-mon[96088]: 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-08T09:07:10.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:10.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:11.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:11.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:11 smithi094 ceph-mon[112176]: 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-08T09:07:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:11 smithi003 ceph-mon[96088]: 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-08T09:07:12.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:12.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:13.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:13.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:13 smithi094 ceph-mon[112176]: 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-08T09:07:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:13 smithi003 ceph-mon[96088]: 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-08T09:07:14.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:14.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:15.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:15.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:15 smithi094 ceph-mon[112176]: 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-08T09:07:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:15 smithi003 ceph-mon[96088]: 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-08T09:07:16.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:16.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:17.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:17.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:17 smithi094 ceph-mon[112176]: 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-08T09:07:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:17 smithi003 ceph-mon[96088]: 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-08T09:07:18.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:18.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:19.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:19.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:19 smithi094 ceph-mon[112176]: 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-08T09:07:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:19 smithi003 ceph-mon[96088]: 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-08T09:07:20.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:20.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:21.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:21.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:22.135 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:21 smithi003 ceph-mon[96088]: 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-08T09:07:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:21 smithi094 ceph-mon[112176]: 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-08T09:07:22.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:22.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:23.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:23.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:23 smithi094 ceph-mon[112176]: 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-08T09:07:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:23 smithi003 ceph-mon[96088]: 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-08T09:07:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:24.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:24.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:25.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:25.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:25 smithi094 ceph-mon[112176]: 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-08T09:07:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:25 smithi003 ceph-mon[96088]: 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-08T09:07:26.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:26.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:27.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:27.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:27 smithi094 ceph-mon[112176]: 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-08T09:07:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:27 smithi003 ceph-mon[96088]: 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-08T09:07:28.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:28.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:29.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:29.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:29 smithi094 ceph-mon[112176]: 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-08T09:07:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:29 smithi003 ceph-mon[96088]: 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-08T09:07:30.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:30.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:31.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:31.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:31 smithi094 ceph-mon[112176]: 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-08T09:07:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:31 smithi003 ceph-mon[96088]: 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-08T09:07:32.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:32.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:33.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:33.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:33 smithi094 ceph-mon[112176]: 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-08T09:07:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:33 smithi003 ceph-mon[96088]: 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-08T09:07:34.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:34.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:35.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:35.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:35 smithi094 ceph-mon[112176]: 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-08T09:07:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:35 smithi003 ceph-mon[96088]: 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-08T09:07:36.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:36.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:37.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:37.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:37 smithi094 ceph-mon[112176]: 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-08T09:07:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:37 smithi003 ceph-mon[96088]: 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-08T09:07:38.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:38.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:39.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:39.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:39 smithi094 ceph-mon[112176]: 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-08T09:07:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:39 smithi003 ceph-mon[96088]: 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-08T09:07:40.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:40.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:41.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:41.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:42.148 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:41 smithi094 ceph-mon[112176]: 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-08T09:07:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:41 smithi003 ceph-mon[96088]: 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-08T09:07:42.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:42.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:43.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:43.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:43 smithi094 ceph-mon[112176]: 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-08T09:07:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:43 smithi003 ceph-mon[96088]: 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-08T09:07:44.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:44.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:45.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:45.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:45 smithi094 ceph-mon[112176]: 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-08T09:07:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:45 smithi003 ceph-mon[96088]: 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-08T09:07:46.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:46.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:47.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:47.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:47 smithi094 ceph-mon[112176]: 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-08T09:07:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:47 smithi003 ceph-mon[96088]: 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-08T09:07:48.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:48.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:49.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:49.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:49 smithi094 ceph-mon[112176]: 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-08T09:07:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:49 smithi003 ceph-mon[96088]: 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-08T09:07:50.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:50.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:51.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:51.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:51 smithi094 ceph-mon[112176]: 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-08T09:07:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:51 smithi003 ceph-mon[96088]: 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-08T09:07:52.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:52.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:53.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:53.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:53 smithi094 ceph-mon[112176]: 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-08T09:07:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:53 smithi003 ceph-mon[96088]: 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-08T09:07:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:54.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:54.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:55.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:55.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:55 smithi094 ceph-mon[112176]: 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-08T09:07:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:55 smithi003 ceph-mon[96088]: 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-08T09:07:56.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:56.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:57.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:57.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:57 smithi094 ceph-mon[112176]: 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-08T09:07:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:57 smithi003 ceph-mon[96088]: 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-08T09:07:58.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:58.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:59.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:07:59.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:07:59 smithi094 ceph-mon[112176]: 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-08T09:07:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:07:59 smithi003 ceph-mon[96088]: 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-08T09:08:00.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:00.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:08:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:08:01.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:01.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:01 smithi094 ceph-mon[112176]: 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-08T09:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:08:02.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:08:02.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:08:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:08:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:08:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:01 smithi003 ceph-mon[96088]: 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-08T09:08:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:08:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:08:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:08:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:08:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:08:02.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:02.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:03.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:03.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:03 smithi094 ceph-mon[112176]: 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-08T09:08:04.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:03 smithi003 ceph-mon[96088]: 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-08T09:08:04.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:04.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:05.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:05.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:05 smithi094 ceph-mon[112176]: 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-08T09:08:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:05 smithi003 ceph-mon[96088]: 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-08T09:08:06.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:06.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:07.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:07.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:07 smithi003 ceph-mon[96088]: 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-08T09:08:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:07 smithi094 ceph-mon[112176]: 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-08T09:08:08.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:08.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:09.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:09.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:09 smithi094 ceph-mon[112176]: 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-08T09:08:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:09 smithi003 ceph-mon[96088]: 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-08T09:08:10.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:10.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:11.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:11.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:11 smithi094 ceph-mon[112176]: 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-08T09:08:12.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:11 smithi003 ceph-mon[96088]: 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-08T09:08:12.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:12.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:13.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:13.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:13 smithi094 ceph-mon[112176]: 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-08T09:08:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:13 smithi003 ceph-mon[96088]: 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-08T09:08:14.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:14.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:15.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:15.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:15 smithi094 ceph-mon[112176]: 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-08T09:08:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:15 smithi003 ceph-mon[96088]: 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-08T09:08:16.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:16.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:17.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:17.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:17 smithi094 ceph-mon[112176]: 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-08T09:08:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:17 smithi003 ceph-mon[96088]: 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-08T09:08:18.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:18.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:19.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:19.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:19 smithi003 ceph-mon[96088]: 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-08T09:08:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:19 smithi094 ceph-mon[112176]: 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-08T09:08:20.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:20.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:21.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:21.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:21 smithi094 ceph-mon[112176]: 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-08T09:08:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:21 smithi003 ceph-mon[96088]: 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-08T09:08:22.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:22.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:23.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:23.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:23 smithi094 ceph-mon[112176]: 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-08T09:08:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:23 smithi003 ceph-mon[96088]: 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-08T09:08:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:24.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:24.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:25.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:25.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:25 smithi094 ceph-mon[112176]: 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-08T09:08:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:25 smithi003 ceph-mon[96088]: 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-08T09:08:26.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:26.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:27.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:27.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:27 smithi094 ceph-mon[112176]: 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-08T09:08:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:27 smithi003 ceph-mon[96088]: 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-08T09:08:28.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:28.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:29.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:29.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:29 smithi003 ceph-mon[96088]: 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-08T09:08:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:29 smithi094 ceph-mon[112176]: 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-08T09:08:30.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:30.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:31.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:31.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:31 smithi094 ceph-mon[112176]: 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-08T09:08:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:31 smithi003 ceph-mon[96088]: 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-08T09:08:32.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:32.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:33.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:33.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:33 smithi094 ceph-mon[112176]: 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-08T09:08:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:33 smithi003 ceph-mon[96088]: 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-08T09:08:34.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:34.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:35.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:35.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:35 smithi094 ceph-mon[112176]: 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-08T09:08:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:35 smithi003 ceph-mon[96088]: 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-08T09:08:36.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:36.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:37.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:37.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:37 smithi094 ceph-mon[112176]: 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-08T09:08:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:37 smithi003 ceph-mon[96088]: 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-08T09:08:38.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:38.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:39.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:39.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:39 smithi094 ceph-mon[112176]: 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-08T09:08:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:39 smithi003 ceph-mon[96088]: 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-08T09:08:40.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:40.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:41.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:41.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:41 smithi094 ceph-mon[112176]: 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-08T09:08:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:41 smithi003 ceph-mon[96088]: 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-08T09:08:42.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:42.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:43.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:43.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:43 smithi094 ceph-mon[112176]: 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-08T09:08:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:43 smithi003 ceph-mon[96088]: 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-08T09:08:44.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:44.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:45.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:45.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:45 smithi094 ceph-mon[112176]: 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-08T09:08:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:45 smithi003 ceph-mon[96088]: 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-08T09:08:46.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:46.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:47.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:47.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:47 smithi094 ceph-mon[112176]: 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-08T09:08:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:47 smithi003 ceph-mon[96088]: 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-08T09:08:48.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:48.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:49.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:49.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:49 smithi003 ceph-mon[96088]: 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-08T09:08:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:49 smithi094 ceph-mon[112176]: 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-08T09:08:50.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:50.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:51.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:51.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:51 smithi094 ceph-mon[112176]: 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-08T09:08:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:51 smithi003 ceph-mon[96088]: 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-08T09:08:52.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:52.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:53.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:53.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:53 smithi094 ceph-mon[112176]: 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-08T09:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:53 smithi003 ceph-mon[96088]: 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-08T09:08:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:54.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:54.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:55.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:55.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:55 smithi094 ceph-mon[112176]: 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-08T09:08:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:55 smithi003 ceph-mon[96088]: 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-08T09:08:56.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:56.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:57.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:57.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:57 smithi094 ceph-mon[112176]: 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-08T09:08:58.221 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:57 smithi003 ceph-mon[96088]: 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-08T09:08:58.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:58.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:59.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:08:59.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:59.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:08:59 smithi003 ceph-mon[96088]: 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-08T09:08:59.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:08:59 smithi094 ceph-mon[112176]: 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-08T09:09:00.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:00.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:01.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:01.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:01 smithi094 ceph-mon[112176]: 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-08T09:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:09:02.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:09:02.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:09:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:01 smithi003 ceph-mon[96088]: 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-08T09:09:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:09:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:09:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:09:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:09:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:09:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:09:02.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:02.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:03.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:03.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:03 smithi094 ceph-mon[112176]: 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-08T09:09:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:03 smithi003 ceph-mon[96088]: 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-08T09:09:04.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:04.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:05.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:05.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:05 smithi094 ceph-mon[112176]: 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-08T09:09:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:05 smithi003 ceph-mon[96088]: 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-08T09:09:06.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:06.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:07.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:07.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:07 smithi094 ceph-mon[112176]: 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-08T09:09:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:07 smithi003 ceph-mon[96088]: 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-08T09:09:08.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:08.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:09.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:09.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:09 smithi094 ceph-mon[112176]: 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-08T09:09:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:09 smithi003 ceph-mon[96088]: 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-08T09:09:10.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:10.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:11.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:11.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:11 smithi094 ceph-mon[112176]: 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-08T09:09:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:11 smithi003 ceph-mon[96088]: 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-08T09:09:12.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:12.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:13.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:13.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:13 smithi094 ceph-mon[112176]: 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-08T09:09:14.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:13 smithi003 ceph-mon[96088]: 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-08T09:09:14.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:14.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:15.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:15.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:15 smithi094 ceph-mon[112176]: 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-08T09:09:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:15 smithi003 ceph-mon[96088]: 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-08T09:09:16.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:16.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:17.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:17.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:17 smithi094 ceph-mon[112176]: 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-08T09:09:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:17 smithi003 ceph-mon[96088]: 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-08T09:09:18.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:18.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:19.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:19.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:19 smithi003 ceph-mon[96088]: 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-08T09:09:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:19 smithi094 ceph-mon[112176]: 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-08T09:09:20.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:20.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:21.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:21.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:21 smithi094 ceph-mon[112176]: 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-08T09:09:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:21 smithi003 ceph-mon[96088]: 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-08T09:09:22.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:22.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:23.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:23.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:23 smithi094 ceph-mon[112176]: 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-08T09:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:23 smithi003 ceph-mon[96088]: 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-08T09:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:24.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:24.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:25.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:25.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:25 smithi094 ceph-mon[112176]: 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-08T09:09:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:25 smithi003 ceph-mon[96088]: 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-08T09:09:26.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:26.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:27.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:27.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:27 smithi094 ceph-mon[112176]: 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-08T09:09:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:27 smithi003 ceph-mon[96088]: 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-08T09:09:28.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:28.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:29.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:29.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:29 smithi003 ceph-mon[96088]: 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-08T09:09:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:29 smithi094 ceph-mon[112176]: 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-08T09:09:30.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:30.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:31.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:31.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:31 smithi094 ceph-mon[112176]: 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-08T09:09:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:31 smithi003 ceph-mon[96088]: 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-08T09:09:32.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:32.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:33.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:33.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:33 smithi094 ceph-mon[112176]: 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-08T09:09:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:33 smithi003 ceph-mon[96088]: 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-08T09:09:34.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:34.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:35.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:35.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:35 smithi094 ceph-mon[112176]: 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-08T09:09:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:35 smithi003 ceph-mon[96088]: 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-08T09:09:36.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:36.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:37.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:37.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:37 smithi094 ceph-mon[112176]: 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-08T09:09:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:37 smithi003 ceph-mon[96088]: 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-08T09:09:38.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:38.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:39.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:39.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:39 smithi094 ceph-mon[112176]: 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-08T09:09:40.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:39 smithi003 ceph-mon[96088]: 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-08T09:09:40.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:40.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:41.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:41.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:41 smithi094 ceph-mon[112176]: 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-08T09:09:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:41 smithi003 ceph-mon[96088]: 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-08T09:09:42.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:42.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:43.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:43.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:43 smithi094 ceph-mon[112176]: 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-08T09:09:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:43 smithi003 ceph-mon[96088]: 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-08T09:09:44.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:44.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:45.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:45.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:45 smithi003 ceph-mon[96088]: 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-08T09:09:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:45 smithi094 ceph-mon[112176]: 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-08T09:09:46.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:46.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:47.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:47.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:47 smithi003 ceph-mon[96088]: 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-08T09:09:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:47 smithi094 ceph-mon[112176]: 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-08T09:09:48.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:48.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:49.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:49.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:49 smithi003 ceph-mon[96088]: 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-08T09:09:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:49 smithi094 ceph-mon[112176]: 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-08T09:09:50.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:50.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:51.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:51.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:51 smithi094 ceph-mon[112176]: 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-08T09:09:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:51 smithi003 ceph-mon[96088]: 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-08T09:09:52.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:52.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:53.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:53.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:53 smithi094 ceph-mon[112176]: 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-08T09:09:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:53 smithi003 ceph-mon[96088]: 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-08T09:09:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:54.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:54.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:55.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:55.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:55 smithi094 ceph-mon[112176]: 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-08T09:09:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:55 smithi003 ceph-mon[96088]: 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-08T09:09:56.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:56.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:57.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:57.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:57 smithi094 ceph-mon[112176]: 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-08T09:09:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:57 smithi003 ceph-mon[96088]: 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-08T09:09:58.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:58.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:59.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:09:59.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:09:59 smithi003 ceph-mon[96088]: 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-08T09:09:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:09:59 smithi094 ceph-mon[112176]: 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-08T09:10:00.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:00.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T09:10:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T09:10:01.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:01.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:01 smithi003 ceph-mon[96088]: 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-08T09:10:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:01 smithi094 ceph-mon[112176]: 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-08T09:10:02.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:02.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:10:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:10:03.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:03.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:03 smithi094 ceph-mon[112176]: 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-08T09:10:03.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:03.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:03.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:03.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:03.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:03 smithi003 ceph-mon[96088]: 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-08T09:10:04.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:04.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:05.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:05.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:05 smithi094 ceph-mon[112176]: 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-08T09:10:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:05 smithi003 ceph-mon[96088]: 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-08T09:10:06.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:06.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:07.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:07.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:10:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:10:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:10:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:10:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:10:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:10:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:10:07.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:10:07.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:10:08.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:08.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:08 smithi094 ceph-mon[112176]: 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-08T09:10:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:08 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1586M 2023-10-08T09:10:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:08 smithi003 ceph-mon[96088]: 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-08T09:10:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:08 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1586M 2023-10-08T09:10:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:09.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:09.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:09 smithi003 ceph-mon[96088]: 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-08T09:10:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:09 smithi094 ceph-mon[112176]: 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-08T09:10:10.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:10.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:11.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:11.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:11 smithi094 ceph-mon[112176]: 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-08T09:10:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:11 smithi003 ceph-mon[96088]: 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-08T09:10:12.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:12.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:13.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:13.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:13 smithi094 ceph-mon[112176]: 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-08T09:10:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:13 smithi003 ceph-mon[96088]: 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-08T09:10:14.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:14.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:15.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:15.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:15 smithi094 ceph-mon[112176]: 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-08T09:10:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:15 smithi003 ceph-mon[96088]: 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-08T09:10:16.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:16.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:17.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:17.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:17 smithi003 ceph-mon[96088]: 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-08T09:10:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:17 smithi094 ceph-mon[112176]: 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-08T09:10:18.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:18.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:19.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:19.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:19 smithi003 ceph-mon[96088]: 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-08T09:10:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:19 smithi094 ceph-mon[112176]: 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-08T09:10:20.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:20.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:21.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:21.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:21 smithi094 ceph-mon[112176]: 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-08T09:10:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:21 smithi003 ceph-mon[96088]: 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-08T09:10:22.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:22.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:23.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:23.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:23 smithi094 ceph-mon[112176]: 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-08T09:10:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:24.193 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:23 smithi003 ceph-mon[96088]: 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-08T09:10:24.193 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:24.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:24.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:25.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:25.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:25 smithi003 ceph-mon[96088]: 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-08T09:10:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:25 smithi094 ceph-mon[112176]: 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-08T09:10:26.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:26.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:27.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:27.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:27 smithi003 ceph-mon[96088]: 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-08T09:10:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:27 smithi094 ceph-mon[112176]: 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-08T09:10:28.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:28.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:29.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:29.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:29 smithi003 ceph-mon[96088]: 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-08T09:10:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:29 smithi094 ceph-mon[112176]: 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-08T09:10:30.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:30.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:31.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:31.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:31 smithi094 ceph-mon[112176]: 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-08T09:10:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:31 smithi003 ceph-mon[96088]: 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-08T09:10:32.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:32.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:33.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:33.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:33 smithi003 ceph-mon[96088]: 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-08T09:10:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:33 smithi094 ceph-mon[112176]: 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-08T09:10:34.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:34.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:35.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:35.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:35 smithi003 ceph-mon[96088]: 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-08T09:10:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:35 smithi094 ceph-mon[112176]: 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-08T09:10:36.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:36.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:37.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:37.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:37 smithi003 ceph-mon[96088]: 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-08T09:10:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:37 smithi094 ceph-mon[112176]: 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-08T09:10:38.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:38.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:39.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:39.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:39 smithi003 ceph-mon[96088]: 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-08T09:10:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:39 smithi094 ceph-mon[112176]: 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-08T09:10:40.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:40.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:41.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:41.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:41 smithi003 ceph-mon[96088]: 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-08T09:10:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:41 smithi094 ceph-mon[112176]: 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-08T09:10:42.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:42.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:43.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:43.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:43 smithi003 ceph-mon[96088]: 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-08T09:10:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:43 smithi094 ceph-mon[112176]: 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-08T09:10:44.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:44.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:45.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:45.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:45 smithi003 ceph-mon[96088]: 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-08T09:10:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:45 smithi094 ceph-mon[112176]: 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-08T09:10:46.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:46.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:47.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:47.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:47 smithi003 ceph-mon[96088]: 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-08T09:10:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:47 smithi094 ceph-mon[112176]: 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-08T09:10:48.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:48.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:49.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:49.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:49 smithi003 ceph-mon[96088]: 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-08T09:10:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:49 smithi094 ceph-mon[112176]: 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-08T09:10:50.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:50.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:51.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:51.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:51 smithi003 ceph-mon[96088]: 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-08T09:10:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:51 smithi094 ceph-mon[112176]: 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-08T09:10:52.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:52.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:53.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:53.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:53 smithi003 ceph-mon[96088]: 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-08T09:10:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:53 smithi094 ceph-mon[112176]: 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-08T09:10:54.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:54.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:54.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:55.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:55.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:55 smithi003 ceph-mon[96088]: 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-08T09:10:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:55 smithi094 ceph-mon[112176]: 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-08T09:10:56.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:56.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:57.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:57.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:57 smithi003 ceph-mon[96088]: 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-08T09:10:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:57 smithi094 ceph-mon[112176]: 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-08T09:10:58.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:58.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:59.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:10:59.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:10:59 smithi003 ceph-mon[96088]: 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-08T09:10:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:10:59 smithi094 ceph-mon[112176]: 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-08T09:11:00.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:00.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:01.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:01.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:01 smithi003 ceph-mon[96088]: 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-08T09:11:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:01 smithi094 ceph-mon[112176]: 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-08T09:11:02.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:02.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:03.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:03.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:03 smithi003 ceph-mon[96088]: 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-08T09:11:04.243 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:03 smithi094 ceph-mon[112176]: 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-08T09:11:04.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:04.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:05.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:05.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:05 smithi003 ceph-mon[96088]: 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-08T09:11:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:05 smithi094 ceph-mon[112176]: 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-08T09:11:06.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:06.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:07.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:07.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:07 smithi003 ceph-mon[96088]: 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-08T09:11:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:11:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:11:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:11:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:11:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:11:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:11:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:07 smithi094 ceph-mon[112176]: 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-08T09:11:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:11:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:11:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:11:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:11:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:11:08.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:11:08.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:08.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:09.296 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:09.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:09.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:09 smithi003 ceph-mon[96088]: 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-08T09:11:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:09 smithi094 ceph-mon[112176]: 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-08T09:11:10.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:10.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:11.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:11.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:11 smithi003 ceph-mon[96088]: 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-08T09:11:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:11 smithi094 ceph-mon[112176]: 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-08T09:11:12.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:12.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:13.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:13.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:13 smithi003 ceph-mon[96088]: 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-08T09:11:14.349 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:13 smithi094 ceph-mon[112176]: 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-08T09:11:14.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:14.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:15.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:15.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:15 smithi003 ceph-mon[96088]: 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-08T09:11:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:15 smithi094 ceph-mon[112176]: 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-08T09:11:16.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:16.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:17.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:17.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:17 smithi003 ceph-mon[96088]: 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-08T09:11:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:17 smithi094 ceph-mon[112176]: 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-08T09:11:18.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:18.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:19 smithi094 ceph-mon[112176]: 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-08T09:11:19.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:19.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:19 smithi003 ceph-mon[96088]: 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-08T09:11:20.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:20.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:21.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:21.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:21 smithi003 ceph-mon[96088]: 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-08T09:11:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:21 smithi094 ceph-mon[112176]: 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-08T09:11:22.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:22.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:23.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:23.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:23 smithi003 ceph-mon[96088]: 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-08T09:11:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:23 smithi094 ceph-mon[112176]: 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-08T09:11:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:24.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:24.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:25.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:25.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:25 smithi003 ceph-mon[96088]: 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-08T09:11:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:25 smithi094 ceph-mon[112176]: 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-08T09:11:26.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:26.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:27.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:27.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:27 smithi003 ceph-mon[96088]: 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-08T09:11:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:27 smithi094 ceph-mon[112176]: 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-08T09:11:28.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:28.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:29.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:29.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:29 smithi003 ceph-mon[96088]: 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-08T09:11:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:29 smithi094 ceph-mon[112176]: 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-08T09:11:30.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:30.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:31.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:31.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:31 smithi003 ceph-mon[96088]: 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-08T09:11:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:31 smithi094 ceph-mon[112176]: 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-08T09:11:32.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:32.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:33.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:33.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:34.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:33 smithi003 ceph-mon[96088]: 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-08T09:11:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:33 smithi094 ceph-mon[112176]: 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-08T09:11:34.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:34.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:35.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:35.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:35 smithi003 ceph-mon[96088]: 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-08T09:11:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:35 smithi094 ceph-mon[112176]: 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-08T09:11:36.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:36.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:37.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:37.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:37 smithi003 ceph-mon[96088]: 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-08T09:11:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:37 smithi094 ceph-mon[112176]: 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-08T09:11:38.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:38.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:39.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:39.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:39 smithi003 ceph-mon[96088]: 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-08T09:11:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:39 smithi094 ceph-mon[112176]: 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-08T09:11:40.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:40.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:41.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:41.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:41 smithi003 ceph-mon[96088]: 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-08T09:11:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:41 smithi094 ceph-mon[112176]: 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-08T09:11:42.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:42.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:43.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:43.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:43 smithi003 ceph-mon[96088]: 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-08T09:11:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:43 smithi094 ceph-mon[112176]: 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-08T09:11:44.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:44.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:45.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:45.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:45 smithi003 ceph-mon[96088]: 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-08T09:11:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:45 smithi094 ceph-mon[112176]: 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-08T09:11:46.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:46.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:47.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:47.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:47 smithi003 ceph-mon[96088]: 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-08T09:11:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:47 smithi094 ceph-mon[112176]: 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-08T09:11:48.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:48.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:49 smithi003 ceph-mon[96088]: 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-08T09:11:49.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:49.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:49 smithi094 ceph-mon[112176]: 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-08T09:11:50.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:50.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:51.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:51.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:52.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:51 smithi003 ceph-mon[96088]: 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-08T09:11:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:51 smithi094 ceph-mon[112176]: 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-08T09:11:52.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:52.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:53.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:53.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:53 smithi003 ceph-mon[96088]: 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-08T09:11:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:53 smithi094 ceph-mon[112176]: 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-08T09:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:54.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:54.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:55.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:55.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:55 smithi003 ceph-mon[96088]: 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-08T09:11:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:55 smithi094 ceph-mon[112176]: 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-08T09:11:56.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:56.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:57.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:57.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:57 smithi003 ceph-mon[96088]: 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-08T09:11:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:57 smithi094 ceph-mon[112176]: 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-08T09:11:58.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:58.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:11:59 smithi003 ceph-mon[96088]: 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-08T09:11:59.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:11:59.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:59.820 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:11:59 smithi094 ceph-mon[112176]: 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-08T09:12:00.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:00.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:01.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:01.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:01 smithi003 ceph-mon[96088]: 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-08T09:12:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:01 smithi094 ceph-mon[112176]: 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-08T09:12:02.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:02.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:03.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:03.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:03 smithi003 ceph-mon[96088]: 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-08T09:12:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:03 smithi094 ceph-mon[112176]: 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-08T09:12:04.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:04.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:05.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:05.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:05 smithi003 ceph-mon[96088]: 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-08T09:12:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:05 smithi094 ceph-mon[112176]: 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-08T09:12:06.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:06.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:07.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:07.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:07 smithi003 ceph-mon[96088]: 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-08T09:12:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:12:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:07 smithi094 ceph-mon[112176]: 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-08T09:12:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:12:08.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:08.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:12:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:12:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:12:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:12:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:12:09.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:12:09.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:12:09.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:09.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:09 smithi003 ceph-mon[96088]: 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-08T09:12:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:09 smithi094 ceph-mon[112176]: 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-08T09:12:10.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:10.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:11.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:11.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:11 smithi003 ceph-mon[96088]: 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-08T09:12:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:11 smithi094 ceph-mon[112176]: 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-08T09:12:12.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:12.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:13.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:13.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:13 smithi003 ceph-mon[96088]: 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-08T09:12:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:13 smithi094 ceph-mon[112176]: 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-08T09:12:14.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:14.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:15.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:15.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:15 smithi003 ceph-mon[96088]: 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-08T09:12:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:15 smithi094 ceph-mon[112176]: 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-08T09:12:16.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:16.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:17.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:17.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:17 smithi003 ceph-mon[96088]: 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-08T09:12:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:17 smithi094 ceph-mon[112176]: 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-08T09:12:18.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:18.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:19 smithi003 ceph-mon[96088]: 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-08T09:12:19.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:19.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:19 smithi094 ceph-mon[112176]: 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-08T09:12:20.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:20.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:21.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:21.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:22.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:21 smithi003 ceph-mon[96088]: 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-08T09:12:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:21 smithi094 ceph-mon[112176]: 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-08T09:12:22.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:22.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:23.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:23.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:23 smithi003 ceph-mon[96088]: 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-08T09:12:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:23 smithi094 ceph-mon[112176]: 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-08T09:12:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:24.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:24.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:25.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:25.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:25 smithi003 ceph-mon[96088]: 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-08T09:12:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:25 smithi094 ceph-mon[112176]: 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-08T09:12:26.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:26.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:27.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:27.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:27 smithi003 ceph-mon[96088]: 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-08T09:12:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:27 smithi094 ceph-mon[112176]: 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-08T09:12:28.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:28.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:29 smithi003 ceph-mon[96088]: 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-08T09:12:29.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:29.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:29 smithi094 ceph-mon[112176]: 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-08T09:12:30.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:30.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:31.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:31.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:31 smithi003 ceph-mon[96088]: 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-08T09:12:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:31 smithi094 ceph-mon[112176]: 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-08T09:12:32.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:32.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:33.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:33.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:33 smithi003 ceph-mon[96088]: 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-08T09:12:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:33 smithi094 ceph-mon[112176]: 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-08T09:12:34.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:34.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:35.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:35.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:35 smithi003 ceph-mon[96088]: 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-08T09:12:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:35 smithi094 ceph-mon[112176]: 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-08T09:12:36.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:36.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:37.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:37.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:37 smithi003 ceph-mon[96088]: 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-08T09:12:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:37 smithi094 ceph-mon[112176]: 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-08T09:12:38.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:38.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:39.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:39.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:39 smithi003 ceph-mon[96088]: 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-08T09:12:40.241 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:39 smithi094 ceph-mon[112176]: 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-08T09:12:40.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:40.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:41.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:41.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:41 smithi003 ceph-mon[96088]: 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-08T09:12:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:41 smithi094 ceph-mon[112176]: 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-08T09:12:42.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:42.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:43.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:43.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:43 smithi003 ceph-mon[96088]: 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-08T09:12:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:43 smithi094 ceph-mon[112176]: 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-08T09:12:44.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:44.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:45.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:46.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:46.594 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:45 smithi094 ceph-mon[112176]: 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-08T09:12:46.595 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:45 smithi003 ceph-mon[96088]: 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-08T09:12:46.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:47.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:47.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:47.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:47 smithi003 ceph-mon[96088]: 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-08T09:12:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:47 smithi094 ceph-mon[112176]: 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-08T09:12:48.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:48.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:49.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:49.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:49 smithi094 ceph-mon[112176]: 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-08T09:12:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:49 smithi003 ceph-mon[96088]: 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-08T09:12:50.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:50.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:51.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:51.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:51 smithi003 ceph-mon[96088]: 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-08T09:12:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:51 smithi094 ceph-mon[112176]: 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-08T09:12:52.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:52.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:53.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:53.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:53 smithi003 ceph-mon[96088]: 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-08T09:12:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:53 smithi094 ceph-mon[112176]: 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-08T09:12:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:54.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:54.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:55.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:55.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:55 smithi003 ceph-mon[96088]: 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-08T09:12:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:55 smithi094 ceph-mon[112176]: 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-08T09:12:56.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:56.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:57.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:57.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:57 smithi003 ceph-mon[96088]: 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-08T09:12:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:57 smithi094 ceph-mon[112176]: 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-08T09:12:58.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:58.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:59.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:12:59.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:12:59 smithi094 ceph-mon[112176]: 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-08T09:12:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:12:59 smithi003 ceph-mon[96088]: 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-08T09:13:00.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:00.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:01.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:01.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:01 smithi003 ceph-mon[96088]: 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-08T09:13:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:01 smithi094 ceph-mon[112176]: 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-08T09:13:02.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:02.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:03.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:03.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:03 smithi003 ceph-mon[96088]: 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-08T09:13:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:03 smithi094 ceph-mon[112176]: 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-08T09:13:04.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:04.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:05.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:05.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:05 smithi003 ceph-mon[96088]: 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-08T09:13:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:05 smithi094 ceph-mon[112176]: 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-08T09:13:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:07.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:07.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:07 smithi003 ceph-mon[96088]: 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-08T09:13:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:07 smithi094 ceph-mon[112176]: 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-08T09:13:08.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:08.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:13:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:13:09.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:09.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:09 smithi003 ceph-mon[96088]: 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-08T09:13:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:09 smithi094 ceph-mon[112176]: 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-08T09:13:10.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:10.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:11.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:11.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:12 smithi094 ceph-mon[112176]: 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-08T09:13:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:13:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:13:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:13:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:13:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:13:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:13:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:13:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:12 smithi003 ceph-mon[96088]: 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-08T09:13:12.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:13:12.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:13:12.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:13:12.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:13:12.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:13:12.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:13:12.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:13:12.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:12.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:13.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:13.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:14 smithi094 ceph-mon[112176]: 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-08T09:13:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:14 smithi003 ceph-mon[96088]: 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-08T09:13:14.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:14.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:15.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:15.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:16 smithi003 ceph-mon[96088]: 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-08T09:13:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:16 smithi094 ceph-mon[112176]: 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-08T09:13:16.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:16.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:17.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:17.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:18 smithi094 ceph-mon[112176]: 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-08T09:13:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:18 smithi003 ceph-mon[96088]: 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-08T09:13:18.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:18.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:19.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:19.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:19 smithi094 ceph-mon[112176]: 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-08T09:13:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:19 smithi003 ceph-mon[96088]: 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-08T09:13:20.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:20.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:21.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:21.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:21 smithi003 ceph-mon[96088]: 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-08T09:13:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:21 smithi094 ceph-mon[112176]: 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-08T09:13:22.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:22.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:23.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:23.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:23 smithi003 ceph-mon[96088]: 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-08T09:13:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:23 smithi094 ceph-mon[112176]: 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-08T09:13:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:24.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:24.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:25.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:25.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:25 smithi003 ceph-mon[96088]: 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-08T09:13:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:25 smithi094 ceph-mon[112176]: 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-08T09:13:26.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:26.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:27.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:27.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:27 smithi003 ceph-mon[96088]: 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-08T09:13:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:27 smithi094 ceph-mon[112176]: 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-08T09:13:28.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:28.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:29 smithi094 ceph-mon[112176]: 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-08T09:13:29.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:29.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:29 smithi003 ceph-mon[96088]: 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-08T09:13:30.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:30.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:31.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:31.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:31 smithi003 ceph-mon[96088]: 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-08T09:13:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:31 smithi094 ceph-mon[112176]: 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-08T09:13:32.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:32.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:33.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:33.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:33 smithi003 ceph-mon[96088]: 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-08T09:13:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:33 smithi094 ceph-mon[112176]: 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-08T09:13:34.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:34.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:35.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:35.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:35 smithi094 ceph-mon[112176]: 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-08T09:13:36.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:35 smithi003 ceph-mon[96088]: 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-08T09:13:36.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:36.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:37.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:37.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:37 smithi003 ceph-mon[96088]: 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-08T09:13:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:37 smithi094 ceph-mon[112176]: 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-08T09:13:38.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:38.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:39.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:39.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:39 smithi094 ceph-mon[112176]: 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-08T09:13:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:39 smithi003 ceph-mon[96088]: 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-08T09:13:40.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:40.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:41.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:41.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:41 smithi094 ceph-mon[112176]: 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-08T09:13:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:41 smithi003 ceph-mon[96088]: 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-08T09:13:42.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:43.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:43.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:43.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:44.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:43 smithi094 ceph-mon[112176]: 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-08T09:13:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:43 smithi003 ceph-mon[96088]: 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-08T09:13:44.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:44.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:45.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:45.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:45 smithi094 ceph-mon[112176]: 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-08T09:13:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:45 smithi003 ceph-mon[96088]: 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-08T09:13:46.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:46.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:47.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:47.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:48 smithi003 ceph-mon[96088]: 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-08T09:13:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:48 smithi094 ceph-mon[112176]: 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-08T09:13:48.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:48.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:49 smithi094 ceph-mon[112176]: 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-08T09:13:49.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:49.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:49 smithi003 ceph-mon[96088]: 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-08T09:13:50.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:50.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:51.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:51.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:51 smithi003 ceph-mon[96088]: 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-08T09:13:52.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:51 smithi094 ceph-mon[112176]: 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-08T09:13:52.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:52.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:53.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:53.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:53 smithi094 ceph-mon[112176]: 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-08T09:13:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:53 smithi003 ceph-mon[96088]: 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-08T09:13:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:54.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:54.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:55.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:55.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:55 smithi094 ceph-mon[112176]: 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-08T09:13:56.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:55 smithi003 ceph-mon[96088]: 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-08T09:13:56.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:56.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:57.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:57.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:57 smithi003 ceph-mon[96088]: 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-08T09:13:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:57 smithi094 ceph-mon[112176]: 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-08T09:13:58.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:58.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:13:59 smithi094 ceph-mon[112176]: 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-08T09:13:59.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:13:59.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:13:59 smithi003 ceph-mon[96088]: 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-08T09:14:00.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:00.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:01.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:01.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:01 smithi003 ceph-mon[96088]: 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-08T09:14:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:01 smithi094 ceph-mon[112176]: 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-08T09:14:02.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:02.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:03.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:03.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:03 smithi094 ceph-mon[112176]: 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-08T09:14:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:03 smithi003 ceph-mon[96088]: 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-08T09:14:04.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:04.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:05.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:05.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:05 smithi094 ceph-mon[112176]: 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-08T09:14:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:05 smithi003 ceph-mon[96088]: 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-08T09:14:06.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:06.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:07.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:07.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:07 smithi003 ceph-mon[96088]: 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-08T09:14:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:07 smithi094 ceph-mon[112176]: 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-08T09:14:08.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:08.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:09.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:09.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:09 smithi094 ceph-mon[112176]: 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-08T09:14:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:09 smithi003 ceph-mon[96088]: 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-08T09:14:10.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:10.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:11.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:11.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:12 smithi003 ceph-mon[96088]: 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-08T09:14:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:14:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:12 smithi094 ceph-mon[112176]: 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-08T09:14:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:14:12.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:12.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:14:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:14:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:14:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:14:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:14:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:14:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:14:13.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:14:13.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:14:13.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:14:13.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:13.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:14 smithi094 ceph-mon[112176]: 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-08T09:14:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:14 smithi003 ceph-mon[96088]: 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-08T09:14:14.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:14.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:15.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:15.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:16 smithi094 ceph-mon[112176]: 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-08T09:14:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:16 smithi003 ceph-mon[96088]: 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-08T09:14:16.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:16.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:17.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:17.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:18 smithi094 ceph-mon[112176]: 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-08T09:14:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:18 smithi003 ceph-mon[96088]: 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-08T09:14:18.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:18.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:19 smithi094 ceph-mon[112176]: 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-08T09:14:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:19 smithi003 ceph-mon[96088]: 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-08T09:14:19.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:19.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:21.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:21.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:22.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:22.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:21 smithi003 ceph-mon[96088]: 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-08T09:14:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:21 smithi094 ceph-mon[112176]: 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-08T09:14:23.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:23.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:24.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:24.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:23 smithi094 ceph-mon[112176]: 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-08T09:14:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:23 smithi003 ceph-mon[96088]: 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-08T09:14:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:25.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:25.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:26.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:26.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:26.348 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:25 smithi094 ceph-mon[112176]: 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-08T09:14:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:25 smithi003 ceph-mon[96088]: 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-08T09:14:27.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:27.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:28.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:28.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:27 smithi003 ceph-mon[96088]: 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-08T09:14:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:27 smithi094 ceph-mon[112176]: 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-08T09:14:29.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:29.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:29 smithi094 ceph-mon[112176]: 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-08T09:14:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:29 smithi003 ceph-mon[96088]: 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-08T09:14:30.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:30.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:31.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:31.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:32.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:32.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:31 smithi094 ceph-mon[112176]: 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-08T09:14:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:31 smithi003 ceph-mon[96088]: 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-08T09:14:33.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:33.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:34.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:34.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:33 smithi094 ceph-mon[112176]: 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-08T09:14:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:33 smithi003 ceph-mon[96088]: 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-08T09:14:35.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:35.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:36.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:36.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:36 smithi094 ceph-mon[112176]: 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-08T09:14:36.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:36 smithi003 ceph-mon[96088]: 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-08T09:14:37.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:37.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:38.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:38.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:38 smithi003 ceph-mon[96088]: 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-08T09:14:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:38 smithi094 ceph-mon[112176]: 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-08T09:14:39.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:39.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:40.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:40.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:40 smithi094 ceph-mon[112176]: 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-08T09:14:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:40 smithi003 ceph-mon[96088]: 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-08T09:14:41.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:41.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:42.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:42.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:42 smithi094 ceph-mon[112176]: 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-08T09:14:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:42 smithi003 ceph-mon[96088]: 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-08T09:14:43.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:43.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:44.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:44.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:44 smithi094 ceph-mon[112176]: 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-08T09:14:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:44 smithi003 ceph-mon[96088]: 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-08T09:14:45.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:45.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:46.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:46.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:46 smithi094 ceph-mon[112176]: 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-08T09:14:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:46 smithi003 ceph-mon[96088]: 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-08T09:14:47.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:47.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:48.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:48.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:48 smithi003 ceph-mon[96088]: 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-08T09:14:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:48 smithi094 ceph-mon[112176]: 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-08T09:14:49.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:49.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:49 smithi094 ceph-mon[112176]: 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-08T09:14:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:49 smithi003 ceph-mon[96088]: 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-08T09:14:50.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:50.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:51.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:51.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:52.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:52.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:52 smithi094 ceph-mon[112176]: 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-08T09:14:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:51 smithi003 ceph-mon[96088]: 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-08T09:14:53.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:53.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:54.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:54.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:54 smithi094 ceph-mon[112176]: 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-08T09:14:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:54 smithi003 ceph-mon[96088]: 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-08T09:14:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:55.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:55.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:56.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:56.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:56 smithi094 ceph-mon[112176]: 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-08T09:14:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:56 smithi003 ceph-mon[96088]: 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-08T09:14:57.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:57.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:58.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:58.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:58 smithi003 ceph-mon[96088]: 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-08T09:14:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:58 smithi094 ceph-mon[112176]: 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-08T09:14:59.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:14:59.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:14:59 smithi094 ceph-mon[112176]: 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-08T09:14:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:14:59 smithi003 ceph-mon[96088]: 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-08T09:15:00.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:00.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:01.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:01.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:02.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:02.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:02.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:02 smithi003 ceph-mon[96088]: 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-08T09:15:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:02 smithi094 ceph-mon[112176]: 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-08T09:15:03.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:03.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:04.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:04.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:04 smithi094 ceph-mon[112176]: 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-08T09:15:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:04 smithi003 ceph-mon[96088]: 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-08T09:15:05.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:05.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:06.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:06.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:06 smithi094 ceph-mon[112176]: 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-08T09:15:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:06 smithi003 ceph-mon[96088]: 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-08T09:15:07.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:07.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:08.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:08.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:08 smithi003 ceph-mon[96088]: 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-08T09:15:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:08 smithi094 ceph-mon[112176]: 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-08T09:15:09.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:09.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:10.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:10.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:10 smithi094 ceph-mon[112176]: 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-08T09:15:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:10 smithi003 ceph-mon[96088]: 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-08T09:15:11.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:11.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:12.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:12.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:12 smithi094 ceph-mon[112176]: 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-08T09:15:12.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:12 smithi003 ceph-mon[96088]: 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-08T09:15:13.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:13.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:15:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:15:14.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:14.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:14 smithi094 ceph-mon[112176]: 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-08T09:15:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:14 smithi003 ceph-mon[96088]: 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-08T09:15:15.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:15.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:16.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:16.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:16 smithi094 ceph-mon[112176]: 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-08T09:15:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:16 smithi003 ceph-mon[96088]: 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-08T09:15:17.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:17.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:18.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:18.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:18 smithi003 ceph-mon[96088]: 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-08T09:15:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:15:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:15:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:15:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:15:18.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:15:18.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:15:18.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:15:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:18 smithi094 ceph-mon[112176]: 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-08T09:15:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:15:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:15:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:15:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:15:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:15:18.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:15:18.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:15:19.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:19.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:19 smithi094 ceph-mon[112176]: 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-08T09:15:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:19 smithi003 ceph-mon[96088]: 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-08T09:15:20.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:20.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:21.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:21.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:22.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:22.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:22 smithi094 ceph-mon[112176]: 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-08T09:15:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:22 smithi003 ceph-mon[96088]: 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-08T09:15:23.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:23.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:24.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:24.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:24 smithi094 ceph-mon[112176]: 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-08T09:15:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:24 smithi003 ceph-mon[96088]: 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-08T09:15:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:25.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:25.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:26.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:26.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:26 smithi094 ceph-mon[112176]: 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-08T09:15:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:26 smithi003 ceph-mon[96088]: 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-08T09:15:27.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:27.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:28.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:28.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:28 smithi094 ceph-mon[112176]: 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-08T09:15:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:28 smithi003 ceph-mon[96088]: 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-08T09:15:29.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:29.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:29 smithi094 ceph-mon[112176]: 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-08T09:15:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:29 smithi003 ceph-mon[96088]: 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-08T09:15:30.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:30.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:31.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:31.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:32.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:32.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:32 smithi094 ceph-mon[112176]: 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-08T09:15:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:32 smithi003 ceph-mon[96088]: 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-08T09:15:33.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:33.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:34.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:34.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:34 smithi094 ceph-mon[112176]: 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-08T09:15:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:34 smithi003 ceph-mon[96088]: 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-08T09:15:35.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:35.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:36.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:36.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:36 smithi094 ceph-mon[112176]: 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-08T09:15:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:36 smithi003 ceph-mon[96088]: 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-08T09:15:37.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:37.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:38.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:38.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:38 smithi094 ceph-mon[112176]: 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-08T09:15:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:38 smithi003 ceph-mon[96088]: 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-08T09:15:39.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:39.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:40.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:40.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:40 smithi094 ceph-mon[112176]: 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-08T09:15:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:40 smithi003 ceph-mon[96088]: 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-08T09:15:41.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:41.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:42.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:42.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:42 smithi094 ceph-mon[112176]: 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-08T09:15:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:42 smithi003 ceph-mon[96088]: 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-08T09:15:43.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:43.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:44.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:44.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:44 smithi094 ceph-mon[112176]: 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-08T09:15:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:44 smithi003 ceph-mon[96088]: 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-08T09:15:45.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:45.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:46.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:46.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:46 smithi094 ceph-mon[112176]: 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-08T09:15:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:46 smithi003 ceph-mon[96088]: 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-08T09:15:47.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:47.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:48.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:48.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:48 smithi003 ceph-mon[96088]: 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-08T09:15:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:48 smithi094 ceph-mon[112176]: 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-08T09:15:49.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:49.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:49 smithi094 ceph-mon[112176]: 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-08T09:15:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:49 smithi003 ceph-mon[96088]: 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-08T09:15:50.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:50.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:51.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:51.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:52.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:52.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:52 smithi094 ceph-mon[112176]: 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-08T09:15:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:52 smithi003 ceph-mon[96088]: 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-08T09:15:53.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:53.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:54.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:54.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:54 smithi094 ceph-mon[112176]: 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-08T09:15:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:54 smithi003 ceph-mon[96088]: 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-08T09:15:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:55.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:55.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:56.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:56.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:56 smithi094 ceph-mon[112176]: 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-08T09:15:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:56 smithi003 ceph-mon[96088]: 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-08T09:15:57.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:57.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:58.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:58.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:58 smithi003 ceph-mon[96088]: 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-08T09:15:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:58 smithi094 ceph-mon[112176]: 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-08T09:15:59.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:15:59.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:15:59 smithi094 ceph-mon[112176]: 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-08T09:15:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:15:59 smithi003 ceph-mon[96088]: 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-08T09:16:00.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:00.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:01.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:01.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:02.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:02.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:02.351 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:02 smithi094 ceph-mon[112176]: 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-08T09:16:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:02 smithi003 ceph-mon[96088]: 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-08T09:16:03.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:03.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:04.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:04.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:04 smithi094 ceph-mon[112176]: 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-08T09:16:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:04 smithi003 ceph-mon[96088]: 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-08T09:16:05.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:05.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:06.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:06.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:06 smithi094 ceph-mon[112176]: 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-08T09:16:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:06 smithi003 ceph-mon[96088]: 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-08T09:16:07.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:07.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:08.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:08.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:08 smithi003 ceph-mon[96088]: 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-08T09:16:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:08 smithi094 ceph-mon[112176]: 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-08T09:16:09.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:09.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:10.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:10.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:10 smithi094 ceph-mon[112176]: 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-08T09:16:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:10 smithi003 ceph-mon[96088]: 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-08T09:16:11.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:11.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:12.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:12.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:12 smithi094 ceph-mon[112176]: 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-08T09:16:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:12 smithi003 ceph-mon[96088]: 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-08T09:16:13.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:13.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:14.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:14.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:14.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:14 smithi094 ceph-mon[112176]: 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-08T09:16:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:14 smithi003 ceph-mon[96088]: 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-08T09:16:15.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:15.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:16.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:16.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:16 smithi094 ceph-mon[112176]: 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-08T09:16:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:16 smithi003 ceph-mon[96088]: 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-08T09:16:17.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:17.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:18.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:18.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:18.214 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:18 smithi003 ceph-mon[96088]: 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-08T09:16:18.214 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:16:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:18 smithi094 ceph-mon[112176]: 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-08T09:16:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:16:19.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:19.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:16:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:16:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:16:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:16:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:16:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:16:19.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:16:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:16:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:16:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:16:19.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:16:19.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:16:19.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:16:19.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:16:20.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:20.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:20 smithi094 ceph-mon[112176]: 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-08T09:16:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:20 smithi003 ceph-mon[96088]: 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-08T09:16:21.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:21.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:22.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:22.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:22 smithi094 ceph-mon[112176]: 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-08T09:16:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:22 smithi003 ceph-mon[96088]: 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-08T09:16:23.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:23.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:24.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:24.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:24 smithi094 ceph-mon[112176]: 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-08T09:16:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:24 smithi003 ceph-mon[96088]: 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-08T09:16:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:25.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:25.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:26.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:26.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:26 smithi094 ceph-mon[112176]: 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-08T09:16:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:26 smithi003 ceph-mon[96088]: 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-08T09:16:27.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:27.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:28.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:28.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:28 smithi003 ceph-mon[96088]: 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-08T09:16:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:28 smithi094 ceph-mon[112176]: 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-08T09:16:29.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:29.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:29 smithi094 ceph-mon[112176]: 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-08T09:16:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:29 smithi003 ceph-mon[96088]: 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-08T09:16:30.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:30.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:31.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:31.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:32.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:32.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:32 smithi094 ceph-mon[112176]: 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-08T09:16:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:32 smithi003 ceph-mon[96088]: 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-08T09:16:33.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:33.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:34.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:34.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:34 smithi094 ceph-mon[112176]: 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-08T09:16:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:34 smithi003 ceph-mon[96088]: 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-08T09:16:35.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:35.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:36.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:36.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:36 smithi094 ceph-mon[112176]: 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-08T09:16:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:36 smithi003 ceph-mon[96088]: 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-08T09:16:37.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:37.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:38.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:38.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:38 smithi003 ceph-mon[96088]: 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-08T09:16:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:38 smithi094 ceph-mon[112176]: 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-08T09:16:39.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:39.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:40.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:40.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:40 smithi094 ceph-mon[112176]: 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-08T09:16:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:40 smithi003 ceph-mon[96088]: 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-08T09:16:41.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:41.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:42.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:42.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:42 smithi094 ceph-mon[112176]: 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-08T09:16:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:42 smithi003 ceph-mon[96088]: 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-08T09:16:43.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:43.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:44.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:44.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:44 smithi094 ceph-mon[112176]: 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-08T09:16:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:44 smithi003 ceph-mon[96088]: 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-08T09:16:45.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:45.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:46.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:46.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:46 smithi094 ceph-mon[112176]: 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-08T09:16:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:46 smithi003 ceph-mon[96088]: 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-08T09:16:47.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:47.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:48 smithi094 ceph-mon[112176]: 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-08T09:16:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:48 smithi003 ceph-mon[96088]: 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-08T09:16:48.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:48.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:49.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:49.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:49 smithi094 ceph-mon[112176]: 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-08T09:16:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:49 smithi003 ceph-mon[96088]: 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-08T09:16:50.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:50.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:51.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:51.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:52.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:52.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:52 smithi094 ceph-mon[112176]: 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-08T09:16:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:52 smithi003 ceph-mon[96088]: 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-08T09:16:53.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:53.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:54.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:54.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:54 smithi094 ceph-mon[112176]: 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-08T09:16:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:54 smithi003 ceph-mon[96088]: 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-08T09:16:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:55.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:55.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:56.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:56.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:56 smithi094 ceph-mon[112176]: 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-08T09:16:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:56 smithi003 ceph-mon[96088]: 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-08T09:16:57.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:57.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:58 smithi003 ceph-mon[96088]: 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-08T09:16:58.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:58.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:58 smithi094 ceph-mon[112176]: 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-08T09:16:59.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:16:59.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:16:59 smithi094 ceph-mon[112176]: 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-08T09:16:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:16:59 smithi003 ceph-mon[96088]: 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-08T09:17:00.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:00.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:01.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:01.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:02.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:02.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:02 smithi094 ceph-mon[112176]: 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-08T09:17:02.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:02 smithi003 ceph-mon[96088]: 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-08T09:17:03.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:03.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:04.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:04.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:04 smithi094 ceph-mon[112176]: 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-08T09:17:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:04 smithi003 ceph-mon[96088]: 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-08T09:17:05.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:05.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:06.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:06.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:06 smithi094 ceph-mon[112176]: 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-08T09:17:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:06 smithi003 ceph-mon[96088]: 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-08T09:17:07.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:07.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:08 smithi003 ceph-mon[96088]: 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-08T09:17:08.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:08.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:08 smithi094 ceph-mon[112176]: 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-08T09:17:09.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:09.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:10.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:10.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:10 smithi094 ceph-mon[112176]: 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-08T09:17:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:10 smithi003 ceph-mon[96088]: 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-08T09:17:11.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:11.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:12 smithi094 ceph-mon[112176]: 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-08T09:17:12.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:12.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:12 smithi003 ceph-mon[96088]: 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-08T09:17:13.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:13.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:14 smithi003 ceph-mon[96088]: 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-08T09:17:14.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:14.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:14 smithi094 ceph-mon[112176]: 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-08T09:17:15.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:15.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:16.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:16.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:16 smithi094 ceph-mon[112176]: 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-08T09:17:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:16 smithi003 ceph-mon[96088]: 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-08T09:17:17.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:17.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:18 smithi003 ceph-mon[96088]: 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-08T09:17:18.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:18.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:18 smithi094 ceph-mon[112176]: 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-08T09:17:19.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:19.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:17:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:19 smithi094 ceph-mon[112176]: 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-08T09:17:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:17:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:17:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:17:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:17:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:17:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:17:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:19 smithi003 ceph-mon[96088]: 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-08T09:17:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:17:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:17:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:17:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:17:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:17:20.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:20.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:21.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:21.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:22.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:22.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:22 smithi094 ceph-mon[112176]: 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-08T09:17:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:22 smithi003 ceph-mon[96088]: 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-08T09:17:23.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:23.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:24 smithi003 ceph-mon[96088]: 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-08T09:17:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:24.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:24.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:24 smithi094 ceph-mon[112176]: 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-08T09:17:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:25.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:25.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:26.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:26.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:26 smithi094 ceph-mon[112176]: 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-08T09:17:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:26 smithi003 ceph-mon[96088]: 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-08T09:17:27.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:27.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:28 smithi003 ceph-mon[96088]: 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-08T09:17:28.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:28.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:28 smithi094 ceph-mon[112176]: 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-08T09:17:29.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:29.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:29 smithi094 ceph-mon[112176]: 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-08T09:17:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:29 smithi003 ceph-mon[96088]: 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-08T09:17:30.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:30.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:31.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:31.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:32.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:32.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:32 smithi094 ceph-mon[112176]: 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-08T09:17:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:32 smithi003 ceph-mon[96088]: 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-08T09:17:33.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:33.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:34.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:34.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:34 smithi094 ceph-mon[112176]: 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-08T09:17:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:34 smithi003 ceph-mon[96088]: 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-08T09:17:35.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:35.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:36.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:36.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:36 smithi094 ceph-mon[112176]: 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-08T09:17:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:36 smithi003 ceph-mon[96088]: 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-08T09:17:37.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:37.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:38 smithi003 ceph-mon[96088]: 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-08T09:17:38.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:38.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:38.343 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:38 smithi094 ceph-mon[112176]: 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-08T09:17:39.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:39.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:40.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:40.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:40 smithi094 ceph-mon[112176]: 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-08T09:17:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:40 smithi003 ceph-mon[96088]: 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-08T09:17:41.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:41.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:42.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:42.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:42 smithi094 ceph-mon[112176]: 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-08T09:17:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:42 smithi003 ceph-mon[96088]: 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-08T09:17:43.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:43.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:44.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:44.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:44 smithi094 ceph-mon[112176]: 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-08T09:17:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:44 smithi003 ceph-mon[96088]: 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-08T09:17:45.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:45.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:46.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:46.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:46 smithi094 ceph-mon[112176]: 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-08T09:17:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:46 smithi003 ceph-mon[96088]: 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-08T09:17:47.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:47.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:48 smithi003 ceph-mon[96088]: 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-08T09:17:48.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:48.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:48 smithi094 ceph-mon[112176]: 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-08T09:17:49.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:49.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:49 smithi094 ceph-mon[112176]: 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-08T09:17:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:49 smithi003 ceph-mon[96088]: 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-08T09:17:50.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:50.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:51.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:51.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:52.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:52.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:52 smithi094 ceph-mon[112176]: 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-08T09:17:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:52 smithi003 ceph-mon[96088]: 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-08T09:17:53.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:53.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:54.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:54.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:54 smithi094 ceph-mon[112176]: 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-08T09:17:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:54 smithi003 ceph-mon[96088]: 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-08T09:17:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:55.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:55.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:56.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:56.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:56 smithi094 ceph-mon[112176]: 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-08T09:17:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:56 smithi003 ceph-mon[96088]: 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-08T09:17:57.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:57.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:58 smithi003 ceph-mon[96088]: 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-08T09:17:58.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:58.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:58 smithi094 ceph-mon[112176]: 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-08T09:17:59.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:17:59.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:17:59 smithi003 ceph-mon[96088]: 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-08T09:17:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:17:59 smithi094 ceph-mon[112176]: 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-08T09:18:00.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:00.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:01.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:01.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:02.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:02.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:02 smithi094 ceph-mon[112176]: 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-08T09:18:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:02 smithi003 ceph-mon[96088]: 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-08T09:18:03.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:03.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:04.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:04.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:04 smithi094 ceph-mon[112176]: 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-08T09:18:04.417 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:04 smithi003 ceph-mon[96088]: 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-08T09:18:05.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:05.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:06.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:06.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:06 smithi094 ceph-mon[112176]: 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-08T09:18:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:06 smithi003 ceph-mon[96088]: 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-08T09:18:07.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:07.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:08 smithi003 ceph-mon[96088]: 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-08T09:18:08.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:08.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:08 smithi094 ceph-mon[112176]: 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-08T09:18:09.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:09.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:09.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:10.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:10.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:10 smithi094 ceph-mon[112176]: 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-08T09:18:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:10 smithi003 ceph-mon[96088]: 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-08T09:18:11.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:11.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:12.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:12.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:12 smithi094 ceph-mon[112176]: 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-08T09:18:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:12 smithi003 ceph-mon[96088]: 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-08T09:18:13.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:13.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:14.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:14.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:14 smithi094 ceph-mon[112176]: 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-08T09:18:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:14 smithi003 ceph-mon[96088]: 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-08T09:18:15.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:15.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:16.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:16.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:16 smithi094 ceph-mon[112176]: 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-08T09:18:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:16 smithi003 ceph-mon[96088]: 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-08T09:18:17.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:17.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:18 smithi003 ceph-mon[96088]: 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-08T09:18:18.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:18.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:18 smithi094 ceph-mon[112176]: 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-08T09:18:19.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:19.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:19 smithi094 ceph-mon[112176]: 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-08T09:18:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:18:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:19 smithi003 ceph-mon[96088]: 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-08T09:18:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:18:20.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:20.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:18:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:18:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:18:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:18:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:18:20.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:18:20.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:18:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:18:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:18:21.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:18:21.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:18:21.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:18:21.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:18:21.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:18:21.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:21.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:21 smithi003 ceph-mon[96088]: 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-08T09:18:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:21 smithi094 ceph-mon[112176]: 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-08T09:18:22.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:22.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:23.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:23.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:24.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:24.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:24 smithi094 ceph-mon[112176]: 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-08T09:18:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:24 smithi003 ceph-mon[96088]: 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-08T09:18:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:25.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:25.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:26.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:26.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:26 smithi094 ceph-mon[112176]: 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-08T09:18:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:26 smithi003 ceph-mon[96088]: 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-08T09:18:27.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:27.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:28 smithi003 ceph-mon[96088]: 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-08T09:18:28.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:28.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:28 smithi094 ceph-mon[112176]: 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-08T09:18:29.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:29.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:29 smithi094 ceph-mon[112176]: 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-08T09:18:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:29 smithi003 ceph-mon[96088]: 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-08T09:18:30.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:30.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:31.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:31.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:32 smithi094 ceph-mon[112176]: 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-08T09:18:32.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:32.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:32 smithi003 ceph-mon[96088]: 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-08T09:18:33.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:33.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:34 smithi094 ceph-mon[112176]: 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-08T09:18:34.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:34.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:34 smithi003 ceph-mon[96088]: 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-08T09:18:35.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:35.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:36 smithi094 ceph-mon[112176]: 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-08T09:18:36.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:36.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:36 smithi003 ceph-mon[96088]: 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-08T09:18:37.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:37.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:38 smithi003 ceph-mon[96088]: 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-08T09:18:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:38 smithi094 ceph-mon[112176]: 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-08T09:18:38.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:38.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:39.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:39.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:40 smithi094 ceph-mon[112176]: 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-08T09:18:40.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:40.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:40 smithi003 ceph-mon[96088]: 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-08T09:18:41.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:41.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:42 smithi094 ceph-mon[112176]: 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-08T09:18:42.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:42.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:42 smithi003 ceph-mon[96088]: 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-08T09:18:43.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:43.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:44 smithi094 ceph-mon[112176]: pgmap v11470: 97 pgs: 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:44.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:44.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:44 smithi003 ceph-mon[96088]: pgmap v11470: 97 pgs: 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:45.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:45.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:46 smithi094 ceph-mon[112176]: 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-08T09:18:46.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:46.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:46 smithi003 ceph-mon[96088]: 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-08T09:18:47.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:47.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:48 smithi003 ceph-mon[96088]: 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-08T09:18:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:48 smithi094 ceph-mon[112176]: 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-08T09:18:48.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:48.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:49.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:49.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:49 smithi094 ceph-mon[112176]: 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-08T09:18:49.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:49 smithi003 ceph-mon[96088]: 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-08T09:18:50.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:50.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:51.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:51.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:52 smithi094 ceph-mon[112176]: 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-08T09:18:52.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:52.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:52 smithi003 ceph-mon[96088]: 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-08T09:18:53.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:53.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:54 smithi094 ceph-mon[112176]: pgmap v11475: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:54.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:54.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:54 smithi003 ceph-mon[96088]: pgmap v11475: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:55.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:55.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:56.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:56 smithi094 ceph-mon[112176]: pgmap v11476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:56.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:56.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:56.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:56 smithi003 ceph-mon[96088]: pgmap v11476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:57.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:57.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:58 smithi003 ceph-mon[96088]: 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-08T09:18:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:58 smithi094 ceph-mon[112176]: 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-08T09:18:58.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:58.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:59.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:18:59.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:18:59 smithi094 ceph-mon[112176]: 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-08T09:18:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:18:59 smithi003 ceph-mon[96088]: 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-08T09:19:00.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:00.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:01.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:01.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:02 smithi094 ceph-mon[112176]: 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-08T09:19:02.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:02.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:02 smithi003 ceph-mon[96088]: 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-08T09:19:03.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:03.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:04 smithi094 ceph-mon[112176]: pgmap v11480: 97 pgs: 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:04.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:04.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:04 smithi003 ceph-mon[96088]: pgmap v11480: 97 pgs: 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:05.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:05.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:06 smithi094 ceph-mon[112176]: pgmap v11481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:06.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:06.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:06 smithi003 ceph-mon[96088]: pgmap v11481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:07.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:07.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:08 smithi003 ceph-mon[96088]: 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-08T09:19:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:08 smithi094 ceph-mon[112176]: 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-08T09:19:08.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:08.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:09.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:09.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:10 smithi094 ceph-mon[112176]: 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-08T09:19:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:10 smithi003 ceph-mon[96088]: 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-08T09:19:10.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:10.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:11.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:11.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:12 smithi094 ceph-mon[112176]: 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-08T09:19:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:12 smithi003 ceph-mon[96088]: 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-08T09:19:12.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:12.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:13.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:13.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:14 smithi094 ceph-mon[112176]: pgmap v11485: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:14 smithi003 ceph-mon[96088]: pgmap v11485: 97 pgs: 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:14.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:14.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:15.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:15.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:16 smithi094 ceph-mon[112176]: pgmap v11486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:16 smithi003 ceph-mon[96088]: pgmap v11486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:16.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:16.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:17.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:17.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:18 smithi003 ceph-mon[96088]: 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-08T09:19:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:18 smithi094 ceph-mon[112176]: 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-08T09:19:18.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:18.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:19.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:19.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:19 smithi094 ceph-mon[112176]: 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-08T09:19:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:19 smithi003 ceph-mon[96088]: 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-08T09:19:20.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:20.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:19:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:19:21.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:21.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:19:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:19:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:19:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:19:21.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:19:21.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:21 smithi094 ceph-mon[112176]: 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-08T09:19:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:19:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:19:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:19:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:19:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:19:21.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:21 smithi003 ceph-mon[96088]: 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-08T09:19:22.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:22.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:23.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:23.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:24 smithi094 ceph-mon[112176]: pgmap v11490: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:24 smithi003 ceph-mon[96088]: pgmap v11490: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:24.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:24.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:25.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:25.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:26 smithi094 ceph-mon[112176]: pgmap v11491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:26 smithi003 ceph-mon[96088]: pgmap v11491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:26.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:26.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:27.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:27.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:28 smithi003 ceph-mon[96088]: 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-08T09:19:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:28 smithi094 ceph-mon[112176]: 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-08T09:19:28.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:28.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:29.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:29.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:29 smithi094 ceph-mon[112176]: 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-08T09:19:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:29 smithi003 ceph-mon[96088]: 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-08T09:19:30.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:30.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:31.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:31.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:32 smithi094 ceph-mon[112176]: 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-08T09:19:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:32 smithi003 ceph-mon[96088]: 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-08T09:19:32.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:32.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:33.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:33.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:34 smithi094 ceph-mon[112176]: pgmap v11495: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:34 smithi003 ceph-mon[96088]: pgmap v11495: 97 pgs: 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:34.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:34.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:35.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:35.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:36 smithi094 ceph-mon[112176]: pgmap v11496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:36 smithi003 ceph-mon[96088]: pgmap v11496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:36.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:36.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:37.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:37.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:38 smithi003 ceph-mon[96088]: 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-08T09:19:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:38 smithi094 ceph-mon[112176]: 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-08T09:19:38.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:38.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:39.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:39.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:39.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:40 smithi094 ceph-mon[112176]: 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-08T09:19:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:40 smithi003 ceph-mon[96088]: 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-08T09:19:40.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:40.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:41.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:41.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:42 smithi094 ceph-mon[112176]: 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-08T09:19:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:42 smithi003 ceph-mon[96088]: 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-08T09:19:42.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:42.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:43.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:43.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:44 smithi094 ceph-mon[112176]: pgmap v11500: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:44 smithi003 ceph-mon[96088]: pgmap v11500: 97 pgs: 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:44.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:44.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:45.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:45.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:46 smithi094 ceph-mon[112176]: pgmap v11501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:46 smithi003 ceph-mon[96088]: pgmap v11501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:46.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:46.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:47.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:47.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:48 smithi003 ceph-mon[96088]: 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-08T09:19:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:48 smithi094 ceph-mon[112176]: 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-08T09:19:48.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:48.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:49.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:49.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:49.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:49 smithi094 ceph-mon[112176]: 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-08T09:19:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:49 smithi003 ceph-mon[96088]: 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-08T09:19:50.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:50.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:51.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:51.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:52 smithi094 ceph-mon[112176]: 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-08T09:19:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:52 smithi003 ceph-mon[96088]: 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-08T09:19:52.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:52.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:53.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:53.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:54 smithi094 ceph-mon[112176]: pgmap v11505: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:54 smithi003 ceph-mon[96088]: pgmap v11505: 97 pgs: 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:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:54.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:54.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:55.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:55.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:56 smithi094 ceph-mon[112176]: pgmap v11506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:56 smithi003 ceph-mon[96088]: pgmap v11506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:56.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:56.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:57.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:57.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:58 smithi003 ceph-mon[96088]: 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-08T09:19:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:58 smithi094 ceph-mon[112176]: 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-08T09:19:58.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:58.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:59.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:19:59.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:19:59 smithi094 ceph-mon[112176]: 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-08T09:19:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:19:59 smithi003 ceph-mon[96088]: 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-08T09:20:00.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:00.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T09:20:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T09:20:01.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:01.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:01 smithi094 ceph-mon[112176]: 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-08T09:20:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:01 smithi003 ceph-mon[96088]: 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-08T09:20:02.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:02.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:03.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:03.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:04 smithi094 ceph-mon[112176]: pgmap v11510: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:04 smithi003 ceph-mon[96088]: pgmap v11510: 97 pgs: 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:04.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:04.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:05.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:05.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:06 smithi094 ceph-mon[112176]: pgmap v11511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:06 smithi003 ceph-mon[96088]: pgmap v11511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:06.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:06.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:07.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:07.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:08 smithi003 ceph-mon[96088]: 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-08T09:20:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:08 smithi094 ceph-mon[112176]: 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-08T09:20:08.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:08.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:09.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:09.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:10 smithi094 ceph-mon[112176]: 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-08T09:20:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:10 smithi003 ceph-mon[96088]: 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-08T09:20:10.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:10.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:11.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:11.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:12 smithi094 ceph-mon[112176]: 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-08T09:20:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:12 smithi003 ceph-mon[96088]: 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-08T09:20:12.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:12.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:13.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:13.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:14 smithi094 ceph-mon[112176]: pgmap v11515: 97 pgs: 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:14.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:14 smithi003 ceph-mon[96088]: pgmap v11515: 97 pgs: 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:14.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:14.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:15.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:15.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:16 smithi003 ceph-mon[96088]: pgmap v11516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:16 smithi094 ceph-mon[112176]: pgmap v11516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:16.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:16.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:17.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:17.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:18 smithi094 ceph-mon[112176]: 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-08T09:20:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:18 smithi003 ceph-mon[96088]: 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-08T09:20:18.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:18.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:19.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:19.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:19.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:19 smithi094 ceph-mon[112176]: 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-08T09:20:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:19 smithi003 ceph-mon[96088]: 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-08T09:20:20.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:20.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:20:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:20:21.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:21.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: 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-08T09:20:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:20:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:20:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:20:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:20:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:20:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:20:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:20:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:20:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:20:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:20:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: 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-08T09:20:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:20:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:20:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:20:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:20:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:20:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:20:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:20:22.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:20:22.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:20:22.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:20:22.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:22.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:23 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1578M 2023-10-08T09:20:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:23 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1578M 2023-10-08T09:20:23.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:23.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:24 smithi094 ceph-mon[112176]: pgmap v11520: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:24 smithi003 ceph-mon[96088]: pgmap v11520: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:24.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:24.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:25.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:25.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:26 smithi094 ceph-mon[112176]: pgmap v11521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:26 smithi003 ceph-mon[96088]: pgmap v11521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:26.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:26.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:27.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:27.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:28 smithi094 ceph-mon[112176]: 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-08T09:20:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:28 smithi003 ceph-mon[96088]: 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-08T09:20:28.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:28.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:29.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:29.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:29 smithi094 ceph-mon[112176]: 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-08T09:20:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:29 smithi003 ceph-mon[96088]: 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-08T09:20:30.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:30.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:31.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:31.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:32 smithi094 ceph-mon[112176]: 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-08T09:20:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:32 smithi003 ceph-mon[96088]: 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-08T09:20:32.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:32.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:33.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:33.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:34 smithi094 ceph-mon[112176]: pgmap v11525: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:34 smithi003 ceph-mon[96088]: pgmap v11525: 97 pgs: 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:34.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:34.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:35.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:35.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:36 smithi094 ceph-mon[112176]: pgmap v11526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:36 smithi003 ceph-mon[96088]: pgmap v11526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:36.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:36.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:37.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:37.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:38 smithi094 ceph-mon[112176]: 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-08T09:20:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:38 smithi003 ceph-mon[96088]: 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-08T09:20:38.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:38.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:39.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:39.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:40 smithi094 ceph-mon[112176]: 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-08T09:20:40.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:40 smithi003 ceph-mon[96088]: 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-08T09:20:40.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:40.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:41.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:41.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:42 smithi094 ceph-mon[112176]: 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-08T09:20:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:42 smithi003 ceph-mon[96088]: 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-08T09:20:42.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:42.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:43.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:43.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:44 smithi094 ceph-mon[112176]: pgmap v11530: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:44 smithi003 ceph-mon[96088]: pgmap v11530: 97 pgs: 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:44.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:44.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:45.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:45.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:46 smithi094 ceph-mon[112176]: pgmap v11531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:46 smithi003 ceph-mon[96088]: pgmap v11531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:46.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:46.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:47.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:47.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:48 smithi094 ceph-mon[112176]: 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-08T09:20:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:48 smithi003 ceph-mon[96088]: 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-08T09:20:48.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:48.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:49.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:49.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:49 smithi094 ceph-mon[112176]: 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-08T09:20:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:49 smithi003 ceph-mon[96088]: 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-08T09:20:50.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:50.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:51.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:51.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:52 smithi094 ceph-mon[112176]: 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-08T09:20:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:52 smithi003 ceph-mon[96088]: 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-08T09:20:52.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:52.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:53.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:53.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:54 smithi094 ceph-mon[112176]: pgmap v11535: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:54 smithi003 ceph-mon[96088]: pgmap v11535: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:54.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:54.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:55.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:55.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:56 smithi094 ceph-mon[112176]: pgmap v11536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:56 smithi003 ceph-mon[96088]: pgmap v11536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:56.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:56.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:57.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:57.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:58 smithi094 ceph-mon[112176]: 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-08T09:20:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:58 smithi003 ceph-mon[96088]: 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-08T09:20:58.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:58.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:59.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:20:59.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:20:59 smithi094 ceph-mon[112176]: 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-08T09:20:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:20:59 smithi003 ceph-mon[96088]: 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-08T09:21:00.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:00.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:01.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:01.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:02 smithi094 ceph-mon[112176]: 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-08T09:21:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:02 smithi003 ceph-mon[96088]: 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-08T09:21:02.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:02.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:03.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:03.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:04 smithi094 ceph-mon[112176]: pgmap v11540: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:04 smithi003 ceph-mon[96088]: pgmap v11540: 97 pgs: 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:04.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:04.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:05.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:05.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:06 smithi094 ceph-mon[112176]: pgmap v11541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:06.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:06 smithi003 ceph-mon[96088]: pgmap v11541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:06.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:06.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:07.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:07.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:08 smithi094 ceph-mon[112176]: 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-08T09:21:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:08 smithi003 ceph-mon[96088]: 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-08T09:21:08.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:08.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:09.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:09.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:10 smithi094 ceph-mon[112176]: 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-08T09:21:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:10 smithi003 ceph-mon[96088]: 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-08T09:21:10.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:10.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:11.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:11.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:12 smithi094 ceph-mon[112176]: 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-08T09:21:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:12 smithi003 ceph-mon[96088]: 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-08T09:21:12.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:12.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:13.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:13.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:14 smithi094 ceph-mon[112176]: pgmap v11545: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:14 smithi003 ceph-mon[96088]: pgmap v11545: 97 pgs: 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:14.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:14.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:15.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:15.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:16 smithi094 ceph-mon[112176]: pgmap v11546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:16 smithi003 ceph-mon[96088]: pgmap v11546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:16.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:16.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:17.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:17.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:18 smithi094 ceph-mon[112176]: 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-08T09:21:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:18 smithi003 ceph-mon[96088]: 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-08T09:21:18.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:18.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:19.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:19.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:19 smithi094 ceph-mon[112176]: 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-08T09:21:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:19 smithi003 ceph-mon[96088]: 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-08T09:21:20.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:20.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:21.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:21.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:22 smithi094 ceph-mon[112176]: 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-08T09:21:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:21:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:22 smithi003 ceph-mon[96088]: 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-08T09:21:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:21:22.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:22.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:21:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:21:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:21:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:21:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:21:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:21:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:21:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:21:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:21:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:21:23.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:23.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:24 smithi003 ceph-mon[96088]: pgmap v11550: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:24 smithi094 ceph-mon[112176]: pgmap v11550: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:24.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:24.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:25.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:25.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:26 smithi003 ceph-mon[96088]: pgmap v11551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:26 smithi094 ceph-mon[112176]: pgmap v11551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:26.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:26.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:27.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:27.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:28 smithi003 ceph-mon[96088]: 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-08T09:21:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:28 smithi094 ceph-mon[112176]: 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-08T09:21:28.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:28.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:29.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:29.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:29 smithi094 ceph-mon[112176]: 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-08T09:21:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:29 smithi003 ceph-mon[96088]: 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-08T09:21:30.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:30.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:31.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:31.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:32 smithi094 ceph-mon[112176]: 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-08T09:21:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:32 smithi003 ceph-mon[96088]: 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-08T09:21:32.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:32.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:33.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:33.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:34 smithi094 ceph-mon[112176]: pgmap v11555: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:34 smithi003 ceph-mon[96088]: pgmap v11555: 97 pgs: 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:34.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:34.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:35.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:35.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:36 smithi094 ceph-mon[112176]: pgmap v11556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:36 smithi003 ceph-mon[96088]: pgmap v11556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:36.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:36.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:37.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:37.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:38 smithi094 ceph-mon[112176]: 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-08T09:21:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:38 smithi003 ceph-mon[96088]: 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-08T09:21:38.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:38.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:39.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:39.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:40 smithi094 ceph-mon[112176]: 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-08T09:21:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:40 smithi003 ceph-mon[96088]: 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-08T09:21:40.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:40.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:41.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:41.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:42 smithi094 ceph-mon[112176]: 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-08T09:21:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:42 smithi003 ceph-mon[96088]: 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-08T09:21:42.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:42.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:43.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:43.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:44 smithi094 ceph-mon[112176]: pgmap v11560: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:44 smithi003 ceph-mon[96088]: pgmap v11560: 97 pgs: 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:44.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:44.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:45.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:45.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:46 smithi094 ceph-mon[112176]: pgmap v11561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:46 smithi003 ceph-mon[96088]: pgmap v11561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:46.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:46.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:47.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:47.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:48 smithi094 ceph-mon[112176]: 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-08T09:21:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:48 smithi003 ceph-mon[96088]: 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-08T09:21:48.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:48.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:49.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:49.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:49 smithi094 ceph-mon[112176]: 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-08T09:21:49.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:49 smithi003 ceph-mon[96088]: 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-08T09:21:50.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:50.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:51.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:51.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:52 smithi094 ceph-mon[112176]: 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-08T09:21:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:52 smithi003 ceph-mon[96088]: 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-08T09:21:52.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:52.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:53.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:53.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:54 smithi094 ceph-mon[112176]: pgmap v11565: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:54 smithi003 ceph-mon[96088]: pgmap v11565: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:54.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:54.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:55.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:55.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:56 smithi094 ceph-mon[112176]: pgmap v11566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:56 smithi003 ceph-mon[96088]: pgmap v11566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:56.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:56.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:57.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:57.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:58 smithi094 ceph-mon[112176]: 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-08T09:21:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:58 smithi003 ceph-mon[96088]: 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-08T09:21:58.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:58.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:59.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:21:59.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:21:59 smithi094 ceph-mon[112176]: 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-08T09:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:21:59 smithi003 ceph-mon[96088]: 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-08T09:22:00.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:00.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:01.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:01.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:02 smithi094 ceph-mon[112176]: 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-08T09:22:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:02 smithi003 ceph-mon[96088]: 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-08T09:22:02.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:02.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:03.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:03.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:04 smithi094 ceph-mon[112176]: pgmap v11570: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:04 smithi003 ceph-mon[96088]: pgmap v11570: 97 pgs: 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:04.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:04.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:05.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:05.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:06 smithi094 ceph-mon[112176]: pgmap v11571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:06 smithi003 ceph-mon[96088]: pgmap v11571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:06.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:06.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:07.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:07.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:08 smithi094 ceph-mon[112176]: 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-08T09:22:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:08 smithi003 ceph-mon[96088]: 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-08T09:22:08.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:08.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:09.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:09.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:10 smithi094 ceph-mon[112176]: 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-08T09:22:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:10 smithi003 ceph-mon[96088]: 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-08T09:22:10.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:10.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:11.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:11.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:12 smithi094 ceph-mon[112176]: 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-08T09:22:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:12 smithi003 ceph-mon[96088]: 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-08T09:22:12.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:12.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:13.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:13.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:14 smithi094 ceph-mon[112176]: pgmap v11575: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:14 smithi003 ceph-mon[96088]: pgmap v11575: 97 pgs: 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:14.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:14.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:15.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:15.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:16 smithi094 ceph-mon[112176]: pgmap v11576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:16 smithi003 ceph-mon[96088]: pgmap v11576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:16.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:16.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:17.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:17.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:18 smithi003 ceph-mon[96088]: 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-08T09:22:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:18 smithi094 ceph-mon[112176]: 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-08T09:22:18.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:18.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:19.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:19.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:19 smithi094 ceph-mon[112176]: 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-08T09:22:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:19 smithi003 ceph-mon[96088]: 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-08T09:22:20.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:20.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:21.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:21.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:22 smithi094 ceph-mon[112176]: 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-08T09:22:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:22 smithi003 ceph-mon[96088]: 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-08T09:22:22.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:22.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:22:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:22:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:22:23.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:22:23.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:22:23.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:22:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:22:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:22:23.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:22:23.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:22:23.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:22:23.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:22:23.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:23.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:24 smithi094 ceph-mon[112176]: pgmap v11580: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:24 smithi003 ceph-mon[96088]: pgmap v11580: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:24.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:24.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:25.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:25.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:26 smithi094 ceph-mon[112176]: pgmap v11581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:26 smithi003 ceph-mon[96088]: pgmap v11581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:26.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:26.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:27.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:27.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:28 smithi094 ceph-mon[112176]: 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-08T09:22:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:28 smithi003 ceph-mon[96088]: 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-08T09:22:28.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:28.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:29.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:29.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:29 smithi094 ceph-mon[112176]: 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-08T09:22:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:29 smithi003 ceph-mon[96088]: 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-08T09:22:30.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:30.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:31.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:31.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:32 smithi094 ceph-mon[112176]: 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-08T09:22:32.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:32 smithi003 ceph-mon[96088]: 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-08T09:22:32.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:32.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:33.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:33.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:34 smithi094 ceph-mon[112176]: pgmap v11585: 97 pgs: 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:34.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:34 smithi003 ceph-mon[96088]: pgmap v11585: 97 pgs: 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:34.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:34.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:35.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:35.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:36 smithi094 ceph-mon[112176]: pgmap v11586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:36 smithi003 ceph-mon[96088]: pgmap v11586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:36.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:36.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:37.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:37.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:38 smithi094 ceph-mon[112176]: 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-08T09:22:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:38 smithi003 ceph-mon[96088]: 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-08T09:22:38.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:38.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:39.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:39.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:40 smithi094 ceph-mon[112176]: 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-08T09:22:40.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:40 smithi003 ceph-mon[96088]: 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-08T09:22:40.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:40.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:41.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:41.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:42 smithi094 ceph-mon[112176]: 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-08T09:22:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:42 smithi003 ceph-mon[96088]: 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-08T09:22:42.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:42.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:43.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:43.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:44 smithi003 ceph-mon[96088]: pgmap v11590: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:44 smithi094 ceph-mon[112176]: pgmap v11590: 97 pgs: 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:44.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:44.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:45.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:45.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:46 smithi003 ceph-mon[96088]: pgmap v11591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:46.566 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:46 smithi094 ceph-mon[112176]: pgmap v11591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:46.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:46.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:47.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:47.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:48 smithi003 ceph-mon[96088]: 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-08T09:22:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:48 smithi094 ceph-mon[112176]: 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-08T09:22:48.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:48.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:49.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:49.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:49 smithi094 ceph-mon[112176]: 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-08T09:22:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:49 smithi003 ceph-mon[96088]: 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-08T09:22:50.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:50.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:51.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:51.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:52 smithi094 ceph-mon[112176]: 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-08T09:22:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:52 smithi003 ceph-mon[96088]: 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-08T09:22:52.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:52.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:53.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:53.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:54 smithi094 ceph-mon[112176]: pgmap v11595: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:54 smithi003 ceph-mon[96088]: pgmap v11595: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:54.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:54.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:55.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:55.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:56 smithi094 ceph-mon[112176]: pgmap v11596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:56 smithi003 ceph-mon[96088]: pgmap v11596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:56.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:56.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:57.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:57.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:58 smithi094 ceph-mon[112176]: 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-08T09:22:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:58 smithi003 ceph-mon[96088]: 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-08T09:22:58.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:58.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:59.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:22:59.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:22:59 smithi094 ceph-mon[112176]: 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-08T09:22:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:22:59 smithi003 ceph-mon[96088]: 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-08T09:23:00.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:00.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:01.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:01.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:02 smithi094 ceph-mon[112176]: 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-08T09:23:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:02 smithi003 ceph-mon[96088]: 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-08T09:23:02.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:02.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:03.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:03.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:04 smithi094 ceph-mon[112176]: pgmap v11600: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:04 smithi003 ceph-mon[96088]: pgmap v11600: 97 pgs: 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:04.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:04.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:05.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:05.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:06 smithi094 ceph-mon[112176]: pgmap v11601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:06 smithi003 ceph-mon[96088]: pgmap v11601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:06.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:06.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:07.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:07.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:08 smithi003 ceph-mon[96088]: 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-08T09:23:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:08 smithi094 ceph-mon[112176]: 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-08T09:23:08.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:08.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:09.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:09.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:10 smithi003 ceph-mon[96088]: 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-08T09:23:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:10 smithi094 ceph-mon[112176]: 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-08T09:23:10.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:10.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:11.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:11.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:12 smithi003 ceph-mon[96088]: 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-08T09:23:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:12 smithi094 ceph-mon[112176]: 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-08T09:23:12.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:12.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:13.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:13.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:14 smithi003 ceph-mon[96088]: pgmap v11605: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:14 smithi094 ceph-mon[112176]: pgmap v11605: 97 pgs: 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:14.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:14.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:15.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:15.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:16 smithi003 ceph-mon[96088]: pgmap v11606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:16 smithi094 ceph-mon[112176]: pgmap v11606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:16.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:16.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:17.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:17.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:18 smithi003 ceph-mon[96088]: 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-08T09:23:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:18 smithi094 ceph-mon[112176]: 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-08T09:23:18.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:18.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:19.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:19.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:19 smithi094 ceph-mon[112176]: 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-08T09:23:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:19 smithi003 ceph-mon[96088]: 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-08T09:23:20.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:20.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:21.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:21.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:22 smithi094 ceph-mon[112176]: 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-08T09:23:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:22 smithi003 ceph-mon[96088]: 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-08T09:23:22.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:22.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:23:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:23:23.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:23.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:24 smithi003 ceph-mon[96088]: pgmap v11610: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:24 smithi094 ceph-mon[112176]: pgmap v11610: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:24.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:24.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:25.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:25.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:26 smithi003 ceph-mon[96088]: pgmap v11611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:23:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:23:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:26 smithi094 ceph-mon[112176]: pgmap v11611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:23:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:23:26.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:26.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:23:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:23:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:23:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:23:27.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:23:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:23:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:23:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:23:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:23:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:23:27.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:27.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:28 smithi094 ceph-mon[112176]: 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-08T09:23:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:28 smithi003 ceph-mon[96088]: 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-08T09:23:28.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:28.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:29 smithi094 ceph-mon[112176]: 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-08T09:23:29.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:29.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:29 smithi003 ceph-mon[96088]: 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-08T09:23:30.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:30.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:31.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:31.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:32 smithi094 ceph-mon[112176]: 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-08T09:23:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:32 smithi003 ceph-mon[96088]: 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-08T09:23:32.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:32.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:33.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:33.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:34 smithi003 ceph-mon[96088]: pgmap v11615: 97 pgs: 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:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:34 smithi094 ceph-mon[112176]: pgmap v11615: 97 pgs: 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:34.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:34.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:35.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:35.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:36 smithi003 ceph-mon[96088]: pgmap v11616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:36 smithi094 ceph-mon[112176]: pgmap v11616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:36.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:36.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:37.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:37.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:38 smithi003 ceph-mon[96088]: 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-08T09:23:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:38 smithi094 ceph-mon[112176]: 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-08T09:23:38.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:38.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:39.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:39.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:40 smithi003 ceph-mon[96088]: 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-08T09:23:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:40 smithi094 ceph-mon[112176]: 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-08T09:23:40.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:40.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:41.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:41.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:42 smithi094 ceph-mon[112176]: 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-08T09:23:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:42 smithi003 ceph-mon[96088]: 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-08T09:23:42.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:42.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:43.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:43.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:44 smithi003 ceph-mon[96088]: pgmap v11620: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:44 smithi094 ceph-mon[112176]: pgmap v11620: 97 pgs: 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:44.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:44.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:45.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:45.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:46 smithi003 ceph-mon[96088]: pgmap v11621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:46 smithi094 ceph-mon[112176]: pgmap v11621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:46.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:46.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:47.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:47.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:48 smithi003 ceph-mon[96088]: 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-08T09:23:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:48 smithi094 ceph-mon[112176]: 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-08T09:23:48.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:48.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:49 smithi094 ceph-mon[112176]: 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-08T09:23:49.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:49.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:49 smithi003 ceph-mon[96088]: 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-08T09:23:50.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:50.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:51.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:51.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:52 smithi003 ceph-mon[96088]: 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-08T09:23:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:52 smithi094 ceph-mon[112176]: 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-08T09:23:52.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:52.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:53.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:53.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:54 smithi003 ceph-mon[96088]: pgmap v11625: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:54 smithi094 ceph-mon[112176]: pgmap v11625: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:54.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:54.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:55.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:55.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:56 smithi003 ceph-mon[96088]: pgmap v11626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:56 smithi094 ceph-mon[112176]: pgmap v11626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:56.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:56.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:57.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:57.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:58.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:58 smithi003 ceph-mon[96088]: 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-08T09:23:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:58 smithi094 ceph-mon[112176]: 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-08T09:23:58.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:58.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:23:59 smithi094 ceph-mon[112176]: 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-08T09:23:59.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:23:59.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:23:59 smithi003 ceph-mon[96088]: 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-08T09:24:00.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:00.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:01.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:01.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:02 smithi003 ceph-mon[96088]: 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-08T09:24:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:02 smithi094 ceph-mon[112176]: 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-08T09:24:02.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:02.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:03.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:03.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:04.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:04 smithi003 ceph-mon[96088]: pgmap v11630: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:04 smithi094 ceph-mon[112176]: pgmap v11630: 97 pgs: 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:04.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:04.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:05.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:05.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:06 smithi003 ceph-mon[96088]: pgmap v11631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:06 smithi094 ceph-mon[112176]: pgmap v11631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:06.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:06.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:07.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:07.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:08 smithi003 ceph-mon[96088]: 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-08T09:24:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:08 smithi094 ceph-mon[112176]: 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-08T09:24:08.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:08.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:09.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:09.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:09.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:10 smithi003 ceph-mon[96088]: 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-08T09:24:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:10 smithi094 ceph-mon[112176]: 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-08T09:24:10.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:10.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:11.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:11.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:12.458 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:12 smithi094 ceph-mon[112176]: 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-08T09:24:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:12 smithi003 ceph-mon[96088]: 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-08T09:24:12.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:12.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:13.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:13.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:14 smithi003 ceph-mon[96088]: pgmap v11635: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:14 smithi094 ceph-mon[112176]: pgmap v11635: 97 pgs: 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:15.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:15.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:16.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:16.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:16 smithi003 ceph-mon[96088]: pgmap v11636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:16 smithi094 ceph-mon[112176]: pgmap v11636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:17.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:17.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:18.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:18.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:18 smithi003 ceph-mon[96088]: 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-08T09:24:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:18 smithi094 ceph-mon[112176]: 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-08T09:24:19.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:19.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:19 smithi094 ceph-mon[112176]: 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-08T09:24:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:19 smithi003 ceph-mon[96088]: 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-08T09:24:20.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:20.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:21.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:21.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:22.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:22.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:22 smithi003 ceph-mon[96088]: 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-08T09:24:22.564 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:22 smithi094 ceph-mon[112176]: 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-08T09:24:23.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:23.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:24.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:24.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:24 smithi003 ceph-mon[96088]: pgmap v11640: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:24 smithi094 ceph-mon[112176]: pgmap v11640: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:25.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:25.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:26.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:26.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:26 smithi003 ceph-mon[96088]: pgmap v11641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:26 smithi094 ceph-mon[112176]: pgmap v11641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:27.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:27.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:24:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:24:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:24:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:24:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:24:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:24:27.617 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:24:27.617 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:24:27.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:24:27.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:24:27.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:24:27.618 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:24:28.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:28.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:28 smithi003 ceph-mon[96088]: 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-08T09:24:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:28 smithi094 ceph-mon[112176]: 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-08T09:24:29.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:29.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:29 smithi094 ceph-mon[112176]: 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-08T09:24:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:29 smithi003 ceph-mon[96088]: 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-08T09:24:30.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:30.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:31.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:31.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:32.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:32.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:32 smithi003 ceph-mon[96088]: 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-08T09:24:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:32 smithi094 ceph-mon[112176]: 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-08T09:24:33.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:33.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:34.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:34.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:34 smithi003 ceph-mon[96088]: pgmap v11645: 97 pgs: 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:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:34 smithi094 ceph-mon[112176]: pgmap v11645: 97 pgs: 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:35.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:35.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:36.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:36.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:36 smithi003 ceph-mon[96088]: pgmap v11646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:36 smithi094 ceph-mon[112176]: pgmap v11646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:37.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:37.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:38.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:38.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:38 smithi003 ceph-mon[96088]: 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-08T09:24:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:38 smithi094 ceph-mon[112176]: 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-08T09:24:39.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:39.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:40.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:40.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:40 smithi003 ceph-mon[96088]: 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-08T09:24:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:40 smithi094 ceph-mon[112176]: 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-08T09:24:41.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:41.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:42.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:42.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:42 smithi003 ceph-mon[96088]: 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-08T09:24:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:42 smithi094 ceph-mon[112176]: 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-08T09:24:43.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:43.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:44.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:44.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:44 smithi003 ceph-mon[96088]: pgmap v11650: 97 pgs: 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:44.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:44 smithi094 ceph-mon[112176]: pgmap v11650: 97 pgs: 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:45.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:45.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:46.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:46.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:46 smithi003 ceph-mon[96088]: pgmap v11651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:46 smithi094 ceph-mon[112176]: pgmap v11651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:47.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:47.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:48.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:48.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:48 smithi003 ceph-mon[96088]: 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-08T09:24:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:48 smithi094 ceph-mon[112176]: 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-08T09:24:49.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:49.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:49 smithi094 ceph-mon[112176]: 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-08T09:24:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:49 smithi003 ceph-mon[96088]: 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-08T09:24:50.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:50.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:51.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:51.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:52.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:52.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:52 smithi003 ceph-mon[96088]: 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-08T09:24:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:52 smithi094 ceph-mon[112176]: 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-08T09:24:53.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:53.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:54.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:54.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:54 smithi003 ceph-mon[96088]: pgmap v11655: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:54 smithi094 ceph-mon[112176]: pgmap v11655: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:55.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:55.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:56.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:56.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:56 smithi003 ceph-mon[96088]: pgmap v11656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:56 smithi094 ceph-mon[112176]: pgmap v11656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:57.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:57.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:58.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:58.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:58 smithi003 ceph-mon[96088]: 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-08T09:24:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:58 smithi094 ceph-mon[112176]: 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-08T09:24:59.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:24:59.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:24:59 smithi094 ceph-mon[112176]: 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-08T09:24:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:24:59 smithi003 ceph-mon[96088]: 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-08T09:25:00.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:00.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:01.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:01.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:02.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:02.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:02 smithi003 ceph-mon[96088]: 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-08T09:25:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:02 smithi094 ceph-mon[112176]: 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-08T09:25:03.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:03.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:04.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:04.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:04 smithi003 ceph-mon[96088]: pgmap v11660: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:04 smithi094 ceph-mon[112176]: pgmap v11660: 97 pgs: 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:05.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:05.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:06.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:06.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:06.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:06 smithi003 ceph-mon[96088]: pgmap v11661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:06 smithi094 ceph-mon[112176]: pgmap v11661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:07.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:07.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:08.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:08.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:08 smithi094 ceph-mon[112176]: 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-08T09:25:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:08 smithi003 ceph-mon[96088]: 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-08T09:25:09.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:09.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:10.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:10.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:10 smithi003 ceph-mon[96088]: 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-08T09:25:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:10 smithi094 ceph-mon[112176]: 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-08T09:25:11.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:11.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:12.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:12.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:12 smithi003 ceph-mon[96088]: 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-08T09:25:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:12 smithi094 ceph-mon[112176]: 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-08T09:25:13.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:13.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:14.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:14.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:14 smithi003 ceph-mon[96088]: pgmap v11665: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:14 smithi094 ceph-mon[112176]: pgmap v11665: 97 pgs: 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:15.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:15.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:16.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:16.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:16 smithi003 ceph-mon[96088]: pgmap v11666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:16 smithi094 ceph-mon[112176]: pgmap v11666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:17.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:17.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:18.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:18.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:18 smithi094 ceph-mon[112176]: 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-08T09:25:18.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:18 smithi003 ceph-mon[96088]: 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-08T09:25:19.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:19.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:19.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:19 smithi003 ceph-mon[96088]: 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-08T09:25:20.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:20.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:19 smithi094 ceph-mon[112176]: 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-08T09:25:21.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:21.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:22.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:22.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:22 smithi003 ceph-mon[96088]: 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-08T09:25:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:22 smithi094 ceph-mon[112176]: 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-08T09:25:23.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:23.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:24.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:24.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:24 smithi003 ceph-mon[96088]: pgmap v11670: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:24 smithi094 ceph-mon[112176]: pgmap v11670: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:25.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:25.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:26.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:26.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:26 smithi003 ceph-mon[96088]: pgmap v11671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:26 smithi094 ceph-mon[112176]: pgmap v11671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:27.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:27.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:25:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:25:28.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:28.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:28 smithi003 ceph-mon[96088]: 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-08T09:25:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:28 smithi094 ceph-mon[112176]: 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-08T09:25:29.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:29.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:29 smithi003 ceph-mon[96088]: 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-08T09:25:30.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:30.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:29 smithi094 ceph-mon[112176]: 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-08T09:25:31.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:31.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:32.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:32.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:32 smithi003 ceph-mon[96088]: 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-08T09:25:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:25:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:25:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:32 smithi094 ceph-mon[112176]: 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-08T09:25:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:25:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:25:33.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:33.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:25:33.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:25:33.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:25:33.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:25:33.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:25:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:25:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:25:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:25:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:25:33.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:25:34.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:34.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:34 smithi003 ceph-mon[96088]: pgmap v11675: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:34 smithi094 ceph-mon[112176]: pgmap v11675: 97 pgs: 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:35.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:35.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:36.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:36.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:36 smithi003 ceph-mon[96088]: pgmap v11676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:36 smithi094 ceph-mon[112176]: pgmap v11676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:37.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:37.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:38.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:38.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:38 smithi094 ceph-mon[112176]: 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-08T09:25:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:38 smithi003 ceph-mon[96088]: 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-08T09:25:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:39.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:39.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:39 smithi003 ceph-mon[96088]: 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-08T09:25:40.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:40.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:39 smithi094 ceph-mon[112176]: 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-08T09:25:41.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:41.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:42.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:42.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:42 smithi003 ceph-mon[96088]: 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-08T09:25:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:42 smithi094 ceph-mon[112176]: 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-08T09:25:43.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:43.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:44.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:44.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:44 smithi003 ceph-mon[96088]: pgmap v11680: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:44 smithi094 ceph-mon[112176]: pgmap v11680: 97 pgs: 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:45.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:45.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:46.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:46.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:46 smithi003 ceph-mon[96088]: pgmap v11681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:46 smithi094 ceph-mon[112176]: pgmap v11681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:47.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:47.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:48.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:48.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:48 smithi003 ceph-mon[96088]: 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-08T09:25:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:48 smithi094 ceph-mon[112176]: 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-08T09:25:49.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:49.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:49 smithi003 ceph-mon[96088]: 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-08T09:25:50.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:50.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:49 smithi094 ceph-mon[112176]: 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-08T09:25:51.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:51.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:52.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:52.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:52 smithi003 ceph-mon[96088]: 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-08T09:25:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:52 smithi094 ceph-mon[112176]: 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-08T09:25:53.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:53.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:54.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:54.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:54 smithi003 ceph-mon[96088]: pgmap v11685: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:54 smithi094 ceph-mon[112176]: pgmap v11685: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:55.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:55.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:56.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:56.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:56 smithi003 ceph-mon[96088]: pgmap v11686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:56 smithi094 ceph-mon[112176]: pgmap v11686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:57.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:57.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:58.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:58.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:58 smithi003 ceph-mon[96088]: 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-08T09:25:58.559 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:58 smithi094 ceph-mon[112176]: 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-08T09:25:59.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:25:59.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:25:59 smithi003 ceph-mon[96088]: 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-08T09:26:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:25:59 smithi094 ceph-mon[112176]: 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-08T09:26:00.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:00.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:01.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:01.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:02.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:02.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:02 smithi003 ceph-mon[96088]: 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-08T09:26:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:02 smithi094 ceph-mon[112176]: 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-08T09:26:03.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:03.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:04.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:04.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:04 smithi003 ceph-mon[96088]: pgmap v11690: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:04 smithi094 ceph-mon[112176]: pgmap v11690: 97 pgs: 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:05.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:05.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:06.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:06.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:06 smithi003 ceph-mon[96088]: pgmap v11691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:06 smithi094 ceph-mon[112176]: pgmap v11691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:07.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:07.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:08.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:08.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:08 smithi003 ceph-mon[96088]: 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-08T09:26:08.664 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:08 smithi094 ceph-mon[112176]: 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-08T09:26:09.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:09.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:10.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:10.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:10 smithi003 ceph-mon[96088]: 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-08T09:26:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:10 smithi094 ceph-mon[112176]: 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-08T09:26:11.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:11.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:12.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:12.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:12 smithi003 ceph-mon[96088]: 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-08T09:26:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:12 smithi094 ceph-mon[112176]: 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-08T09:26:13.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:13.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:14.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:14.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:14 smithi094 ceph-mon[112176]: pgmap v11695: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:14 smithi003 ceph-mon[96088]: pgmap v11695: 97 pgs: 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:15.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:15.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:16.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:16.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:16 smithi094 ceph-mon[112176]: pgmap v11696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:16 smithi003 ceph-mon[96088]: pgmap v11696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:17.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:17.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:18.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:18.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:18.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:18 smithi094 ceph-mon[112176]: 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-08T09:26:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:18 smithi003 ceph-mon[96088]: 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-08T09:26:19.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:19.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:19 smithi003 ceph-mon[96088]: 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-08T09:26:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:19 smithi094 ceph-mon[112176]: 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-08T09:26:20.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:20.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:21.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:21.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:22.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:22.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:22 smithi003 ceph-mon[96088]: 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-08T09:26:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:22 smithi094 ceph-mon[112176]: 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-08T09:26:23.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:23.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:24.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:24.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:24 smithi003 ceph-mon[96088]: pgmap v11700: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:24 smithi094 ceph-mon[112176]: pgmap v11700: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:25.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:25.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:26.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:26.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:26 smithi003 ceph-mon[96088]: pgmap v11701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:26 smithi094 ceph-mon[112176]: pgmap v11701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:27.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:27.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:28.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:28.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:28 smithi003 ceph-mon[96088]: 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-08T09:26:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:28 smithi094 ceph-mon[112176]: 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-08T09:26:29.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:29.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:29 smithi003 ceph-mon[96088]: 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-08T09:26:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:29 smithi094 ceph-mon[112176]: 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-08T09:26:30.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:30.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:31.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:31.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:32.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:32.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:32 smithi003 ceph-mon[96088]: 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-08T09:26:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:32 smithi094 ceph-mon[112176]: 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-08T09:26:33.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:33.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:26:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:26:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:26:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:26:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:26:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:26:34.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:34.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:34 smithi003 ceph-mon[96088]: pgmap v11705: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:26:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:26:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:26:34.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:26:34.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:26:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:34 smithi094 ceph-mon[112176]: pgmap v11705: 97 pgs: 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:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:26:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:26:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:26:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:26:34.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:26:35.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:35.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:36.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:36.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:36 smithi003 ceph-mon[96088]: pgmap v11706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:36 smithi094 ceph-mon[112176]: pgmap v11706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:37.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:37.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:38.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:38.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:38 smithi094 ceph-mon[112176]: 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-08T09:26:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:38 smithi003 ceph-mon[96088]: 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-08T09:26:39.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:39.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:40.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:40.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:40 smithi094 ceph-mon[112176]: 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-08T09:26:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:40 smithi003 ceph-mon[96088]: 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-08T09:26:41.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:41.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:42.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:42.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:42 smithi094 ceph-mon[112176]: 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-08T09:26:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:42 smithi003 ceph-mon[96088]: 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-08T09:26:43.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:43.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:44.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:44.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:44 smithi094 ceph-mon[112176]: pgmap v11710: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:44 smithi003 ceph-mon[96088]: pgmap v11710: 97 pgs: 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:45.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:45.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:46.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:46.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:46 smithi094 ceph-mon[112176]: pgmap v11711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:46 smithi003 ceph-mon[96088]: pgmap v11711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:47.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:47.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:48.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:48.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:48 smithi094 ceph-mon[112176]: 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-08T09:26:48.738 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:48 smithi003 ceph-mon[96088]: 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-08T09:26:49.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:49.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:49 smithi003 ceph-mon[96088]: 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-08T09:26:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:49 smithi094 ceph-mon[112176]: 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-08T09:26:50.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:50.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:51.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:51.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:52.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:52.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:52 smithi003 ceph-mon[96088]: 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-08T09:26:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:52 smithi094 ceph-mon[112176]: 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-08T09:26:53.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:53.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:54.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:54.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:54 smithi094 ceph-mon[112176]: pgmap v11715: 97 pgs: 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:54.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:54 smithi003 ceph-mon[96088]: pgmap v11715: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:55.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:55.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:56.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:56.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:56 smithi094 ceph-mon[112176]: pgmap v11716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:56 smithi003 ceph-mon[96088]: pgmap v11716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:57.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:57.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:58.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:58.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:58 smithi094 ceph-mon[112176]: 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-08T09:26:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:58 smithi003 ceph-mon[96088]: 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-08T09:26:59.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:26:59.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:26:59 smithi003 ceph-mon[96088]: 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-08T09:27:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:26:59 smithi094 ceph-mon[112176]: 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-08T09:27:00.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:00.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:01.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:01.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:02.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:02.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:02 smithi094 ceph-mon[112176]: 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-08T09:27:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:02 smithi003 ceph-mon[96088]: 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-08T09:27:03.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:03.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:04.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:04.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:04 smithi094 ceph-mon[112176]: pgmap v11720: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:04 smithi003 ceph-mon[96088]: pgmap v11720: 97 pgs: 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:05.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:05.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:06.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:06.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:06 smithi094 ceph-mon[112176]: pgmap v11721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:06 smithi003 ceph-mon[96088]: pgmap v11721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:07.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:07.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:08.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:08.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:08 smithi094 ceph-mon[112176]: 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-08T09:27:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:08 smithi003 ceph-mon[96088]: 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-08T09:27:09.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:09.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:10.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:10.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:10.640 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:10 smithi003 ceph-mon[96088]: 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-08T09:27:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:10 smithi094 ceph-mon[112176]: 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-08T09:27:11.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:11.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:12.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:12.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:12 smithi094 ceph-mon[112176]: 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-08T09:27:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:12 smithi003 ceph-mon[96088]: 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-08T09:27:13.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:13.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:14.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:14.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:14 smithi094 ceph-mon[112176]: pgmap v11725: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:14 smithi003 ceph-mon[96088]: pgmap v11725: 97 pgs: 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:15.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:15.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:16.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:16.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:16 smithi094 ceph-mon[112176]: pgmap v11726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:16 smithi003 ceph-mon[96088]: pgmap v11726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:17.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:17.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:18.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:18.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:18 smithi094 ceph-mon[112176]: 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-08T09:27:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:18 smithi003 ceph-mon[96088]: 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-08T09:27:19.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:19.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:19 smithi003 ceph-mon[96088]: 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-08T09:27:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:19 smithi094 ceph-mon[112176]: 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-08T09:27:20.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:20.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:21.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:21.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:22.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:22.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:22 smithi094 ceph-mon[112176]: 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-08T09:27:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:22 smithi003 ceph-mon[96088]: 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-08T09:27:23.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:23.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:24.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:24.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:24 smithi094 ceph-mon[112176]: pgmap v11730: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:24 smithi003 ceph-mon[96088]: pgmap v11730: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:25.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:25.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:26.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:26.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:26 smithi094 ceph-mon[112176]: pgmap v11731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:26 smithi003 ceph-mon[96088]: pgmap v11731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:27.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:27.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:28.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:28.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:28 smithi094 ceph-mon[112176]: 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-08T09:27:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:28 smithi003 ceph-mon[96088]: 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-08T09:27:29.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:29.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:29 smithi094 ceph-mon[112176]: 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-08T09:27:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:29 smithi003 ceph-mon[96088]: 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-08T09:27:30.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:30.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:31.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:31.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:32.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:32.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:32 smithi094 ceph-mon[112176]: 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-08T09:27:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:32 smithi003 ceph-mon[96088]: 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-08T09:27:33.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:33.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:34.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:34.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:34.553 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:34 smithi094 ceph-mon[112176]: pgmap v11735: 97 pgs: 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:34.553 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:27:34.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:27:34.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:27:34.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:27:34.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:27:34.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:27:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:34 smithi003 ceph-mon[96088]: pgmap v11735: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:27:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:27:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:27:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:27:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:27:34.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:27:35.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:35.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:36.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:36.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:36 smithi094 ceph-mon[112176]: pgmap v11736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:36 smithi003 ceph-mon[96088]: pgmap v11736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:37.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:37.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:38.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:38.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:38 smithi094 ceph-mon[112176]: 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-08T09:27:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:38 smithi003 ceph-mon[96088]: 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-08T09:27:39.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:39.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:39.603 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:40.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:40.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:40 smithi094 ceph-mon[112176]: 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-08T09:27:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:40 smithi003 ceph-mon[96088]: 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-08T09:27:41.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:41.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:42.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:42.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:42 smithi094 ceph-mon[112176]: 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-08T09:27:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:42 smithi003 ceph-mon[96088]: 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-08T09:27:43.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:43.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:44.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:44.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:44.656 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:44 smithi094 ceph-mon[112176]: pgmap v11740: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:44 smithi003 ceph-mon[96088]: pgmap v11740: 97 pgs: 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:45.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:45.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:46.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:46.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:46 smithi003 ceph-mon[96088]: pgmap v11741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:46 smithi094 ceph-mon[112176]: pgmap v11741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:47.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:47.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:48.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:48.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:48 smithi094 ceph-mon[112176]: 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-08T09:27:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:48 smithi003 ceph-mon[96088]: 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-08T09:27:49.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:49.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:49 smithi003 ceph-mon[96088]: 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-08T09:27:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:49 smithi094 ceph-mon[112176]: 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-08T09:27:50.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:50.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:51.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:51.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:52.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:52.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:52 smithi094 ceph-mon[112176]: 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-08T09:27:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:52 smithi003 ceph-mon[96088]: 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-08T09:27:53.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:53.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:54.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:54.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:54 smithi094 ceph-mon[112176]: pgmap v11745: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:54 smithi003 ceph-mon[96088]: pgmap v11745: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:55.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:55.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:56.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:56.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:56 smithi003 ceph-mon[96088]: pgmap v11746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:56 smithi094 ceph-mon[112176]: pgmap v11746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:57.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:57.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:58.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:58.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:58 smithi094 ceph-mon[112176]: 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-08T09:27:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:58 smithi003 ceph-mon[96088]: 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-08T09:27:59.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:27:59.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:27:59 smithi003 ceph-mon[96088]: 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-08T09:28:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:27:59 smithi094 ceph-mon[112176]: 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-08T09:28:00.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:00.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:01.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:01.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:02.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:02.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:02 smithi094 ceph-mon[112176]: 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-08T09:28:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:02 smithi003 ceph-mon[96088]: 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-08T09:28:03.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:03.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:04.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:04.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:04 smithi094 ceph-mon[112176]: pgmap v11750: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:04 smithi003 ceph-mon[96088]: pgmap v11750: 97 pgs: 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:05.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:05.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:06.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:06.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:06 smithi094 ceph-mon[112176]: pgmap v11751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:06 smithi003 ceph-mon[96088]: pgmap v11751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:07.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:07.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:08.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:08.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:08 smithi094 ceph-mon[112176]: 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-08T09:28:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:08 smithi003 ceph-mon[96088]: 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-08T09:28:09.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:09.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:10.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:10.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:10 smithi094 ceph-mon[112176]: 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-08T09:28:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:10 smithi003 ceph-mon[96088]: 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-08T09:28:11.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:11.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:12.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:12.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:12 smithi094 ceph-mon[112176]: 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-08T09:28:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:12 smithi003 ceph-mon[96088]: 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-08T09:28:13.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:13.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:14.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:14.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:14 smithi094 ceph-mon[112176]: pgmap v11755: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:14 smithi003 ceph-mon[96088]: pgmap v11755: 97 pgs: 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:15.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:15.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:16.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:16.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:16 smithi094 ceph-mon[112176]: pgmap v11756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:16 smithi003 ceph-mon[96088]: pgmap v11756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:17.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:17.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:18.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:18.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:18 smithi094 ceph-mon[112176]: 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-08T09:28:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:18 smithi003 ceph-mon[96088]: 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-08T09:28:19.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:19.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:19 smithi003 ceph-mon[96088]: 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-08T09:28:20.023 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:19 smithi094 ceph-mon[112176]: 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-08T09:28:20.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:20.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:21.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:21.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:22.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:22.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:22 smithi094 ceph-mon[112176]: 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-08T09:28:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:22 smithi003 ceph-mon[96088]: 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-08T09:28:23.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:23.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:24.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:24.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:24 smithi094 ceph-mon[112176]: pgmap v11760: 97 pgs: 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:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:24 smithi003 ceph-mon[96088]: pgmap v11760: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:25.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:25.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:26.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:26.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:26 smithi094 ceph-mon[112176]: pgmap v11761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:26 smithi003 ceph-mon[96088]: pgmap v11761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:27.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:27.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:28.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:28.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:28 smithi094 ceph-mon[112176]: 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-08T09:28:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:28 smithi003 ceph-mon[96088]: 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-08T09:28:29.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:29.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:29 smithi003 ceph-mon[96088]: 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-08T09:28:30.129 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:29 smithi094 ceph-mon[112176]: 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-08T09:28:30.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:30.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:31.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:31.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:32.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:32.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:32 smithi094 ceph-mon[112176]: 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-08T09:28:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:32 smithi003 ceph-mon[96088]: 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-08T09:28:33.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:33.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:34.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:34.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:34 smithi094 ceph-mon[112176]: pgmap v11765: 97 pgs: 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:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:28:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:34 smithi003 ceph-mon[96088]: pgmap v11765: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:28:35.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:35.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:35.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:28:35.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:28:35.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:28:35.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:28:35.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:28:35.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:28:35.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:28:35.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:35 smithi094 ceph-mon[112176]: pgmap v11766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:28:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:28:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:28:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:28:35.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:28:35.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:28:35.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:28:35.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:35 smithi003 ceph-mon[96088]: pgmap v11766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:36.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:36.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:37.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:37.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:38.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:38.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:38 smithi094 ceph-mon[112176]: 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-08T09:28:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:38 smithi003 ceph-mon[96088]: 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-08T09:28:39.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:39.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:40.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:40.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:40 smithi094 ceph-mon[112176]: 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-08T09:28:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:40 smithi003 ceph-mon[96088]: 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-08T09:28:41.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:41.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:42.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:42.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:42 smithi094 ceph-mon[112176]: 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-08T09:28:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:42 smithi003 ceph-mon[96088]: 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-08T09:28:43.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:43.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:44.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:44.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:44 smithi094 ceph-mon[112176]: pgmap v11770: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:44 smithi003 ceph-mon[96088]: pgmap v11770: 97 pgs: 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:45.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:45.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:46.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:46.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:46 smithi094 ceph-mon[112176]: pgmap v11771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:46.727 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:46 smithi003 ceph-mon[96088]: pgmap v11771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:47.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:47.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:48.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:48.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:48 smithi094 ceph-mon[112176]: 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-08T09:28:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:48 smithi003 ceph-mon[96088]: 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-08T09:28:49.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:49.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:49 smithi003 ceph-mon[96088]: 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-08T09:28:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:49 smithi094 ceph-mon[112176]: 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-08T09:28:50.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:50.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:51.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:51.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:52.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:52.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:52 smithi094 ceph-mon[112176]: 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-08T09:28:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:52 smithi003 ceph-mon[96088]: 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-08T09:28:53.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:53.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:54.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:54.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:54 smithi094 ceph-mon[112176]: pgmap v11775: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:54 smithi003 ceph-mon[96088]: pgmap v11775: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:55.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:55.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:56.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:56.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:56 smithi094 ceph-mon[112176]: pgmap v11776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:56 smithi003 ceph-mon[96088]: pgmap v11776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:57.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:57.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:58.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:58.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:58 smithi094 ceph-mon[112176]: 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-08T09:28:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:58 smithi003 ceph-mon[96088]: 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-08T09:28:59.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:28:59.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:28:59 smithi003 ceph-mon[96088]: 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-08T09:29:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:28:59 smithi094 ceph-mon[112176]: 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-08T09:29:00.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:00.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:01.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:01.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:02.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:02.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:02 smithi094 ceph-mon[112176]: 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-08T09:29:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:02 smithi003 ceph-mon[96088]: 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-08T09:29:03.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:03.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:04.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:04.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:04 smithi094 ceph-mon[112176]: pgmap v11780: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:04 smithi003 ceph-mon[96088]: pgmap v11780: 97 pgs: 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:05.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:05.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:06.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:06.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:06 smithi094 ceph-mon[112176]: pgmap v11781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:06 smithi003 ceph-mon[96088]: pgmap v11781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:07.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:07.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:08.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:08.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:08 smithi094 ceph-mon[112176]: 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-08T09:29:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:08 smithi003 ceph-mon[96088]: 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-08T09:29:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:09.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:09.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:09 smithi003 ceph-mon[96088]: 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-08T09:29:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:09 smithi094 ceph-mon[112176]: 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-08T09:29:10.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:10.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:11.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:11.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:12.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:12.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:12 smithi094 ceph-mon[112176]: 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-08T09:29:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:12 smithi003 ceph-mon[96088]: 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-08T09:29:13.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:13.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:14.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:14.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:14 smithi094 ceph-mon[112176]: pgmap v11785: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:14 smithi003 ceph-mon[96088]: pgmap v11785: 97 pgs: 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:15.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:15.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:16.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:16.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:16 smithi094 ceph-mon[112176]: pgmap v11786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:16 smithi003 ceph-mon[96088]: pgmap v11786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:17.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:17.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:18.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:18.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:18 smithi094 ceph-mon[112176]: 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-08T09:29:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:18 smithi003 ceph-mon[96088]: 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-08T09:29:19.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:19.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:19 smithi003 ceph-mon[96088]: 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-08T09:29:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:19 smithi094 ceph-mon[112176]: 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-08T09:29:20.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:20.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:21.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:21.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:22 smithi003 ceph-mon[96088]: 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-08T09:29:22.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:22.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:22 smithi094 ceph-mon[112176]: 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-08T09:29:23.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:23.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:24.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:24.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:24 smithi094 ceph-mon[112176]: pgmap v11790: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:24 smithi003 ceph-mon[96088]: pgmap v11790: 97 pgs: 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:25.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:25.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:26.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:26.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:26 smithi094 ceph-mon[112176]: pgmap v11791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:26 smithi003 ceph-mon[96088]: pgmap v11791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:27.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:27.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:28.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:28.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:28 smithi094 ceph-mon[112176]: 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-08T09:29:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:28 smithi003 ceph-mon[96088]: 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-08T09:29:29.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:29.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:29 smithi003 ceph-mon[96088]: 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-08T09:29:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:29 smithi094 ceph-mon[112176]: 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-08T09:29:30.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:30.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:31.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:31.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:32.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:32.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:32 smithi094 ceph-mon[112176]: 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-08T09:29:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:32 smithi003 ceph-mon[96088]: 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-08T09:29:33.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:33.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:34.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:34.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:34 smithi094 ceph-mon[112176]: pgmap v11795: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:34 smithi003 ceph-mon[96088]: pgmap v11795: 97 pgs: 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:35.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:35.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:29:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:29:36.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:36.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:36.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:36 smithi094 ceph-mon[112176]: pgmap v11796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:36.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:29:36.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:29:36.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:29:36.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:29:36.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:29:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:36 smithi003 ceph-mon[96088]: pgmap v11796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:29:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:29:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:29:36.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:29:36.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:29:37.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:37.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:38.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:38.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:38 smithi094 ceph-mon[112176]: 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-08T09:29:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:38 smithi003 ceph-mon[96088]: 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-08T09:29:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:39.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:39.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:39 smithi003 ceph-mon[96088]: 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-08T09:29:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:39 smithi094 ceph-mon[112176]: 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-08T09:29:40.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:40.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:41.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:41.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:42.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:42.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:42 smithi094 ceph-mon[112176]: 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-08T09:29:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:42 smithi003 ceph-mon[96088]: 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-08T09:29:43.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:43.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:44.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:44.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:44 smithi094 ceph-mon[112176]: pgmap v11800: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:44 smithi003 ceph-mon[96088]: pgmap v11800: 97 pgs: 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:45.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:45.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:46.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:46.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:46 smithi094 ceph-mon[112176]: pgmap v11801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:46 smithi003 ceph-mon[96088]: pgmap v11801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:47.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:47.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:48.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:48.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:48 smithi094 ceph-mon[112176]: 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-08T09:29:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:48 smithi003 ceph-mon[96088]: 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-08T09:29:49.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:49.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:49 smithi003 ceph-mon[96088]: 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-08T09:29:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:49 smithi094 ceph-mon[112176]: 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-08T09:29:50.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:50.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:51.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:51.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:52.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:52.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:52 smithi094 ceph-mon[112176]: 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-08T09:29:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:52 smithi003 ceph-mon[96088]: 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-08T09:29:53.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:53.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:54.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:54.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:54 smithi094 ceph-mon[112176]: pgmap v11805: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:54 smithi003 ceph-mon[96088]: pgmap v11805: 97 pgs: 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:55.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:55.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:56.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:56.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:56 smithi094 ceph-mon[112176]: pgmap v11806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:56 smithi003 ceph-mon[96088]: pgmap v11806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:57.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:57.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:58.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:58.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:58 smithi094 ceph-mon[112176]: 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-08T09:29:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:58 smithi003 ceph-mon[96088]: 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-08T09:29:59.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:29:59.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:29:59 smithi094 ceph-mon[112176]: 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-08T09:30:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:29:59 smithi003 ceph-mon[96088]: 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-08T09:30:00.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:00.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:01.065 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T09:30:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T09:30:01.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:01.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:01 smithi094 ceph-mon[112176]: 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-08T09:30:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:01 smithi003 ceph-mon[96088]: 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-08T09:30:02.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:02.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:03.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:03.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:04.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:04.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:04 smithi094 ceph-mon[112176]: pgmap v11810: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:04 smithi003 ceph-mon[96088]: pgmap v11810: 97 pgs: 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:05.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:05.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:06 smithi094 ceph-mon[112176]: pgmap v11811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:06.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:06.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:06 smithi003 ceph-mon[96088]: pgmap v11811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:07.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:07.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:08.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:08.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:08 smithi094 ceph-mon[112176]: 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-08T09:30:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:08 smithi003 ceph-mon[96088]: 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-08T09:30:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:09.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:09.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:09 smithi094 ceph-mon[112176]: 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-08T09:30:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:09 smithi003 ceph-mon[96088]: 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-08T09:30:10.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:10.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:11.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:11.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:12.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:12.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:12 smithi094 ceph-mon[112176]: 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-08T09:30:12.701 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:12 smithi003 ceph-mon[96088]: 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-08T09:30:13.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:13.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:14.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:14.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:14 smithi094 ceph-mon[112176]: pgmap v11815: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:14 smithi003 ceph-mon[96088]: pgmap v11815: 97 pgs: 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:15.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:15.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:16.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:16.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:16 smithi094 ceph-mon[112176]: pgmap v11816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:16 smithi003 ceph-mon[96088]: pgmap v11816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:17.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:17.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:18.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:18.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:18 smithi094 ceph-mon[112176]: 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-08T09:30:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:18 smithi003 ceph-mon[96088]: 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-08T09:30:19.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:19.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:19 smithi094 ceph-mon[112176]: 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-08T09:30:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:19 smithi003 ceph-mon[96088]: 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-08T09:30:20.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:20.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:21.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:21.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:22.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:22.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:22 smithi094 ceph-mon[112176]: 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-08T09:30:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:22 smithi003 ceph-mon[96088]: 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-08T09:30:23.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:23.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:24.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:24.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:24 smithi094 ceph-mon[112176]: pgmap v11820: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:24 smithi003 ceph-mon[96088]: pgmap v11820: 97 pgs: 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:25.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:25.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:26.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:26.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:26 smithi094 ceph-mon[112176]: pgmap v11821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:26 smithi003 ceph-mon[96088]: pgmap v11821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:27.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:27.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:28.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:28.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:28 smithi094 ceph-mon[112176]: 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-08T09:30:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:28 smithi003 ceph-mon[96088]: 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-08T09:30:29.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:29.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:29 smithi094 ceph-mon[112176]: 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-08T09:30:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:29 smithi003 ceph-mon[96088]: 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-08T09:30:30.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:30.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:31.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:31.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:32.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:32.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:32 smithi094 ceph-mon[112176]: 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-08T09:30:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:32 smithi003 ceph-mon[96088]: 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-08T09:30:33.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:33.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:34.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:34.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:34 smithi094 ceph-mon[112176]: pgmap v11825: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:34 smithi003 ceph-mon[96088]: pgmap v11825: 97 pgs: 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:35.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:35.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:36.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:36.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:36 smithi094 ceph-mon[112176]: pgmap v11826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:30:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:36 smithi003 ceph-mon[96088]: pgmap v11826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:30:37.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:37.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:30:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:30:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:30:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:30:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1569M 2023-10-08T09:30:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:30:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:30:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:30:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:30:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:30:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:30:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:30:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1569M 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:30:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:30:38.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:38.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:38 smithi003 ceph-mon[96088]: 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-08T09:30:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:38 smithi094 ceph-mon[112176]: 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-08T09:30:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:39.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:39.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:39 smithi094 ceph-mon[112176]: 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-08T09:30:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:39 smithi003 ceph-mon[96088]: 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-08T09:30:40.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:40.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:41.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:41.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:42.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:42.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:42 smithi094 ceph-mon[112176]: 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-08T09:30:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:42 smithi003 ceph-mon[96088]: 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-08T09:30:43.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:43.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:44.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:44.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:44 smithi094 ceph-mon[112176]: pgmap v11830: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:44 smithi003 ceph-mon[96088]: pgmap v11830: 97 pgs: 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:45.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:45.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:46.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:46.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:46 smithi094 ceph-mon[112176]: pgmap v11831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:46 smithi003 ceph-mon[96088]: pgmap v11831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:47.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:47.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:48.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:48.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:48 smithi094 ceph-mon[112176]: 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-08T09:30:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:48 smithi003 ceph-mon[96088]: 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-08T09:30:49.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:49.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:49 smithi094 ceph-mon[112176]: 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-08T09:30:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:49 smithi003 ceph-mon[96088]: 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-08T09:30:50.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:50.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:51.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:51.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:52.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:52.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:52 smithi094 ceph-mon[112176]: 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-08T09:30:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:52 smithi003 ceph-mon[96088]: 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-08T09:30:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:53.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:53.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:54.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:54.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:54 smithi094 ceph-mon[112176]: pgmap v11835: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:54 smithi003 ceph-mon[96088]: pgmap v11835: 97 pgs: 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:55.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:55.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:56.639 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:56 smithi094 ceph-mon[112176]: pgmap v11836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:56.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:56.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:56 smithi003 ceph-mon[96088]: pgmap v11836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:57.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:57.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:58 smithi003 ceph-mon[96088]: 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-08T09:30:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:58 smithi094 ceph-mon[112176]: 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-08T09:30:58.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:58.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:59.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:30:59.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:30:59 smithi094 ceph-mon[112176]: 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-08T09:31:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:30:59 smithi003 ceph-mon[96088]: 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-08T09:31:00.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:00.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:01.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:01.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:02 smithi094 ceph-mon[112176]: 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-08T09:31:02.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:02.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:02 smithi003 ceph-mon[96088]: 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-08T09:31:03.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:03.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:04 smithi094 ceph-mon[112176]: pgmap v11840: 97 pgs: 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:04.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:04.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:04 smithi003 ceph-mon[96088]: pgmap v11840: 97 pgs: 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:05.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:05.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:06 smithi094 ceph-mon[112176]: pgmap v11841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:06.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:06.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:06 smithi003 ceph-mon[96088]: pgmap v11841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:07.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:07.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:08 smithi094 ceph-mon[112176]: 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-08T09:31:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:08.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:08.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:08 smithi003 ceph-mon[96088]: 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-08T09:31:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:09.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:09.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:09 smithi094 ceph-mon[112176]: 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-08T09:31:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:09 smithi003 ceph-mon[96088]: 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-08T09:31:10.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:10.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:11.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:11.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:12.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:12 smithi094 ceph-mon[112176]: 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-08T09:31:12.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:12.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:12 smithi003 ceph-mon[96088]: 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-08T09:31:13.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:13.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:14 smithi094 ceph-mon[112176]: pgmap v11845: 97 pgs: 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:14.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:14.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:14 smithi003 ceph-mon[96088]: pgmap v11845: 97 pgs: 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:15.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:15.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:16 smithi094 ceph-mon[112176]: pgmap v11846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:16.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:16.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:16 smithi003 ceph-mon[96088]: pgmap v11846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:17.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:17.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:18 smithi094 ceph-mon[112176]: 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-08T09:31:18.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:18.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:18 smithi003 ceph-mon[96088]: 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-08T09:31:19.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:19.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:19 smithi094 ceph-mon[112176]: 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-08T09:31:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:19 smithi003 ceph-mon[96088]: 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-08T09:31:20.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:20.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:21.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:21.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:22 smithi094 ceph-mon[112176]: 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-08T09:31:22.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:22.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:22 smithi003 ceph-mon[96088]: 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-08T09:31:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:23.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:23.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:24 smithi094 ceph-mon[112176]: pgmap v11850: 97 pgs: 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:24.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:24.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:24 smithi003 ceph-mon[96088]: pgmap v11850: 97 pgs: 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:25.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:25.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:26 smithi094 ceph-mon[112176]: pgmap v11851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:26.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:26.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:26 smithi003 ceph-mon[96088]: pgmap v11851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:27.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:27.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:28 smithi094 ceph-mon[112176]: 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-08T09:31:28.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:28.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:28 smithi003 ceph-mon[96088]: 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-08T09:31:29.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:29.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:29 smithi094 ceph-mon[112176]: 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-08T09:31:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:29 smithi003 ceph-mon[96088]: 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-08T09:31:30.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:30.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:31.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:31.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:32 smithi094 ceph-mon[112176]: 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-08T09:31:32.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:32.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:32 smithi003 ceph-mon[96088]: 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-08T09:31:33.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:33.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:34 smithi094 ceph-mon[112176]: pgmap v11855: 97 pgs: 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:34.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:34.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:34 smithi003 ceph-mon[96088]: pgmap v11855: 97 pgs: 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:35.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:35.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:36 smithi094 ceph-mon[112176]: pgmap v11856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:36 smithi003 ceph-mon[96088]: pgmap v11856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:36.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:36.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:31:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:31:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:31:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:31:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:31:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:31:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:31:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:31:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:31:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:31:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:31:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:31:37.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:37.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:38 smithi094 ceph-mon[112176]: 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-08T09:31:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:38.671 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:38 smithi003 ceph-mon[96088]: 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-08T09:31:38.671 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:38.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:38.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:39.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:39.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:39 smithi094 ceph-mon[112176]: 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-08T09:31:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:39 smithi003 ceph-mon[96088]: 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-08T09:31:40.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:40.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:41.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:41.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:42 smithi094 ceph-mon[112176]: 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-08T09:31:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:42 smithi003 ceph-mon[96088]: 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-08T09:31:42.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:42.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:43.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:43.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:44.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:44 smithi094 ceph-mon[112176]: pgmap v11860: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:44 smithi003 ceph-mon[96088]: pgmap v11860: 97 pgs: 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:44.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:44.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:45.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:45.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:46 smithi094 ceph-mon[112176]: pgmap v11861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:46 smithi003 ceph-mon[96088]: pgmap v11861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:46.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:46.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:47.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:47.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:48 smithi094 ceph-mon[112176]: 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-08T09:31:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:48 smithi003 ceph-mon[96088]: 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-08T09:31:48.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:48.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:49.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:49.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:49 smithi094 ceph-mon[112176]: 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-08T09:31:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:49 smithi003 ceph-mon[96088]: 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-08T09:31:50.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:50.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:51.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:51.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:52 smithi094 ceph-mon[112176]: 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-08T09:31:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:52 smithi003 ceph-mon[96088]: 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-08T09:31:52.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:52.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:53.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:53.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:54 smithi094 ceph-mon[112176]: pgmap v11865: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:54 smithi003 ceph-mon[96088]: pgmap v11865: 97 pgs: 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:54.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:54.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:55.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:55.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:56 smithi094 ceph-mon[112176]: pgmap v11866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:56 smithi003 ceph-mon[96088]: pgmap v11866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:56.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:56.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:57.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:57.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:58 smithi094 ceph-mon[112176]: 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-08T09:31:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:58 smithi003 ceph-mon[96088]: 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-08T09:31:58.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:58.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:59.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:31:59.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:31:59 smithi094 ceph-mon[112176]: 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-08T09:32:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:31:59 smithi003 ceph-mon[96088]: 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-08T09:32:00.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:00.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:01.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:01.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:02 smithi094 ceph-mon[112176]: 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-08T09:32:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:02 smithi003 ceph-mon[96088]: 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-08T09:32:02.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:02.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:03.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:03.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:04 smithi094 ceph-mon[112176]: pgmap v11870: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:04 smithi003 ceph-mon[96088]: pgmap v11870: 97 pgs: 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:04.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:04.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:05.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:05.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:06 smithi094 ceph-mon[112176]: pgmap v11871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:06 smithi003 ceph-mon[96088]: pgmap v11871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:06.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:06.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:07.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:07.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:08 smithi094 ceph-mon[112176]: 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-08T09:32:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:08 smithi003 ceph-mon[96088]: 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-08T09:32:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:08.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:08.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:09.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:09.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:09 smithi094 ceph-mon[112176]: 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-08T09:32:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:09 smithi003 ceph-mon[96088]: 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-08T09:32:10.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:10.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:11.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:11.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:12 smithi094 ceph-mon[112176]: 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-08T09:32:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:12 smithi003 ceph-mon[96088]: 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-08T09:32:12.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:12.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:13.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:13.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:14 smithi094 ceph-mon[112176]: pgmap v11875: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:14 smithi003 ceph-mon[96088]: pgmap v11875: 97 pgs: 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:14.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:14.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:15.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:15.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:16 smithi094 ceph-mon[112176]: pgmap v11876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:16 smithi003 ceph-mon[96088]: pgmap v11876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:16.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:16.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:17.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:17.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:18 smithi094 ceph-mon[112176]: 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-08T09:32:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:18 smithi003 ceph-mon[96088]: 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-08T09:32:18.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:18.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:19.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:19.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:19 smithi094 ceph-mon[112176]: 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-08T09:32:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:19 smithi003 ceph-mon[96088]: 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-08T09:32:20.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:20.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:21.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:21.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:22 smithi094 ceph-mon[112176]: 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-08T09:32:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:22 smithi003 ceph-mon[96088]: 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-08T09:32:22.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:22.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:23.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:23.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:24 smithi003 ceph-mon[96088]: pgmap v11880: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:24 smithi094 ceph-mon[112176]: pgmap v11880: 97 pgs: 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:24.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:24.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:25.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:25.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:26 smithi094 ceph-mon[112176]: pgmap v11881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:26 smithi003 ceph-mon[96088]: pgmap v11881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:26.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:26.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:27.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:27.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:28 smithi094 ceph-mon[112176]: 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-08T09:32:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:28 smithi003 ceph-mon[96088]: 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-08T09:32:28.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:28.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:29.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:29.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:29 smithi094 ceph-mon[112176]: 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-08T09:32:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:29 smithi003 ceph-mon[96088]: 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-08T09:32:30.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:30.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:31.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:31.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:32.642 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:32 smithi094 ceph-mon[112176]: 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-08T09:32:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:32 smithi003 ceph-mon[96088]: 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-08T09:32:32.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:32.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:33.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:33.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:34 smithi094 ceph-mon[112176]: pgmap v11885: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:34 smithi003 ceph-mon[96088]: pgmap v11885: 97 pgs: 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:34.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:34.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:35.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:35.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:36 smithi094 ceph-mon[112176]: pgmap v11886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:36 smithi003 ceph-mon[96088]: pgmap v11886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:36.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:36.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:32:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:32:37.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:37.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:38 smithi094 ceph-mon[112176]: 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-08T09:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:32:38.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:32:38.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:38 smithi003 ceph-mon[96088]: 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-08T09:32:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:32:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:32:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:32:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:32:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:32:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:38.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:38.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:39.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:39.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:39 smithi094 ceph-mon[112176]: 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-08T09:32:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:39 smithi003 ceph-mon[96088]: 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-08T09:32:40.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:40.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:41.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:41.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:42 smithi094 ceph-mon[112176]: 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-08T09:32:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:42 smithi003 ceph-mon[96088]: 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-08T09:32:42.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:42.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:43.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:43.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:44 smithi094 ceph-mon[112176]: pgmap v11890: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:44 smithi003 ceph-mon[96088]: pgmap v11890: 97 pgs: 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:44.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:44.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:45.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:45.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:46 smithi094 ceph-mon[112176]: pgmap v11891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:46 smithi003 ceph-mon[96088]: pgmap v11891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:46.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:46.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:47.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:47.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:48 smithi094 ceph-mon[112176]: 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-08T09:32:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:48 smithi003 ceph-mon[96088]: 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-08T09:32:48.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:48.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:49.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:49.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:49 smithi094 ceph-mon[112176]: 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-08T09:32:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:49 smithi003 ceph-mon[96088]: 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-08T09:32:50.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:50.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:51.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:51.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:52 smithi094 ceph-mon[112176]: 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-08T09:32:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:52 smithi003 ceph-mon[96088]: 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-08T09:32:52.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:52.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:53.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:53.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:54 smithi094 ceph-mon[112176]: pgmap v11895: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:54 smithi003 ceph-mon[96088]: pgmap v11895: 97 pgs: 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:54.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:54.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:55.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:55.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:56 smithi094 ceph-mon[112176]: pgmap v11896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:56 smithi003 ceph-mon[96088]: pgmap v11896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:56.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:56.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:57.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:57.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:58 smithi094 ceph-mon[112176]: 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-08T09:32:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:58 smithi003 ceph-mon[96088]: 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-08T09:32:58.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:58.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:59.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:32:59.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:32:59 smithi003 ceph-mon[96088]: 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-08T09:33:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:32:59 smithi094 ceph-mon[112176]: 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-08T09:33:00.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:00.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:01.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:01.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:02 smithi094 ceph-mon[112176]: 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-08T09:33:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:02 smithi003 ceph-mon[96088]: 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-08T09:33:02.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:02.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:03.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:03.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:04.645 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:04 smithi003 ceph-mon[96088]: pgmap v11900: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:04 smithi094 ceph-mon[112176]: pgmap v11900: 97 pgs: 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:04.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:04.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:05.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:05.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:06 smithi094 ceph-mon[112176]: pgmap v11901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:06 smithi003 ceph-mon[96088]: pgmap v11901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:06.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:06.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:07.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:07.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:08 smithi094 ceph-mon[112176]: 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-08T09:33:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:08 smithi003 ceph-mon[96088]: 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-08T09:33:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:08.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:08.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:09.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:09.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:09 smithi003 ceph-mon[96088]: 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-08T09:33:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:09 smithi094 ceph-mon[112176]: 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-08T09:33:10.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:10.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:11.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:11.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:12 smithi094 ceph-mon[112176]: 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-08T09:33:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:12 smithi003 ceph-mon[96088]: 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-08T09:33:12.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:12.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:13.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:13.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:14 smithi094 ceph-mon[112176]: pgmap v11905: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:14 smithi003 ceph-mon[96088]: pgmap v11905: 97 pgs: 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:14.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:14.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:15.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:15.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:16 smithi094 ceph-mon[112176]: pgmap v11906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:16 smithi003 ceph-mon[96088]: pgmap v11906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:16.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:16.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:17.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:17.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:18 smithi094 ceph-mon[112176]: 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-08T09:33:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:18 smithi003 ceph-mon[96088]: 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-08T09:33:18.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:18.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:19.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:19.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:19 smithi094 ceph-mon[112176]: 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-08T09:33:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:19 smithi003 ceph-mon[96088]: 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-08T09:33:20.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:20.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:21.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:21.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:22 smithi094 ceph-mon[112176]: 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-08T09:33:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:22 smithi003 ceph-mon[96088]: 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-08T09:33:22.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:22.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:23.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:23.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:24 smithi094 ceph-mon[112176]: pgmap v11910: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:24 smithi003 ceph-mon[96088]: pgmap v11910: 97 pgs: 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:24.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:24.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:25.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:25.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:26 smithi094 ceph-mon[112176]: pgmap v11911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:26 smithi003 ceph-mon[96088]: pgmap v11911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:26.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:26.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:27.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:27.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:28 smithi094 ceph-mon[112176]: 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-08T09:33:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:28 smithi003 ceph-mon[96088]: 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-08T09:33:28.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:28.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:29.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:29.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:29 smithi094 ceph-mon[112176]: 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-08T09:33:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:29 smithi003 ceph-mon[96088]: 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-08T09:33:30.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:30.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:31.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:31.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:32 smithi094 ceph-mon[112176]: 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-08T09:33:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:32 smithi003 ceph-mon[96088]: 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-08T09:33:32.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:32.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:33.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:33.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:34 smithi094 ceph-mon[112176]: pgmap v11915: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:34 smithi003 ceph-mon[96088]: pgmap v11915: 97 pgs: 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:34.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:34.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:35.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:35.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:36 smithi094 ceph-mon[112176]: pgmap v11916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:36 smithi003 ceph-mon[96088]: pgmap v11916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:36.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:36.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:37.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:37.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:38 smithi094 ceph-mon[112176]: 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-08T09:33:38.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:33:38.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:38 smithi003 ceph-mon[96088]: 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-08T09:33:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:33:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:38.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:38.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:39.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:39.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:40.045 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:39 smithi003 ceph-mon[96088]: 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-08T09:33:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:39 smithi094 ceph-mon[112176]: 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-08T09:33:40.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:40.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:41.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:41.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:33:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:33:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:33:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:33:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:33:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:33:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:33:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:41 smithi003 ceph-mon[96088]: 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-08T09:33:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:33:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:33:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:33:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:33:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:33:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:33:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:33:42.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:41 smithi094 ceph-mon[112176]: 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-08T09:33:42.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:42.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:43.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:43.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:44 smithi094 ceph-mon[112176]: pgmap v11920: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:44 smithi003 ceph-mon[96088]: pgmap v11920: 97 pgs: 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:44.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:44.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:45.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:45.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:46 smithi094 ceph-mon[112176]: pgmap v11921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:46 smithi003 ceph-mon[96088]: pgmap v11921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:46.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:46.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:47.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:47.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:48 smithi094 ceph-mon[112176]: 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-08T09:33:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:48 smithi003 ceph-mon[96088]: 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-08T09:33:48.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:48.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:49.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:49.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:50.162 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:49 smithi003 ceph-mon[96088]: 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-08T09:33:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:49 smithi094 ceph-mon[112176]: 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-08T09:33:50.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:50.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:51.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:51.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:52 smithi094 ceph-mon[112176]: 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-08T09:33:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:52 smithi003 ceph-mon[96088]: 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-08T09:33:52.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:52.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:53.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:53.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:54 smithi094 ceph-mon[112176]: pgmap v11925: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:54 smithi003 ceph-mon[96088]: pgmap v11925: 97 pgs: 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:54.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:54.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:55.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:55.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:56 smithi094 ceph-mon[112176]: pgmap v11926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:56 smithi003 ceph-mon[96088]: pgmap v11926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:56.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:56.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:57.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:57.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:58 smithi094 ceph-mon[112176]: 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-08T09:33:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:58 smithi003 ceph-mon[96088]: 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-08T09:33:58.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:58.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:59.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:33:59.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:33:59 smithi094 ceph-mon[112176]: 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-08T09:34:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:33:59 smithi003 ceph-mon[96088]: 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-08T09:34:00.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:00.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:01.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:01.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:02.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:02 smithi094 ceph-mon[112176]: 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-08T09:34:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:02 smithi003 ceph-mon[96088]: 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-08T09:34:02.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:02.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:03.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:03.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:04 smithi094 ceph-mon[112176]: pgmap v11930: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:04 smithi003 ceph-mon[96088]: pgmap v11930: 97 pgs: 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:04.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:04.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:05.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:05.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:06 smithi094 ceph-mon[112176]: pgmap v11931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:06 smithi003 ceph-mon[96088]: pgmap v11931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:06.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:06.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:07.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:07.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:08.636 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:08 smithi094 ceph-mon[112176]: 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-08T09:34:08.636 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:08 smithi003 ceph-mon[96088]: 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-08T09:34:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:08.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:08.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:09.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:09.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:09 smithi094 ceph-mon[112176]: 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-08T09:34:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:09 smithi003 ceph-mon[96088]: 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-08T09:34:10.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:10.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:11.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:11.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:12 smithi094 ceph-mon[112176]: 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-08T09:34:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:12 smithi003 ceph-mon[96088]: 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-08T09:34:12.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:12.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:13.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:13.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:14 smithi094 ceph-mon[112176]: pgmap v11935: 97 pgs: 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:14.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:14 smithi003 ceph-mon[96088]: pgmap v11935: 97 pgs: 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:15.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:15.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:16.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:16.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:16 smithi094 ceph-mon[112176]: pgmap v11936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:16 smithi003 ceph-mon[96088]: pgmap v11936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:17.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:17.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:18.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:18.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:18 smithi094 ceph-mon[112176]: 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-08T09:34:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:18 smithi003 ceph-mon[96088]: 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-08T09:34:19.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:19.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:20.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:20.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:19 smithi094 ceph-mon[112176]: 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-08T09:34:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:19 smithi003 ceph-mon[96088]: 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-08T09:34:21.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:21.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:22.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:22.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:22 smithi094 ceph-mon[112176]: 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-08T09:34:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:22 smithi003 ceph-mon[96088]: 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-08T09:34:23.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:23.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:24.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:24.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:24 smithi094 ceph-mon[112176]: pgmap v11940: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:24 smithi003 ceph-mon[96088]: pgmap v11940: 97 pgs: 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:25.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:25.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:26.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:26.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:26 smithi094 ceph-mon[112176]: pgmap v11941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:26 smithi003 ceph-mon[96088]: pgmap v11941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:27.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:27.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:28.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:28.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:28 smithi094 ceph-mon[112176]: 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-08T09:34:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:28 smithi003 ceph-mon[96088]: 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-08T09:34:29.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:29.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:30.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:30.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:29 smithi094 ceph-mon[112176]: 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-08T09:34:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:29 smithi003 ceph-mon[96088]: 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-08T09:34:31.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:31.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:32.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:32.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:32 smithi094 ceph-mon[112176]: 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-08T09:34:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:32 smithi003 ceph-mon[96088]: 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-08T09:34:33.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:33.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:34.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:34.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:34 smithi094 ceph-mon[112176]: pgmap v11945: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:34 smithi003 ceph-mon[96088]: pgmap v11945: 97 pgs: 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:35.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:35.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:36.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:36.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:36 smithi094 ceph-mon[112176]: pgmap v11946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:36 smithi003 ceph-mon[96088]: pgmap v11946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:37.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:37.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:38.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:38.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:38 smithi094 ceph-mon[112176]: 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-08T09:34:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:38 smithi003 ceph-mon[96088]: 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-08T09:34:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:39.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:39.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:40.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:40.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:39 smithi094 ceph-mon[112176]: 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-08T09:34:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:39 smithi003 ceph-mon[96088]: 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-08T09:34:41.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:41.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:34:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:34:42.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:42.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:42 smithi094 ceph-mon[112176]: 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-08T09:34:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:34:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:34:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:34:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:34:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:34:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:42 smithi003 ceph-mon[96088]: 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-08T09:34:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:34:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:34:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:34:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:34:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:34:43.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:43.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:44.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:44.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:44 smithi094 ceph-mon[112176]: pgmap v11950: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:44 smithi003 ceph-mon[96088]: pgmap v11950: 97 pgs: 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:45.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:45.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:46.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:46.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:46 smithi094 ceph-mon[112176]: pgmap v11951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:46 smithi003 ceph-mon[96088]: pgmap v11951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:47.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:47.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:48.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:48.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:48 smithi094 ceph-mon[112176]: 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-08T09:34:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:48 smithi003 ceph-mon[96088]: 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-08T09:34:49.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:49.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:50.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:50.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:49 smithi094 ceph-mon[112176]: 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-08T09:34:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:49 smithi003 ceph-mon[96088]: 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-08T09:34:51.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:51.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:52.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:52.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:52 smithi094 ceph-mon[112176]: 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-08T09:34:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:52 smithi003 ceph-mon[96088]: 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-08T09:34:53.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:53.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:54.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:54.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:54 smithi094 ceph-mon[112176]: pgmap v11955: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:54 smithi003 ceph-mon[96088]: pgmap v11955: 97 pgs: 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:55.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:55.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:56.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:56.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:56 smithi094 ceph-mon[112176]: pgmap v11956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:56 smithi003 ceph-mon[96088]: pgmap v11956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:57.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:57.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:58.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:58.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:58 smithi094 ceph-mon[112176]: 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-08T09:34:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:58 smithi003 ceph-mon[96088]: 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-08T09:34:59.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:34:59.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:00.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:00.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:34:59 smithi094 ceph-mon[112176]: 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-08T09:35:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:34:59 smithi003 ceph-mon[96088]: 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-08T09:35:01.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:01.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:02.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:02.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:02 smithi094 ceph-mon[112176]: 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-08T09:35:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:02 smithi003 ceph-mon[96088]: 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-08T09:35:03.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:03.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:04.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:04.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:04 smithi094 ceph-mon[112176]: pgmap v11960: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:04 smithi003 ceph-mon[96088]: pgmap v11960: 97 pgs: 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:05.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:05.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:06.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:06.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:06 smithi094 ceph-mon[112176]: pgmap v11961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:06 smithi003 ceph-mon[96088]: pgmap v11961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:07.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:07.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:08.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:08.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:08 smithi094 ceph-mon[112176]: 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-08T09:35:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:08 smithi003 ceph-mon[96088]: 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-08T09:35:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:09.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:09.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:10.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:10.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:09 smithi094 ceph-mon[112176]: 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-08T09:35:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:09 smithi003 ceph-mon[96088]: 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-08T09:35:11.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:11.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:12.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:12.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:12 smithi094 ceph-mon[112176]: 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-08T09:35:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:12 smithi003 ceph-mon[96088]: 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-08T09:35:13.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:13.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:14.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:14.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:14 smithi094 ceph-mon[112176]: pgmap v11965: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:14 smithi003 ceph-mon[96088]: pgmap v11965: 97 pgs: 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:15.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:15.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:16.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:16.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:16 smithi094 ceph-mon[112176]: pgmap v11966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:16 smithi003 ceph-mon[96088]: pgmap v11966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:17.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:17.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:18.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:18.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:18 smithi094 ceph-mon[112176]: 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-08T09:35:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:18 smithi003 ceph-mon[96088]: 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-08T09:35:19.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:19.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:20.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:20.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:19 smithi094 ceph-mon[112176]: 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-08T09:35:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:19 smithi003 ceph-mon[96088]: 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-08T09:35:21.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:21.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:22.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:22.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:22 smithi094 ceph-mon[112176]: 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-08T09:35:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:22 smithi003 ceph-mon[96088]: 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-08T09:35:23.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:23.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:24.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:24.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:24 smithi094 ceph-mon[112176]: pgmap v11970: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:24 smithi003 ceph-mon[96088]: pgmap v11970: 97 pgs: 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:25.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:25.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:26.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:26.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:26 smithi094 ceph-mon[112176]: pgmap v11971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:26 smithi003 ceph-mon[96088]: pgmap v11971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:27.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:27.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:28.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:28.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:28 smithi003 ceph-mon[96088]: 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-08T09:35:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:28 smithi094 ceph-mon[112176]: 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-08T09:35:29.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:29.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:30.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:30.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:29 smithi094 ceph-mon[112176]: 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-08T09:35:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:29 smithi003 ceph-mon[96088]: 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-08T09:35:31.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:31.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:32.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:32.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:32 smithi094 ceph-mon[112176]: 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-08T09:35:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:32 smithi003 ceph-mon[96088]: 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-08T09:35:33.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:33.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:34.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:34.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:34 smithi094 ceph-mon[112176]: pgmap v11975: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:34 smithi003 ceph-mon[96088]: pgmap v11975: 97 pgs: 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:35.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:35.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:36.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:36.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:36 smithi094 ceph-mon[112176]: pgmap v11976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:36 smithi003 ceph-mon[96088]: pgmap v11976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:37.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:37.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:38.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:38.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:38 smithi094 ceph-mon[112176]: 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-08T09:35:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:38 smithi003 ceph-mon[96088]: 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-08T09:35:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:39.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:39.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:39 smithi094 ceph-mon[112176]: 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-08T09:35:40.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:40.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:39 smithi003 ceph-mon[96088]: 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-08T09:35:41.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:41.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:42.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:42.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:42 smithi094 ceph-mon[112176]: 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-08T09:35:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:35:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:42 smithi003 ceph-mon[96088]: 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-08T09:35:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:35:43.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:43.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:44.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:44.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:44 smithi094 ceph-mon[112176]: pgmap v11980: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:44 smithi003 ceph-mon[96088]: pgmap v11980: 97 pgs: 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:45.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:45.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:46.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:46.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:46 smithi094 ceph-mon[112176]: pgmap v11981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:46 smithi003 ceph-mon[96088]: pgmap v11981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:47.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:47.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:48.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:48.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:35:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:35:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:35:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:35:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:35:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:35:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:35:48.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:47 smithi094 ceph-mon[112176]: 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-08T09:35:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:35:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:35:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:35:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:35:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:35:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:35:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:35:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:47 smithi003 ceph-mon[96088]: 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-08T09:35:49.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:49.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:50.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:50.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:49 smithi094 ceph-mon[112176]: 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-08T09:35:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:49 smithi003 ceph-mon[96088]: 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-08T09:35:51.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:51.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:52.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:52.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:52 smithi094 ceph-mon[112176]: 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-08T09:35:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:52 smithi003 ceph-mon[96088]: 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-08T09:35:53.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:53.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:54.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:54.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:54.741 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:54 smithi003 ceph-mon[96088]: pgmap v11985: 97 pgs: 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:54.744 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:54 smithi094 ceph-mon[112176]: pgmap v11985: 97 pgs: 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:55.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:55.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:56.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:56.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:56 smithi003 ceph-mon[96088]: pgmap v11986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:56 smithi094 ceph-mon[112176]: pgmap v11986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:57.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:57.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:58.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:58.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:58 smithi003 ceph-mon[96088]: 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-08T09:35:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:58 smithi094 ceph-mon[112176]: 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-08T09:35:59.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:35:59.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:35:59 smithi094 ceph-mon[112176]: 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-08T09:36:00.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:00.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:35:59 smithi003 ceph-mon[96088]: 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-08T09:36:01.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:01.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:02.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:02.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:02 smithi094 ceph-mon[112176]: 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-08T09:36:03.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:02 smithi003 ceph-mon[96088]: 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-08T09:36:03.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:03.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:04.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:04.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:04 smithi003 ceph-mon[96088]: pgmap v11990: 97 pgs: 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:04.849 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:04 smithi094 ceph-mon[112176]: pgmap v11990: 97 pgs: 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:05.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:05.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:06.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:06.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:06.711 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:06 smithi003 ceph-mon[96088]: pgmap v11991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:06 smithi094 ceph-mon[112176]: pgmap v11991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:07.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:07.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:08.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:08.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:08 smithi003 ceph-mon[96088]: 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-08T09:36:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:08 smithi094 ceph-mon[112176]: 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-08T09:36:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:09.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:09.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:09 smithi094 ceph-mon[112176]: 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-08T09:36:10.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:10.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:09 smithi003 ceph-mon[96088]: 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-08T09:36:11.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:11.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:12.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:12.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:12 smithi003 ceph-mon[96088]: 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-08T09:36:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:12 smithi094 ceph-mon[112176]: 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-08T09:36:13.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:13.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:14.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:14.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:14 smithi003 ceph-mon[96088]: pgmap v11995: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:14 smithi094 ceph-mon[112176]: pgmap v11995: 97 pgs: 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:15.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:15.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:16.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:16.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:16 smithi003 ceph-mon[96088]: pgmap v11996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:16 smithi094 ceph-mon[112176]: pgmap v11996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:17.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:17.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:18.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:18.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:18 smithi003 ceph-mon[96088]: 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-08T09:36:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:18 smithi094 ceph-mon[112176]: 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-08T09:36:19.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:19.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:19 smithi094 ceph-mon[112176]: 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-08T09:36:20.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:20.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:19 smithi003 ceph-mon[96088]: 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-08T09:36:21.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:21.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:22.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:22.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:22 smithi003 ceph-mon[96088]: 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-08T09:36:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:22 smithi094 ceph-mon[112176]: 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-08T09:36:23.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:23.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:24.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:24.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:24 smithi003 ceph-mon[96088]: pgmap v12000: 97 pgs: 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:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:24 smithi094 ceph-mon[112176]: pgmap v12000: 97 pgs: 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:25.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:25.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:26.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:26.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:26 smithi003 ceph-mon[96088]: pgmap v12001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:26 smithi094 ceph-mon[112176]: pgmap v12001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:27.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:27.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:28.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:28.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:28 smithi003 ceph-mon[96088]: 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-08T09:36:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:28 smithi094 ceph-mon[112176]: 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-08T09:36:29.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:29.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:30.113 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:29 smithi094 ceph-mon[112176]: 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-08T09:36:30.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:30.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:29 smithi003 ceph-mon[96088]: 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-08T09:36:31.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:31.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:32.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:32.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:32 smithi003 ceph-mon[96088]: 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-08T09:36:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:32 smithi094 ceph-mon[112176]: 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-08T09:36:33.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:33.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:34.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:34.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:34 smithi003 ceph-mon[96088]: pgmap v12005: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:34 smithi094 ceph-mon[112176]: pgmap v12005: 97 pgs: 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:35.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:35.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:36.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:36.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:36 smithi003 ceph-mon[96088]: pgmap v12006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:36 smithi094 ceph-mon[112176]: pgmap v12006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:37.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:37.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:38.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:38.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:38 smithi003 ceph-mon[96088]: 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-08T09:36:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:38 smithi094 ceph-mon[112176]: 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-08T09:36:38.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:39.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:39.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:39 smithi094 ceph-mon[112176]: 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-08T09:36:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:39 smithi003 ceph-mon[96088]: 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-08T09:36:40.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:40.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:41.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:41.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:42.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:42.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:42 smithi003 ceph-mon[96088]: 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-08T09:36:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:42 smithi094 ceph-mon[112176]: 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-08T09:36:43.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:43.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:44.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:44.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:44 smithi003 ceph-mon[96088]: pgmap v12010: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:44 smithi094 ceph-mon[112176]: pgmap v12010: 97 pgs: 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:45.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:45.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:46.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:46.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:46 smithi003 ceph-mon[96088]: pgmap v12011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:46 smithi094 ceph-mon[112176]: pgmap v12011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:47.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:47.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:48.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:48.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: 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-08T09:36:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:36:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:36:48.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:36:48.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:36:48.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:36:48.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:36:48.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:36:48.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:36:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: 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-08T09:36:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:36:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:36:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:36:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:36:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:36:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:36:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:36:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:36:49.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:49.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:49 smithi094 ceph-mon[112176]: 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-08T09:36:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:49 smithi003 ceph-mon[96088]: 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-08T09:36:50.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:50.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:51.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:51.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:52.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:52.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:52 smithi003 ceph-mon[96088]: 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-08T09:36:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:52 smithi094 ceph-mon[112176]: 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-08T09:36:53.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:53.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:54.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:54.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:54 smithi003 ceph-mon[96088]: pgmap v12015: 97 pgs: 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:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:54 smithi094 ceph-mon[112176]: pgmap v12015: 97 pgs: 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:55.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:55.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:56.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:56.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:56 smithi003 ceph-mon[96088]: pgmap v12016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:56 smithi094 ceph-mon[112176]: pgmap v12016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:57.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:57.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:58.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:58.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:58 smithi003 ceph-mon[96088]: 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-08T09:36:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:58 smithi094 ceph-mon[112176]: 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-08T09:36:59.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:36:59.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:36:59 smithi094 ceph-mon[112176]: 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-08T09:37:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:36:59 smithi003 ceph-mon[96088]: 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-08T09:37:00.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:00.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:01.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:01.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:02.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:02.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:02 smithi003 ceph-mon[96088]: 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-08T09:37:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:02 smithi094 ceph-mon[112176]: 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-08T09:37:03.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:03.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:04.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:04.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:04 smithi003 ceph-mon[96088]: pgmap v12020: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:04 smithi094 ceph-mon[112176]: pgmap v12020: 97 pgs: 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:05.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:05.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:06.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:06.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:06 smithi003 ceph-mon[96088]: pgmap v12021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:06 smithi094 ceph-mon[112176]: pgmap v12021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:07.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:07.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:08.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:08.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:08 smithi003 ceph-mon[96088]: 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-08T09:37:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:08 smithi094 ceph-mon[112176]: 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-08T09:37:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:09.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:09.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:09 smithi094 ceph-mon[112176]: 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-08T09:37:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:09 smithi003 ceph-mon[96088]: 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-08T09:37:10.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:10.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:11.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:11.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:12.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:12.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:12 smithi003 ceph-mon[96088]: 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-08T09:37:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:12 smithi094 ceph-mon[112176]: 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-08T09:37:13.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:13.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:14.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:14.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:14 smithi003 ceph-mon[96088]: pgmap v12025: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:14 smithi094 ceph-mon[112176]: pgmap v12025: 97 pgs: 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:15.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:15.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:16.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:16.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:16 smithi003 ceph-mon[96088]: pgmap v12026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:16 smithi094 ceph-mon[112176]: pgmap v12026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:17.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:17.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:18.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:18.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:18 smithi003 ceph-mon[96088]: 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-08T09:37:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:18 smithi094 ceph-mon[112176]: 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-08T09:37:19.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:19.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:19 smithi094 ceph-mon[112176]: 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-08T09:37:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:19 smithi003 ceph-mon[96088]: 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-08T09:37:20.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:20.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:21.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:21.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:22.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:22.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:22 smithi003 ceph-mon[96088]: 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-08T09:37:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:22 smithi094 ceph-mon[112176]: 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-08T09:37:23.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:23.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:24.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:24.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:24 smithi003 ceph-mon[96088]: pgmap v12030: 97 pgs: 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:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:24 smithi094 ceph-mon[112176]: pgmap v12030: 97 pgs: 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:25.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:25.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:26.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:26.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:26 smithi003 ceph-mon[96088]: pgmap v12031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:26 smithi094 ceph-mon[112176]: pgmap v12031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:27.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:27.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:28.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:28.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:28 smithi003 ceph-mon[96088]: 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-08T09:37:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:28 smithi094 ceph-mon[112176]: 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-08T09:37:29.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:29.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:29 smithi094 ceph-mon[112176]: 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-08T09:37:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:29 smithi003 ceph-mon[96088]: 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-08T09:37:30.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:30.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:31.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:31.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:32.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:32.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:32 smithi003 ceph-mon[96088]: 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-08T09:37:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:32 smithi094 ceph-mon[112176]: 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-08T09:37:33.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:33.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:34.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:34.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:34 smithi003 ceph-mon[96088]: pgmap v12035: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:34 smithi094 ceph-mon[112176]: pgmap v12035: 97 pgs: 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:35.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:35.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:36.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:36.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:36 smithi003 ceph-mon[96088]: pgmap v12036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:36 smithi094 ceph-mon[112176]: pgmap v12036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:37.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:37.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:38.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:38.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:38 smithi003 ceph-mon[96088]: 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-08T09:37:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:38 smithi094 ceph-mon[112176]: 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-08T09:37:38.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:39.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:39.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:39 smithi094 ceph-mon[112176]: 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-08T09:37:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:39 smithi003 ceph-mon[96088]: 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-08T09:37:40.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:40.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:41.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:41.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:42.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:42.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:42 smithi003 ceph-mon[96088]: 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-08T09:37:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:42 smithi094 ceph-mon[112176]: 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-08T09:37:43.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:43.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:44.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:44.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:44 smithi003 ceph-mon[96088]: pgmap v12040: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:44 smithi094 ceph-mon[112176]: pgmap v12040: 97 pgs: 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:45.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:45.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:46.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:46.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:46 smithi003 ceph-mon[96088]: pgmap v12041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:46 smithi094 ceph-mon[112176]: pgmap v12041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:47.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:47.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:48.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:48.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:48 smithi003 ceph-mon[96088]: 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-08T09:37:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:37:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:48 smithi094 ceph-mon[112176]: 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-08T09:37:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:37:49.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:49.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:37:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:37:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:37:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:37:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:37:50.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:49 smithi094 ceph-mon[112176]: 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-08T09:37:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:37:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:37:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:37:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:37:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:37:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:49 smithi003 ceph-mon[96088]: 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-08T09:37:50.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:50.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:51.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:51.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:52.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:52.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:52 smithi003 ceph-mon[96088]: 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-08T09:37:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:52 smithi094 ceph-mon[112176]: 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-08T09:37:53.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:53.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:54.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:54.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:54.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:54 smithi003 ceph-mon[96088]: pgmap v12045: 97 pgs: 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:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:54 smithi094 ceph-mon[112176]: pgmap v12045: 97 pgs: 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:55.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:55.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:56.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:56.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:56 smithi003 ceph-mon[96088]: pgmap v12046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:56 smithi094 ceph-mon[112176]: pgmap v12046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:57.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:57.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:58.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:58.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:58 smithi003 ceph-mon[96088]: 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-08T09:37:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:58 smithi094 ceph-mon[112176]: 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-08T09:37:59.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:37:59.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:37:59 smithi094 ceph-mon[112176]: 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-08T09:38:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:37:59 smithi003 ceph-mon[96088]: 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-08T09:38:00.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:00.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:01.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:01.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:02.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:02.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:02 smithi003 ceph-mon[96088]: 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-08T09:38:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:02 smithi094 ceph-mon[112176]: 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-08T09:38:03.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:03.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:04.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:04.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:04 smithi003 ceph-mon[96088]: pgmap v12050: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:04 smithi094 ceph-mon[112176]: pgmap v12050: 97 pgs: 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:05.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:05.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:06.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:06.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:06 smithi003 ceph-mon[96088]: pgmap v12051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:06 smithi094 ceph-mon[112176]: pgmap v12051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:07.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:07.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:08.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:08.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:08 smithi003 ceph-mon[96088]: 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-08T09:38:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:08 smithi094 ceph-mon[112176]: 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-08T09:38:08.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:09.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:09.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:09 smithi094 ceph-mon[112176]: 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-08T09:38:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:09 smithi003 ceph-mon[96088]: 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-08T09:38:10.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:10.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:11.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:11.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:12.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:12.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:12 smithi003 ceph-mon[96088]: 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-08T09:38:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:12 smithi094 ceph-mon[112176]: 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-08T09:38:13.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:13.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:14.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:14.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:14 smithi003 ceph-mon[96088]: pgmap v12055: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:14 smithi094 ceph-mon[112176]: pgmap v12055: 97 pgs: 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:15.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:15.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:16.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:16.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:16 smithi094 ceph-mon[112176]: pgmap v12056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:16 smithi003 ceph-mon[96088]: pgmap v12056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:17.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:17.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:18.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:18.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:18 smithi003 ceph-mon[96088]: 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-08T09:38:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:18 smithi094 ceph-mon[112176]: 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-08T09:38:19.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:19.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:19 smithi094 ceph-mon[112176]: 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-08T09:38:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:19 smithi003 ceph-mon[96088]: 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-08T09:38:20.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:20.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:21.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:21.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:22.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:22.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:22 smithi003 ceph-mon[96088]: 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-08T09:38:22.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:22 smithi094 ceph-mon[112176]: 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-08T09:38:23.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:23.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:24.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:24.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:24 smithi003 ceph-mon[96088]: pgmap v12060: 97 pgs: 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:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:24 smithi094 ceph-mon[112176]: pgmap v12060: 97 pgs: 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:25.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:25.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:26.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:26.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:26 smithi094 ceph-mon[112176]: pgmap v12061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:26 smithi003 ceph-mon[96088]: pgmap v12061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:27.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:27.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:28.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:28.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:28 smithi003 ceph-mon[96088]: 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-08T09:38:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:28 smithi094 ceph-mon[112176]: 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-08T09:38:29.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:29.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:29 smithi094 ceph-mon[112176]: 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-08T09:38:30.180 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:29 smithi003 ceph-mon[96088]: 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-08T09:38:30.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:30.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:31.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:31.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:32.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:32.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:32 smithi003 ceph-mon[96088]: 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-08T09:38:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:32 smithi094 ceph-mon[112176]: 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-08T09:38:33.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:33.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:34.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:34.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:34 smithi003 ceph-mon[96088]: pgmap v12065: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:34 smithi094 ceph-mon[112176]: pgmap v12065: 97 pgs: 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:35.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:35.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:36.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:36.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:36 smithi003 ceph-mon[96088]: pgmap v12066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:36 smithi094 ceph-mon[112176]: pgmap v12066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:37.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:37.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:38.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:38.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:38 smithi003 ceph-mon[96088]: 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-08T09:38:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:38 smithi094 ceph-mon[112176]: 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-08T09:38:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:39.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:39.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:39 smithi094 ceph-mon[112176]: 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-08T09:38:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:39 smithi003 ceph-mon[96088]: 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-08T09:38:40.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:40.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:41.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:41.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:42.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:42.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:42 smithi003 ceph-mon[96088]: 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-08T09:38:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:42 smithi094 ceph-mon[112176]: 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-08T09:38:43.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:43.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:44.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:44.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:44 smithi003 ceph-mon[96088]: pgmap v12070: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:44 smithi094 ceph-mon[112176]: pgmap v12070: 97 pgs: 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:45.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:45.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:46.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:46.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:46 smithi003 ceph-mon[96088]: pgmap v12071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:46 smithi094 ceph-mon[112176]: pgmap v12071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:47.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:47.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:48.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:48.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:48 smithi003 ceph-mon[96088]: 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-08T09:38:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:48 smithi094 ceph-mon[112176]: 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-08T09:38:49.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:49.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:38:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:49 smithi094 ceph-mon[112176]: 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-08T09:38:50.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:38:50.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:38:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:38:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:49 smithi003 ceph-mon[96088]: 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-08T09:38:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:38:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:38:50.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:50.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:51.169 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:38:51.169 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:38:51.170 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:38:51.170 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:38:51.170 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:38:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:38:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:38:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:38:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:38:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:38:51.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:51.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:51 smithi094 ceph-mon[112176]: 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-08T09:38:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:51 smithi003 ceph-mon[96088]: 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-08T09:38:52.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:52.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:53.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:53.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:53.604 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:54.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:54.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:54 smithi094 ceph-mon[112176]: pgmap v12075: 97 pgs: 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:54.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:54 smithi003 ceph-mon[96088]: pgmap v12075: 97 pgs: 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:55.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:55.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:56.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:56.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:56 smithi003 ceph-mon[96088]: pgmap v12076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:56 smithi094 ceph-mon[112176]: pgmap v12076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:57.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:57.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:58.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:58.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:58 smithi003 ceph-mon[96088]: 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-08T09:38:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:58 smithi094 ceph-mon[112176]: 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-08T09:38:59.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:38:59.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:38:59 smithi094 ceph-mon[112176]: 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-08T09:39:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:38:59 smithi003 ceph-mon[96088]: 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-08T09:39:00.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:00.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:01.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:01.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:02.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:02.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:02 smithi003 ceph-mon[96088]: 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-08T09:39:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:02 smithi094 ceph-mon[112176]: 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-08T09:39:03.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:03.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:04.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:04.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:04 smithi003 ceph-mon[96088]: pgmap v12080: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:04 smithi094 ceph-mon[112176]: pgmap v12080: 97 pgs: 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:05.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:05.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:06.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:06.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:06 smithi003 ceph-mon[96088]: pgmap v12081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:06.747 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:06 smithi094 ceph-mon[112176]: pgmap v12081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:07.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:07.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:08.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:08.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:08 smithi003 ceph-mon[96088]: 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-08T09:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:08 smithi094 ceph-mon[112176]: 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-08T09:39:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:09.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:09.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:09 smithi094 ceph-mon[112176]: 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-08T09:39:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:09 smithi003 ceph-mon[96088]: 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-08T09:39:10.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:10.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:11.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:11.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:12.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:12.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:12 smithi003 ceph-mon[96088]: 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-08T09:39:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:12 smithi094 ceph-mon[112176]: 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-08T09:39:13.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:13.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:14.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:14.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:14 smithi003 ceph-mon[96088]: pgmap v12085: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:14 smithi094 ceph-mon[112176]: pgmap v12085: 97 pgs: 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:15.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:15.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:16.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:16.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:16 smithi003 ceph-mon[96088]: pgmap v12086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:16.852 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:16 smithi094 ceph-mon[112176]: pgmap v12086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:17.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:17.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:18.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:18.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:18.893 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:18 smithi003 ceph-mon[96088]: 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-08T09:39:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:18 smithi094 ceph-mon[112176]: 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-08T09:39:19.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:19.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:19 smithi094 ceph-mon[112176]: 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-08T09:39:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:19 smithi003 ceph-mon[96088]: 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-08T09:39:20.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:20.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:21.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:21.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:22.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:22.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:22 smithi003 ceph-mon[96088]: 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-08T09:39:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:22 smithi094 ceph-mon[112176]: 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-08T09:39:23.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:23.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:23.950 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:24.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:24.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:24 smithi094 ceph-mon[112176]: pgmap v12090: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:24 smithi003 ceph-mon[96088]: pgmap v12090: 97 pgs: 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:25.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:25.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:26.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:26.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:26 smithi094 ceph-mon[112176]: pgmap v12091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:26 smithi003 ceph-mon[96088]: pgmap v12091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:27.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:27.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:28.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:28.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:28 smithi094 ceph-mon[112176]: 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-08T09:39:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:28 smithi003 ceph-mon[96088]: 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-08T09:39:29.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:29.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:29 smithi094 ceph-mon[112176]: 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-08T09:39:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:29 smithi003 ceph-mon[96088]: 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-08T09:39:30.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:30.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:31.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:31.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:32.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:32.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:32 smithi094 ceph-mon[112176]: 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-08T09:39:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:32 smithi003 ceph-mon[96088]: 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-08T09:39:33.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:33.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:34.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:34.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:34 smithi094 ceph-mon[112176]: pgmap v12095: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:34 smithi003 ceph-mon[96088]: pgmap v12095: 97 pgs: 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:35.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:35.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:36.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:36.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:36 smithi094 ceph-mon[112176]: pgmap v12096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:36 smithi003 ceph-mon[96088]: pgmap v12096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:37.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:37.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:38.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:38.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:38 smithi094 ceph-mon[112176]: 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-08T09:39:38.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:38 smithi003 ceph-mon[96088]: 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-08T09:39:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:39.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:39.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:39 smithi094 ceph-mon[112176]: 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-08T09:39:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:39 smithi003 ceph-mon[96088]: 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-08T09:39:40.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:40.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:41.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:41.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:42.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:42.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:42 smithi094 ceph-mon[112176]: 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-08T09:39:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:42 smithi003 ceph-mon[96088]: 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-08T09:39:43.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:43.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:44.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:44.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:44 smithi094 ceph-mon[112176]: pgmap v12100: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:44 smithi003 ceph-mon[96088]: pgmap v12100: 97 pgs: 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:45.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:45.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:46.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:46.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:46 smithi094 ceph-mon[112176]: pgmap v12101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:46 smithi003 ceph-mon[96088]: pgmap v12101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:47.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:47.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:48.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:48.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:48 smithi094 ceph-mon[112176]: 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-08T09:39:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:48 smithi003 ceph-mon[96088]: 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-08T09:39:49.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:49.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:49 smithi094 ceph-mon[112176]: 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-08T09:39:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:49 smithi003 ceph-mon[96088]: 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-08T09:39:50.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:50.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:39:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:39:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:39:51.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:39:51.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:39:51.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:39:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:39:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:39:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:39:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:39:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:39:51.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:39:51.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:51.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:51 smithi094 ceph-mon[112176]: 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-08T09:39:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:51 smithi003 ceph-mon[96088]: 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-08T09:39:52.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:52.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:53.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:53.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:54.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:54.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:54 smithi094 ceph-mon[112176]: pgmap v12105: 97 pgs: 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:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:54 smithi003 ceph-mon[96088]: pgmap v12105: 97 pgs: 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:55.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:55.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:56.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:56.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:56 smithi094 ceph-mon[112176]: pgmap v12106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:56 smithi003 ceph-mon[96088]: pgmap v12106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:57.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:57.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:58.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:58.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:58 smithi094 ceph-mon[112176]: 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-08T09:39:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:58 smithi003 ceph-mon[96088]: 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-08T09:39:59.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:39:59.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:39:59 smithi094 ceph-mon[112176]: 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-08T09:40:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:39:59 smithi003 ceph-mon[96088]: 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-08T09:40:00.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:00.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T09:40:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T09:40:01.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:01.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:01 smithi094 ceph-mon[112176]: 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-08T09:40:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:01 smithi003 ceph-mon[96088]: 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-08T09:40:02.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:02.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:03.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:03.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:04.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:04.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:04 smithi003 ceph-mon[96088]: pgmap v12110: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:04 smithi094 ceph-mon[112176]: pgmap v12110: 97 pgs: 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:05.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:05.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:06.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:06.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:06 smithi094 ceph-mon[112176]: pgmap v12111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:06 smithi003 ceph-mon[96088]: pgmap v12111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:07.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:07.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:08.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:08.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:08 smithi094 ceph-mon[112176]: 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-08T09:40:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:08 smithi003 ceph-mon[96088]: 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-08T09:40:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:09.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:09.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:09 smithi094 ceph-mon[112176]: 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-08T09:40:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:09 smithi003 ceph-mon[96088]: 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-08T09:40:10.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:10.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:11.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:11.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:12.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:12.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:12 smithi094 ceph-mon[112176]: 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-08T09:40:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:12 smithi003 ceph-mon[96088]: 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-08T09:40:13.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:13.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:14.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:14.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:14 smithi094 ceph-mon[112176]: pgmap v12115: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:14 smithi003 ceph-mon[96088]: pgmap v12115: 97 pgs: 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:15.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:15.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:16.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:16.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:16 smithi094 ceph-mon[112176]: pgmap v12116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:16 smithi003 ceph-mon[96088]: pgmap v12116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:17.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:17.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:18.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:18.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:18.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:18 smithi094 ceph-mon[112176]: 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-08T09:40:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:18 smithi003 ceph-mon[96088]: 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-08T09:40:19.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:19.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:19 smithi094 ceph-mon[112176]: 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-08T09:40:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:19 smithi003 ceph-mon[96088]: 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-08T09:40:20.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:20.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:21.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:21.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:22.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:22.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:22 smithi094 ceph-mon[112176]: 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-08T09:40:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:22 smithi003 ceph-mon[96088]: 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-08T09:40:23.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:23.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:24.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:24.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:24 smithi094 ceph-mon[112176]: pgmap v12120: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:24 smithi003 ceph-mon[96088]: pgmap v12120: 97 pgs: 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:25.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:25.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:26.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:26.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:26 smithi094 ceph-mon[112176]: pgmap v12121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:26 smithi003 ceph-mon[96088]: pgmap v12121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:27.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:27.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:28.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:28.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:28 smithi094 ceph-mon[112176]: 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-08T09:40:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:28 smithi003 ceph-mon[96088]: 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-08T09:40:29.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:29.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:29 smithi003 ceph-mon[96088]: 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-08T09:40:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:29 smithi094 ceph-mon[112176]: 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-08T09:40:30.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:30.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:31.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:31.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:32.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:32.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:32 smithi094 ceph-mon[112176]: 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-08T09:40:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:32 smithi003 ceph-mon[96088]: 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-08T09:40:33.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:33.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:34.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:34.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:34 smithi094 ceph-mon[112176]: pgmap v12125: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:34 smithi003 ceph-mon[96088]: pgmap v12125: 97 pgs: 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:35.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:35.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:36.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:36.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:36 smithi094 ceph-mon[112176]: pgmap v12126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:36 smithi003 ceph-mon[96088]: pgmap v12126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:37.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:37.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:38.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:38.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:38 smithi094 ceph-mon[112176]: 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-08T09:40:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:38 smithi003 ceph-mon[96088]: 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-08T09:40:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:39.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:39.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:39 smithi094 ceph-mon[112176]: 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-08T09:40:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:39 smithi003 ceph-mon[96088]: 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-08T09:40:40.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:40.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:41.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:41.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:42.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:42.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:42 smithi094 ceph-mon[112176]: 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-08T09:40:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:42 smithi003 ceph-mon[96088]: 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-08T09:40:43.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:43.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:44.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:44.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:44.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:44 smithi003 ceph-mon[96088]: pgmap v12130: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:44 smithi094 ceph-mon[112176]: pgmap v12130: 97 pgs: 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:45.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:45.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:46.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:46.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:46 smithi094 ceph-mon[112176]: pgmap v12131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:46 smithi003 ceph-mon[96088]: pgmap v12131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:47.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:47.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:48.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:48.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:48 smithi094 ceph-mon[112176]: 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-08T09:40:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:48 smithi003 ceph-mon[96088]: 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-08T09:40:49.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:49.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:49 smithi094 ceph-mon[112176]: 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-08T09:40:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:49 smithi003 ceph-mon[96088]: 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-08T09:40:50.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:50.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:40:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:40:51.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:51.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:52.625 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:52 smithi094 ceph-mon[112176]: 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-08T09:40:52.625 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:52.625 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:52.625 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:52.625 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:52.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:52.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:52 smithi003 ceph-mon[96088]: 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-08T09:40:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:52.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:53.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:53.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:54.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:54.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:54 smithi003 ceph-mon[96088]: pgmap v12135: 97 pgs: 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:54.813 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:54 smithi094 ceph-mon[112176]: pgmap v12135: 97 pgs: 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:55.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:55.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:56.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:56.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: pgmap v12136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:56.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:40:56.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:40:56.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:40:56.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: pgmap v12136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:40:56.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:40:56.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:56.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:40:56.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:40:57.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:57.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:57 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1562M 2023-10-08T09:40:57.904 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:57 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1562M 2023-10-08T09:40:58.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:58.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:58 smithi003 ceph-mon[96088]: 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-08T09:40:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:58 smithi094 ceph-mon[112176]: 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-08T09:40:59.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:40:59.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:40:59 smithi094 ceph-mon[112176]: 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-08T09:41:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:40:59 smithi003 ceph-mon[96088]: 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-08T09:41:00.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:00.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:01.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:01.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:02.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:02.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:02 smithi094 ceph-mon[112176]: 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-08T09:41:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:02 smithi003 ceph-mon[96088]: 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-08T09:41:03.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:03.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:04.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:04.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:04 smithi094 ceph-mon[112176]: pgmap v12140: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:04 smithi003 ceph-mon[96088]: pgmap v12140: 97 pgs: 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:05.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:05.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:06.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:06.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:06 smithi094 ceph-mon[112176]: pgmap v12141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:06 smithi003 ceph-mon[96088]: pgmap v12141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:07.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:07.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:08.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:08.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:08 smithi094 ceph-mon[112176]: 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-08T09:41:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:08 smithi003 ceph-mon[96088]: 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-08T09:41:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:09.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:09.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:10.162 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:09 smithi003 ceph-mon[96088]: 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-08T09:41:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:09 smithi094 ceph-mon[112176]: 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-08T09:41:10.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:10.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:11.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:11.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:12.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:12.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:12 smithi094 ceph-mon[112176]: 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-08T09:41:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:12 smithi003 ceph-mon[96088]: 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-08T09:41:13.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:13.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:14.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:14.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:14 smithi094 ceph-mon[112176]: pgmap v12145: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:14 smithi003 ceph-mon[96088]: pgmap v12145: 97 pgs: 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:15.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:15.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:16.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:16.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:16 smithi094 ceph-mon[112176]: pgmap v12146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:16 smithi003 ceph-mon[96088]: pgmap v12146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:17.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:17.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:18.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:18.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:18 smithi094 ceph-mon[112176]: 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-08T09:41:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:18 smithi003 ceph-mon[96088]: 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-08T09:41:19.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:19.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:19 smithi094 ceph-mon[112176]: 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-08T09:41:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:19 smithi003 ceph-mon[96088]: 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-08T09:41:20.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:20.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:21.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:21.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:22.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:22.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:22 smithi094 ceph-mon[112176]: 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-08T09:41:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:22 smithi003 ceph-mon[96088]: 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-08T09:41:23.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:23.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:24.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:24.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:24 smithi094 ceph-mon[112176]: pgmap v12150: 97 pgs: 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:24.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:24 smithi003 ceph-mon[96088]: pgmap v12150: 97 pgs: 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:25.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:25.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:26.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:26.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:26 smithi094 ceph-mon[112176]: pgmap v12151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:26 smithi003 ceph-mon[96088]: pgmap v12151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:27.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:27.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:28.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:28.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:28 smithi094 ceph-mon[112176]: 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-08T09:41:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:28 smithi003 ceph-mon[96088]: 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-08T09:41:29.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:29.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:29 smithi094 ceph-mon[112176]: 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-08T09:41:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:29 smithi003 ceph-mon[96088]: 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-08T09:41:30.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:30.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:31.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:31.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:32.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:32.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:32 smithi094 ceph-mon[112176]: 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-08T09:41:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:32 smithi003 ceph-mon[96088]: 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-08T09:41:33.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:33.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:34.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:34.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:34 smithi094 ceph-mon[112176]: pgmap v12155: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:34 smithi003 ceph-mon[96088]: pgmap v12155: 97 pgs: 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:35.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:35.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:36.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:36.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:36 smithi094 ceph-mon[112176]: pgmap v12156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:36 smithi003 ceph-mon[96088]: pgmap v12156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:37.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:37.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:38 smithi094 ceph-mon[112176]: 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-08T09:41:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:38.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:38.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:38 smithi003 ceph-mon[96088]: 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-08T09:41:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:39.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:39.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:39 smithi094 ceph-mon[112176]: 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-08T09:41:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:39 smithi003 ceph-mon[96088]: 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-08T09:41:40.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:40.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:41.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:41.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:42.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:42.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:42 smithi094 ceph-mon[112176]: 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-08T09:41:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:42 smithi003 ceph-mon[96088]: 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-08T09:41:43.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:43.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:44.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:44.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:44 smithi094 ceph-mon[112176]: pgmap v12160: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:44 smithi003 ceph-mon[96088]: pgmap v12160: 97 pgs: 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:45.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:45.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:46.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:46.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:46 smithi094 ceph-mon[112176]: pgmap v12161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:46 smithi003 ceph-mon[96088]: pgmap v12161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:47.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:47.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:48.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:48.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:48 smithi094 ceph-mon[112176]: 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-08T09:41:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:48 smithi003 ceph-mon[96088]: 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-08T09:41:49.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:49.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:49 smithi094 ceph-mon[112176]: 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-08T09:41:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:49 smithi003 ceph-mon[96088]: 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-08T09:41:50.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:50.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:51.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:51.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:52.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:52.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:52 smithi094 ceph-mon[112176]: 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-08T09:41:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:52 smithi003 ceph-mon[96088]: 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-08T09:41:53.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:53.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:54.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:54.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:54 smithi094 ceph-mon[112176]: pgmap v12165: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:54 smithi003 ceph-mon[96088]: pgmap v12165: 97 pgs: 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:55.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:55.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:56.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:56.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:56 smithi094 ceph-mon[112176]: pgmap v12166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:41:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:41:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:41:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:41:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:41:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:41:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:56 smithi003 ceph-mon[96088]: pgmap v12166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:41:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:41:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:41:56.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:41:56.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:41:56.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:41:57.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:57.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:58.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:58.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:58 smithi094 ceph-mon[112176]: 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-08T09:41:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:58 smithi003 ceph-mon[96088]: 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-08T09:41:59.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:41:59.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:41:59 smithi094 ceph-mon[112176]: 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-08T09:42:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:41:59 smithi003 ceph-mon[96088]: 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-08T09:42:00.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:00.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:01.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:01.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:02.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:02.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:02 smithi094 ceph-mon[112176]: 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-08T09:42:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:02 smithi003 ceph-mon[96088]: 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-08T09:42:03.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:03.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:04.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:04.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:04 smithi094 ceph-mon[112176]: pgmap v12170: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:04 smithi003 ceph-mon[96088]: pgmap v12170: 97 pgs: 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:05.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:05.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:06.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:06.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:06 smithi094 ceph-mon[112176]: pgmap v12171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:06 smithi003 ceph-mon[96088]: pgmap v12171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:07.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:07.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:08.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:08.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:08 smithi094 ceph-mon[112176]: 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-08T09:42:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:08 smithi003 ceph-mon[96088]: 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-08T09:42:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:09.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:09.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:09 smithi094 ceph-mon[112176]: 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-08T09:42:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:09 smithi003 ceph-mon[96088]: 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-08T09:42:10.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:10.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:11.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:11.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:12.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:12.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:12 smithi094 ceph-mon[112176]: 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-08T09:42:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:12 smithi003 ceph-mon[96088]: 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-08T09:42:13.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:13.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:14.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:14.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:14 smithi094 ceph-mon[112176]: pgmap v12175: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:14 smithi003 ceph-mon[96088]: pgmap v12175: 97 pgs: 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:15.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:15.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:16.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:16.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:16 smithi094 ceph-mon[112176]: pgmap v12176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:16 smithi003 ceph-mon[96088]: pgmap v12176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:17.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:17.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:18.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:18.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:18 smithi094 ceph-mon[112176]: 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-08T09:42:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:18 smithi003 ceph-mon[96088]: 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-08T09:42:19.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:19.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:19 smithi094 ceph-mon[112176]: 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-08T09:42:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:19 smithi003 ceph-mon[96088]: 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-08T09:42:20.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:20.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:21.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:21.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:22.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:22.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:22 smithi094 ceph-mon[112176]: 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-08T09:42:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:22 smithi003 ceph-mon[96088]: 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-08T09:42:23.798 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:23.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:23.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:24.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:24.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:24 smithi094 ceph-mon[112176]: pgmap v12180: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:24 smithi003 ceph-mon[96088]: pgmap v12180: 97 pgs: 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:25.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:25.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:26.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:26.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:26 smithi094 ceph-mon[112176]: pgmap v12181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:26 smithi003 ceph-mon[96088]: pgmap v12181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:27.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:27.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:28.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:28.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:28.850 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:28 smithi094 ceph-mon[112176]: 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-08T09:42:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:28 smithi003 ceph-mon[96088]: 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-08T09:42:29.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:29.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:29 smithi094 ceph-mon[112176]: 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-08T09:42:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:29 smithi003 ceph-mon[96088]: 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-08T09:42:30.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:30.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:31.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:31.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:32.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:32.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:32 smithi094 ceph-mon[112176]: 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-08T09:42:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:32 smithi003 ceph-mon[96088]: 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-08T09:42:33.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:33.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:34.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:34.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:34.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:34 smithi094 ceph-mon[112176]: pgmap v12185: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:34 smithi003 ceph-mon[96088]: pgmap v12185: 97 pgs: 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:35.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:35.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:36.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:36.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:36 smithi094 ceph-mon[112176]: pgmap v12186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:36 smithi003 ceph-mon[96088]: pgmap v12186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:37.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:37.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:38.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:38.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:38 smithi094 ceph-mon[112176]: 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-08T09:42:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:38 smithi003 ceph-mon[96088]: 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-08T09:42:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:39.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:39.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:39 smithi094 ceph-mon[112176]: 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-08T09:42:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:39 smithi003 ceph-mon[96088]: 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-08T09:42:40.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:40.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:41.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:41.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:42.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:42.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:42 smithi094 ceph-mon[112176]: 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-08T09:42:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:42 smithi003 ceph-mon[96088]: 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-08T09:42:43.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:43.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:44.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:44.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:44 smithi094 ceph-mon[112176]: pgmap v12190: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:44 smithi003 ceph-mon[96088]: pgmap v12190: 97 pgs: 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:45.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:45.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:46.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:46.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:46 smithi094 ceph-mon[112176]: pgmap v12191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:46 smithi003 ceph-mon[96088]: pgmap v12191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:47.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:47.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:48.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:48.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:48 smithi094 ceph-mon[112176]: 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-08T09:42:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:48 smithi003 ceph-mon[96088]: 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-08T09:42:49.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:49.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:49 smithi003 ceph-mon[96088]: 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-08T09:42:50.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:49 smithi094 ceph-mon[112176]: 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-08T09:42:50.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:50.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:51.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:51.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:52.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:52.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:52 smithi094 ceph-mon[112176]: 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-08T09:42:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:52 smithi003 ceph-mon[96088]: 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-08T09:42:53.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:53.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:54.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:54.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:54 smithi094 ceph-mon[112176]: pgmap v12195: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:54 smithi003 ceph-mon[96088]: pgmap v12195: 97 pgs: 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:55.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:55.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:56 smithi003 ceph-mon[96088]: pgmap v12196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:56.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:56.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:56 smithi094 ceph-mon[112176]: pgmap v12196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:57.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:42:57.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:42:57.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:42:57.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:42:57.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:42:57.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:42:57.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:57.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:42:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:42:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:42:57.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:42:57.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:42:57.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:42:58.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:58.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:58 smithi094 ceph-mon[112176]: 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-08T09:42:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:58 smithi003 ceph-mon[96088]: 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-08T09:42:59.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:42:59.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:42:59 smithi003 ceph-mon[96088]: 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-08T09:43:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:42:59 smithi094 ceph-mon[112176]: 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-08T09:43:00.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:00.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:01.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:01.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:02.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:02.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:02 smithi094 ceph-mon[112176]: 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-08T09:43:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:02 smithi003 ceph-mon[96088]: 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-08T09:43:03.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:03.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:04.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:04.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:04 smithi094 ceph-mon[112176]: pgmap v12200: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:04 smithi003 ceph-mon[96088]: pgmap v12200: 97 pgs: 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:05.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:05.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:06 smithi003 ceph-mon[96088]: pgmap v12201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:06.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:06.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:06 smithi094 ceph-mon[112176]: pgmap v12201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:07.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:07.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:08.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:08.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:08 smithi094 ceph-mon[112176]: 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-08T09:43:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:08 smithi003 ceph-mon[96088]: 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-08T09:43:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:09.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:09.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:09 smithi003 ceph-mon[96088]: 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-08T09:43:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:09 smithi094 ceph-mon[112176]: 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-08T09:43:10.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:10.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:11.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:11.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:12.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:12.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:12 smithi094 ceph-mon[112176]: 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-08T09:43:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:12 smithi003 ceph-mon[96088]: 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-08T09:43:13.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:13.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:14 smithi094 ceph-mon[112176]: pgmap v12205: 97 pgs: 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:14.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:14.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:14 smithi003 ceph-mon[96088]: pgmap v12205: 97 pgs: 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:15.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:15.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:16.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:16.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:16 smithi094 ceph-mon[112176]: pgmap v12206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:16 smithi003 ceph-mon[96088]: pgmap v12206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:17.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:17.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:18.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:18.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:18 smithi094 ceph-mon[112176]: 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-08T09:43:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:18 smithi003 ceph-mon[96088]: 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-08T09:43:19.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:19.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:19 smithi003 ceph-mon[96088]: 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-08T09:43:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:19 smithi094 ceph-mon[112176]: 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-08T09:43:20.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:20.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:21.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:21.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:22 smithi094 ceph-mon[112176]: 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-08T09:43:22.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:22.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:22 smithi003 ceph-mon[96088]: 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-08T09:43:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:23.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:23.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:24 smithi094 ceph-mon[112176]: pgmap v12210: 97 pgs: 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:24.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:24.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:24 smithi003 ceph-mon[96088]: pgmap v12210: 97 pgs: 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:25.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:25.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:26 smithi094 ceph-mon[112176]: pgmap v12211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:27.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:27.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:27.314 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:26 smithi003 ceph-mon[96088]: pgmap v12211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:27.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:27.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:28.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:28 smithi094 ceph-mon[112176]: 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-08T09:43:28.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:28.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:28 smithi003 ceph-mon[96088]: 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-08T09:43:29.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:29.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:29 smithi003 ceph-mon[96088]: 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-08T09:43:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:29 smithi094 ceph-mon[112176]: 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-08T09:43:30.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:30.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:31.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:31.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:32 smithi094 ceph-mon[112176]: 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-08T09:43:32.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:32.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:32 smithi003 ceph-mon[96088]: 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-08T09:43:33.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:33.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:34 smithi094 ceph-mon[112176]: pgmap v12215: 97 pgs: 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:34.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:34.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:34 smithi003 ceph-mon[96088]: pgmap v12215: 97 pgs: 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:35.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:35.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:36.824 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:36 smithi003 ceph-mon[96088]: pgmap v12216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:36 smithi094 ceph-mon[112176]: pgmap v12216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:36.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:36.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:37.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:37.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:38 smithi094 ceph-mon[112176]: 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-08T09:43:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:38.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:38.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:38 smithi003 ceph-mon[96088]: 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-08T09:43:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:39.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:39.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:39 smithi003 ceph-mon[96088]: 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-08T09:43:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:39 smithi094 ceph-mon[112176]: 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-08T09:43:40.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:40.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:41.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:41.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:42 smithi094 ceph-mon[112176]: 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-08T09:43:42.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:42.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:42 smithi003 ceph-mon[96088]: 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-08T09:43:43.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:43.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:44 smithi094 ceph-mon[112176]: pgmap v12220: 97 pgs: 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:44.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:44.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:44 smithi003 ceph-mon[96088]: pgmap v12220: 97 pgs: 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:45.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:45.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:46 smithi094 ceph-mon[112176]: pgmap v12221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:46.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:46 smithi003 ceph-mon[96088]: pgmap v12221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:46.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:46.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:47.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:47.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:48 smithi094 ceph-mon[112176]: 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-08T09:43:48.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:48.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:48 smithi003 ceph-mon[96088]: 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-08T09:43:49.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:49.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:49 smithi094 ceph-mon[112176]: 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-08T09:43:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:49 smithi003 ceph-mon[96088]: 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-08T09:43:50.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:50.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:51.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:51.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:52 smithi094 ceph-mon[112176]: 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-08T09:43:52.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:52.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:52 smithi003 ceph-mon[96088]: 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-08T09:43:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:53.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:53.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:54 smithi094 ceph-mon[112176]: pgmap v12225: 97 pgs: 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:54.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:54.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:54 smithi003 ceph-mon[96088]: pgmap v12225: 97 pgs: 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:55.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:55.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:56 smithi094 ceph-mon[112176]: pgmap v12226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:56.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:56.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:56 smithi003 ceph-mon[96088]: pgmap v12226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:43:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:43:57.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:57.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:58 smithi094 ceph-mon[112176]: 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-08T09:43:58.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:58.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:58 smithi003 ceph-mon[96088]: 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-08T09:43:59.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:43:59.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:43:59 smithi094 ceph-mon[112176]: 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-08T09:44:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:43:59 smithi003 ceph-mon[96088]: 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-08T09:44:00.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:00.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:44:01.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:44:01.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:44:01.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:44:01.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:44:01.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:44:01.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:44:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:44:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:44:01.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:44:01.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:44:01.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:44:01.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:44:01.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:44:01.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:01.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:02.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:02 smithi003 ceph-mon[96088]: 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-08T09:44:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:02 smithi094 ceph-mon[112176]: 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-08T09:44:02.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:02.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:03.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:03.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:04.847 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:04 smithi094 ceph-mon[112176]: pgmap v12230: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:04 smithi003 ceph-mon[96088]: pgmap v12230: 97 pgs: 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:04.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:04.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:05.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:06.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:06 smithi094 ceph-mon[112176]: pgmap v12231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:07.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:06 smithi003 ceph-mon[96088]: pgmap v12231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:07.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:07.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:07.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:07.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:08 smithi094 ceph-mon[112176]: 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-08T09:44:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:08 smithi003 ceph-mon[96088]: 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-08T09:44:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:09.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:09.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:10.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:10.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:09 smithi094 ceph-mon[112176]: 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-08T09:44:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:09 smithi003 ceph-mon[96088]: 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-08T09:44:11.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:11.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:12.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:12.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:12 smithi094 ceph-mon[112176]: 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-08T09:44:12.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:12 smithi003 ceph-mon[96088]: 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-08T09:44:13.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:13.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:14.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:14.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:14 smithi094 ceph-mon[112176]: 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-08T09:44:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:14 smithi003 ceph-mon[96088]: 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-08T09:44:15.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:15.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:16.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:16.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:16 smithi094 ceph-mon[112176]: pgmap v12236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:16 smithi003 ceph-mon[96088]: pgmap v12236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:17.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:17.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:18.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:18.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:18 smithi094 ceph-mon[112176]: 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-08T09:44:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:18 smithi003 ceph-mon[96088]: 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-08T09:44:19.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:19.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:20.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:20.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:19 smithi003 ceph-mon[96088]: 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-08T09:44:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:19 smithi094 ceph-mon[112176]: 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-08T09:44:21.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:21.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:22.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:22.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:22 smithi003 ceph-mon[96088]: 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-08T09:44:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:22 smithi094 ceph-mon[112176]: 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-08T09:44:23.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:23.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:24.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:24.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:24 smithi094 ceph-mon[112176]: 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-08T09:44:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:24 smithi003 ceph-mon[96088]: 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-08T09:44:25.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:25.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:26.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:26.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:26 smithi094 ceph-mon[112176]: 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-08T09:44:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:26 smithi003 ceph-mon[96088]: 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-08T09:44:27.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:27.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:28.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:28.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:28.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:28 smithi094 ceph-mon[112176]: 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-08T09:44:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:28 smithi003 ceph-mon[96088]: 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-08T09:44:29.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:29.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:30.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:30.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:29 smithi003 ceph-mon[96088]: 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-08T09:44:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:29 smithi094 ceph-mon[112176]: 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-08T09:44:31.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:31.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:32.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:32.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:32 smithi003 ceph-mon[96088]: 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-08T09:44:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:32 smithi094 ceph-mon[112176]: 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-08T09:44:33.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:33.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:34.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:34.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:34 smithi094 ceph-mon[112176]: 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-08T09:44:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:34 smithi003 ceph-mon[96088]: 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-08T09:44:35.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:35.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:36.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:36.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:36 smithi094 ceph-mon[112176]: 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-08T09:44:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:36 smithi003 ceph-mon[96088]: 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-08T09:44:37.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:37.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:38.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:38.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:38 smithi094 ceph-mon[112176]: 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-08T09:44:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:38 smithi003 ceph-mon[96088]: 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-08T09:44:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:39.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:39.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:40.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:40.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:40.218 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:39 smithi094 ceph-mon[112176]: 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-08T09:44:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:39 smithi003 ceph-mon[96088]: 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-08T09:44:41.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:41.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:42.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:42.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:42 smithi094 ceph-mon[112176]: 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-08T09:44:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:42 smithi003 ceph-mon[96088]: 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-08T09:44:43.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:43.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:44.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:44.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:44 smithi094 ceph-mon[112176]: 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-08T09:44:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:44 smithi003 ceph-mon[96088]: 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-08T09:44:45.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:45.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:46.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:46.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:46 smithi094 ceph-mon[112176]: 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-08T09:44:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:46 smithi003 ceph-mon[96088]: 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-08T09:44:47.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:47.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:48.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:48.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:48 smithi094 ceph-mon[112176]: 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-08T09:44:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:48 smithi003 ceph-mon[96088]: 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-08T09:44:49.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:49.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:50.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:50.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:49 smithi003 ceph-mon[96088]: 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-08T09:44:50.324 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:49 smithi094 ceph-mon[112176]: 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-08T09:44:51.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:51.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:52.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:52.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:52 smithi094 ceph-mon[112176]: 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-08T09:44:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:52 smithi003 ceph-mon[96088]: 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-08T09:44:53.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:53.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:53.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:54.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:54.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:54 smithi094 ceph-mon[112176]: 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-08T09:44:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:54 smithi003 ceph-mon[96088]: 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-08T09:44:55.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:55.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:56.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:56.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:56 smithi094 ceph-mon[112176]: 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-08T09:44:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:56 smithi003 ceph-mon[96088]: 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-08T09:44:57.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:57.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:58.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:58.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:58 smithi094 ceph-mon[112176]: 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-08T09:44:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:58 smithi003 ceph-mon[96088]: 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-08T09:44:59.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:44:59.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:00.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:00.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:44:59 smithi003 ceph-mon[96088]: 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-08T09:45:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:44:59 smithi094 ceph-mon[112176]: 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-08T09:45:01.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:01.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:45:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:45:02.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:02.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:45:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:45:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:45:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:45:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:45:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:01 smithi003 ceph-mon[96088]: 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-08T09:45:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:45:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:45:02.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:45:02.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:45:02.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:45:02.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:01 smithi094 ceph-mon[112176]: 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-08T09:45:03.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:03.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:04.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:04.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:04 smithi094 ceph-mon[112176]: 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-08T09:45:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:04 smithi003 ceph-mon[96088]: 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-08T09:45:05.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:05.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:06.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:06.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:06 smithi094 ceph-mon[112176]: 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-08T09:45:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:06 smithi003 ceph-mon[96088]: 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-08T09:45:07.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:07.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:08.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:08.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:08 smithi094 ceph-mon[112176]: 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-08T09:45:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:08 smithi003 ceph-mon[96088]: 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-08T09:45:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:09.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:09.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:10.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:10.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:10.749 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:09 smithi094 ceph-mon[112176]: 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-08T09:45:10.749 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:09 smithi003 ceph-mon[96088]: 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-08T09:45:11.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:11.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:12.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:12.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:12.911 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:12 smithi003 ceph-mon[96088]: 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-08T09:45:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:12 smithi094 ceph-mon[112176]: 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-08T09:45:13.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:13.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:14.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:14.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:14 smithi094 ceph-mon[112176]: 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-08T09:45:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:14 smithi003 ceph-mon[96088]: 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-08T09:45:15.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:15.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:16.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:16.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:16 smithi094 ceph-mon[112176]: 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-08T09:45:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:16 smithi003 ceph-mon[96088]: 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-08T09:45:17.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:17.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:18.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:18.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:18 smithi094 ceph-mon[112176]: 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-08T09:45:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:18 smithi003 ceph-mon[96088]: 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-08T09:45:19.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:19.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:20.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:20.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:19 smithi003 ceph-mon[96088]: 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-08T09:45:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:19 smithi094 ceph-mon[112176]: 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-08T09:45:21.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:21.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:22.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:22.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:22 smithi094 ceph-mon[112176]: 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-08T09:45:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:22 smithi003 ceph-mon[96088]: 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-08T09:45:23.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:23.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:24.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:24.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:24 smithi094 ceph-mon[112176]: 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-08T09:45:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:24 smithi003 ceph-mon[96088]: 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-08T09:45:25.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:25.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:26.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:26.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:26 smithi094 ceph-mon[112176]: 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-08T09:45:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:26 smithi003 ceph-mon[96088]: 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-08T09:45:27.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:27.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:28.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:28.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:28 smithi094 ceph-mon[112176]: 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-08T09:45:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:28 smithi003 ceph-mon[96088]: 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-08T09:45:29.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:29.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:30.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:30.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:29 smithi003 ceph-mon[96088]: 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-08T09:45:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:29 smithi094 ceph-mon[112176]: 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-08T09:45:31.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:31.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:32.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:32.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:32 smithi094 ceph-mon[112176]: 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-08T09:45:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:32 smithi003 ceph-mon[96088]: 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-08T09:45:33.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:33.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:34.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:34.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:34 smithi094 ceph-mon[112176]: 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-08T09:45:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:34 smithi003 ceph-mon[96088]: 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-08T09:45:35.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:35.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:36.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:36.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:36 smithi094 ceph-mon[112176]: 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-08T09:45:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:36 smithi003 ceph-mon[96088]: 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-08T09:45:37.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:37.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:38.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:38.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:38 smithi094 ceph-mon[112176]: 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-08T09:45:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:38 smithi003 ceph-mon[96088]: 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-08T09:45:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:39.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:39.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:40.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:40.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:39 smithi003 ceph-mon[96088]: 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-08T09:45:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:39 smithi094 ceph-mon[112176]: 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-08T09:45:41.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:41.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:42.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:42.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:42 smithi094 ceph-mon[112176]: 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-08T09:45:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:42 smithi003 ceph-mon[96088]: 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-08T09:45:43.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:43.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:44.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:44.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:44 smithi094 ceph-mon[112176]: 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-08T09:45:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:44 smithi003 ceph-mon[96088]: 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-08T09:45:45.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:45.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:46.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:46.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:46 smithi094 ceph-mon[112176]: 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-08T09:45:47.950 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:46 smithi003 ceph-mon[96088]: 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-08T09:45:47.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:47.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:48.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:48.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:48 smithi094 ceph-mon[112176]: 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-08T09:45:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:48 smithi003 ceph-mon[96088]: 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-08T09:45:49.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:49.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:50.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:50.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:49 smithi003 ceph-mon[96088]: 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-08T09:45:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:49 smithi094 ceph-mon[112176]: 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-08T09:45:51.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:51.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:52.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:52.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:52 smithi094 ceph-mon[112176]: 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-08T09:45:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:52 smithi003 ceph-mon[96088]: 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-08T09:45:53.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:53.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:54.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:54.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:54 smithi094 ceph-mon[112176]: 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-08T09:45:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:54 smithi003 ceph-mon[96088]: 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-08T09:45:55.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:55.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:56.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:56.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:56 smithi094 ceph-mon[112176]: 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-08T09:45:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:56 smithi003 ceph-mon[96088]: 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-08T09:45:57.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:57.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:58.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:58.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:58 smithi003 ceph-mon[96088]: 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-08T09:45:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:58 smithi094 ceph-mon[112176]: 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-08T09:45:59.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:45:59.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:00.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:00.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:45:59 smithi003 ceph-mon[96088]: 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-08T09:46:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:45:59 smithi094 ceph-mon[112176]: 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-08T09:46:01.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:01.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:46:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:46:02.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:02.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:02 smithi094 ceph-mon[112176]: 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-08T09:46:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:02 smithi003 ceph-mon[96088]: 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-08T09:46:03.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:03.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:04.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:04.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:04 smithi094 ceph-mon[112176]: 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-08T09:46:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:04 smithi003 ceph-mon[96088]: 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-08T09:46:05.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:05.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:06.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:06.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:06 smithi094 ceph-mon[112176]: 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-08T09:46:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:46:06.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:46:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:06 smithi003 ceph-mon[96088]: 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-08T09:46:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:46:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:46:07.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:07.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:46:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:46:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:46:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:46:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:46:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:46:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:46:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:46:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:46:07.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:46:08.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:08.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:08 smithi003 ceph-mon[96088]: 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-08T09:46:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:08 smithi094 ceph-mon[112176]: 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-08T09:46:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:09.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:09.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:10.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:10.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:09 smithi003 ceph-mon[96088]: 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-08T09:46:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:09 smithi094 ceph-mon[112176]: 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-08T09:46:11.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:11.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:12.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:12.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:12 smithi094 ceph-mon[112176]: 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-08T09:46:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:12 smithi003 ceph-mon[96088]: 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-08T09:46:13.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:13.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:14.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:14.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:14 smithi094 ceph-mon[112176]: 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-08T09:46:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:14 smithi003 ceph-mon[96088]: 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-08T09:46:15.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:15.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:16.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:16.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:16 smithi094 ceph-mon[112176]: 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-08T09:46:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:16 smithi003 ceph-mon[96088]: 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-08T09:46:17.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:17.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:18.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:18.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:18 smithi094 ceph-mon[112176]: 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-08T09:46:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:18 smithi003 ceph-mon[96088]: 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-08T09:46:19.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:19.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:20.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:20.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:19 smithi003 ceph-mon[96088]: 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-08T09:46:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:19 smithi094 ceph-mon[112176]: 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-08T09:46:21.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:21.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:22.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:22.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:22 smithi094 ceph-mon[112176]: 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-08T09:46:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:22 smithi003 ceph-mon[96088]: 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-08T09:46:23.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:23.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:24.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:24.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:24 smithi094 ceph-mon[112176]: 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-08T09:46:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:24 smithi003 ceph-mon[96088]: 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-08T09:46:25.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:25.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:26.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:26.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:26 smithi094 ceph-mon[112176]: 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-08T09:46:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:26 smithi003 ceph-mon[96088]: 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-08T09:46:27.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:27.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:28.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:28.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:28 smithi094 ceph-mon[112176]: 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-08T09:46:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:28 smithi003 ceph-mon[96088]: 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-08T09:46:29.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:29.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:29 smithi003 ceph-mon[96088]: 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-08T09:46:30.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:30.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:29 smithi094 ceph-mon[112176]: 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-08T09:46:31.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:31.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:32.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:32.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:32 smithi094 ceph-mon[112176]: 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-08T09:46:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:32 smithi003 ceph-mon[96088]: 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-08T09:46:33.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:33.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:34.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:34.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:34 smithi094 ceph-mon[112176]: 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-08T09:46:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:34 smithi003 ceph-mon[96088]: 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-08T09:46:35.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:35.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:36.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:36.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:36 smithi094 ceph-mon[112176]: 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-08T09:46:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:36 smithi003 ceph-mon[96088]: 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-08T09:46:37.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:37.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:38.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:38.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:38.888 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:38 smithi003 ceph-mon[96088]: 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-08T09:46:38.888 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:38 smithi094 ceph-mon[112176]: 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-08T09:46:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:39.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:39.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:40.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:39 smithi003 ceph-mon[96088]: 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-08T09:46:40.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:40.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:39 smithi094 ceph-mon[112176]: 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-08T09:46:41.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:41.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:42.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:42.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:42 smithi094 ceph-mon[112176]: 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-08T09:46:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:42 smithi003 ceph-mon[96088]: 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-08T09:46:43.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:43.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:44.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:44.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:44 smithi094 ceph-mon[112176]: 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-08T09:46:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:44 smithi003 ceph-mon[96088]: 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-08T09:46:45.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:45.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:46.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:46.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:46 smithi094 ceph-mon[112176]: 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-08T09:46:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:46 smithi003 ceph-mon[96088]: 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-08T09:46:47.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:47.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:48.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:48.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:48 smithi094 ceph-mon[112176]: 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-08T09:46:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:48 smithi003 ceph-mon[96088]: 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-08T09:46:49.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:49.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:49 smithi003 ceph-mon[96088]: 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-08T09:46:50.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:50.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:49 smithi094 ceph-mon[112176]: 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-08T09:46:51.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:51.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:52.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:52.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:52 smithi094 ceph-mon[112176]: 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-08T09:46:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:52 smithi003 ceph-mon[96088]: 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-08T09:46:53.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:53.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:54.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:54.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:54 smithi094 ceph-mon[112176]: 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-08T09:46:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:54 smithi003 ceph-mon[96088]: 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-08T09:46:55.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:55.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:56.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:56.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:56 smithi094 ceph-mon[112176]: 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-08T09:46:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:56 smithi003 ceph-mon[96088]: 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-08T09:46:57.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:57.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:58.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:58.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:58 smithi094 ceph-mon[112176]: 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-08T09:46:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:58 smithi003 ceph-mon[96088]: 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-08T09:46:59.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:46:59.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:46:59 smithi003 ceph-mon[96088]: 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-08T09:47:00.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:00.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:46:59 smithi094 ceph-mon[112176]: 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-08T09:47:01.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:01.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:02.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:02.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:02 smithi094 ceph-mon[112176]: 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-08T09:47:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:02 smithi003 ceph-mon[96088]: 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-08T09:47:03.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:03.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:04.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:04.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:04 smithi094 ceph-mon[112176]: 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-08T09:47:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:04 smithi003 ceph-mon[96088]: 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-08T09:47:05.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:05.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:06.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:06.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:06.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:06 smithi094 ceph-mon[112176]: 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-08T09:47:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:06 smithi003 ceph-mon[96088]: 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-08T09:47:07.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:07.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:47:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:47:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:47:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:47:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:47:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:47:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:47:07.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:47:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:47:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:47:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:47:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:47:07.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:47:07.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:47:07.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:47:07.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:47:08.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:08.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:08 smithi094 ceph-mon[112176]: 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-08T09:47:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:08 smithi003 ceph-mon[96088]: 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-08T09:47:08.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:09.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:09.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:09 smithi003 ceph-mon[96088]: 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-08T09:47:10.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:10.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:09 smithi094 ceph-mon[112176]: 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-08T09:47:11.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:11.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:12.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:12.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:12 smithi094 ceph-mon[112176]: 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-08T09:47:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:12 smithi003 ceph-mon[96088]: 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-08T09:47:13.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:13.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:14.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:14.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:14 smithi094 ceph-mon[112176]: 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-08T09:47:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:14 smithi003 ceph-mon[96088]: 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-08T09:47:15.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:15.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:16.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:16.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:16 smithi094 ceph-mon[112176]: 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-08T09:47:16.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:16 smithi003 ceph-mon[96088]: 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-08T09:47:17.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:17.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:18.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:18.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:18 smithi094 ceph-mon[112176]: 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-08T09:47:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:18 smithi003 ceph-mon[96088]: 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-08T09:47:20.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:20.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:20.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:20.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:19 smithi094 ceph-mon[112176]: 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-08T09:47:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:19 smithi003 ceph-mon[96088]: 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-08T09:47:21.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:23.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:23.403 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:22 smithi094 ceph-mon[112176]: 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-08T09:47:23.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:23.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:23.425 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:22 smithi003 ceph-mon[96088]: 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-08T09:47:23.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:23.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:24.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:24.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:24 smithi003 ceph-mon[96088]: 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-08T09:47:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:24 smithi094 ceph-mon[112176]: 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-08T09:47:25.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:25.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:26.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:26.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:26 smithi094 ceph-mon[112176]: 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-08T09:47:27.961 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:26 smithi003 ceph-mon[96088]: 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-08T09:47:27.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:28.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:28.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:31.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:31.246 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:28 smithi003 ceph-mon[96088]: 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-08T09:47:31.246 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:28 smithi094 ceph-mon[112176]: 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-08T09:47:31.246 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:29 smithi094 ceph-mon[112176]: 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-08T09:47:31.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:31.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:31.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:31.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:31.247 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:29 smithi003 ceph-mon[96088]: 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-08T09:47:31.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:31.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:32.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:32.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:32 smithi094 ceph-mon[112176]: 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-08T09:47:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:32 smithi003 ceph-mon[96088]: 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-08T09:47:33.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:33.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:34.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:34.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:34 smithi094 ceph-mon[112176]: 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-08T09:47:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:34 smithi003 ceph-mon[96088]: 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-08T09:47:35.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:35.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:36.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:36.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:36 smithi094 ceph-mon[112176]: 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-08T09:47:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:36 smithi003 ceph-mon[96088]: 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-08T09:47:37.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:37.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:38.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:38.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:38 smithi094 ceph-mon[112176]: 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-08T09:47:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:38 smithi003 ceph-mon[96088]: 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-08T09:47:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:39.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:39.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:40.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:40.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:39 smithi094 ceph-mon[112176]: 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-08T09:47:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:39 smithi003 ceph-mon[96088]: 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-08T09:47:41.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:41.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:42.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:42.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:42 smithi094 ceph-mon[112176]: 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-08T09:47:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:42 smithi003 ceph-mon[96088]: 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-08T09:47:43.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:43.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:44.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:44.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:44 smithi094 ceph-mon[112176]: 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-08T09:47:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:44 smithi003 ceph-mon[96088]: 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-08T09:47:45.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:45.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:46.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:46.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:46 smithi094 ceph-mon[112176]: 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-08T09:47:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:46 smithi003 ceph-mon[96088]: 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-08T09:47:47.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:47.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:48.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:48.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:48 smithi094 ceph-mon[112176]: 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-08T09:47:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:48 smithi003 ceph-mon[96088]: 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-08T09:47:49.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:49.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:50.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:50.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:49 smithi094 ceph-mon[112176]: 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-08T09:47:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:49 smithi003 ceph-mon[96088]: 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-08T09:47:51.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:51.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:52.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:52.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:52 smithi094 ceph-mon[112176]: 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-08T09:47:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:52 smithi003 ceph-mon[96088]: 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-08T09:47:53.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:53.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:54.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:54.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:54 smithi094 ceph-mon[112176]: 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-08T09:47:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:54 smithi003 ceph-mon[96088]: 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-08T09:47:55.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:55.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:56.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:56.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:56 smithi003 ceph-mon[96088]: 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-08T09:47:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:56 smithi094 ceph-mon[112176]: 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-08T09:47:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:58.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:58.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:58 smithi003 ceph-mon[96088]: 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-08T09:47:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:58 smithi094 ceph-mon[112176]: 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-08T09:47:59.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:47:59.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:47:59 smithi003 ceph-mon[96088]: 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-08T09:48:00.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:00.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:47:59 smithi094 ceph-mon[112176]: 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-08T09:48:01.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:01.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:02.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:02.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:02 smithi094 ceph-mon[112176]: 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-08T09:48:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:02 smithi003 ceph-mon[96088]: 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-08T09:48:03.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:03.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:04.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:04.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:04 smithi094 ceph-mon[112176]: 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-08T09:48:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:04 smithi003 ceph-mon[96088]: 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-08T09:48:05.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:05.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:06.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:06.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:06 smithi094 ceph-mon[112176]: 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-08T09:48:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:06 smithi003 ceph-mon[96088]: 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-08T09:48:07.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:07.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:08.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:08.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:08 smithi003 ceph-mon[96088]: 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-08T09:48:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:48:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:48:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:48:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:48:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:48:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:48:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:08 smithi094 ceph-mon[112176]: 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-08T09:48:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:48:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:48:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:48:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:48:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:48:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:48:09.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:09.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:10 smithi003 ceph-mon[96088]: 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-08T09:48:10.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:10.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:10 smithi094 ceph-mon[112176]: 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-08T09:48:11.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:11.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:12.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:12.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:12 smithi094 ceph-mon[112176]: 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-08T09:48:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:12 smithi003 ceph-mon[96088]: 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-08T09:48:13.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:13.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:14.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:14.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:14 smithi094 ceph-mon[112176]: 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-08T09:48:14.980 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:14 smithi003 ceph-mon[96088]: 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-08T09:48:15.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:15.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:16.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:16.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:16 smithi003 ceph-mon[96088]: 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-08T09:48:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:16 smithi094 ceph-mon[112176]: 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-08T09:48:17.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:17.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:18.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:18.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:18 smithi003 ceph-mon[96088]: 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-08T09:48:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:18 smithi094 ceph-mon[112176]: 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-08T09:48:19.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:19.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:19 smithi094 ceph-mon[112176]: 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-08T09:48:20.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:20.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:19 smithi003 ceph-mon[96088]: 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-08T09:48:21.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:21.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:22.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:22.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:22 smithi094 ceph-mon[112176]: 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-08T09:48:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:22 smithi003 ceph-mon[96088]: 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-08T09:48:23.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:23.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:24.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:24.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:24 smithi003 ceph-mon[96088]: 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-08T09:48:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:24 smithi094 ceph-mon[112176]: 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-08T09:48:25.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:25.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:26.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:26.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:26 smithi003 ceph-mon[96088]: 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-08T09:48:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:26 smithi094 ceph-mon[112176]: 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-08T09:48:27.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:27.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:28.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:28.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:28 smithi003 ceph-mon[96088]: 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-08T09:48:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:28 smithi094 ceph-mon[112176]: 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-08T09:48:29.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:29.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:30 smithi094 ceph-mon[112176]: 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-08T09:48:30.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:30.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:30 smithi003 ceph-mon[96088]: 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-08T09:48:31.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:31.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:32.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:32.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:32 smithi094 ceph-mon[112176]: 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-08T09:48:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:32 smithi003 ceph-mon[96088]: 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-08T09:48:33.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:33.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:34.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:34.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:34 smithi003 ceph-mon[96088]: 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-08T09:48:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:34 smithi094 ceph-mon[112176]: 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-08T09:48:35.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:35.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:36.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:36.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:36 smithi003 ceph-mon[96088]: 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-08T09:48:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:36 smithi094 ceph-mon[112176]: 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-08T09:48:37.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:37.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:38.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:38.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:38 smithi003 ceph-mon[96088]: 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-08T09:48:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:38 smithi094 ceph-mon[112176]: 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-08T09:48:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:39.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:39.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:40.266 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:40 smithi003 ceph-mon[96088]: 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-08T09:48:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:40 smithi094 ceph-mon[112176]: 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-08T09:48:40.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:40.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:41.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:41.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:42.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:42.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:42 smithi003 ceph-mon[96088]: 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-08T09:48:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:42 smithi094 ceph-mon[112176]: 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-08T09:48:43.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:43.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:44.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:44.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:44 smithi003 ceph-mon[96088]: 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-08T09:48:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:44 smithi094 ceph-mon[112176]: 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-08T09:48:45.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:45.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:46.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:46.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:46 smithi003 ceph-mon[96088]: 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-08T09:48:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:46 smithi094 ceph-mon[112176]: 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-08T09:48:47.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:47.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:48.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:48.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:48 smithi003 ceph-mon[96088]: 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-08T09:48:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:48 smithi094 ceph-mon[112176]: 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-08T09:48:49.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:49.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:50.381 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:50 smithi003 ceph-mon[96088]: 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-08T09:48:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:50 smithi094 ceph-mon[112176]: 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-08T09:48:50.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:50.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:51.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:51.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:52.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:52.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:52 smithi003 ceph-mon[96088]: 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-08T09:48:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:52 smithi094 ceph-mon[112176]: 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-08T09:48:53.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:53.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:54.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:54.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:54.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:54 smithi003 ceph-mon[96088]: 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-08T09:48:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:54 smithi094 ceph-mon[112176]: 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-08T09:48:55.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:55.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:56.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:56.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:56 smithi003 ceph-mon[96088]: 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-08T09:48:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:56 smithi094 ceph-mon[112176]: 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-08T09:48:57.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:57.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:58.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:58.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:48:58 smithi003 ceph-mon[96088]: 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-08T09:48:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:48:58 smithi094 ceph-mon[112176]: 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-08T09:48:59.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:48:59.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:00 smithi094 ceph-mon[112176]: 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-08T09:49:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:00 smithi003 ceph-mon[96088]: 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-08T09:49:00.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:00.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:01.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:01.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:02.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:02.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:02.955 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:02 smithi094 ceph-mon[112176]: 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-08T09:49:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:02 smithi003 ceph-mon[96088]: 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-08T09:49:03.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:03.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:04.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:04.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:04 smithi003 ceph-mon[96088]: 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-08T09:49:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:04 smithi094 ceph-mon[112176]: 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-08T09:49:05.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:05.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:06.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:06.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:06 smithi003 ceph-mon[96088]: 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-08T09:49:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:06 smithi094 ceph-mon[112176]: 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-08T09:49:07.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:07.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:08.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:08.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:08 smithi003 ceph-mon[96088]: 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-08T09:49:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:49:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:08 smithi094 ceph-mon[112176]: 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-08T09:49:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:49:09.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:09.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:10.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:49:10.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:49:10.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:49:10.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:49:10.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:49:10.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:49:10.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:49:10.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:09 smithi094 ceph-mon[112176]: 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-08T09:49:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:49:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:49:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:49:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:49:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:49:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:49:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:49:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:09 smithi003 ceph-mon[96088]: 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-08T09:49:10.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:10.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:11.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:11.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:12.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:12.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:12 smithi003 ceph-mon[96088]: 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-08T09:49:13.061 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:12 smithi094 ceph-mon[112176]: 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-08T09:49:13.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:13.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:14.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:14.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:14 smithi003 ceph-mon[96088]: 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-08T09:49:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:14 smithi094 ceph-mon[112176]: 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-08T09:49:15.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:15.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:16.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:16.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:16 smithi003 ceph-mon[96088]: 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-08T09:49:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:16 smithi094 ceph-mon[112176]: 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-08T09:49:17.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:17.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:18.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:18.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:18 smithi003 ceph-mon[96088]: 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-08T09:49:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:18 smithi094 ceph-mon[112176]: 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-08T09:49:19.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:19.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:20 smithi094 ceph-mon[112176]: 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-08T09:49:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:20 smithi003 ceph-mon[96088]: 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-08T09:49:20.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:20.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:21.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:21.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:22.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:22.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:22 smithi003 ceph-mon[96088]: 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-08T09:49:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:22 smithi094 ceph-mon[112176]: 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-08T09:49:23.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:23.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:24.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:24.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:24 smithi003 ceph-mon[96088]: 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-08T09:49:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:24 smithi094 ceph-mon[112176]: 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-08T09:49:25.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:25.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:26.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:26.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:26 smithi003 ceph-mon[96088]: 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-08T09:49:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:26 smithi094 ceph-mon[112176]: 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-08T09:49:27.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:27.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:28.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:28.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:28 smithi003 ceph-mon[96088]: 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-08T09:49:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:28 smithi094 ceph-mon[112176]: 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-08T09:49:29.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:29.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:30 smithi094 ceph-mon[112176]: 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-08T09:49:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:30 smithi003 ceph-mon[96088]: 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-08T09:49:30.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:30.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:31.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:31.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:32.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:32.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:32 smithi003 ceph-mon[96088]: 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-08T09:49:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:32 smithi094 ceph-mon[112176]: 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-08T09:49:33.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:33.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:34.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:34.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:34 smithi003 ceph-mon[96088]: 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-08T09:49:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:34 smithi094 ceph-mon[112176]: 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-08T09:49:35.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:35.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:36.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:36.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:36 smithi003 ceph-mon[96088]: 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-08T09:49:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:36 smithi094 ceph-mon[112176]: 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-08T09:49:37.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:37.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:38.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:38.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:38 smithi003 ceph-mon[96088]: 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-08T09:49:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:38 smithi094 ceph-mon[112176]: 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-08T09:49:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:39.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:39.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:40 smithi094 ceph-mon[112176]: 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-08T09:49:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:40 smithi003 ceph-mon[96088]: 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-08T09:49:40.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:40.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:41.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:41.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:42.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:42.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:42 smithi003 ceph-mon[96088]: 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-08T09:49:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:42 smithi094 ceph-mon[112176]: 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-08T09:49:43.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:43.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:44.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:44.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:44 smithi003 ceph-mon[96088]: 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-08T09:49:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:44 smithi094 ceph-mon[112176]: 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-08T09:49:45.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:45.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:46.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:46.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:46 smithi003 ceph-mon[96088]: 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-08T09:49:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:46 smithi094 ceph-mon[112176]: 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-08T09:49:47.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:47.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:48.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:48.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:48 smithi003 ceph-mon[96088]: 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-08T09:49:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:48 smithi094 ceph-mon[112176]: 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-08T09:49:49.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:49.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:50 smithi094 ceph-mon[112176]: 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-08T09:49:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:50 smithi003 ceph-mon[96088]: 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-08T09:49:50.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:50.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:51.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:51.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:52.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:52.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:52 smithi003 ceph-mon[96088]: 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-08T09:49:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:52 smithi094 ceph-mon[112176]: 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-08T09:49:53.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:53.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:54.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:54.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:54 smithi003 ceph-mon[96088]: 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-08T09:49:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:54 smithi094 ceph-mon[112176]: 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-08T09:49:55.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:55.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:56.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:56.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:56 smithi003 ceph-mon[96088]: 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-08T09:49:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:56 smithi094 ceph-mon[112176]: 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-08T09:49:57.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:57.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:58.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:58.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:49:58 smithi094 ceph-mon[112176]: 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-08T09:49:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:49:58 smithi003 ceph-mon[96088]: 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-08T09:49:59.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:49:59.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:00 smithi094 ceph-mon[112176]: 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-08T09:50:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T09:50:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:00 smithi003 ceph-mon[96088]: 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-08T09:50:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T09:50:00.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:00.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:01.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:01.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:02.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:02.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:02 smithi003 ceph-mon[96088]: 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-08T09:50:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:02 smithi094 ceph-mon[112176]: 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-08T09:50:03.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:03.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:04.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:04.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:04 smithi003 ceph-mon[96088]: 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-08T09:50:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:04 smithi094 ceph-mon[112176]: 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-08T09:50:05.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:05.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:06.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:06.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:06 smithi003 ceph-mon[96088]: 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-08T09:50:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:06 smithi094 ceph-mon[112176]: 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-08T09:50:07.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:07.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:08.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:08.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:08 smithi094 ceph-mon[112176]: 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-08T09:50:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:08 smithi003 ceph-mon[96088]: 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-08T09:50:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:09.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:09.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:50:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:10 smithi094 ceph-mon[112176]: 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-08T09:50:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:50:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:50:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:50:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:50:10.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:50:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:50:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:10 smithi003 ceph-mon[96088]: 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-08T09:50:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:50:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:50:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:50:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:50:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:50:10.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:10.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:11.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:11.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:12.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:12.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:12 smithi003 ceph-mon[96088]: 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-08T09:50:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:12 smithi094 ceph-mon[112176]: 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-08T09:50:13.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:13.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:14.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:14.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:14 smithi003 ceph-mon[96088]: 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-08T09:50:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:14 smithi094 ceph-mon[112176]: 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-08T09:50:15.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:15.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:16.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:16.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:16 smithi003 ceph-mon[96088]: 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-08T09:50:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:16 smithi094 ceph-mon[112176]: 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-08T09:50:17.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:17.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:18.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:18.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:18.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:18 smithi003 ceph-mon[96088]: 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-08T09:50:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:18 smithi094 ceph-mon[112176]: 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-08T09:50:19.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:19.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:20 smithi094 ceph-mon[112176]: 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-08T09:50:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:20 smithi003 ceph-mon[96088]: 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-08T09:50:20.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:20.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:21.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:21.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:22.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:22.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:22 smithi003 ceph-mon[96088]: 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-08T09:50:23.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:22 smithi094 ceph-mon[112176]: 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-08T09:50:23.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:23.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:24.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:24.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:24 smithi003 ceph-mon[96088]: 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-08T09:50:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:24 smithi094 ceph-mon[112176]: 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-08T09:50:25.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:25.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:26.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:26.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:26 smithi003 ceph-mon[96088]: 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-08T09:50:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:26 smithi094 ceph-mon[112176]: 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-08T09:50:27.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:27.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:28.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:28.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:28 smithi003 ceph-mon[96088]: 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-08T09:50:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:28 smithi094 ceph-mon[112176]: 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-08T09:50:29.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:29.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:30 smithi094 ceph-mon[112176]: 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-08T09:50:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:30 smithi003 ceph-mon[96088]: 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-08T09:50:30.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:30.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:31.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:31.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:32.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:32.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:32 smithi003 ceph-mon[96088]: 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-08T09:50:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:32 smithi094 ceph-mon[112176]: 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-08T09:50:33.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:33.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:34.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:34.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:34 smithi003 ceph-mon[96088]: 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-08T09:50:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:34 smithi094 ceph-mon[112176]: 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-08T09:50:35.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:35.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:36.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:36.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:36 smithi003 ceph-mon[96088]: 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-08T09:50:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:36 smithi094 ceph-mon[112176]: 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-08T09:50:37.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:37.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:38.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:38.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:38 smithi003 ceph-mon[96088]: 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-08T09:50:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:38 smithi094 ceph-mon[112176]: 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-08T09:50:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:39.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:39.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:40 smithi094 ceph-mon[112176]: 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-08T09:50:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:40 smithi003 ceph-mon[96088]: 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-08T09:50:40.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:40.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:41.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:41.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:42.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:42.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:42 smithi003 ceph-mon[96088]: 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-08T09:50:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:42 smithi094 ceph-mon[112176]: 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-08T09:50:43.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:43.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:44.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:44.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:44 smithi003 ceph-mon[96088]: 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-08T09:50:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:44 smithi094 ceph-mon[112176]: 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-08T09:50:45.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:45.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:46.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:46.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:46 smithi003 ceph-mon[96088]: 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-08T09:50:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:46 smithi094 ceph-mon[112176]: 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-08T09:50:47.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:47.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:48.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:48.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:48 smithi003 ceph-mon[96088]: 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-08T09:50:49.056 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:48 smithi094 ceph-mon[112176]: 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-08T09:50:49.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:49.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:50 smithi094 ceph-mon[112176]: 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-08T09:50:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:50 smithi003 ceph-mon[96088]: 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-08T09:50:50.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:50.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:51.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:51.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:52.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:52.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:52 smithi003 ceph-mon[96088]: 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-08T09:50:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:52 smithi094 ceph-mon[112176]: 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-08T09:50:53.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:53.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:54.108 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:54.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:54.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:54 smithi003 ceph-mon[96088]: 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-08T09:50:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:54 smithi094 ceph-mon[112176]: 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-08T09:50:55.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:55.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:56.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:56.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:56 smithi003 ceph-mon[96088]: 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-08T09:50:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:56 smithi094 ceph-mon[112176]: 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-08T09:50:57.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:57.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:58.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:58.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:50:58 smithi003 ceph-mon[96088]: 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-08T09:50:59.159 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:50:58 smithi094 ceph-mon[112176]: 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-08T09:50:59.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:50:59.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:00 smithi094 ceph-mon[112176]: 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-08T09:51:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:00 smithi003 ceph-mon[96088]: 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-08T09:51:00.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:00.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:01.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:01.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:02.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:02.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:02 smithi003 ceph-mon[96088]: 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-08T09:51:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:02 smithi094 ceph-mon[112176]: 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-08T09:51:03.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:03.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:04.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:04.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:04 smithi003 ceph-mon[96088]: 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-08T09:51:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:04 smithi094 ceph-mon[112176]: 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-08T09:51:05.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:05.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:06.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:06.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:06 smithi003 ceph-mon[96088]: 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-08T09:51:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:06 smithi094 ceph-mon[112176]: 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-08T09:51:07.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:07.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:08.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:08.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:08 smithi003 ceph-mon[96088]: 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-08T09:51:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:08 smithi094 ceph-mon[112176]: 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-08T09:51:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:09.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:09.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:10 smithi094 ceph-mon[112176]: 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-08T09:51:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:51:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:10 smithi003 ceph-mon[96088]: 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-08T09:51:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:51:10.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:10.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:51:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:51:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:51:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:51:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1554M 2023-10-08T09:51:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:51:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:51:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:51:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:51:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:51:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:51:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1554M 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:51:11.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:51:11.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:11.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:12 smithi094 ceph-mon[112176]: 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-08T09:51:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:12 smithi003 ceph-mon[96088]: 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-08T09:51:12.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:12.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:13.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:13.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:14.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:14.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:14 smithi003 ceph-mon[96088]: 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-08T09:51:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:14 smithi094 ceph-mon[112176]: 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-08T09:51:15.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:15.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:16.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:16.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:16 smithi003 ceph-mon[96088]: pgmap v12446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:16 smithi094 ceph-mon[112176]: pgmap v12446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:17.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:17.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:18.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:18.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:18 smithi003 ceph-mon[96088]: pgmap v12447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:18 smithi094 ceph-mon[112176]: pgmap v12447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:19.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:19.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:20 smithi094 ceph-mon[112176]: pgmap v12448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:20 smithi003 ceph-mon[96088]: pgmap v12448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:20.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:20.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:21.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:21.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:22.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:22.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:22 smithi003 ceph-mon[96088]: pgmap v12449: 97 pgs: 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:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:22 smithi094 ceph-mon[112176]: pgmap v12449: 97 pgs: 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:23.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:23.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:24.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:24.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:24 smithi003 ceph-mon[96088]: pgmap v12450: 97 pgs: 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:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:24 smithi094 ceph-mon[112176]: pgmap v12450: 97 pgs: 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:25.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:25.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:26.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:26.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:27.156 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:26 smithi003 ceph-mon[96088]: pgmap v12451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:26 smithi094 ceph-mon[112176]: pgmap v12451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:27.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:27.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:28.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:28.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:28 smithi094 ceph-mon[112176]: 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-08T09:51:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:28 smithi003 ceph-mon[96088]: 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-08T09:51:29.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:29.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:30 smithi094 ceph-mon[112176]: 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-08T09:51:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:30 smithi003 ceph-mon[96088]: 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-08T09:51:30.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:30.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:31.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:31.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:32.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:32.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:32 smithi003 ceph-mon[96088]: 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-08T09:51:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:32 smithi094 ceph-mon[112176]: 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-08T09:51:33.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:33.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:34.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:34.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:34 smithi094 ceph-mon[112176]: 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-08T09:51:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:34 smithi003 ceph-mon[96088]: 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-08T09:51:35.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:35.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:36.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:36.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:36 smithi094 ceph-mon[112176]: 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-08T09:51:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:36 smithi003 ceph-mon[96088]: 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-08T09:51:37.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:37.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:38.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:38.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:38 smithi094 ceph-mon[112176]: 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-08T09:51:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:38 smithi003 ceph-mon[96088]: 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-08T09:51:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:39.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:39.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:40 smithi094 ceph-mon[112176]: 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-08T09:51:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:40 smithi003 ceph-mon[96088]: 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-08T09:51:40.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:40.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:41.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:41.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:42.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:42.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:42 smithi003 ceph-mon[96088]: 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-08T09:51:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:42 smithi094 ceph-mon[112176]: 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-08T09:51:43.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:43.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:44.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:44.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:44 smithi094 ceph-mon[112176]: 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-08T09:51:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:44 smithi003 ceph-mon[96088]: 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-08T09:51:45.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:45.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:46.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:46.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:46 smithi094 ceph-mon[112176]: 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-08T09:51:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:46 smithi003 ceph-mon[96088]: 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-08T09:51:47.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:47.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:48.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:48.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:48 smithi094 ceph-mon[112176]: 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-08T09:51:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:48 smithi003 ceph-mon[96088]: 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-08T09:51:49.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:49.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:50 smithi094 ceph-mon[112176]: 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-08T09:51:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:50 smithi003 ceph-mon[96088]: 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-08T09:51:50.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:50.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:51.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:51.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:52.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:52.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:52 smithi003 ceph-mon[96088]: 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-08T09:51:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:52 smithi094 ceph-mon[112176]: 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-08T09:51:53.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:53.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:54.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:54.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:54 smithi094 ceph-mon[112176]: 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-08T09:51:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:54 smithi003 ceph-mon[96088]: 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-08T09:51:55.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:55.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:56.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:56.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:56 smithi094 ceph-mon[112176]: 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-08T09:51:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:56 smithi003 ceph-mon[96088]: 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-08T09:51:57.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:57.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:58.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:58.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:51:58 smithi094 ceph-mon[112176]: 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-08T09:51:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:51:58 smithi003 ceph-mon[96088]: 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-08T09:51:59.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:51:59.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:00 smithi094 ceph-mon[112176]: 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-08T09:52:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:00 smithi003 ceph-mon[96088]: 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-08T09:52:00.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:00.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:01.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:01.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:02.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:02.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:02 smithi003 ceph-mon[96088]: 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-08T09:52:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:02 smithi094 ceph-mon[112176]: 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-08T09:52:03.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:03.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:04.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:04.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:04 smithi094 ceph-mon[112176]: 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-08T09:52:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:04 smithi003 ceph-mon[96088]: 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-08T09:52:05.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:05.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:06.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:06.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:06 smithi094 ceph-mon[112176]: 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-08T09:52:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:06 smithi003 ceph-mon[96088]: 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-08T09:52:07.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:07.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:08.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:08.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:08 smithi094 ceph-mon[112176]: 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-08T09:52:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:08 smithi003 ceph-mon[96088]: 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-08T09:52:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:09.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:09.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:10 smithi094 ceph-mon[112176]: 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-08T09:52:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:10 smithi003 ceph-mon[96088]: 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-08T09:52:10.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:10.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:52:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:52:11.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:11.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:52:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:52:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:52:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:52:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:52:12.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:12 smithi094 ceph-mon[112176]: 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-08T09:52:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:52:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:52:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:52:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:52:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:52:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:12 smithi003 ceph-mon[96088]: 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-08T09:52:12.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:12.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:13.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:13.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:14.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:14.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:14 smithi094 ceph-mon[112176]: 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-08T09:52:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:14 smithi003 ceph-mon[96088]: 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-08T09:52:15.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:15.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:16.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:16.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:16 smithi094 ceph-mon[112176]: 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-08T09:52:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:16 smithi003 ceph-mon[96088]: 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-08T09:52:17.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:17.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:18.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:18.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:18 smithi094 ceph-mon[112176]: 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-08T09:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:18 smithi003 ceph-mon[96088]: 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-08T09:52:19.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:19.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:20 smithi094 ceph-mon[112176]: 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-08T09:52:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:20 smithi003 ceph-mon[96088]: 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-08T09:52:20.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:20.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:21.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:21.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:22.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:22.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:22 smithi094 ceph-mon[112176]: 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-08T09:52:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:22 smithi003 ceph-mon[96088]: 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-08T09:52:23.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:23.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:24.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:24.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:25.049 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:24 smithi094 ceph-mon[112176]: 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-08T09:52:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:24 smithi003 ceph-mon[96088]: 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-08T09:52:25.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:25.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:26.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:26.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:26 smithi094 ceph-mon[112176]: 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-08T09:52:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:26 smithi003 ceph-mon[96088]: 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-08T09:52:27.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:27.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:28.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:28.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:28 smithi094 ceph-mon[112176]: 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-08T09:52:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:28 smithi003 ceph-mon[96088]: 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-08T09:52:29.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:29.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:30 smithi094 ceph-mon[112176]: 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-08T09:52:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:30 smithi003 ceph-mon[96088]: 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-08T09:52:30.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:30.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:31.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:31.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:32.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:32.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:32 smithi094 ceph-mon[112176]: 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-08T09:52:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:32 smithi003 ceph-mon[96088]: 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-08T09:52:33.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:33.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:34.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:34.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:35.154 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:34 smithi094 ceph-mon[112176]: 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-08T09:52:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:34 smithi003 ceph-mon[96088]: 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-08T09:52:35.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:35.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:36.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:36.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:36 smithi094 ceph-mon[112176]: 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-08T09:52:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:36 smithi003 ceph-mon[96088]: 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-08T09:52:37.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:37.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:38.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:38.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:38 smithi094 ceph-mon[112176]: 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-08T09:52:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:38 smithi003 ceph-mon[96088]: 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-08T09:52:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:39.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:39.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:40 smithi094 ceph-mon[112176]: 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-08T09:52:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:40 smithi003 ceph-mon[96088]: 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-08T09:52:40.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:40.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:41.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:41.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:42.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:42.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:43.016 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:42 smithi003 ceph-mon[96088]: 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-08T09:52:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:42 smithi094 ceph-mon[112176]: 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-08T09:52:43.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:43.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:44.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:44.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:44 smithi094 ceph-mon[112176]: 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-08T09:52:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:44 smithi003 ceph-mon[96088]: 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-08T09:52:45.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:45.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:46.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:46.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:46 smithi094 ceph-mon[112176]: 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-08T09:52:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:46 smithi003 ceph-mon[96088]: 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-08T09:52:47.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:47.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:48.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:48.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:48 smithi094 ceph-mon[112176]: 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-08T09:52:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:48 smithi003 ceph-mon[96088]: 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-08T09:52:49.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:49.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:50 smithi094 ceph-mon[112176]: 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-08T09:52:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:50 smithi003 ceph-mon[96088]: 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-08T09:52:50.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:50.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:51.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:51.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:52.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:52.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:53.131 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:52 smithi003 ceph-mon[96088]: 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-08T09:52:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:52 smithi094 ceph-mon[112176]: 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-08T09:52:53.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:53.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:54.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:54.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:54 smithi094 ceph-mon[112176]: 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-08T09:52:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:54 smithi003 ceph-mon[96088]: 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-08T09:52:55.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:55.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:56.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:56.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:56 smithi094 ceph-mon[112176]: 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-08T09:52:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:56 smithi003 ceph-mon[96088]: 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-08T09:52:57.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:57.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:58.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:58.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:52:58 smithi094 ceph-mon[112176]: 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-08T09:52:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:52:58 smithi003 ceph-mon[96088]: 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-08T09:52:59.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:52:59.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:00 smithi094 ceph-mon[112176]: 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-08T09:53:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:00 smithi003 ceph-mon[96088]: 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-08T09:53:00.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:00.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:01.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:01.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:02.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:02.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:02 smithi094 ceph-mon[112176]: 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-08T09:53:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:02 smithi003 ceph-mon[96088]: 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-08T09:53:03.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:03.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:04.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:04.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:04 smithi094 ceph-mon[112176]: 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-08T09:53:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:04 smithi003 ceph-mon[96088]: 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-08T09:53:05.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:05.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:06.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:06.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:06 smithi094 ceph-mon[112176]: 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-08T09:53:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:06 smithi003 ceph-mon[96088]: 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-08T09:53:07.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:07.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:08.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:08.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:08 smithi094 ceph-mon[112176]: 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-08T09:53:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:08 smithi003 ceph-mon[96088]: 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-08T09:53:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:09.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:09.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:10 smithi094 ceph-mon[112176]: 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-08T09:53:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:10 smithi003 ceph-mon[96088]: 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-08T09:53:10.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:10.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:53:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:53:11.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:11.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:12 smithi094 ceph-mon[112176]: 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-08T09:53:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:53:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:53:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:53:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:53:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:53:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:12 smithi003 ceph-mon[96088]: 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-08T09:53:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:53:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:53:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:53:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:53:12.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:53:12.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:12.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:13.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:13.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:14.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:14.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:14 smithi094 ceph-mon[112176]: 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-08T09:53:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:14 smithi003 ceph-mon[96088]: 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-08T09:53:15.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:15.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:16.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:16.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:16 smithi094 ceph-mon[112176]: 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-08T09:53:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:16 smithi003 ceph-mon[96088]: 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-08T09:53:17.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:17.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:18.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:18.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:18 smithi094 ceph-mon[112176]: 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-08T09:53:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:18 smithi003 ceph-mon[96088]: 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-08T09:53:19.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:19.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:20 smithi094 ceph-mon[112176]: 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-08T09:53:20.510 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:20 smithi003 ceph-mon[96088]: 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-08T09:53:20.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:20.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:21.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:21.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:22.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:22.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:22 smithi094 ceph-mon[112176]: 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-08T09:53:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:22 smithi003 ceph-mon[96088]: 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-08T09:53:23.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:23.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:24.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:24.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:24 smithi094 ceph-mon[112176]: 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-08T09:53:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:24 smithi003 ceph-mon[96088]: 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-08T09:53:25.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:25.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:26.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:26.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:26 smithi094 ceph-mon[112176]: 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-08T09:53:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:26 smithi003 ceph-mon[96088]: 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-08T09:53:27.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:27.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:28.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:28.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:28 smithi003 ceph-mon[96088]: 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-08T09:53:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:28 smithi094 ceph-mon[112176]: 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-08T09:53:29.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:29.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:30 smithi094 ceph-mon[112176]: 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-08T09:53:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:30 smithi003 ceph-mon[96088]: 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-08T09:53:30.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:30.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:31.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:31.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:32.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:32.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:32 smithi094 ceph-mon[112176]: 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-08T09:53:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:32 smithi003 ceph-mon[96088]: 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-08T09:53:33.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:33.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:34.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:34.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:34 smithi094 ceph-mon[112176]: 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-08T09:53:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:34 smithi003 ceph-mon[96088]: 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-08T09:53:35.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:35.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:36.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:36.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:36 smithi094 ceph-mon[112176]: 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-08T09:53:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:36 smithi003 ceph-mon[96088]: 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-08T09:53:37.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:37.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:38.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:38.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:38 smithi003 ceph-mon[96088]: 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-08T09:53:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:38 smithi094 ceph-mon[112176]: 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-08T09:53:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:39.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:39.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:40 smithi094 ceph-mon[112176]: 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-08T09:53:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:40 smithi003 ceph-mon[96088]: 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-08T09:53:40.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:40.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:41.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:41.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:42.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:42.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:42 smithi094 ceph-mon[112176]: 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-08T09:53:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:42 smithi003 ceph-mon[96088]: 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-08T09:53:43.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:43.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:44.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:44.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:45.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:44 smithi094 ceph-mon[112176]: 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-08T09:53:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:44 smithi003 ceph-mon[96088]: 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-08T09:53:45.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:45.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:46.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:46.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:46 smithi094 ceph-mon[112176]: 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-08T09:53:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:46 smithi003 ceph-mon[96088]: 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-08T09:53:47.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:47.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:48.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:48.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:48 smithi094 ceph-mon[112176]: 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-08T09:53:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:48 smithi003 ceph-mon[96088]: 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-08T09:53:49.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:49.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:50 smithi094 ceph-mon[112176]: 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-08T09:53:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:50 smithi003 ceph-mon[96088]: 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-08T09:53:50.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:50.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:51.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:51.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:52.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:52.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:52 smithi094 ceph-mon[112176]: 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-08T09:53:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:52 smithi003 ceph-mon[96088]: 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-08T09:53:53.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:53.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:54.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:54.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:54 smithi094 ceph-mon[112176]: 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-08T09:53:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:54 smithi003 ceph-mon[96088]: 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-08T09:53:55.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:55.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:56.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:56.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:56 smithi094 ceph-mon[112176]: 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-08T09:53:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:56 smithi003 ceph-mon[96088]: 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-08T09:53:57.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:57.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:58.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:58.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:53:58 smithi094 ceph-mon[112176]: 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-08T09:53:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:53:58 smithi003 ceph-mon[96088]: 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-08T09:53:59.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:53:59.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:00 smithi094 ceph-mon[112176]: 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-08T09:54:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:00 smithi003 ceph-mon[96088]: 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-08T09:54:00.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:00.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:01.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:01.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:02.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:02.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:02 smithi094 ceph-mon[112176]: 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-08T09:54:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:02 smithi003 ceph-mon[96088]: 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-08T09:54:03.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:04.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:05.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:05.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:04 smithi094 ceph-mon[112176]: 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-08T09:54:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:04 smithi003 ceph-mon[96088]: 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-08T09:54:06.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:06.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:07.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:07.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:06 smithi094 ceph-mon[112176]: 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-08T09:54:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:06 smithi003 ceph-mon[96088]: 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-08T09:54:08.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:08.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:09.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:09.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:08 smithi094 ceph-mon[112176]: 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-08T09:54:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:08 smithi003 ceph-mon[96088]: 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-08T09:54:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:10.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:10.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:10.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:10 smithi094 ceph-mon[112176]: 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-08T09:54:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:10 smithi003 ceph-mon[96088]: 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-08T09:54:11.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:11.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:12.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:12.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:13.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:13.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:12 smithi094 ceph-mon[112176]: 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-08T09:54:13.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:54:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:12 smithi003 ceph-mon[96088]: 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-08T09:54:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:54:14.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:14.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:15.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:15.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:14 smithi094 ceph-mon[112176]: 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-08T09:54:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:14 smithi003 ceph-mon[96088]: 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-08T09:54:16.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:16.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:16.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:54:16.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:54:16.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:54:16.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:54:16.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:54:16.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:54:16.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:54:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:54:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:54:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:54:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:54:16.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:54:16.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:54:16.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:54:17.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:17.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:16 smithi094 ceph-mon[112176]: 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-08T09:54:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:16 smithi003 ceph-mon[96088]: 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-08T09:54:18.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:18.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:19.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:19.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:19.116 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:18 smithi003 ceph-mon[96088]: 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-08T09:54:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:18 smithi094 ceph-mon[112176]: 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-08T09:54:20.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:20.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:20 smithi094 ceph-mon[112176]: 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-08T09:54:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:20 smithi003 ceph-mon[96088]: 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-08T09:54:21.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:21.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:22.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:22.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:23.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:23.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:22 smithi094 ceph-mon[112176]: 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-08T09:54:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:22 smithi003 ceph-mon[96088]: 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-08T09:54:24.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:24.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:24.173 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:25.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:25.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:24 smithi094 ceph-mon[112176]: 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-08T09:54:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:24 smithi003 ceph-mon[96088]: 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-08T09:54:26.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:26.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:27.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:27.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:26 smithi094 ceph-mon[112176]: 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-08T09:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:26 smithi003 ceph-mon[96088]: 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-08T09:54:28.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:28.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:29.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:29.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:28 smithi094 ceph-mon[112176]: 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-08T09:54:29.230 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:28 smithi003 ceph-mon[96088]: 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-08T09:54:30.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:30.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:30 smithi094 ceph-mon[112176]: 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-08T09:54:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:30 smithi003 ceph-mon[96088]: 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-08T09:54:31.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:31.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:32.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:32.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:33.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:33.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:32 smithi094 ceph-mon[112176]: 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-08T09:54:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:32 smithi003 ceph-mon[96088]: 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-08T09:54:34.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:34.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:35.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:35.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:34 smithi094 ceph-mon[112176]: 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-08T09:54:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:34 smithi003 ceph-mon[96088]: 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-08T09:54:36.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:36.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:37.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:37.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:36 smithi094 ceph-mon[112176]: 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-08T09:54:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:36 smithi003 ceph-mon[96088]: 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-08T09:54:38.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:38.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:39.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:39.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:38 smithi094 ceph-mon[112176]: 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-08T09:54:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:38 smithi003 ceph-mon[96088]: 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-08T09:54:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:40.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:40.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:40 smithi094 ceph-mon[112176]: 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-08T09:54:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:40 smithi003 ceph-mon[96088]: 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-08T09:54:41.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:41.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:42.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:42.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:43.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:43.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:42 smithi094 ceph-mon[112176]: 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-08T09:54:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:42 smithi003 ceph-mon[96088]: 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-08T09:54:44.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:44.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:45.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:45.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:44 smithi094 ceph-mon[112176]: 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-08T09:54:45.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:44 smithi003 ceph-mon[96088]: 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-08T09:54:46.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:46.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:47.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:47.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:46 smithi094 ceph-mon[112176]: 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-08T09:54:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:46 smithi003 ceph-mon[96088]: 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-08T09:54:48.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:48.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:49.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:49.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:48 smithi094 ceph-mon[112176]: 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-08T09:54:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:48 smithi003 ceph-mon[96088]: 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-08T09:54:50.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:50.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:50 smithi094 ceph-mon[112176]: 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-08T09:54:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:50 smithi003 ceph-mon[96088]: 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-08T09:54:51.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:51.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:52.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:52.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:53.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:53.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:52 smithi094 ceph-mon[112176]: 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-08T09:54:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:52 smithi003 ceph-mon[96088]: 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-08T09:54:54.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:54.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:55.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:55.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:54 smithi094 ceph-mon[112176]: 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-08T09:54:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:54 smithi003 ceph-mon[96088]: 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-08T09:54:56.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:56.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:56 smithi094 ceph-mon[112176]: 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-08T09:54:57.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:57.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:56 smithi003 ceph-mon[96088]: 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-08T09:54:58.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:58.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:59.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:54:59.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:54:58 smithi094 ceph-mon[112176]: 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-08T09:54:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:54:58 smithi003 ceph-mon[96088]: 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-08T09:55:00.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:00.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:00 smithi094 ceph-mon[112176]: 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-08T09:55:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:00 smithi003 ceph-mon[96088]: 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-08T09:55:01.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:01.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:02.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:02.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:03.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:03.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:02 smithi094 ceph-mon[112176]: 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-08T09:55:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:02 smithi003 ceph-mon[96088]: 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-08T09:55:04.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:04.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:04 smithi003 ceph-mon[96088]: 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-08T09:55:05.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:05.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:04 smithi094 ceph-mon[112176]: 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-08T09:55:06.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:06.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:07.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:07.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:06 smithi094 ceph-mon[112176]: 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-08T09:55:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:06 smithi003 ceph-mon[96088]: 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-08T09:55:08.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:08.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:09.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:09.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:08 smithi094 ceph-mon[112176]: 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-08T09:55:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:08 smithi003 ceph-mon[96088]: 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-08T09:55:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:10.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:10.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:10 smithi094 ceph-mon[112176]: 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-08T09:55:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:10 smithi003 ceph-mon[96088]: 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-08T09:55:11.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:11.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:12.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:12.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:13.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:13.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:12 smithi094 ceph-mon[112176]: 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-08T09:55:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:12 smithi003 ceph-mon[96088]: 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-08T09:55:14.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:14.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:15.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:15.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:14 smithi094 ceph-mon[112176]: 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-08T09:55:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:14 smithi003 ceph-mon[96088]: 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-08T09:55:16.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:16.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:55:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:55:17.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:17.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:16 smithi094 ceph-mon[112176]: 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-08T09:55:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:55:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:55:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:55:17.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:55:17.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:55:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:16 smithi003 ceph-mon[96088]: 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-08T09:55:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:55:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:55:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:55:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:55:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:55:18.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:18.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:19.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:19.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:18 smithi094 ceph-mon[112176]: 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-08T09:55:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:18 smithi003 ceph-mon[96088]: 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-08T09:55:20.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:20.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:20 smithi094 ceph-mon[112176]: 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-08T09:55:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:20 smithi003 ceph-mon[96088]: 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-08T09:55:21.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:21.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:22.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:22.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:23.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:23.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:22 smithi094 ceph-mon[112176]: 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-08T09:55:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:22 smithi003 ceph-mon[96088]: 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-08T09:55:24.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:24.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:24.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:25.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:25.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:24 smithi094 ceph-mon[112176]: 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-08T09:55:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:24 smithi003 ceph-mon[96088]: 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-08T09:55:26.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:26.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:27.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:27.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:26 smithi094 ceph-mon[112176]: 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-08T09:55:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:26 smithi003 ceph-mon[96088]: 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-08T09:55:28.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:28.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:29.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:29.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:28 smithi094 ceph-mon[112176]: 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-08T09:55:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:28 smithi003 ceph-mon[96088]: 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-08T09:55:30.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:30.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:30 smithi003 ceph-mon[96088]: 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-08T09:55:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:30 smithi094 ceph-mon[112176]: 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-08T09:55:31.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:31.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:32.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:32.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:33.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:33.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:32 smithi094 ceph-mon[112176]: 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-08T09:55:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:32 smithi003 ceph-mon[96088]: 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-08T09:55:34.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:34.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:35.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:35.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:34 smithi094 ceph-mon[112176]: 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-08T09:55:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:34 smithi003 ceph-mon[96088]: 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-08T09:55:36.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:36.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:37.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:37.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:36 smithi094 ceph-mon[112176]: 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-08T09:55:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:36 smithi003 ceph-mon[96088]: 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-08T09:55:38.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:38.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:39.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:39.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:38 smithi094 ceph-mon[112176]: 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-08T09:55:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:38 smithi003 ceph-mon[96088]: 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-08T09:55:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:40.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:40.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:40 smithi094 ceph-mon[112176]: 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-08T09:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:40 smithi003 ceph-mon[96088]: 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-08T09:55:41.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:41.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:42.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:42.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:43.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:43.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:42 smithi094 ceph-mon[112176]: 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-08T09:55:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:42 smithi003 ceph-mon[96088]: 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-08T09:55:44.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:44.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:45.088 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:44 smithi003 ceph-mon[96088]: 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-08T09:55:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:44 smithi094 ceph-mon[112176]: 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-08T09:55:45.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:45.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:46.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:46.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:47.134 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:46 smithi094 ceph-mon[112176]: 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-08T09:55:47.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:47.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:46 smithi003 ceph-mon[96088]: 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-08T09:55:48.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:48.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:48 smithi094 ceph-mon[112176]: 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-08T09:55:49.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:49.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:48 smithi003 ceph-mon[96088]: 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-08T09:55:50.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:50.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:50 smithi094 ceph-mon[112176]: 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-08T09:55:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:50 smithi003 ceph-mon[96088]: 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-08T09:55:51.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:51.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:52.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:52.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:52 smithi094 ceph-mon[112176]: 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-08T09:55:53.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:53.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:52 smithi003 ceph-mon[96088]: 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-08T09:55:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:54.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:54.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:54 smithi094 ceph-mon[112176]: 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-08T09:55:55.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:55.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:55.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:54 smithi003 ceph-mon[96088]: 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-08T09:55:56.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:56.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:56 smithi094 ceph-mon[112176]: 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-08T09:55:57.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:57.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:56 smithi003 ceph-mon[96088]: 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-08T09:55:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:55:57 smithi094 ceph-mon[112176]: 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-08T09:55:58.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:58.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:55:57 smithi003 ceph-mon[96088]: 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-08T09:55:59.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:55:59.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:00.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:00.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:00 smithi094 ceph-mon[112176]: 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-08T09:56:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:00 smithi003 ceph-mon[96088]: 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-08T09:56:01.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:01.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:02.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:02.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:02 smithi094 ceph-mon[112176]: 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-08T09:56:03.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:03.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:02 smithi003 ceph-mon[96088]: 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-08T09:56:04.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:04.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:04 smithi094 ceph-mon[112176]: 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-08T09:56:05.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:05.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:05.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:04 smithi003 ceph-mon[96088]: 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-08T09:56:06.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:06.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:06 smithi094 ceph-mon[112176]: 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-08T09:56:07.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:07.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:06 smithi003 ceph-mon[96088]: 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-08T09:56:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:07 smithi094 ceph-mon[112176]: 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-08T09:56:08.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:08.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:07 smithi003 ceph-mon[96088]: 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-08T09:56:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:09.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:09.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:10.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:10.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:10.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:10 smithi003 ceph-mon[96088]: 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-08T09:56:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:10 smithi094 ceph-mon[112176]: 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-08T09:56:11.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:11.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:12.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:12.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:12 smithi094 ceph-mon[112176]: 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-08T09:56:13.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:13.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:12 smithi003 ceph-mon[96088]: 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-08T09:56:14.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:14.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:14 smithi094 ceph-mon[112176]: 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-08T09:56:15.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:15.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:14 smithi003 ceph-mon[96088]: 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-08T09:56:16.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:16.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:16 smithi094 ceph-mon[112176]: 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-08T09:56:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:56:17.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:17.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:16 smithi003 ceph-mon[96088]: 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-08T09:56:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:56:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:17 smithi094 ceph-mon[112176]: 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-08T09:56:18.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:18.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:17 smithi003 ceph-mon[96088]: 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-08T09:56:19.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:19.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:20.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:20.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:20 smithi094 ceph-mon[112176]: 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-08T09:56:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:20 smithi003 ceph-mon[96088]: 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-08T09:56:21.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:21.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:22.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:22.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:56:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:56:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:56:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:56:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:56:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:56:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:56:22.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:22 smithi094 ceph-mon[112176]: 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-08T09:56:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:56:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:56:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:56:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:56:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:56:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:56:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:56:22.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:22 smithi003 ceph-mon[96088]: 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-08T09:56:23.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:23.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:24.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:24.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:24 smithi003 ceph-mon[96088]: 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-08T09:56:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:24 smithi094 ceph-mon[112176]: 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-08T09:56:25.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:25.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:26.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:26.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:26 smithi094 ceph-mon[112176]: 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-08T09:56:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:26 smithi003 ceph-mon[96088]: 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-08T09:56:27.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:27.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:28.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:28.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:28 smithi094 ceph-mon[112176]: 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-08T09:56:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:28 smithi003 ceph-mon[96088]: 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-08T09:56:29.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:29.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:30.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:30.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:30 smithi094 ceph-mon[112176]: 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-08T09:56:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:30 smithi003 ceph-mon[96088]: 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-08T09:56:31.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:31.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:32.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:32.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:32 smithi094 ceph-mon[112176]: 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-08T09:56:33.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:32 smithi003 ceph-mon[96088]: 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-08T09:56:33.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:33.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:34.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:34.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:35.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:34 smithi094 ceph-mon[112176]: 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-08T09:56:35.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:34 smithi003 ceph-mon[96088]: 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-08T09:56:35.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:35.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:35 smithi003 ceph-mon[96088]: 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-08T09:56:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:35 smithi094 ceph-mon[112176]: 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-08T09:56:36.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:36.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:37.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:37.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:38.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:38.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:38 smithi094 ceph-mon[112176]: 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-08T09:56:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:38 smithi003 ceph-mon[96088]: 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-08T09:56:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:39.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:39.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:40.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:40.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:40 smithi094 ceph-mon[112176]: 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-08T09:56:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:40 smithi003 ceph-mon[96088]: 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-08T09:56:41.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:41.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:42.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:42.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:42 smithi094 ceph-mon[112176]: 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-08T09:56:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:42 smithi003 ceph-mon[96088]: 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-08T09:56:43.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:43.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:43 smithi094 ceph-mon[112176]: 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-08T09:56:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:43 smithi003 ceph-mon[96088]: 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-08T09:56:44.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:44.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:45.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:45.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:46.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:46.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:46 smithi094 ceph-mon[112176]: 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-08T09:56:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:46 smithi003 ceph-mon[96088]: 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-08T09:56:47.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:47.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:47 smithi094 ceph-mon[112176]: 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-08T09:56:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:47 smithi003 ceph-mon[96088]: 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-08T09:56:48.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:48.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:49.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:49.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:50.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:50.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:50 smithi094 ceph-mon[112176]: 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-08T09:56:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:50 smithi003 ceph-mon[96088]: 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-08T09:56:51.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:51.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:52.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:52.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:52 smithi094 ceph-mon[112176]: 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-08T09:56:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:52 smithi003 ceph-mon[96088]: 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-08T09:56:53.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:53.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:53 smithi094 ceph-mon[112176]: 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-08T09:56:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:53 smithi003 ceph-mon[96088]: 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-08T09:56:54.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:54.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:55.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:55.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:55 smithi094 ceph-mon[112176]: 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-08T09:56:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:55 smithi003 ceph-mon[96088]: 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-08T09:56:56.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:56.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:57.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:57.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:56:57 smithi094 ceph-mon[112176]: 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-08T09:56:58.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:56:57 smithi003 ceph-mon[96088]: 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-08T09:56:58.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:58.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:59.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:56:59.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:00.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:00.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:00 smithi094 ceph-mon[112176]: 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-08T09:57:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:00 smithi003 ceph-mon[96088]: 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-08T09:57:01.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:01.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:01 smithi094 ceph-mon[112176]: 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-08T09:57:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:01 smithi003 ceph-mon[96088]: 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-08T09:57:02.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:02.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:03.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:03.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:03 smithi094 ceph-mon[112176]: 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-08T09:57:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:03 smithi003 ceph-mon[96088]: 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-08T09:57:04.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:04.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:05.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:05.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:06.178 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:05 smithi094 ceph-mon[112176]: 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-08T09:57:06.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:05 smithi003 ceph-mon[96088]: 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-08T09:57:06.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:06.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:07.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:07.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:07 smithi094 ceph-mon[112176]: 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-08T09:57:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:07 smithi003 ceph-mon[96088]: 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-08T09:57:08.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:08.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:09.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:09.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:10.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:10.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:10 smithi094 ceph-mon[112176]: 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-08T09:57:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:10 smithi003 ceph-mon[96088]: 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-08T09:57:11.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:11.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:11 smithi094 ceph-mon[112176]: 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-08T09:57:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:11 smithi003 ceph-mon[96088]: 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-08T09:57:12.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:12.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:13.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:13.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:13 smithi094 ceph-mon[112176]: 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-08T09:57:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:13 smithi003 ceph-mon[96088]: 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-08T09:57:14.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:14.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:15.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:15.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:15 smithi094 ceph-mon[112176]: 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-08T09:57:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:15 smithi003 ceph-mon[96088]: 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-08T09:57:16.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:16.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:17.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:17.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:17 smithi094 ceph-mon[112176]: 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-08T09:57:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:17 smithi003 ceph-mon[96088]: 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-08T09:57:18.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:18.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:19.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:19.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:20.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:20.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:20 smithi094 ceph-mon[112176]: 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-08T09:57:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:20 smithi003 ceph-mon[96088]: 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-08T09:57:21.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:21.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:57:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:57:22.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:22.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:22 smithi094 ceph-mon[112176]: 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-08T09:57:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:57:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:57:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:57:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:57:22.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:57:22.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:57:22.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:57:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:22 smithi003 ceph-mon[96088]: 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-08T09:57:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:57:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:57:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:57:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:57:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:57:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:57:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:57:23.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:23.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:24.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:24.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:24 smithi094 ceph-mon[112176]: 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-08T09:57:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:24 smithi003 ceph-mon[96088]: 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-08T09:57:25.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:25.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:25 smithi094 ceph-mon[112176]: 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-08T09:57:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:25 smithi003 ceph-mon[96088]: 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-08T09:57:26.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:26.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:27.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:27.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:27 smithi094 ceph-mon[112176]: 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-08T09:57:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:27 smithi003 ceph-mon[96088]: 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-08T09:57:28.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:28.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:29.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:29.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:30.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:30.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:30 smithi094 ceph-mon[112176]: 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-08T09:57:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:30 smithi003 ceph-mon[96088]: 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-08T09:57:31.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:31.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:31 smithi094 ceph-mon[112176]: 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-08T09:57:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:31 smithi003 ceph-mon[96088]: 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-08T09:57:32.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:32.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:33.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:33.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:33 smithi094 ceph-mon[112176]: 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-08T09:57:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:33 smithi003 ceph-mon[96088]: 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-08T09:57:34.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:34.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:35.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:35.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:35 smithi094 ceph-mon[112176]: 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-08T09:57:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:35 smithi003 ceph-mon[96088]: 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-08T09:57:36.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:36.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:37.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:37.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:37 smithi094 ceph-mon[112176]: 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-08T09:57:38.239 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:37 smithi003 ceph-mon[96088]: 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-08T09:57:38.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:38.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:39.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:39.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:40.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:40.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:40 smithi094 ceph-mon[112176]: 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-08T09:57:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:40 smithi003 ceph-mon[96088]: 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-08T09:57:41.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:41.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:41 smithi094 ceph-mon[112176]: 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-08T09:57:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:41 smithi003 ceph-mon[96088]: 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-08T09:57:42.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:42.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:43.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:43.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:43 smithi094 ceph-mon[112176]: 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-08T09:57:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:43 smithi003 ceph-mon[96088]: 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-08T09:57:44.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:44.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:45.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:45.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:45 smithi094 ceph-mon[112176]: 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-08T09:57:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:45 smithi003 ceph-mon[96088]: 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-08T09:57:46.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:46.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:47.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:47.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:47 smithi094 ceph-mon[112176]: 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-08T09:57:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:47 smithi003 ceph-mon[96088]: 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-08T09:57:48.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:48.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:49.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:49.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:50.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:50.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:50 smithi094 ceph-mon[112176]: 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-08T09:57:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:50 smithi003 ceph-mon[96088]: 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-08T09:57:51.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:51.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:52.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:51 smithi094 ceph-mon[112176]: 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-08T09:57:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:51 smithi003 ceph-mon[96088]: 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-08T09:57:52.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:52.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:53.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:53.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:54.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:54.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:54 smithi094 ceph-mon[112176]: 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-08T09:57:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:54 smithi003 ceph-mon[96088]: 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-08T09:57:55.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:55.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:55 smithi094 ceph-mon[112176]: 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-08T09:57:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:55 smithi003 ceph-mon[96088]: 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-08T09:57:56.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:56.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:57:57 smithi094 ceph-mon[112176]: 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-08T09:57:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:57:57 smithi003 ceph-mon[96088]: 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-08T09:57:58.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:58.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:59.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:57:59.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:00.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:00.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:00 smithi094 ceph-mon[112176]: 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-08T09:58:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:00 smithi003 ceph-mon[96088]: 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-08T09:58:01.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:01.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:01 smithi094 ceph-mon[112176]: 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-08T09:58:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:01 smithi003 ceph-mon[96088]: 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-08T09:58:02.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:02.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:03.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:03.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:03 smithi094 ceph-mon[112176]: 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-08T09:58:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:03 smithi003 ceph-mon[96088]: 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-08T09:58:04.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:04.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:05.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:05.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:05 smithi094 ceph-mon[112176]: 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-08T09:58:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:05 smithi003 ceph-mon[96088]: 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-08T09:58:06.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:06.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:07.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:07.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:07 smithi094 ceph-mon[112176]: 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-08T09:58:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:07 smithi003 ceph-mon[96088]: 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-08T09:58:08.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:08.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:09.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:09.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:10.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:10.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:10 smithi094 ceph-mon[112176]: 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-08T09:58:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:10 smithi003 ceph-mon[96088]: 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-08T09:58:11.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:11.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:11 smithi094 ceph-mon[112176]: 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-08T09:58:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:11 smithi003 ceph-mon[96088]: 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-08T09:58:12.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:12.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:13.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:13.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:13 smithi094 ceph-mon[112176]: 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-08T09:58:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:13 smithi003 ceph-mon[96088]: 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-08T09:58:14.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:14.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:15.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:15.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:15 smithi094 ceph-mon[112176]: 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-08T09:58:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:15 smithi003 ceph-mon[96088]: 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-08T09:58:16.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:16.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:17.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:17.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:17 smithi094 ceph-mon[112176]: 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-08T09:58:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:17 smithi003 ceph-mon[96088]: 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-08T09:58:18.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:18.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:19.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:19.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:20 smithi094 ceph-mon[112176]: 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-08T09:58:20.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:20.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:20 smithi003 ceph-mon[96088]: 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-08T09:58:21.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:21.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:21 smithi094 ceph-mon[112176]: 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-08T09:58:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:21 smithi003 ceph-mon[96088]: 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-08T09:58:22.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:22.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:58:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:58:23.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:23.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:58:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:58:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:58:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:58:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:58:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:24.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:23 smithi094 ceph-mon[112176]: 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-08T09:58:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:58:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:58:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:58:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:58:24.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:58:24.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:24.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:23 smithi003 ceph-mon[96088]: 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-08T09:58:24.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:24.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:25.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:25.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:25 smithi094 ceph-mon[112176]: 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-08T09:58:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:25 smithi003 ceph-mon[96088]: 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-08T09:58:26.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:26.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:27.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:27.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:27 smithi094 ceph-mon[112176]: 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-08T09:58:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:27 smithi003 ceph-mon[96088]: 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-08T09:58:28.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:28.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:29.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:29.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:30 smithi094 ceph-mon[112176]: 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-08T09:58:30.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:30.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:30 smithi003 ceph-mon[96088]: 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-08T09:58:31.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:31.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:31 smithi094 ceph-mon[112176]: 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-08T09:58:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:31 smithi003 ceph-mon[96088]: 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-08T09:58:32.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:32.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:33.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:33.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:33 smithi094 ceph-mon[112176]: 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-08T09:58:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:33 smithi003 ceph-mon[96088]: 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-08T09:58:34.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:34.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:35.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:35.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:35 smithi094 ceph-mon[112176]: 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-08T09:58:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:35 smithi003 ceph-mon[96088]: 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-08T09:58:36.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:36.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:37.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:37.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:37 smithi094 ceph-mon[112176]: 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-08T09:58:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:37 smithi003 ceph-mon[96088]: 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-08T09:58:38.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:38.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:39.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:39.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:40 smithi094 ceph-mon[112176]: 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-08T09:58:40.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:40.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:40 smithi003 ceph-mon[96088]: 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-08T09:58:41.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:41.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:41 smithi094 ceph-mon[112176]: 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-08T09:58:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:41 smithi003 ceph-mon[96088]: 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-08T09:58:42.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:42.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:43.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:43.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:43 smithi094 ceph-mon[112176]: 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-08T09:58:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:43 smithi003 ceph-mon[96088]: 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-08T09:58:44.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:44.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:45.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:45.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:45 smithi094 ceph-mon[112176]: 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-08T09:58:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:45 smithi003 ceph-mon[96088]: 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-08T09:58:46.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:46.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:47.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:47.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:47 smithi094 ceph-mon[112176]: 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-08T09:58:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:47 smithi003 ceph-mon[96088]: 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-08T09:58:48.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:48.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:49.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:49.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:50 smithi094 ceph-mon[112176]: 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-08T09:58:50.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:50.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:50 smithi003 ceph-mon[96088]: 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-08T09:58:51.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:51.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:51 smithi094 ceph-mon[112176]: 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-08T09:58:52.215 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:51 smithi003 ceph-mon[96088]: 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-08T09:58:52.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:52.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:53.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:53.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:54.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:54.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:54 smithi094 ceph-mon[112176]: 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-08T09:58:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:54 smithi003 ceph-mon[96088]: 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-08T09:58:55.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:55.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:55 smithi094 ceph-mon[112176]: 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-08T09:58:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:55 smithi003 ceph-mon[96088]: 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-08T09:58:56.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:56.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:57.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:57.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:58:57 smithi094 ceph-mon[112176]: 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-08T09:58:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:58:57 smithi003 ceph-mon[96088]: 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-08T09:58:58.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:58.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:59.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:58:59.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:00 smithi094 ceph-mon[112176]: 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-08T09:59:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:00 smithi003 ceph-mon[96088]: 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-08T09:59:00.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:00.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:01.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:01.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:01 smithi094 ceph-mon[112176]: 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-08T09:59:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:01 smithi003 ceph-mon[96088]: 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-08T09:59:02.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:02.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:03.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:03.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:03 smithi094 ceph-mon[112176]: 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-08T09:59:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:03 smithi003 ceph-mon[96088]: 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-08T09:59:04.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:04.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:05.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:05.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:05 smithi094 ceph-mon[112176]: 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-08T09:59:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:05 smithi003 ceph-mon[96088]: 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-08T09:59:06.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:06.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:07.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:07.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:07 smithi094 ceph-mon[112176]: 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-08T09:59:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:07 smithi003 ceph-mon[96088]: 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-08T09:59:08.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:08.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:09.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:09.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:10 smithi094 ceph-mon[112176]: 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-08T09:59:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:10 smithi003 ceph-mon[96088]: 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-08T09:59:10.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:10.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:11.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:11.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:11 smithi094 ceph-mon[112176]: 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-08T09:59:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:11 smithi003 ceph-mon[96088]: 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-08T09:59:12.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:12.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:13.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:13.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:13 smithi094 ceph-mon[112176]: 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-08T09:59:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:13 smithi003 ceph-mon[96088]: 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-08T09:59:14.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:14.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:15.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:15.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:15 smithi094 ceph-mon[112176]: 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-08T09:59:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:15 smithi003 ceph-mon[96088]: 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-08T09:59:16.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:16.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:17.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:17.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:17 smithi094 ceph-mon[112176]: 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-08T09:59:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:17 smithi003 ceph-mon[96088]: 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-08T09:59:18.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:18.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:19.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:19.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:20 smithi094 ceph-mon[112176]: 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-08T09:59:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:20 smithi003 ceph-mon[96088]: 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-08T09:59:20.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:20.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:21.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:21.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:21 smithi094 ceph-mon[112176]: 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-08T09:59:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:21 smithi003 ceph-mon[96088]: 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-08T09:59:22.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:22.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:23.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:23.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:59:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:59:24.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:24.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:59:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:59:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: 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-08T09:59:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:59:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:59:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:59:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:59:24.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:59:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:59:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:59:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: 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-08T09:59:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:59:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:59:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:59:24.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:59:24.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T09:59:25.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:25.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:25 smithi094 ceph-mon[112176]: 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-08T09:59:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:25 smithi003 ceph-mon[96088]: 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-08T09:59:26.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:26.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:27.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:27.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:27 smithi094 ceph-mon[112176]: 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-08T09:59:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:27 smithi003 ceph-mon[96088]: 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-08T09:59:28.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:28.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:29.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:29.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:30 smithi094 ceph-mon[112176]: 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-08T09:59:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:30 smithi003 ceph-mon[96088]: 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-08T09:59:30.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:30.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:31.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:31.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:31 smithi094 ceph-mon[112176]: 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-08T09:59:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:31 smithi003 ceph-mon[96088]: 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-08T09:59:32.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:32.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:33.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:33.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:33 smithi094 ceph-mon[112176]: 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-08T09:59:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:33 smithi003 ceph-mon[96088]: 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-08T09:59:34.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:34.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:35.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:35.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:35 smithi094 ceph-mon[112176]: 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-08T09:59:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:35 smithi003 ceph-mon[96088]: 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-08T09:59:36.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:36.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:37.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:37.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:37 smithi003 ceph-mon[96088]: 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-08T09:59:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:37 smithi094 ceph-mon[112176]: 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-08T09:59:38.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:38.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:39.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:39.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:40 smithi094 ceph-mon[112176]: 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-08T09:59:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:40 smithi003 ceph-mon[96088]: 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-08T09:59:40.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:40.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:41.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:41.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:41 smithi094 ceph-mon[112176]: 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-08T09:59:42.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:41 smithi003 ceph-mon[96088]: 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-08T09:59:42.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:42.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:43.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:43.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:43 smithi094 ceph-mon[112176]: 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-08T09:59:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:43 smithi003 ceph-mon[96088]: 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-08T09:59:44.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:44.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:45.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:45.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:45 smithi094 ceph-mon[112176]: 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-08T09:59:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:45 smithi003 ceph-mon[96088]: 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-08T09:59:46.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:46.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:47.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:47.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:47 smithi094 ceph-mon[112176]: 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-08T09:59:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:47 smithi003 ceph-mon[96088]: 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-08T09:59:48.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:48.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:49.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:49.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:50 smithi003 ceph-mon[96088]: 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-08T09:59:50.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:50.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:50 smithi094 ceph-mon[112176]: 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-08T09:59:51.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:51.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:51 smithi003 ceph-mon[96088]: 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-08T09:59:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:51 smithi094 ceph-mon[112176]: 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-08T09:59:52.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:52.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:53.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:53.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:54.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:54.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:54 smithi094 ceph-mon[112176]: 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-08T09:59:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:54 smithi003 ceph-mon[96088]: 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-08T09:59:55.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:55.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:55 smithi003 ceph-mon[96088]: 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-08T09:59:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:55 smithi094 ceph-mon[112176]: 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-08T09:59:56.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:56.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:57.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:57.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 09:59:57 smithi003 ceph-mon[96088]: 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-08T09:59:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 09:59:57 smithi094 ceph-mon[112176]: 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-08T09:59:58.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:58.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:59.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T09:59:59.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:00 smithi003 ceph-mon[96088]: 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-08T10:00:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T10:00:00.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:00.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:00 smithi094 ceph-mon[112176]: 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-08T10:00:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T10:00:01.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:01.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:01 smithi003 ceph-mon[96088]: 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-08T10:00:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:01 smithi094 ceph-mon[112176]: 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-08T10:00:02.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:02.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:03.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:03.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:03 smithi003 ceph-mon[96088]: 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-08T10:00:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:03 smithi094 ceph-mon[112176]: 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-08T10:00:04.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:04.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:05.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:05.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:05 smithi003 ceph-mon[96088]: 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-08T10:00:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:05 smithi094 ceph-mon[112176]: 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-08T10:00:06.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:06.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:07.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:07.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:07 smithi003 ceph-mon[96088]: 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-08T10:00:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:07 smithi094 ceph-mon[112176]: 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-08T10:00:08.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:08.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:09.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:09.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:10 smithi003 ceph-mon[96088]: 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-08T10:00:10.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:10.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:10 smithi094 ceph-mon[112176]: 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-08T10:00:11.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:11.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:11 smithi003 ceph-mon[96088]: 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-08T10:00:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:11 smithi094 ceph-mon[112176]: 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-08T10:00:12.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:12.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:13.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:13.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:13 smithi003 ceph-mon[96088]: 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-08T10:00:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:13 smithi094 ceph-mon[112176]: 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-08T10:00:14.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:14.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:15.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:15.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:15 smithi003 ceph-mon[96088]: 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-08T10:00:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:15 smithi094 ceph-mon[112176]: 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-08T10:00:16.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:16.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:17.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:17.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:18.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:17 smithi003 ceph-mon[96088]: 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-08T10:00:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:17 smithi094 ceph-mon[112176]: 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-08T10:00:18.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:18.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:19.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:19.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:20 smithi094 ceph-mon[112176]: 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-08T10:00:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:20 smithi003 ceph-mon[96088]: 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-08T10:00:20.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:20.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:21.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:21.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:21 smithi003 ceph-mon[96088]: 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-08T10:00:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:21 smithi094 ceph-mon[112176]: 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-08T10:00:22.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:22.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:23.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:23.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:24.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:24.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:24 smithi094 ceph-mon[112176]: 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-08T10:00:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:00:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:24 smithi003 ceph-mon[96088]: 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-08T10:00:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:00:25.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:25.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:00:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:00:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:00:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:00:25.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:00:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:00:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:00:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:00:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:00:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:00:26.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:26.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:26 smithi094 ceph-mon[112176]: 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-08T10:00:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:26 smithi003 ceph-mon[96088]: 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-08T10:00:27.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:27.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:27 smithi003 ceph-mon[96088]: 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-08T10:00:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:27 smithi094 ceph-mon[112176]: 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-08T10:00:28.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:28.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:29.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:29.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:30 smithi094 ceph-mon[112176]: 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-08T10:00:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:30 smithi003 ceph-mon[96088]: 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-08T10:00:30.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:30.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:31.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:31.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:31 smithi003 ceph-mon[96088]: 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-08T10:00:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:31 smithi094 ceph-mon[112176]: 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-08T10:00:32.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:32.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:33.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:33.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:33 smithi003 ceph-mon[96088]: 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-08T10:00:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:33 smithi094 ceph-mon[112176]: 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-08T10:00:34.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:34.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:35.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:35.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:35 smithi003 ceph-mon[96088]: 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-08T10:00:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:35 smithi094 ceph-mon[112176]: 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-08T10:00:36.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:36.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:37.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:37.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:37 smithi003 ceph-mon[96088]: 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-08T10:00:38.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:37 smithi094 ceph-mon[112176]: 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-08T10:00:38.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:38.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:39.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:39.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:40 smithi094 ceph-mon[112176]: 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-08T10:00:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:40 smithi003 ceph-mon[96088]: 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-08T10:00:40.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:40.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:41.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:41.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:41 smithi003 ceph-mon[96088]: 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-08T10:00:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:41 smithi094 ceph-mon[112176]: 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-08T10:00:42.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:42.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:43.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:43.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:43 smithi003 ceph-mon[96088]: 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-08T10:00:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:43 smithi094 ceph-mon[112176]: 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-08T10:00:44.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:44.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:45.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:45.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:45 smithi003 ceph-mon[96088]: 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-08T10:00:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:45 smithi094 ceph-mon[112176]: 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-08T10:00:46.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:46.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:47.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:47.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:47 smithi003 ceph-mon[96088]: 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-08T10:00:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:47 smithi094 ceph-mon[112176]: 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-08T10:00:48.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:48.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:49.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:49.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:50 smithi003 ceph-mon[96088]: 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-08T10:00:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:50 smithi094 ceph-mon[112176]: 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-08T10:00:50.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:50.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:51.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:51.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:51 smithi003 ceph-mon[96088]: 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-08T10:00:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:51 smithi094 ceph-mon[112176]: 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-08T10:00:52.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:52.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:53.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:53.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:54 smithi094 ceph-mon[112176]: 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-08T10:00:54.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:54.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:54 smithi003 ceph-mon[96088]: 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-08T10:00:55.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:55.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:55 smithi003 ceph-mon[96088]: 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-08T10:00:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:55 smithi094 ceph-mon[112176]: 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-08T10:00:56.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:56.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:57.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:57.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:00:57 smithi003 ceph-mon[96088]: 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-08T10:00:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:00:57 smithi094 ceph-mon[112176]: 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-08T10:00:58.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:58.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:59.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:00:59.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:00 smithi003 ceph-mon[96088]: 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-08T10:01:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:00 smithi094 ceph-mon[112176]: 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-08T10:01:00.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:00.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:01.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:01.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:01 smithi094 ceph-mon[112176]: 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-08T10:01:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:01 smithi003 ceph-mon[96088]: 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-08T10:01:02.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:02.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:03.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:03.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:03 smithi003 ceph-mon[96088]: 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-08T10:01:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:03 smithi094 ceph-mon[112176]: 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-08T10:01:04.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:04.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:05.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:05.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:05 smithi003 ceph-mon[96088]: 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-08T10:01:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:05 smithi094 ceph-mon[112176]: 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-08T10:01:06.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:06.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:07.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:07.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:07 smithi003 ceph-mon[96088]: 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-08T10:01:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:07 smithi094 ceph-mon[112176]: 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-08T10:01:08.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:08.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:09.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:09.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:10.477 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:10 smithi094 ceph-mon[112176]: 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-08T10:01:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:10 smithi003 ceph-mon[96088]: 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-08T10:01:10.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:10.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:11.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:11.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:11 smithi003 ceph-mon[96088]: 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-08T10:01:12.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:11 smithi094 ceph-mon[112176]: 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-08T10:01:12.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:12.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:13.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:13.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:13 smithi003 ceph-mon[96088]: 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-08T10:01:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:13 smithi094 ceph-mon[112176]: 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-08T10:01:14.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:14.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:15.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:15.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:15 smithi003 ceph-mon[96088]: 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-08T10:01:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:15 smithi094 ceph-mon[112176]: 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-08T10:01:16.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:16.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:17.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:17.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:17 smithi003 ceph-mon[96088]: 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-08T10:01:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:17 smithi094 ceph-mon[112176]: 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-08T10:01:18.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:18.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:19.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:19.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:20 smithi003 ceph-mon[96088]: 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-08T10:01:20.582 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:20 smithi094 ceph-mon[112176]: 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-08T10:01:20.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:20.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:21.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:21.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:21 smithi003 ceph-mon[96088]: 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-08T10:01:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:21 smithi094 ceph-mon[112176]: 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-08T10:01:22.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:22.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:23.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:23.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:24 smithi094 ceph-mon[112176]: 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-08T10:01:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:24 smithi003 ceph-mon[96088]: 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-08T10:01:24.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:24.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:25.635 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:01:25.635 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:25.635 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:25.635 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:25.635 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:25.636 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:01:25.636 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:01:25.636 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:01:25.636 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:01:25.636 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:01:25.636 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:01:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:01:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:01:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:01:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:01:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:01:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:01:25.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:01:25.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:25.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:26 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1546M 2023-10-08T10:01:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:26 smithi094 ceph-mon[112176]: 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-08T10:01:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:26 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1546M 2023-10-08T10:01:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:26 smithi003 ceph-mon[96088]: 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-08T10:01:26.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:26.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:27.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:27.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:27 smithi003 ceph-mon[96088]: 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-08T10:01:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:27 smithi094 ceph-mon[112176]: 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-08T10:01:28.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:28.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:29.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:29.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:30 smithi003 ceph-mon[96088]: 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-08T10:01:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:30 smithi094 ceph-mon[112176]: 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-08T10:01:30.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:30.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:31.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:31.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:31 smithi003 ceph-mon[96088]: 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-08T10:01:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:31 smithi094 ceph-mon[112176]: 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-08T10:01:32.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:32.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:33.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:33.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:33 smithi003 ceph-mon[96088]: 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-08T10:01:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:33 smithi094 ceph-mon[112176]: 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-08T10:01:34.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:34.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:35.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:35.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:35 smithi094 ceph-mon[112176]: 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-08T10:01:36.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:35 smithi003 ceph-mon[96088]: 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-08T10:01:36.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:36.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:37.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:37.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:37 smithi003 ceph-mon[96088]: 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-08T10:01:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:37 smithi094 ceph-mon[112176]: 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-08T10:01:38.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:38.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:39.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:39.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:40 smithi003 ceph-mon[96088]: 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-08T10:01:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:40 smithi094 ceph-mon[112176]: 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-08T10:01:40.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:40.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:41.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:41.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:41 smithi003 ceph-mon[96088]: 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-08T10:01:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:41 smithi094 ceph-mon[112176]: 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-08T10:01:42.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:42.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:43.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:43.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:43 smithi003 ceph-mon[96088]: 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-08T10:01:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:43 smithi094 ceph-mon[112176]: 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-08T10:01:44.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:44.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:45.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:45.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:45 smithi094 ceph-mon[112176]: 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-08T10:01:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:45 smithi003 ceph-mon[96088]: 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-08T10:01:46.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:46.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:47.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:47.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:47 smithi003 ceph-mon[96088]: 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-08T10:01:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:47 smithi094 ceph-mon[112176]: 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-08T10:01:48.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:48.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:49.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:49.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:50 smithi003 ceph-mon[96088]: 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-08T10:01:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:50 smithi094 ceph-mon[112176]: 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-08T10:01:50.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:50.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:51.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:51.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:51 smithi003 ceph-mon[96088]: 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-08T10:01:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:51 smithi094 ceph-mon[112176]: 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-08T10:01:52.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:52.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:53.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:53.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:54 smithi094 ceph-mon[112176]: 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-08T10:01:54.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:54 smithi003 ceph-mon[96088]: 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-08T10:01:54.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:54.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:55.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:55.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:55 smithi003 ceph-mon[96088]: 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-08T10:01:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:55 smithi094 ceph-mon[112176]: 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-08T10:01:56.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:56.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:57.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:57.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:01:57 smithi003 ceph-mon[96088]: 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-08T10:01:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:01:57 smithi094 ceph-mon[112176]: 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-08T10:01:58.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:58.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:59.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:01:59.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:00 smithi003 ceph-mon[96088]: 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-08T10:02:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:00 smithi094 ceph-mon[112176]: 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-08T10:02:00.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:00.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:01.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:01.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:01 smithi003 ceph-mon[96088]: 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-08T10:02:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:01 smithi094 ceph-mon[112176]: 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-08T10:02:02.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:02.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:03.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:03.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:03 smithi003 ceph-mon[96088]: 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-08T10:02:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:03 smithi094 ceph-mon[112176]: 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-08T10:02:04.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:04.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:05.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:05.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:05 smithi003 ceph-mon[96088]: 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-08T10:02:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:05 smithi094 ceph-mon[112176]: 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-08T10:02:06.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:06.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:07.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:07.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:07 smithi003 ceph-mon[96088]: 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-08T10:02:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:07 smithi094 ceph-mon[112176]: 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-08T10:02:08.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:08.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:09.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:09.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:10 smithi003 ceph-mon[96088]: 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-08T10:02:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:10 smithi094 ceph-mon[112176]: 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-08T10:02:10.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:10.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:11.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:11.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:11 smithi003 ceph-mon[96088]: 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-08T10:02:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:11 smithi094 ceph-mon[112176]: 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-08T10:02:12.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:12.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:13.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:13.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:13 smithi003 ceph-mon[96088]: 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-08T10:02:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:13 smithi094 ceph-mon[112176]: 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-08T10:02:14.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:14.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:15.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:15.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:15 smithi003 ceph-mon[96088]: 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-08T10:02:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:15 smithi094 ceph-mon[112176]: 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-08T10:02:16.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:16.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:17.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:17.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:17 smithi003 ceph-mon[96088]: 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-08T10:02:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:17 smithi094 ceph-mon[112176]: 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-08T10:02:18.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:18.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:19.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:19.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:20 smithi003 ceph-mon[96088]: 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-08T10:02:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:20 smithi094 ceph-mon[112176]: 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-08T10:02:20.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:20.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:21.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:21.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:21 smithi003 ceph-mon[96088]: 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-08T10:02:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:21 smithi094 ceph-mon[112176]: 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-08T10:02:22.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:22.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:23.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:23.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:24 smithi094 ceph-mon[112176]: 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-08T10:02:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:24 smithi003 ceph-mon[96088]: 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-08T10:02:24.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:24.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:25.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:25.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:02:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:02:26.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:26.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:26 smithi094 ceph-mon[112176]: 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-08T10:02:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:02:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:02:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:02:26.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:02:26.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:02:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:26 smithi003 ceph-mon[96088]: 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-08T10:02:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:02:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:02:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:02:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:02:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:02:27.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:27.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:27 smithi003 ceph-mon[96088]: 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-08T10:02:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:27 smithi094 ceph-mon[112176]: 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-08T10:02:28.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:28.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:29.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:29.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:30 smithi003 ceph-mon[96088]: 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-08T10:02:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:30 smithi094 ceph-mon[112176]: 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-08T10:02:30.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:30.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:31.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:31.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:31 smithi003 ceph-mon[96088]: 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-08T10:02:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:31 smithi094 ceph-mon[112176]: 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-08T10:02:32.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:32.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:33.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:33.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:34.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:33 smithi003 ceph-mon[96088]: 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-08T10:02:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:33 smithi094 ceph-mon[112176]: 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-08T10:02:34.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:34.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:35.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:35.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:36.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:36.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:36 smithi003 ceph-mon[96088]: 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-08T10:02:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:36 smithi094 ceph-mon[112176]: 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-08T10:02:37.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:37.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:38.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:38.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:38 smithi003 ceph-mon[96088]: 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-08T10:02:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:38 smithi094 ceph-mon[112176]: 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-08T10:02:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:39.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:39.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:40.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:40.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:41 smithi003 ceph-mon[96088]: 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-08T10:02:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:41 smithi094 ceph-mon[112176]: 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-08T10:02:41.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:41.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:42.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:42.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:43 smithi003 ceph-mon[96088]: 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-08T10:02:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:43 smithi094 ceph-mon[112176]: 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-08T10:02:43.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:43.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:44.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:44.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:45 smithi003 ceph-mon[96088]: 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-08T10:02:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:45 smithi094 ceph-mon[112176]: 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-08T10:02:45.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:45.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:46.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:46.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:47 smithi003 ceph-mon[96088]: 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-08T10:02:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:47 smithi094 ceph-mon[112176]: 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-08T10:02:47.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:47.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:48.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:48.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:49 smithi003 ceph-mon[96088]: 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-08T10:02:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:49 smithi094 ceph-mon[112176]: 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-08T10:02:49.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:49.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:50.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:50.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:51 smithi003 ceph-mon[96088]: 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-08T10:02:51.525 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:51 smithi094 ceph-mon[112176]: 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-08T10:02:51.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:51.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:52.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:52.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:53 smithi003 ceph-mon[96088]: 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-08T10:02:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:53 smithi094 ceph-mon[112176]: 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-08T10:02:53.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:53.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:54.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:54.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:55 smithi003 ceph-mon[96088]: 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-08T10:02:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:55 smithi094 ceph-mon[112176]: 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-08T10:02:55.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:55.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:56.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:56.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:57 smithi003 ceph-mon[96088]: 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-08T10:02:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:57 smithi094 ceph-mon[112176]: 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-08T10:02:57.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:57.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:58.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:58.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:02:59 smithi094 ceph-mon[112176]: 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-08T10:02:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:02:59 smithi003 ceph-mon[96088]: 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-08T10:02:59.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:02:59.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:00.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:00.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:01.630 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:01 smithi094 ceph-mon[112176]: 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-08T10:03:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:01 smithi003 ceph-mon[96088]: 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-08T10:03:01.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:01.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:02.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:02.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:03 smithi094 ceph-mon[112176]: 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-08T10:03:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:03 smithi003 ceph-mon[96088]: 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-08T10:03:03.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:03.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:04.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:04.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:05 smithi003 ceph-mon[96088]: 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-08T10:03:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:05 smithi094 ceph-mon[112176]: 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-08T10:03:05.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:05.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:06.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:06.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:07 smithi094 ceph-mon[112176]: 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-08T10:03:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:07 smithi003 ceph-mon[96088]: 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-08T10:03:07.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:07.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:08.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:08.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:09 smithi094 ceph-mon[112176]: 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-08T10:03:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:09 smithi003 ceph-mon[96088]: 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-08T10:03:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:09.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:09.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:10.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:10.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:11 smithi094 ceph-mon[112176]: 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-08T10:03:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:11 smithi003 ceph-mon[96088]: 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-08T10:03:11.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:11.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:12.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:12.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:13 smithi094 ceph-mon[112176]: 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-08T10:03:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:13 smithi003 ceph-mon[96088]: 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-08T10:03:13.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:13.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:14.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:14.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:15 smithi003 ceph-mon[96088]: 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-08T10:03:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:15 smithi094 ceph-mon[112176]: 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-08T10:03:15.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:15.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:16.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:16.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:17 smithi094 ceph-mon[112176]: 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-08T10:03:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:17 smithi003 ceph-mon[96088]: 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-08T10:03:17.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:17.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:18.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:18.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:19 smithi094 ceph-mon[112176]: 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-08T10:03:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:19 smithi003 ceph-mon[96088]: 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-08T10:03:19.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:19.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:20.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:20.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:21.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:21 smithi094 ceph-mon[112176]: 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-08T10:03:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:21 smithi003 ceph-mon[96088]: 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-08T10:03:21.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:21.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:22.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:22.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:23 smithi094 ceph-mon[112176]: 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-08T10:03:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:23 smithi003 ceph-mon[96088]: 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-08T10:03:23.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:23.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:24.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:24.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:25 smithi094 ceph-mon[112176]: 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-08T10:03:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:25 smithi003 ceph-mon[96088]: 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-08T10:03:25.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:25.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:03:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:03:26.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:26.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:27 smithi094 ceph-mon[112176]: 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-08T10:03:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:03:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:03:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:03:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:03:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:03:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:27 smithi003 ceph-mon[96088]: 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-08T10:03:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:03:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:03:27.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:03:27.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:03:27.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:03:27.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:27.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:28.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:28.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:29 smithi094 ceph-mon[112176]: 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-08T10:03:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:29 smithi003 ceph-mon[96088]: 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-08T10:03:29.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:29.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:30.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:30.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:31 smithi094 ceph-mon[112176]: 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-08T10:03:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:31 smithi003 ceph-mon[96088]: 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-08T10:03:31.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:31.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:32.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:32.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:33 smithi094 ceph-mon[112176]: 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-08T10:03:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:33 smithi003 ceph-mon[96088]: 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-08T10:03:33.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:33.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:34.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:34.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:35 smithi094 ceph-mon[112176]: 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-08T10:03:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:35 smithi003 ceph-mon[96088]: 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-08T10:03:35.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:35.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:36.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:36.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:37 smithi094 ceph-mon[112176]: 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-08T10:03:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:37 smithi003 ceph-mon[96088]: 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-08T10:03:37.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:37.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:38.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:38.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:39 smithi094 ceph-mon[112176]: 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-08T10:03:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:39 smithi003 ceph-mon[96088]: 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-08T10:03:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:39.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:39.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:40.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:41.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:41 smithi094 ceph-mon[112176]: 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-08T10:03:42.018 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:41 smithi003 ceph-mon[96088]: 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-08T10:03:42.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:42.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:42.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:43.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:43 smithi094 ceph-mon[112176]: 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-08T10:03:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:43 smithi003 ceph-mon[96088]: 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-08T10:03:43.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:43.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:44.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:44.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:45 smithi094 ceph-mon[112176]: 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-08T10:03:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:45 smithi003 ceph-mon[96088]: 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-08T10:03:45.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:45.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:46.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:46.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:47 smithi094 ceph-mon[112176]: 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-08T10:03:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:47 smithi003 ceph-mon[96088]: 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-08T10:03:47.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:47.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:48.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:48.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:49 smithi094 ceph-mon[112176]: 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-08T10:03:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:49 smithi003 ceph-mon[96088]: 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-08T10:03:49.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:49.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:50.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:50.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:51 smithi094 ceph-mon[112176]: 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-08T10:03:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:51 smithi003 ceph-mon[96088]: 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-08T10:03:51.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:51.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:52.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:52.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:53 smithi094 ceph-mon[112176]: 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-08T10:03:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:53 smithi003 ceph-mon[96088]: 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-08T10:03:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:53.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:53.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:54.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:54.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:55.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:55 smithi003 ceph-mon[96088]: 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-08T10:03:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:55 smithi094 ceph-mon[112176]: 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-08T10:03:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:56.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:56.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:57 smithi094 ceph-mon[112176]: 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-08T10:03:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:57 smithi003 ceph-mon[96088]: 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-08T10:03:57.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:57.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:58.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:03:58.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:03:59 smithi094 ceph-mon[112176]: 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-08T10:03:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:03:59 smithi003 ceph-mon[96088]: 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-08T10:04:00.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:00.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:01.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:01.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:01 smithi094 ceph-mon[112176]: 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-08T10:04:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:01 smithi003 ceph-mon[96088]: 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-08T10:04:02.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:02.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:03.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:03.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:03 smithi094 ceph-mon[112176]: 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-08T10:04:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:03 smithi003 ceph-mon[96088]: 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-08T10:04:04.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:04.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:05.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:05.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:05 smithi094 ceph-mon[112176]: 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-08T10:04:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:05 smithi003 ceph-mon[96088]: 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-08T10:04:06.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:06.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:07.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:07.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:07 smithi094 ceph-mon[112176]: 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-08T10:04:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:07 smithi003 ceph-mon[96088]: 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-08T10:04:08.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:08.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:09.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:09.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:09 smithi094 ceph-mon[112176]: 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-08T10:04:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:09 smithi003 ceph-mon[96088]: 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-08T10:04:10.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:10.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:11.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:11.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:11 smithi094 ceph-mon[112176]: 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-08T10:04:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:11 smithi003 ceph-mon[96088]: 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-08T10:04:12.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:12.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:13.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:13.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:13 smithi094 ceph-mon[112176]: 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-08T10:04:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:13 smithi003 ceph-mon[96088]: 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-08T10:04:14.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:14.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:15.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:15.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:15 smithi094 ceph-mon[112176]: 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-08T10:04:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:15 smithi003 ceph-mon[96088]: 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-08T10:04:16.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:16.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:17.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:17.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:17 smithi094 ceph-mon[112176]: 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-08T10:04:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:17 smithi003 ceph-mon[96088]: 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-08T10:04:18.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:18.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:19.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:19.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:19 smithi094 ceph-mon[112176]: 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-08T10:04:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:19 smithi003 ceph-mon[96088]: 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-08T10:04:20.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:20.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:21.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:21.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:21 smithi094 ceph-mon[112176]: 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-08T10:04:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:21 smithi003 ceph-mon[96088]: 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-08T10:04:22.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:22.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:23.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:23.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:23 smithi094 ceph-mon[112176]: 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-08T10:04:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:23 smithi003 ceph-mon[96088]: 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-08T10:04:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:24.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:24.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:25.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:25.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:25 smithi094 ceph-mon[112176]: 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-08T10:04:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:25 smithi003 ceph-mon[96088]: 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-08T10:04:26.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:26.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:27.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:27.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:27 smithi094 ceph-mon[112176]: 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-08T10:04:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:04:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:27 smithi003 ceph-mon[96088]: 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-08T10:04:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:04:28.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:28.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:29.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:29.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:29 smithi094 ceph-mon[112176]: 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-08T10:04:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:29 smithi003 ceph-mon[96088]: 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-08T10:04:30.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:30.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:04:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:04:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:04:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:04:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:04:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:04:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:04:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:04:30.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:04:30.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:04:30.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:04:30.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:04:30.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:04:30.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:04:31.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:31.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:31 smithi094 ceph-mon[112176]: 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-08T10:04:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:31 smithi003 ceph-mon[96088]: 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-08T10:04:32.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:32.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:33.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:33.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:33 smithi094 ceph-mon[112176]: 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-08T10:04:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:33 smithi003 ceph-mon[96088]: 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-08T10:04:34.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:34.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:35.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:35.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:35 smithi094 ceph-mon[112176]: 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-08T10:04:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:35 smithi003 ceph-mon[96088]: 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-08T10:04:36.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:36.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:37.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:37.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:37 smithi094 ceph-mon[112176]: 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-08T10:04:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:37 smithi003 ceph-mon[96088]: 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-08T10:04:38.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:38.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:39.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:39.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:39 smithi094 ceph-mon[112176]: 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-08T10:04:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:39 smithi003 ceph-mon[96088]: 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-08T10:04:40.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:40.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:41.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:41.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:41 smithi094 ceph-mon[112176]: 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-08T10:04:41.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:41 smithi003 ceph-mon[96088]: 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-08T10:04:42.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:42.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:43.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:43.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:43 smithi094 ceph-mon[112176]: 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-08T10:04:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:43 smithi003 ceph-mon[96088]: 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-08T10:04:44.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:44.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:45.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:45.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:45 smithi094 ceph-mon[112176]: 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-08T10:04:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:45 smithi003 ceph-mon[96088]: 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-08T10:04:46.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:46.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:47.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:47.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:47 smithi003 ceph-mon[96088]: 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-08T10:04:48.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:48.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:47 smithi094 ceph-mon[112176]: 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-08T10:04:49.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:49.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:49 smithi003 ceph-mon[96088]: 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-08T10:04:50.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:50.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:49 smithi094 ceph-mon[112176]: 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-08T10:04:51.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:51.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:51 smithi003 ceph-mon[96088]: 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-08T10:04:52.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:52.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:51 smithi094 ceph-mon[112176]: 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-08T10:04:53.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:53.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:53 smithi003 ceph-mon[96088]: 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-08T10:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:54.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:54.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:53 smithi094 ceph-mon[112176]: 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-08T10:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:55.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:55.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:55 smithi003 ceph-mon[96088]: 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-08T10:04:56.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:56.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:55 smithi094 ceph-mon[112176]: 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-08T10:04:57.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:57.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:57 smithi003 ceph-mon[96088]: 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-08T10:04:58.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:58.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:57 smithi094 ceph-mon[112176]: 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-08T10:04:59.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:04:59.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:04:59 smithi003 ceph-mon[96088]: 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-08T10:05:00.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:00.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:04:59 smithi094 ceph-mon[112176]: 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-08T10:05:01.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:01.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:01 smithi003 ceph-mon[96088]: 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-08T10:05:02.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:02.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:01 smithi094 ceph-mon[112176]: 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-08T10:05:03.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:03.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:03 smithi003 ceph-mon[96088]: 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-08T10:05:04.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:04.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:03 smithi094 ceph-mon[112176]: 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-08T10:05:05.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:05.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:05 smithi003 ceph-mon[96088]: 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-08T10:05:06.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:06.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:05 smithi094 ceph-mon[112176]: 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-08T10:05:07.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:07.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:07 smithi003 ceph-mon[96088]: 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-08T10:05:08.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:08.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:07 smithi094 ceph-mon[112176]: 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-08T10:05:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:09.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:09.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:09 smithi003 ceph-mon[96088]: 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-08T10:05:10.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:10.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:09 smithi094 ceph-mon[112176]: 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-08T10:05:11.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:11.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:11 smithi003 ceph-mon[96088]: 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-08T10:05:12.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:12.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:11 smithi094 ceph-mon[112176]: 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-08T10:05:13.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:13.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:13 smithi003 ceph-mon[96088]: 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-08T10:05:14.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:14.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:13 smithi094 ceph-mon[112176]: 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-08T10:05:15.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:15.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:15 smithi003 ceph-mon[96088]: 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-08T10:05:16.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:16.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:15 smithi094 ceph-mon[112176]: 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-08T10:05:17.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:17.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:17 smithi003 ceph-mon[96088]: 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-08T10:05:18.042 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:17 smithi094 ceph-mon[112176]: 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-08T10:05:18.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:18.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:19.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:19.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:19 smithi003 ceph-mon[96088]: 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-08T10:05:20.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:20.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:19 smithi094 ceph-mon[112176]: 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-08T10:05:21.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:21.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:21 smithi003 ceph-mon[96088]: 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-08T10:05:22.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:22.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:21 smithi094 ceph-mon[112176]: 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-08T10:05:23.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:23.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:24.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:24.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:23 smithi094 ceph-mon[112176]: 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-08T10:05:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:23 smithi003 ceph-mon[96088]: 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-08T10:05:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:25.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:25.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:26.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:26.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:25 smithi094 ceph-mon[112176]: 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-08T10:05:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:25 smithi003 ceph-mon[96088]: 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-08T10:05:27.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:27.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:28.147 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:27 smithi094 ceph-mon[112176]: 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-08T10:05:28.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:28.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:27 smithi003 ceph-mon[96088]: 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-08T10:05:29.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:29.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:30.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:30.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:29 smithi094 ceph-mon[112176]: 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-08T10:05:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:29 smithi003 ceph-mon[96088]: 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-08T10:05:31.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:31.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:05:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:05:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:05:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:05:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:05:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:05:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:05:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:05:31.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:05:31.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:05:32.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:32.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:31 smithi094 ceph-mon[112176]: 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-08T10:05:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:05:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:31 smithi003 ceph-mon[96088]: 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-08T10:05:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:05:33.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:33.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:34.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:34.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:33 smithi094 ceph-mon[112176]: 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-08T10:05:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:33 smithi003 ceph-mon[96088]: 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-08T10:05:35.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:35.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:36.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:36.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:35 smithi094 ceph-mon[112176]: 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-08T10:05:36.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:35 smithi003 ceph-mon[96088]: 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-08T10:05:37.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:37.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:38.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:38.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:37 smithi094 ceph-mon[112176]: 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-08T10:05:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:37 smithi003 ceph-mon[96088]: 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-08T10:05:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:39.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:39.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:39 smithi094 ceph-mon[112176]: 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-08T10:05:40.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:40.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:39 smithi003 ceph-mon[96088]: 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-08T10:05:41.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:41.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:41 smithi094 ceph-mon[112176]: 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-08T10:05:42.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:42.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:41 smithi003 ceph-mon[96088]: 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-08T10:05:43.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:43.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:43 smithi094 ceph-mon[112176]: 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-08T10:05:44.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:44.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:43 smithi003 ceph-mon[96088]: 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-08T10:05:45.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:45.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:45 smithi094 ceph-mon[112176]: 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-08T10:05:46.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:46.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:45 smithi003 ceph-mon[96088]: 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-08T10:05:47.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:47.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:47 smithi094 ceph-mon[112176]: 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-08T10:05:48.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:48.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:47 smithi003 ceph-mon[96088]: 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-08T10:05:49.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:49.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:49 smithi094 ceph-mon[112176]: 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-08T10:05:50.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:50.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:49 smithi003 ceph-mon[96088]: 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-08T10:05:51.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:51.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:51 smithi094 ceph-mon[112176]: 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-08T10:05:52.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:52.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:51 smithi003 ceph-mon[96088]: 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-08T10:05:53.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:53.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:53 smithi094 ceph-mon[112176]: 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-08T10:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:54.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:54.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:53 smithi003 ceph-mon[96088]: 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-08T10:05:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:55.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:55.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:55 smithi094 ceph-mon[112176]: 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-08T10:05:56.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:56.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:55 smithi003 ceph-mon[96088]: 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-08T10:05:57.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:57.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:57 smithi094 ceph-mon[112176]: 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-08T10:05:58.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:58.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:57 smithi003 ceph-mon[96088]: 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-08T10:05:59.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:05:59.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:05:59 smithi094 ceph-mon[112176]: 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-08T10:06:00.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:00.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:05:59 smithi003 ceph-mon[96088]: 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-08T10:06:01.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:01.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:02.085 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:01 smithi003 ceph-mon[96088]: 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-08T10:06:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:01 smithi094 ceph-mon[112176]: 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-08T10:06:02.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:02.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:03.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:03.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:03 smithi094 ceph-mon[112176]: 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-08T10:06:04.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:04.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:03 smithi003 ceph-mon[96088]: 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-08T10:06:05.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:05.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:05 smithi094 ceph-mon[112176]: 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-08T10:06:06.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:06.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:05 smithi003 ceph-mon[96088]: 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-08T10:06:07.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:07.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:07 smithi094 ceph-mon[112176]: 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-08T10:06:08.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:08.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:07 smithi003 ceph-mon[96088]: 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-08T10:06:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:09.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:09.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:09 smithi094 ceph-mon[112176]: 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-08T10:06:10.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:10.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:09 smithi003 ceph-mon[96088]: 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-08T10:06:11.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:11.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:11 smithi094 ceph-mon[112176]: 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-08T10:06:12.200 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:11 smithi003 ceph-mon[96088]: 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-08T10:06:12.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:12.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:13.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:13.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:13 smithi094 ceph-mon[112176]: 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-08T10:06:14.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:14.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:13 smithi003 ceph-mon[96088]: 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-08T10:06:15.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:15.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:15 smithi094 ceph-mon[112176]: 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-08T10:06:16.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:16.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:15 smithi003 ceph-mon[96088]: 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-08T10:06:17.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:17.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:17 smithi094 ceph-mon[112176]: 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-08T10:06:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:17 smithi003 ceph-mon[96088]: 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-08T10:06:18.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:18.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:19.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:19.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:20.169 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:19 smithi094 ceph-mon[112176]: 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-08T10:06:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:19 smithi003 ceph-mon[96088]: 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-08T10:06:20.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:20.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:21.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:21.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:21 smithi094 ceph-mon[112176]: 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-08T10:06:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:21 smithi003 ceph-mon[96088]: 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-08T10:06:22.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:22.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:23.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:23.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:23 smithi094 ceph-mon[112176]: 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-08T10:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:23 smithi003 ceph-mon[96088]: 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-08T10:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:24.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:24.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:25.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:25.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:25 smithi094 ceph-mon[112176]: 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-08T10:06:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:25 smithi003 ceph-mon[96088]: 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-08T10:06:26.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:26.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:27.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:27.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:27 smithi094 ceph-mon[112176]: 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-08T10:06:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:27 smithi003 ceph-mon[96088]: 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-08T10:06:28.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:28.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:29.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:29.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:29 smithi094 ceph-mon[112176]: 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-08T10:06:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:29 smithi003 ceph-mon[96088]: 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-08T10:06:30.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:30.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:31.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:31.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:31 smithi094 ceph-mon[112176]: 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-08T10:06:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:06:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:31 smithi003 ceph-mon[96088]: 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-08T10:06:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:06:32.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:32.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:33.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:33.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:33 smithi094 ceph-mon[112176]: 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-08T10:06:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:33 smithi003 ceph-mon[96088]: 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-08T10:06:34.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:34.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:35.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:35.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:35 smithi094 ceph-mon[112176]: 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-08T10:06:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:06:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:06:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:35 smithi003 ceph-mon[96088]: 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-08T10:06:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:06:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:06:36.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:36.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:06:37.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:06:37.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:06:37.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:06:37.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:06:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:06:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:06:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:06:37.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:06:37.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:06:37.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:37.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:37 smithi094 ceph-mon[112176]: 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-08T10:06:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:37 smithi003 ceph-mon[96088]: 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-08T10:06:38.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:38.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:39.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:39.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:39 smithi094 ceph-mon[112176]: 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-08T10:06:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:39 smithi003 ceph-mon[96088]: 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-08T10:06:40.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:40.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:41.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:41.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:41 smithi094 ceph-mon[112176]: 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-08T10:06:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:41 smithi003 ceph-mon[96088]: 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-08T10:06:42.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:42.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:43.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:43.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:43 smithi094 ceph-mon[112176]: 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-08T10:06:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:43 smithi003 ceph-mon[96088]: 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-08T10:06:44.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:44.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:45.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:45.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:45 smithi094 ceph-mon[112176]: 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-08T10:06:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:45 smithi003 ceph-mon[96088]: 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-08T10:06:46.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:46.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:47.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:47.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:47 smithi094 ceph-mon[112176]: 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-08T10:06:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:47 smithi003 ceph-mon[96088]: 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-08T10:06:48.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:48.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:49.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:49.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:49 smithi094 ceph-mon[112176]: 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-08T10:06:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:49 smithi003 ceph-mon[96088]: 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-08T10:06:50.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:50.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:51.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:51.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:51 smithi094 ceph-mon[112176]: 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-08T10:06:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:51 smithi003 ceph-mon[96088]: 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-08T10:06:52.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:52.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:53.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:53.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:53 smithi094 ceph-mon[112176]: 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-08T10:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:53 smithi003 ceph-mon[96088]: 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-08T10:06:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:54.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:54.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:55.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:55.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:55 smithi094 ceph-mon[112176]: 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-08T10:06:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:55 smithi003 ceph-mon[96088]: 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-08T10:06:56.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:56.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:57.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:57.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:57 smithi003 ceph-mon[96088]: 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-08T10:06:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:57 smithi094 ceph-mon[112176]: 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-08T10:06:58.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:58.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:59.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:06:59.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:06:59 smithi094 ceph-mon[112176]: 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-08T10:07:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:06:59 smithi003 ceph-mon[96088]: 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-08T10:07:00.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:00.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:01.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:01.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:01 smithi003 ceph-mon[96088]: 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-08T10:07:02.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:02.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:01 smithi094 ceph-mon[112176]: 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-08T10:07:03.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:03.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:03 smithi003 ceph-mon[96088]: 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-08T10:07:04.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:04.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:03 smithi094 ceph-mon[112176]: 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-08T10:07:05.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:05.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:05 smithi003 ceph-mon[96088]: 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-08T10:07:06.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:06.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:05 smithi094 ceph-mon[112176]: 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-08T10:07:07.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:07.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:07 smithi003 ceph-mon[96088]: 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-08T10:07:08.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:08.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:07 smithi094 ceph-mon[112176]: 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-08T10:07:09.187 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:09.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:09.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:09 smithi003 ceph-mon[96088]: 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-08T10:07:10.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:10.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:09 smithi094 ceph-mon[112176]: 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-08T10:07:11.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:11.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:11 smithi003 ceph-mon[96088]: 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-08T10:07:12.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:12.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:11 smithi094 ceph-mon[112176]: 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-08T10:07:13.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:13.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:13 smithi003 ceph-mon[96088]: 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-08T10:07:14.239 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:13 smithi094 ceph-mon[112176]: 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-08T10:07:14.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:14.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:15.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:15.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:15 smithi003 ceph-mon[96088]: 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-08T10:07:16.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:16.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:15 smithi094 ceph-mon[112176]: 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-08T10:07:17.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:17.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:17 smithi003 ceph-mon[96088]: 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-08T10:07:18.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:18.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:17 smithi094 ceph-mon[112176]: 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-08T10:07:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:18 smithi003 ceph-mon[96088]: 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-08T10:07:19.292 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:18 smithi094 ceph-mon[112176]: 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-08T10:07:19.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:19.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:20.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:20.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:21.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:21.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:21 smithi094 ceph-mon[112176]: 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-08T10:07:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:21 smithi003 ceph-mon[96088]: 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-08T10:07:22.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:22.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:23.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:23.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:23 smithi094 ceph-mon[112176]: 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-08T10:07:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:23 smithi003 ceph-mon[96088]: 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-08T10:07:24.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:24.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:25.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:25.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:25 smithi094 ceph-mon[112176]: 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-08T10:07:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:25 smithi003 ceph-mon[96088]: 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-08T10:07:26.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:26.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:27.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:27.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:27 smithi094 ceph-mon[112176]: 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-08T10:07:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:27 smithi003 ceph-mon[96088]: 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-08T10:07:28.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:28.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:29.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:29.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:29 smithi094 ceph-mon[112176]: 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-08T10:07:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:29 smithi003 ceph-mon[96088]: 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-08T10:07:30.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:30.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:31.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:31.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:31 smithi094 ceph-mon[112176]: 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-08T10:07:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:31 smithi003 ceph-mon[96088]: 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-08T10:07:32.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:32.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:33.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:33.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:33 smithi003 ceph-mon[96088]: 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-08T10:07:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:33 smithi094 ceph-mon[112176]: 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-08T10:07:34.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:34.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:35.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:35.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:35 smithi094 ceph-mon[112176]: 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-08T10:07:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:35 smithi003 ceph-mon[96088]: 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-08T10:07:36.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:36.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:37.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:37.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: 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-08T10:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:07:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:07:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:07:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:07:37.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:07:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: 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-08T10:07:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:07:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:07:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:07:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:07:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:07:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:07:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:07:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:07:38.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:38.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:39.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:39.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:39 smithi094 ceph-mon[112176]: 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-08T10:07:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:39 smithi003 ceph-mon[96088]: 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-08T10:07:39.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:40.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:40.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:41.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:41.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:41 smithi094 ceph-mon[112176]: 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-08T10:07:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:41 smithi003 ceph-mon[96088]: 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-08T10:07:42.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:42.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:43.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:43.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:43 smithi094 ceph-mon[112176]: 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-08T10:07:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:43 smithi003 ceph-mon[96088]: 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-08T10:07:44.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:44.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:45.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:45.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:45 smithi094 ceph-mon[112176]: 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-08T10:07:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:45 smithi003 ceph-mon[96088]: 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-08T10:07:46.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:46.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:47.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:47.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:47 smithi094 ceph-mon[112176]: 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-08T10:07:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:47 smithi003 ceph-mon[96088]: 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-08T10:07:48.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:48.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:49.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:49.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:49.606 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:49 smithi094 ceph-mon[112176]: 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-08T10:07:49.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:49 smithi003 ceph-mon[96088]: 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-08T10:07:50.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:50.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:51.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:51.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:51 smithi094 ceph-mon[112176]: 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-08T10:07:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:51 smithi003 ceph-mon[96088]: 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-08T10:07:52.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:52.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:53.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:53.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:53 smithi094 ceph-mon[112176]: 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-08T10:07:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:53 smithi003 ceph-mon[96088]: 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-08T10:07:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:54.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:54.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:55.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:55.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:55 smithi094 ceph-mon[112176]: 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-08T10:07:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:55 smithi003 ceph-mon[96088]: 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-08T10:07:56.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:56.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:57 smithi094 ceph-mon[112176]: 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-08T10:07:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:57 smithi003 ceph-mon[96088]: 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-08T10:07:58.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:58.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:59.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:07:59.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:07:59 smithi094 ceph-mon[112176]: 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-08T10:07:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:07:59 smithi003 ceph-mon[96088]: 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-08T10:08:00.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:00.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:01.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:01.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:01 smithi094 ceph-mon[112176]: 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-08T10:08:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:01 smithi003 ceph-mon[96088]: 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-08T10:08:02.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:02.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:03.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:03.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:03 smithi094 ceph-mon[112176]: 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-08T10:08:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:03 smithi003 ceph-mon[96088]: 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-08T10:08:04.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:04.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:05.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:05.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:05 smithi094 ceph-mon[112176]: 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-08T10:08:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:05 smithi003 ceph-mon[96088]: 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-08T10:08:06.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:06.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:07.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:07.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:07 smithi094 ceph-mon[112176]: 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-08T10:08:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:07 smithi003 ceph-mon[96088]: 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-08T10:08:08.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:08.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:09.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:09.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:09 smithi094 ceph-mon[112176]: 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-08T10:08:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:09 smithi003 ceph-mon[96088]: 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-08T10:08:10.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:10.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:11.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:11.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:11 smithi094 ceph-mon[112176]: 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-08T10:08:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:11 smithi003 ceph-mon[96088]: 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-08T10:08:12.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:12.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:13.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:13.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:13 smithi094 ceph-mon[112176]: 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-08T10:08:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:13 smithi003 ceph-mon[96088]: 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-08T10:08:14.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:14.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:15.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:15.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:15 smithi094 ceph-mon[112176]: 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-08T10:08:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:15 smithi003 ceph-mon[96088]: 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-08T10:08:16.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:16.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:17.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:17.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:17 smithi094 ceph-mon[112176]: 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-08T10:08:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:17 smithi003 ceph-mon[96088]: 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-08T10:08:18.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:18.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:19.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:19.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:19 smithi094 ceph-mon[112176]: 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-08T10:08:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:19 smithi003 ceph-mon[96088]: 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-08T10:08:20.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:20.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:21.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:21.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:21 smithi094 ceph-mon[112176]: 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-08T10:08:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:21 smithi003 ceph-mon[96088]: 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-08T10:08:22.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:22.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:23.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:23.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:23 smithi094 ceph-mon[112176]: 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-08T10:08:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:23.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:23 smithi003 ceph-mon[96088]: 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-08T10:08:23.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:24.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:24.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:25.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:25.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:25 smithi094 ceph-mon[112176]: 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-08T10:08:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:25 smithi003 ceph-mon[96088]: 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-08T10:08:26.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:26.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:27.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:27.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:27 smithi094 ceph-mon[112176]: 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-08T10:08:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:27 smithi003 ceph-mon[96088]: 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-08T10:08:28.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:28.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:29.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:29.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:29 smithi094 ceph-mon[112176]: 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-08T10:08:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:29 smithi003 ceph-mon[96088]: 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-08T10:08:30.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:30.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:31.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:31.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:31 smithi094 ceph-mon[112176]: 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-08T10:08:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:31 smithi003 ceph-mon[96088]: 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-08T10:08:32.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:32.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:33.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:33 smithi094 ceph-mon[112176]: 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-08T10:08:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:33 smithi003 ceph-mon[96088]: 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-08T10:08:34.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:34.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:35.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:35.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:35 smithi094 ceph-mon[112176]: 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-08T10:08:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:35 smithi003 ceph-mon[96088]: 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-08T10:08:36.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:36.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:37.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:37.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:37 smithi094 ceph-mon[112176]: 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-08T10:08:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:08:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:37 smithi003 ceph-mon[96088]: 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-08T10:08:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:08:38.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:38.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:08:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:08:38.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:08:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:08:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:08:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:08:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:08:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:39.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:39.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:40.129 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:39 smithi094 ceph-mon[112176]: 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-08T10:08:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:39 smithi003 ceph-mon[96088]: 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-08T10:08:40.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:40.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:41.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:41.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:41 smithi094 ceph-mon[112176]: 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-08T10:08:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:41 smithi003 ceph-mon[96088]: 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-08T10:08:42.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:42.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:43.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:43.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:43 smithi094 ceph-mon[112176]: 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-08T10:08:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:43 smithi003 ceph-mon[96088]: 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-08T10:08:44.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:44.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:45.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:45.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:45 smithi094 ceph-mon[112176]: 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-08T10:08:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:45 smithi003 ceph-mon[96088]: 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-08T10:08:46.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:46.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:47.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:47.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:47 smithi094 ceph-mon[112176]: 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-08T10:08:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:47 smithi003 ceph-mon[96088]: 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-08T10:08:48.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:48.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:49.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:49.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:49 smithi094 ceph-mon[112176]: 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-08T10:08:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:49 smithi003 ceph-mon[96088]: 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-08T10:08:50.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:50.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:51.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:51.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:51 smithi094 ceph-mon[112176]: 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-08T10:08:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:51 smithi003 ceph-mon[96088]: 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-08T10:08:52.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:52.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:53.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:53.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:53 smithi094 ceph-mon[112176]: 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-08T10:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:53 smithi003 ceph-mon[96088]: 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-08T10:08:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:54.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:54.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:55.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:55.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:55 smithi094 ceph-mon[112176]: 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-08T10:08:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:55 smithi003 ceph-mon[96088]: 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-08T10:08:56.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:56.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:57.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:57.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:57 smithi094 ceph-mon[112176]: 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-08T10:08:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:57 smithi003 ceph-mon[96088]: 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-08T10:08:58.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:58.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:59.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:08:59.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:08:59 smithi094 ceph-mon[112176]: 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-08T10:09:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:08:59 smithi003 ceph-mon[96088]: 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-08T10:09:00.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:00.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:01.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:01.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:01 smithi094 ceph-mon[112176]: 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-08T10:09:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:01 smithi003 ceph-mon[96088]: 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-08T10:09:02.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:02.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:03.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:03.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:03 smithi094 ceph-mon[112176]: 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-08T10:09:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:03 smithi003 ceph-mon[96088]: 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-08T10:09:04.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:04.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:05.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:05.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:05 smithi094 ceph-mon[112176]: 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-08T10:09:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:05 smithi003 ceph-mon[96088]: 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-08T10:09:06.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:06.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:07.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:07.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:07 smithi003 ceph-mon[96088]: 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-08T10:09:08.479 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:07 smithi094 ceph-mon[112176]: 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-08T10:09:08.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:08.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:09.212 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:09.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:09.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:09 smithi003 ceph-mon[96088]: 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-08T10:09:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:09 smithi094 ceph-mon[112176]: 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-08T10:09:10.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:10.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:11.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:11.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:11 smithi003 ceph-mon[96088]: 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-08T10:09:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:11 smithi094 ceph-mon[112176]: 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-08T10:09:12.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:12.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:13.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:13.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:13 smithi003 ceph-mon[96088]: 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-08T10:09:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:13 smithi094 ceph-mon[112176]: 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-08T10:09:14.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:14.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:15.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:15.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:15 smithi003 ceph-mon[96088]: 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-08T10:09:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:15 smithi094 ceph-mon[112176]: 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-08T10:09:16.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:16.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:17.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:17.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:17 smithi003 ceph-mon[96088]: 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-08T10:09:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:17 smithi094 ceph-mon[112176]: 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-08T10:09:18.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:18.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:19.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:19.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:19 smithi003 ceph-mon[96088]: 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-08T10:09:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:19 smithi094 ceph-mon[112176]: 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-08T10:09:20.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:20.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:21.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:21.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:21 smithi003 ceph-mon[96088]: 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-08T10:09:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:21 smithi094 ceph-mon[112176]: 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-08T10:09:22.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:22.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:23.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:23.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:23 smithi003 ceph-mon[96088]: 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-08T10:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:23 smithi094 ceph-mon[112176]: 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-08T10:09:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:24.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:24.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:25.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:25.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:25 smithi003 ceph-mon[96088]: 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-08T10:09:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:25 smithi094 ceph-mon[112176]: 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-08T10:09:26.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:26.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:27.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:27.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:27 smithi003 ceph-mon[96088]: 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-08T10:09:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:27 smithi094 ceph-mon[112176]: 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-08T10:09:28.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:28.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:29.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:29.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:29 smithi003 ceph-mon[96088]: 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-08T10:09:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:29 smithi094 ceph-mon[112176]: 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-08T10:09:30.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:30.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:31.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:31.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:31 smithi003 ceph-mon[96088]: 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-08T10:09:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:31 smithi094 ceph-mon[112176]: 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-08T10:09:32.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:32.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:33.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:33.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:33 smithi003 ceph-mon[96088]: 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-08T10:09:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:33 smithi094 ceph-mon[112176]: 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-08T10:09:34.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:34.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:35.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:35.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:35 smithi003 ceph-mon[96088]: 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-08T10:09:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:35 smithi094 ceph-mon[112176]: 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-08T10:09:36.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:36.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:37.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:37.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:37 smithi003 ceph-mon[96088]: 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-08T10:09:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:37 smithi094 ceph-mon[112176]: 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-08T10:09:38.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:38.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:09:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:09:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:09:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:09:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:09:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:09:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:09:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:09:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:09:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:09:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:09:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:09:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:09:39.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:39.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:39 smithi003 ceph-mon[96088]: 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-08T10:09:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:39 smithi094 ceph-mon[112176]: 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-08T10:09:40.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:40.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:40 smithi094 ceph-mon[112176]: 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-08T10:09:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:40 smithi003 ceph-mon[96088]: 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-08T10:09:41.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:41.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:42.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:42.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:43.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:43 smithi094 ceph-mon[112176]: 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-08T10:09:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:43 smithi003 ceph-mon[96088]: 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-08T10:09:43.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:43.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:44.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:44.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:45.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:45.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:45 smithi094 ceph-mon[112176]: 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-08T10:09:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:45 smithi003 ceph-mon[96088]: 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-08T10:09:46.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:46.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:47.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:47.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:47 smithi094 ceph-mon[112176]: 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-08T10:09:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:47 smithi003 ceph-mon[96088]: 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-08T10:09:48.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:48.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:49.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:49.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:49 smithi094 ceph-mon[112176]: 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-08T10:09:49.672 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:49 smithi003 ceph-mon[96088]: 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-08T10:09:50.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:50.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:51.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:51.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:51 smithi094 ceph-mon[112176]: 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-08T10:09:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:51 smithi003 ceph-mon[96088]: 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-08T10:09:52.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:52.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:53.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:53.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:53 smithi094 ceph-mon[112176]: 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-08T10:09:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:53 smithi003 ceph-mon[96088]: 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-08T10:09:54.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:54.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:54.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:55.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:55.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:55.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:55 smithi094 ceph-mon[112176]: 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-08T10:09:55.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:55 smithi003 ceph-mon[96088]: 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-08T10:09:56.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:56.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:57.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:57.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:57 smithi094 ceph-mon[112176]: 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-08T10:09:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:57 smithi003 ceph-mon[96088]: 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-08T10:09:58.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:58.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:59.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:09:59.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:09:59 smithi094 ceph-mon[112176]: 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-08T10:09:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:09:59 smithi003 ceph-mon[96088]: 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-08T10:10:00.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:00.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T10:10:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T10:10:01.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:01.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:01 smithi094 ceph-mon[112176]: 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-08T10:10:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:01 smithi003 ceph-mon[96088]: 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-08T10:10:02.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:02.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:03.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:03.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:03 smithi094 ceph-mon[112176]: 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-08T10:10:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:03 smithi003 ceph-mon[96088]: 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-08T10:10:04.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:04.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:05.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:05.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:05 smithi094 ceph-mon[112176]: 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-08T10:10:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:05 smithi003 ceph-mon[96088]: 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-08T10:10:06.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:06.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:07.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:07.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:07 smithi094 ceph-mon[112176]: 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-08T10:10:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:07 smithi003 ceph-mon[96088]: 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-08T10:10:08.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:08.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:09.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:09.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:09 smithi094 ceph-mon[112176]: 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-08T10:10:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:09 smithi003 ceph-mon[96088]: 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-08T10:10:10.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:10.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:11.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:11.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:11 smithi094 ceph-mon[112176]: 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-08T10:10:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:11 smithi003 ceph-mon[96088]: 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-08T10:10:12.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:12.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:13.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:13.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:13 smithi094 ceph-mon[112176]: 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-08T10:10:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:13 smithi003 ceph-mon[96088]: 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-08T10:10:14.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:14.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:15.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:15.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:15 smithi094 ceph-mon[112176]: 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-08T10:10:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:15 smithi003 ceph-mon[96088]: 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-08T10:10:16.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:16.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:17.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:17.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:17 smithi094 ceph-mon[112176]: 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-08T10:10:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:17 smithi003 ceph-mon[96088]: 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-08T10:10:18.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:18.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:19.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:19.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:19 smithi094 ceph-mon[112176]: 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-08T10:10:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:19 smithi003 ceph-mon[96088]: 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-08T10:10:20.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:20.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:21.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:21.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:21 smithi094 ceph-mon[112176]: 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-08T10:10:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:21 smithi003 ceph-mon[96088]: 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-08T10:10:22.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:22.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:23.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:23.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:23 smithi094 ceph-mon[112176]: 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-08T10:10:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:23 smithi003 ceph-mon[96088]: 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-08T10:10:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:24.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:24.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:25.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:25.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:25 smithi094 ceph-mon[112176]: 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-08T10:10:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:25 smithi003 ceph-mon[96088]: 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-08T10:10:26.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:26.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:27.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:27.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:27 smithi094 ceph-mon[112176]: 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-08T10:10:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:27 smithi003 ceph-mon[96088]: 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-08T10:10:28.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:28.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:29.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:29.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:29 smithi094 ceph-mon[112176]: 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-08T10:10:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:29 smithi003 ceph-mon[96088]: 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-08T10:10:30.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:30.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:31.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:31.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:31 smithi094 ceph-mon[112176]: 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-08T10:10:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:31 smithi003 ceph-mon[96088]: 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-08T10:10:32.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:32.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:33 smithi094 ceph-mon[112176]: 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-08T10:10:33.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:33.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:33 smithi003 ceph-mon[96088]: 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-08T10:10:34.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:34.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:35 smithi003 ceph-mon[96088]: 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-08T10:10:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:35 smithi094 ceph-mon[112176]: 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-08T10:10:35.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:35.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:36.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:36.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:37 smithi094 ceph-mon[112176]: 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-08T10:10:37.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:37.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:37 smithi003 ceph-mon[96088]: 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-08T10:10:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:38.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:38.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:39 smithi094 ceph-mon[112176]: 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-08T10:10:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:10:39.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:39.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:39 smithi003 ceph-mon[96088]: 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-08T10:10:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:10:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:10:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:10:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:10:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:10:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:10:40.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:40.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:10:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:10:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:10:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:10:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:10:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:41 smithi094 ceph-mon[112176]: 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-08T10:10:41.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:41.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:41 smithi003 ceph-mon[96088]: 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-08T10:10:42.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:42.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:43.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:43.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:43 smithi094 ceph-mon[112176]: 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-08T10:10:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:43 smithi003 ceph-mon[96088]: 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-08T10:10:44.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:44.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:45.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:45.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:45 smithi003 ceph-mon[96088]: 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-08T10:10:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:45 smithi094 ceph-mon[112176]: 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-08T10:10:46.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:46.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:47.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:47.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:47 smithi003 ceph-mon[96088]: 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-08T10:10:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:47 smithi094 ceph-mon[112176]: 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-08T10:10:48.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:48.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:49.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:49.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:49 smithi094 ceph-mon[112176]: 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-08T10:10:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:49 smithi003 ceph-mon[96088]: 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-08T10:10:50.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:50.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:51.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:51.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:51 smithi094 ceph-mon[112176]: 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-08T10:10:52.012 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:51 smithi003 ceph-mon[96088]: 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-08T10:10:52.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:52.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:53.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:53.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:53 smithi094 ceph-mon[112176]: 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-08T10:10:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:53 smithi003 ceph-mon[96088]: 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-08T10:10:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:54.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:54.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:55.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:55.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:55 smithi003 ceph-mon[96088]: 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-08T10:10:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:55 smithi094 ceph-mon[112176]: 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-08T10:10:56.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:56.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:57.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:57.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:57 smithi003 ceph-mon[96088]: 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-08T10:10:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:57 smithi094 ceph-mon[112176]: 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-08T10:10:58.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:58.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:59.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:10:59.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:10:59 smithi094 ceph-mon[112176]: 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-08T10:10:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:10:59 smithi003 ceph-mon[96088]: 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-08T10:11:00.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:00.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:01.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:01.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:01 smithi094 ceph-mon[112176]: 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-08T10:11:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:01 smithi003 ceph-mon[96088]: 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-08T10:11:02.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:02.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:03.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:03.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:03 smithi094 ceph-mon[112176]: 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-08T10:11:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:03 smithi003 ceph-mon[96088]: 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-08T10:11:04.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:04.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:05.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:05.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:05 smithi094 ceph-mon[112176]: 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-08T10:11:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:05 smithi003 ceph-mon[96088]: 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-08T10:11:06.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:06.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:07.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:07.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:07 smithi003 ceph-mon[96088]: 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-08T10:11:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:07 smithi094 ceph-mon[112176]: 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-08T10:11:08.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:08.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:09.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:09.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:09 smithi094 ceph-mon[112176]: 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-08T10:11:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:09 smithi003 ceph-mon[96088]: 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-08T10:11:10.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:10.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:11.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:11.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:11 smithi094 ceph-mon[112176]: 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-08T10:11:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:11 smithi003 ceph-mon[96088]: 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-08T10:11:12.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:12.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:13.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:13.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:13 smithi094 ceph-mon[112176]: 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-08T10:11:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:13 smithi003 ceph-mon[96088]: 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-08T10:11:14.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:14.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:15.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:15.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:15 smithi094 ceph-mon[112176]: 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-08T10:11:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:15 smithi003 ceph-mon[96088]: 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-08T10:11:16.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:16.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:17.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:17.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:17 smithi003 ceph-mon[96088]: 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-08T10:11:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:17 smithi094 ceph-mon[112176]: 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-08T10:11:18.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:18.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:19.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:19.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:19 smithi094 ceph-mon[112176]: 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-08T10:11:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:19 smithi003 ceph-mon[96088]: 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-08T10:11:20.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:20.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:21.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:21.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:21 smithi094 ceph-mon[112176]: 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-08T10:11:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:21 smithi003 ceph-mon[96088]: 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-08T10:11:22.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:22.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:23.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:23.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:23 smithi094 ceph-mon[112176]: 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-08T10:11:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:23 smithi003 ceph-mon[96088]: 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-08T10:11:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:24.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:24.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:25.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:25.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:25 smithi094 ceph-mon[112176]: 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-08T10:11:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:25 smithi003 ceph-mon[96088]: 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-08T10:11:26.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:26.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:27.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:27.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:27 smithi003 ceph-mon[96088]: 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-08T10:11:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:27 smithi094 ceph-mon[112176]: 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-08T10:11:28.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:28.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:29.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:29.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:29 smithi094 ceph-mon[112176]: 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-08T10:11:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:29 smithi003 ceph-mon[96088]: 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-08T10:11:30.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:30.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:31.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:31.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:31.895 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:31 smithi094 ceph-mon[112176]: 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-08T10:11:31.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:31 smithi003 ceph-mon[96088]: 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-08T10:11:32.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:32.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:33.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:33.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:33 smithi094 ceph-mon[112176]: 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-08T10:11:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:33 smithi003 ceph-mon[96088]: 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-08T10:11:34.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:34.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:35.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:35.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:35.877 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:35 smithi003 ceph-mon[96088]: 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-08T10:11:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:35 smithi094 ceph-mon[112176]: 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-08T10:11:36.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:36.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:37.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:37.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:37 smithi094 ceph-mon[112176]: 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-08T10:11:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:37 smithi003 ceph-mon[96088]: 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-08T10:11:38.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:38.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:39.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:39.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:39 smithi094 ceph-mon[112176]: 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-08T10:11:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:39 smithi003 ceph-mon[96088]: 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-08T10:11:40.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:40.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:11:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:11:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:41.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:41.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:41 smithi094 ceph-mon[112176]: 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-08T10:11:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:41 smithi003 ceph-mon[96088]: 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-08T10:11:42.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:42.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:43.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:43.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:43 smithi094 ceph-mon[112176]: 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-08T10:11:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:43 smithi003 ceph-mon[96088]: 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-08T10:11:44.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:44.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: 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-08T10:11:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1539M 2023-10-08T10:11:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:11:45.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:11:45.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:11:45.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: 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-08T10:11:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1539M 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:11:45.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:11:45.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:45.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:46.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:46.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:47 smithi094 ceph-mon[112176]: 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-08T10:11:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:47 smithi003 ceph-mon[96088]: 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-08T10:11:47.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:47.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:48.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:48.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:49.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:49 smithi094 ceph-mon[112176]: 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-08T10:11:49.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:49 smithi003 ceph-mon[96088]: 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-08T10:11:49.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:49.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:50.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:50.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:51 smithi094 ceph-mon[112176]: 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-08T10:11:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:51 smithi003 ceph-mon[96088]: 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-08T10:11:51.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:51.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:52.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:52.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:53 smithi094 ceph-mon[112176]: 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-08T10:11:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:53 smithi003 ceph-mon[96088]: 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-08T10:11:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:53.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:53.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:54.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:54.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:55 smithi094 ceph-mon[112176]: 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-08T10:11:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:55 smithi003 ceph-mon[96088]: 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-08T10:11:55.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:55.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:56.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:56.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:57 smithi094 ceph-mon[112176]: 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-08T10:11:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:57 smithi003 ceph-mon[96088]: 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-08T10:11:57.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:57.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:58.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:58.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:59.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:11:59 smithi094 ceph-mon[112176]: 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-08T10:11:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:11:59 smithi003 ceph-mon[96088]: 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-08T10:11:59.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:11:59.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:00.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:00.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:01 smithi003 ceph-mon[96088]: 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-08T10:12:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:01 smithi094 ceph-mon[112176]: 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-08T10:12:01.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:01.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:02.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:02.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:03 smithi094 ceph-mon[112176]: 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-08T10:12:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:03 smithi003 ceph-mon[96088]: 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-08T10:12:03.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:03.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:04.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:04.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:05 smithi094 ceph-mon[112176]: 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-08T10:12:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:05 smithi003 ceph-mon[96088]: 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-08T10:12:05.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:05.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:06.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:06.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:07 smithi094 ceph-mon[112176]: 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-08T10:12:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:07 smithi003 ceph-mon[96088]: 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-08T10:12:07.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:07.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:08.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:08.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:09 smithi094 ceph-mon[112176]: 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-08T10:12:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:09 smithi003 ceph-mon[96088]: 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-08T10:12:09.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:09.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:10.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:10.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:11 smithi094 ceph-mon[112176]: 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-08T10:12:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:11 smithi003 ceph-mon[96088]: 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-08T10:12:11.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:11.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:12.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:12.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:13 smithi094 ceph-mon[112176]: 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-08T10:12:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:13 smithi003 ceph-mon[96088]: 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-08T10:12:13.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:13.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:14.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:14.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:15 smithi094 ceph-mon[112176]: 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-08T10:12:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:15 smithi003 ceph-mon[96088]: 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-08T10:12:15.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:15.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:16.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:16.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:17 smithi094 ceph-mon[112176]: 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-08T10:12:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:17 smithi003 ceph-mon[96088]: 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-08T10:12:17.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:17.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:18.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:18.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:19 smithi094 ceph-mon[112176]: 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-08T10:12:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:19 smithi003 ceph-mon[96088]: 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-08T10:12:19.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:19.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:20.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:20.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:21 smithi094 ceph-mon[112176]: 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-08T10:12:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:21 smithi003 ceph-mon[96088]: 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-08T10:12:21.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:21.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:22.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:22.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:23 smithi094 ceph-mon[112176]: 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-08T10:12:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:23 smithi003 ceph-mon[96088]: 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-08T10:12:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:23.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:23.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:24.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:24.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:25 smithi094 ceph-mon[112176]: 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-08T10:12:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:25 smithi003 ceph-mon[96088]: 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-08T10:12:25.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:25.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:26.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:26.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:27 smithi094 ceph-mon[112176]: 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-08T10:12:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:27 smithi003 ceph-mon[96088]: 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-08T10:12:27.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:27.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:28.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:28.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:29 smithi094 ceph-mon[112176]: 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-08T10:12:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:29 smithi003 ceph-mon[96088]: 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-08T10:12:29.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:29.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:30.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:30.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:31 smithi003 ceph-mon[96088]: 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-08T10:12:31.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:31.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:31 smithi094 ceph-mon[112176]: 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-08T10:12:32.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:32.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:33 smithi003 ceph-mon[96088]: 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-08T10:12:33.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:33.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:33 smithi094 ceph-mon[112176]: 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-08T10:12:34.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:34.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:35 smithi003 ceph-mon[96088]: 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-08T10:12:35.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:35.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:35 smithi094 ceph-mon[112176]: 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-08T10:12:36.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:36.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:37 smithi003 ceph-mon[96088]: 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-08T10:12:37.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:37.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:37 smithi094 ceph-mon[112176]: 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-08T10:12:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:38.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:38.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:39 smithi003 ceph-mon[96088]: 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-08T10:12:39.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:39.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:39 smithi094 ceph-mon[112176]: 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-08T10:12:40.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:40.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:41 smithi003 ceph-mon[96088]: 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-08T10:12:41.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:41.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:41 smithi094 ceph-mon[112176]: 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-08T10:12:42.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:42.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:43 smithi003 ceph-mon[96088]: 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-08T10:12:43.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:43.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:43 smithi094 ceph-mon[112176]: 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-08T10:12:44.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:44.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:45 smithi003 ceph-mon[96088]: 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-08T10:12:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:12:45.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:45.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:45 smithi094 ceph-mon[112176]: 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-08T10:12:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:12:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:12:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:12:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:12:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:12:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:12:46.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:46.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:12:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:12:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:12:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:12:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:12:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:47 smithi003 ceph-mon[96088]: 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-08T10:12:47.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:47.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:47 smithi094 ceph-mon[112176]: 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-08T10:12:48.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:48.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:49.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:49.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:49 smithi094 ceph-mon[112176]: 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-08T10:12:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:49 smithi003 ceph-mon[96088]: 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-08T10:12:50.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:50.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:51.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:51.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:51 smithi094 ceph-mon[112176]: 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-08T10:12:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:51 smithi003 ceph-mon[96088]: 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-08T10:12:52.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:52.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:53.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:53.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:53 smithi094 ceph-mon[112176]: 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-08T10:12:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:53 smithi003 ceph-mon[96088]: 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-08T10:12:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:54.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:54.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:55.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:55.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:55 smithi094 ceph-mon[112176]: 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-08T10:12:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:55 smithi003 ceph-mon[96088]: 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-08T10:12:56.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:56.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:57 smithi003 ceph-mon[96088]: 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-08T10:12:57.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:57.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:57 smithi094 ceph-mon[112176]: 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-08T10:12:58.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:58.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:59.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:12:59.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:12:59 smithi094 ceph-mon[112176]: 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-08T10:12:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:12:59 smithi003 ceph-mon[96088]: 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-08T10:13:00.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:00.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:01.849 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:01 smithi003 ceph-mon[96088]: 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-08T10:13:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:01 smithi094 ceph-mon[112176]: 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-08T10:13:01.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:01.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:02.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:02.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:03 smithi094 ceph-mon[112176]: 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-08T10:13:03.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:03.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:03 smithi003 ceph-mon[96088]: 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-08T10:13:04.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:04.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:05 smithi094 ceph-mon[112176]: 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-08T10:13:05.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:05.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:05 smithi003 ceph-mon[96088]: 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-08T10:13:06.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:06.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:07 smithi003 ceph-mon[96088]: 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-08T10:13:07.885 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:07 smithi094 ceph-mon[112176]: 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-08T10:13:07.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:07.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:09.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:09.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:09.827 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:09 smithi094 ceph-mon[112176]: 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-08T10:13:09.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:09.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:09 smithi003 ceph-mon[96088]: 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-08T10:13:10.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:10.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:11 smithi094 ceph-mon[112176]: 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-08T10:13:11.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:11.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:11.963 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:11 smithi003 ceph-mon[96088]: 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-08T10:13:12.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:12.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:13 smithi094 ceph-mon[112176]: 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-08T10:13:13.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:13.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:13 smithi003 ceph-mon[96088]: 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-08T10:13:14.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:14.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:15 smithi094 ceph-mon[112176]: 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-08T10:13:15.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:15.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:15.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:15 smithi003 ceph-mon[96088]: 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-08T10:13:16.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:16.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:17 smithi003 ceph-mon[96088]: 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-08T10:13:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:17 smithi094 ceph-mon[112176]: 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-08T10:13:17.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:17.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:18.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:18.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:19 smithi094 ceph-mon[112176]: 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-08T10:13:19.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:19.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:19 smithi003 ceph-mon[96088]: 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-08T10:13:20.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:20.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:21 smithi094 ceph-mon[112176]: 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-08T10:13:21.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:21.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:21 smithi003 ceph-mon[96088]: 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-08T10:13:22.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:22.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:23 smithi094 ceph-mon[112176]: 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-08T10:13:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:23.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:23.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:23 smithi003 ceph-mon[96088]: 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-08T10:13:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:24.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:24.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:25 smithi094 ceph-mon[112176]: 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-08T10:13:25.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:25.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:25 smithi003 ceph-mon[96088]: 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-08T10:13:26.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:26.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:27 smithi003 ceph-mon[96088]: 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-08T10:13:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:27 smithi094 ceph-mon[112176]: 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-08T10:13:27.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:27.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:28.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:28.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:29 smithi094 ceph-mon[112176]: 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-08T10:13:29.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:29.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:29 smithi003 ceph-mon[96088]: 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-08T10:13:30.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:30.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:31 smithi094 ceph-mon[112176]: 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-08T10:13:31.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:31.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:31 smithi003 ceph-mon[96088]: 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-08T10:13:32.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:32.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:33 smithi094 ceph-mon[112176]: 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-08T10:13:33.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:33.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:33 smithi003 ceph-mon[96088]: 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-08T10:13:34.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:34.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:35 smithi094 ceph-mon[112176]: 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-08T10:13:35.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:35.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:35 smithi003 ceph-mon[96088]: 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-08T10:13:36.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:36.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:37 smithi003 ceph-mon[96088]: 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-08T10:13:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:37 smithi094 ceph-mon[112176]: 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-08T10:13:37.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:37.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:38.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:38.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:39 smithi094 ceph-mon[112176]: 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-08T10:13:39.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:39.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:39 smithi003 ceph-mon[96088]: 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-08T10:13:40.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:40.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:41 smithi094 ceph-mon[112176]: 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-08T10:13:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:41 smithi003 ceph-mon[96088]: 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-08T10:13:41.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:41.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:42.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:42.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:43 smithi094 ceph-mon[112176]: 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-08T10:13:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:43 smithi003 ceph-mon[96088]: 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-08T10:13:43.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:43.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:44.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:44.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:45 smithi094 ceph-mon[112176]: 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-08T10:13:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:45 smithi003 ceph-mon[96088]: 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-08T10:13:45.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:45.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:13:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:13:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:13:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:13:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:13:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:13:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:13:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:13:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:13:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:13:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:13:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:13:46.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:46.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:47 smithi094 ceph-mon[112176]: 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-08T10:13:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:47 smithi003 ceph-mon[96088]: 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-08T10:13:47.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:47.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:48.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:48.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:49 smithi094 ceph-mon[112176]: 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-08T10:13:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:49 smithi003 ceph-mon[96088]: 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-08T10:13:50.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:50.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:51.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:51.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:51 smithi094 ceph-mon[112176]: 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-08T10:13:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:51 smithi003 ceph-mon[96088]: 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-08T10:13:52.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:52.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:53.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:53.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:53 smithi094 ceph-mon[112176]: 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-08T10:13:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:53 smithi003 ceph-mon[96088]: 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-08T10:13:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:54.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:54.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:55.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:55.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:55 smithi094 ceph-mon[112176]: 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-08T10:13:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:55 smithi003 ceph-mon[96088]: 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-08T10:13:56.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:56.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:57.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:57.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:57 smithi003 ceph-mon[96088]: 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-08T10:13:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:57 smithi094 ceph-mon[112176]: 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-08T10:13:58.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:58.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:59.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:13:59.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:13:59 smithi094 ceph-mon[112176]: 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-08T10:13:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:13:59 smithi003 ceph-mon[96088]: 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-08T10:14:00.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:00.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:01.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:01.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:01.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:01 smithi094 ceph-mon[112176]: 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-08T10:14:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:01 smithi003 ceph-mon[96088]: 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-08T10:14:02.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:02.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:03.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:03.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:03 smithi094 ceph-mon[112176]: 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-08T10:14:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:03 smithi003 ceph-mon[96088]: 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-08T10:14:04.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:04.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:05.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:05.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:05 smithi094 ceph-mon[112176]: 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-08T10:14:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:05 smithi003 ceph-mon[96088]: 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-08T10:14:06.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:06.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:07.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:07.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:07 smithi003 ceph-mon[96088]: 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-08T10:14:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:07 smithi094 ceph-mon[112176]: 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-08T10:14:08.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:08.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:09.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:09.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:09 smithi003 ceph-mon[96088]: 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-08T10:14:10.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:10.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:09 smithi094 ceph-mon[112176]: 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-08T10:14:11.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:11.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:11 smithi003 ceph-mon[96088]: 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-08T10:14:12.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:12.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:11 smithi094 ceph-mon[112176]: 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-08T10:14:13.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:13.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:13 smithi094 ceph-mon[112176]: 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-08T10:14:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:13 smithi003 ceph-mon[96088]: 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-08T10:14:14.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:14.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:15.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:15.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:15 smithi003 ceph-mon[96088]: 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-08T10:14:16.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:16.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:15 smithi094 ceph-mon[112176]: 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-08T10:14:17.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:17.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:17 smithi003 ceph-mon[96088]: 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-08T10:14:18.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:18.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:17 smithi094 ceph-mon[112176]: 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-08T10:14:19.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:19.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:19 smithi003 ceph-mon[96088]: 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-08T10:14:20.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:20.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:19 smithi094 ceph-mon[112176]: 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-08T10:14:21.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:21.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:21 smithi003 ceph-mon[96088]: 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-08T10:14:22.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:22.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:21 smithi094 ceph-mon[112176]: 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-08T10:14:23.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:23.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:23 smithi003 ceph-mon[96088]: 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-08T10:14:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:24.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:24.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:23 smithi094 ceph-mon[112176]: 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-08T10:14:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:25.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:25.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:25 smithi003 ceph-mon[96088]: 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-08T10:14:26.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:26.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:25 smithi094 ceph-mon[112176]: 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-08T10:14:27.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:27.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:27 smithi003 ceph-mon[96088]: 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-08T10:14:28.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:28.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:27 smithi094 ceph-mon[112176]: 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-08T10:14:29.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:29.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:29 smithi003 ceph-mon[96088]: 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-08T10:14:30.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:30.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:29 smithi094 ceph-mon[112176]: 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-08T10:14:31.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:31.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:31 smithi003 ceph-mon[96088]: 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-08T10:14:32.221 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:31 smithi094 ceph-mon[112176]: 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-08T10:14:32.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:32.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:33.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:33.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:33 smithi003 ceph-mon[96088]: 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-08T10:14:34.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:34.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:33 smithi094 ceph-mon[112176]: 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-08T10:14:35.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:35.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:35 smithi003 ceph-mon[96088]: 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-08T10:14:36.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:36.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:35 smithi094 ceph-mon[112176]: 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-08T10:14:37.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:37.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:37 smithi003 ceph-mon[96088]: 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-08T10:14:38.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:38.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:37 smithi094 ceph-mon[112176]: 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-08T10:14:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:39.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:39.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:39 smithi003 ceph-mon[96088]: 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-08T10:14:40.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:40.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:39 smithi094 ceph-mon[112176]: 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-08T10:14:41.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:41.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:41 smithi003 ceph-mon[96088]: 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-08T10:14:42.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:42.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:41 smithi094 ceph-mon[112176]: 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-08T10:14:43.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:43.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:43 smithi003 ceph-mon[96088]: 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-08T10:14:44.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:44.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:43 smithi094 ceph-mon[112176]: 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-08T10:14:45.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:45.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:45 smithi003 ceph-mon[96088]: 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-08T10:14:46.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:46.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:45 smithi094 ceph-mon[112176]: 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-08T10:14:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:14:47.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:47.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:14:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:47 smithi003 ceph-mon[96088]: 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-08T10:14:48.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:48.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:47 smithi094 ceph-mon[112176]: 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-08T10:14:49.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:49.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:50.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:50.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:49 smithi094 ceph-mon[112176]: 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-08T10:14:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:14:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:14:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:14:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:14:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:14:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:14:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:14:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:49 smithi003 ceph-mon[96088]: 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-08T10:14:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:14:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:14:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:14:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:14:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:14:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:14:50.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:14:51.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:51.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:52.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:52.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:51 smithi094 ceph-mon[112176]: 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-08T10:14:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:51 smithi003 ceph-mon[96088]: 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-08T10:14:53.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:53.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:54.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:54.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:53 smithi094 ceph-mon[112176]: 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-08T10:14:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:53 smithi003 ceph-mon[96088]: 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-08T10:14:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:55.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:55.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:56.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:56.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:55 smithi094 ceph-mon[112176]: 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-08T10:14:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:55 smithi003 ceph-mon[96088]: 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-08T10:14:57.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:57.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:58.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:58.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:57 smithi094 ceph-mon[112176]: 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-08T10:14:58.169 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:57 smithi003 ceph-mon[96088]: 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-08T10:14:59.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:14:59.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:00.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:00.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:14:59 smithi094 ceph-mon[112176]: 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-08T10:15:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:14:59 smithi003 ceph-mon[96088]: 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-08T10:15:01.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:01.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:02.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:02.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:01 smithi094 ceph-mon[112176]: 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-08T10:15:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:01 smithi003 ceph-mon[96088]: 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-08T10:15:03.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:03.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:04.084 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:03 smithi094 ceph-mon[112176]: 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-08T10:15:04.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:04.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:03 smithi003 ceph-mon[96088]: 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-08T10:15:05.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:05.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:06.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:06.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:05 smithi094 ceph-mon[112176]: 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-08T10:15:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:05 smithi003 ceph-mon[96088]: 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-08T10:15:07.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:07.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:08.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:08.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:07 smithi094 ceph-mon[112176]: 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-08T10:15:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:07 smithi003 ceph-mon[96088]: 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-08T10:15:09.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:09.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:09.135 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:10.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:10.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:09 smithi094 ceph-mon[112176]: 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-08T10:15:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:09 smithi003 ceph-mon[96088]: 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-08T10:15:11.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:11.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:12.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:12.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:11 smithi094 ceph-mon[112176]: 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-08T10:15:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:11 smithi003 ceph-mon[96088]: 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-08T10:15:13.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:13.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:14.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:14.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:13 smithi094 ceph-mon[112176]: 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-08T10:15:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:13 smithi003 ceph-mon[96088]: 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-08T10:15:15.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:15.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:16.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:16.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:15 smithi094 ceph-mon[112176]: 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-08T10:15:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:15 smithi003 ceph-mon[96088]: 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-08T10:15:17.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:17.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:18.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:18.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:17 smithi094 ceph-mon[112176]: 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-08T10:15:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:17 smithi003 ceph-mon[96088]: 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-08T10:15:19.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:19.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:20.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:20.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:19 smithi094 ceph-mon[112176]: 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-08T10:15:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:19 smithi003 ceph-mon[96088]: 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-08T10:15:21.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:21.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:22.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:22.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:21 smithi094 ceph-mon[112176]: 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-08T10:15:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:21 smithi003 ceph-mon[96088]: 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-08T10:15:23.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:23.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:24.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:24.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:23 smithi094 ceph-mon[112176]: 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-08T10:15:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:23 smithi003 ceph-mon[96088]: 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-08T10:15:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:25.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:25.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:26.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:26.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:25 smithi094 ceph-mon[112176]: 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-08T10:15:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:25 smithi003 ceph-mon[96088]: 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-08T10:15:27.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:27.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:28.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:28.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:27 smithi094 ceph-mon[112176]: 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-08T10:15:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:27 smithi003 ceph-mon[96088]: 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-08T10:15:29.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:29.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:29 smithi094 ceph-mon[112176]: 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-08T10:15:30.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:30.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:29 smithi003 ceph-mon[96088]: 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-08T10:15:31.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:31.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:31 smithi094 ceph-mon[112176]: 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-08T10:15:32.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:32.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:31 smithi003 ceph-mon[96088]: 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-08T10:15:33.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:33.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:33 smithi003 ceph-mon[96088]: 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-08T10:15:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:33 smithi094 ceph-mon[112176]: 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-08T10:15:34.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:34.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:35.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:35.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:35 smithi094 ceph-mon[112176]: 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-08T10:15:36.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:36.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:35 smithi003 ceph-mon[96088]: 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-08T10:15:37.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:37.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:37 smithi094 ceph-mon[112176]: 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-08T10:15:38.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:38.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:37 smithi003 ceph-mon[96088]: 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-08T10:15:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:39.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:39.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:39 smithi094 ceph-mon[112176]: 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-08T10:15:40.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:40.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:39 smithi003 ceph-mon[96088]: 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-08T10:15:41.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:41.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:41 smithi094 ceph-mon[112176]: 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-08T10:15:42.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:42.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:41 smithi003 ceph-mon[96088]: 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-08T10:15:43.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:43.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:43 smithi003 ceph-mon[96088]: 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-08T10:15:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:43 smithi094 ceph-mon[112176]: 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-08T10:15:44.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:44.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:45.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:45.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:45 smithi094 ceph-mon[112176]: 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-08T10:15:46.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:46.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:45 smithi003 ceph-mon[96088]: 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-08T10:15:47.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:47.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:47 smithi094 ceph-mon[112176]: 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-08T10:15:48.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:48.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:47 smithi003 ceph-mon[96088]: 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-08T10:15:49.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:49.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:49 smithi094 ceph-mon[112176]: 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-08T10:15:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:15:50.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:50.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:49 smithi003 ceph-mon[96088]: 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-08T10:15:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:15:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:15:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:15:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:15:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:15:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:15:51.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:51.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:15:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:15:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:15:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:15:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:15:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:51 smithi094 ceph-mon[112176]: 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-08T10:15:52.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:52.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:51 smithi003 ceph-mon[96088]: 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-08T10:15:53.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:53.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:53 smithi094 ceph-mon[112176]: 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-08T10:15:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:54.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:54.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:53 smithi003 ceph-mon[96088]: 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-08T10:15:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:55.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:55.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:55 smithi094 ceph-mon[112176]: 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-08T10:15:56.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:56.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:55 smithi003 ceph-mon[96088]: 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-08T10:15:57.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:57.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:57 smithi094 ceph-mon[112176]: 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-08T10:15:58.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:58.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:57 smithi003 ceph-mon[96088]: 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-08T10:15:59.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:15:59.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:15:59 smithi094 ceph-mon[112176]: 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-08T10:16:00.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:00.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:15:59 smithi003 ceph-mon[96088]: 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-08T10:16:01.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:01.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:01 smithi094 ceph-mon[112176]: 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-08T10:16:02.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:02.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:01 smithi003 ceph-mon[96088]: 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-08T10:16:03.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:03 smithi094 ceph-mon[112176]: 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-08T10:16:04.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:04.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:03 smithi003 ceph-mon[96088]: 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-08T10:16:05.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:05.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:05 smithi094 ceph-mon[112176]: 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-08T10:16:06.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:06.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:05 smithi003 ceph-mon[96088]: 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-08T10:16:07.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:07.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:07 smithi094 ceph-mon[112176]: 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-08T10:16:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:07 smithi003 ceph-mon[96088]: 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-08T10:16:08.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:08.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:09.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:09.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:09 smithi094 ceph-mon[112176]: 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-08T10:16:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:09 smithi003 ceph-mon[96088]: 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-08T10:16:10.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:10.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:11.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:11.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:11 smithi094 ceph-mon[112176]: 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-08T10:16:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:11 smithi003 ceph-mon[96088]: 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-08T10:16:12.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:12.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:13.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:13.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:13 smithi094 ceph-mon[112176]: 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-08T10:16:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:13 smithi003 ceph-mon[96088]: 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-08T10:16:14.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:14.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:15.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:15.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:15 smithi094 ceph-mon[112176]: 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-08T10:16:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:15 smithi003 ceph-mon[96088]: 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-08T10:16:16.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:16.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:17.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:17.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:17 smithi094 ceph-mon[112176]: 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-08T10:16:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:17 smithi003 ceph-mon[96088]: 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-08T10:16:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:19.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:19.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:19 smithi094 ceph-mon[112176]: 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-08T10:16:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:19 smithi003 ceph-mon[96088]: 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-08T10:16:20.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:20.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:21.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:21.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:21 smithi003 ceph-mon[96088]: 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-08T10:16:22.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:22.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:21 smithi094 ceph-mon[112176]: 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-08T10:16:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:23 smithi003 ceph-mon[96088]: 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-08T10:16:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:23 smithi094 ceph-mon[112176]: 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-08T10:16:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:25.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:25.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:25 smithi003 ceph-mon[96088]: 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-08T10:16:26.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:26.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:25 smithi094 ceph-mon[112176]: 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-08T10:16:27.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:27.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:27 smithi003 ceph-mon[96088]: 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-08T10:16:28.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:28.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:27 smithi094 ceph-mon[112176]: 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-08T10:16:29.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:29.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:29 smithi003 ceph-mon[96088]: 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-08T10:16:30.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:30.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:29 smithi094 ceph-mon[112176]: 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-08T10:16:31.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:31.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:31 smithi003 ceph-mon[96088]: 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-08T10:16:32.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:32.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:31 smithi094 ceph-mon[112176]: 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-08T10:16:33.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:33.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:33 smithi003 ceph-mon[96088]: 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-08T10:16:34.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:34.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:33 smithi094 ceph-mon[112176]: 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-08T10:16:35.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:35.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:35 smithi003 ceph-mon[96088]: 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-08T10:16:36.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:36.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:35 smithi094 ceph-mon[112176]: 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-08T10:16:37.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:37.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:37 smithi003 ceph-mon[96088]: 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-08T10:16:38.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:38.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:37 smithi094 ceph-mon[112176]: 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-08T10:16:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:39.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:39.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:39 smithi003 ceph-mon[96088]: 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-08T10:16:40.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:40.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:39 smithi094 ceph-mon[112176]: 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-08T10:16:41.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:41.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:41 smithi003 ceph-mon[96088]: 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-08T10:16:42.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:42.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:41 smithi094 ceph-mon[112176]: 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-08T10:16:43.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:43.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:43 smithi003 ceph-mon[96088]: 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-08T10:16:44.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:44.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:43 smithi094 ceph-mon[112176]: 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-08T10:16:45.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:45.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:45 smithi003 ceph-mon[96088]: 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-08T10:16:46.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:46.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:45 smithi094 ceph-mon[112176]: 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-08T10:16:47.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:47.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:47 smithi003 ceph-mon[96088]: 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-08T10:16:48.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:48.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:47 smithi094 ceph-mon[112176]: 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-08T10:16:49.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:49.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:49 smithi003 ceph-mon[96088]: 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-08T10:16:50.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:50.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:49 smithi094 ceph-mon[112176]: 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-08T10:16:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:16:51.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:51.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:51.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:16:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:51 smithi003 ceph-mon[96088]: 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-08T10:16:52.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:52.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:51 smithi094 ceph-mon[112176]: 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-08T10:16:53.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:53.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:53 smithi003 ceph-mon[96088]: 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-08T10:16:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:54.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:54.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:53 smithi094 ceph-mon[112176]: 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-08T10:16:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:55.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:55.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:55 smithi003 ceph-mon[96088]: 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-08T10:16:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:16:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:16:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:16:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:16:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:16:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:16:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:16:56.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:56.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:55 smithi094 ceph-mon[112176]: 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-08T10:16:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:16:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:16:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:16:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:16:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:16:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:16:56.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:16:57.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:57.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:57 smithi003 ceph-mon[96088]: 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-08T10:16:58.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:58.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:57 smithi094 ceph-mon[112176]: 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-08T10:16:59.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:16:59.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:16:59 smithi003 ceph-mon[96088]: 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-08T10:17:00.284 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:16:59 smithi094 ceph-mon[112176]: 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-08T10:17:00.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:00.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:01.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:01.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:02.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:02.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:01 smithi094 ceph-mon[112176]: 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-08T10:17:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:01 smithi003 ceph-mon[96088]: 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-08T10:17:03.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:03.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:04.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:04.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:03 smithi094 ceph-mon[112176]: 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-08T10:17:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:03 smithi003 ceph-mon[96088]: 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-08T10:17:05.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:05.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:06.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:06.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:05 smithi094 ceph-mon[112176]: 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-08T10:17:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:05 smithi003 ceph-mon[96088]: 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-08T10:17:07.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:07.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:08.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:07 smithi003 ceph-mon[96088]: 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-08T10:17:08.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:08.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:07 smithi094 ceph-mon[112176]: 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-08T10:17:09.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:09.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:10.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:10.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:10.389 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:10 smithi094 ceph-mon[112176]: 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-08T10:17:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:10 smithi003 ceph-mon[96088]: 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-08T10:17:11.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:11.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:12.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:12.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:12 smithi094 ceph-mon[112176]: 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-08T10:17:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:12 smithi003 ceph-mon[96088]: 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-08T10:17:13.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:13.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:14.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:14.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:14 smithi094 ceph-mon[112176]: 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-08T10:17:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:14 smithi003 ceph-mon[96088]: 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-08T10:17:15.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:15.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:16.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:16.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:16 smithi094 ceph-mon[112176]: 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-08T10:17:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:16 smithi003 ceph-mon[96088]: 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-08T10:17:17.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:17.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:18 smithi003 ceph-mon[96088]: 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-08T10:17:18.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:18.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:18 smithi094 ceph-mon[112176]: 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-08T10:17:19.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:19.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:20 smithi003 ceph-mon[96088]: 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-08T10:17:20.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:20.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:20 smithi094 ceph-mon[112176]: 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-08T10:17:21.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:21.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:22.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:22.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:22 smithi094 ceph-mon[112176]: 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-08T10:17:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:22 smithi003 ceph-mon[96088]: 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-08T10:17:23.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:23.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:24.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:24.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:24 smithi094 ceph-mon[112176]: 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-08T10:17:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:24 smithi003 ceph-mon[96088]: 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-08T10:17:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:25.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:25.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:26.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:26.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:26 smithi094 ceph-mon[112176]: 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-08T10:17:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:26 smithi003 ceph-mon[96088]: 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-08T10:17:27.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:27.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:28 smithi003 ceph-mon[96088]: 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-08T10:17:28.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:28.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:28 smithi094 ceph-mon[112176]: 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-08T10:17:29.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:29.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:30 smithi003 ceph-mon[96088]: 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-08T10:17:30.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:30.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:30 smithi094 ceph-mon[112176]: 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-08T10:17:31.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:31.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:32.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:32.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:32 smithi094 ceph-mon[112176]: 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-08T10:17:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:32 smithi003 ceph-mon[96088]: 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-08T10:17:33.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:33.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:34.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:34.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:34 smithi094 ceph-mon[112176]: 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-08T10:17:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:34 smithi003 ceph-mon[96088]: 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-08T10:17:35.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:35.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:36.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:36.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:36 smithi094 ceph-mon[112176]: 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-08T10:17:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:36 smithi003 ceph-mon[96088]: 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-08T10:17:37.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:37.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:38 smithi003 ceph-mon[96088]: 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-08T10:17:38.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:38.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:38 smithi094 ceph-mon[112176]: 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-08T10:17:39.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:39.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:40.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:40.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:40 smithi094 ceph-mon[112176]: 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-08T10:17:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:40 smithi003 ceph-mon[96088]: 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-08T10:17:41.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:41.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:42.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:42.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:42 smithi094 ceph-mon[112176]: 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-08T10:17:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:42 smithi003 ceph-mon[96088]: 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-08T10:17:43.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:43.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:44.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:44.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:44 smithi094 ceph-mon[112176]: 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-08T10:17:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:44 smithi003 ceph-mon[96088]: 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-08T10:17:45.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:45.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:46.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:46.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:46 smithi094 ceph-mon[112176]: 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-08T10:17:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:46 smithi003 ceph-mon[96088]: 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-08T10:17:47.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:47.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:48 smithi003 ceph-mon[96088]: 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-08T10:17:48.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:48.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:48 smithi094 ceph-mon[112176]: 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-08T10:17:49.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:49.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:49 smithi094 ceph-mon[112176]: 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-08T10:17:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:49 smithi003 ceph-mon[96088]: 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-08T10:17:50.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:50.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:51.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:51.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:51.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:51 smithi003 ceph-mon[96088]: 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-08T10:17:51.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:51 smithi094 ceph-mon[112176]: 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-08T10:17:52.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:52.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:53.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:53.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:53 smithi003 ceph-mon[96088]: 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-08T10:17:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:53 smithi094 ceph-mon[112176]: 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-08T10:17:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:54.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:54.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:55.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:55.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:55 smithi003 ceph-mon[96088]: 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-08T10:17:55.864 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:55 smithi094 ceph-mon[112176]: 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-08T10:17:56.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:56.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:17:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:17:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:17:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:17:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:17:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:17:57.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:57.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:57 smithi003 ceph-mon[96088]: 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-08T10:17:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:17:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:17:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:17:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:17:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:17:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:57 smithi094 ceph-mon[112176]: 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-08T10:17:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:17:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:17:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:17:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:17:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:17:58.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:58.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:59.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:17:59.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:17:59 smithi003 ceph-mon[96088]: 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-08T10:17:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:17:59 smithi094 ceph-mon[112176]: 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-08T10:18:00.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:00.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:01.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:01.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:01 smithi003 ceph-mon[96088]: 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-08T10:18:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:01 smithi094 ceph-mon[112176]: 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-08T10:18:02.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:02.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:03.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:03.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:03 smithi003 ceph-mon[96088]: 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-08T10:18:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:03 smithi094 ceph-mon[112176]: 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-08T10:18:04.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:04.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:05.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:05.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:05 smithi003 ceph-mon[96088]: 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-08T10:18:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:05 smithi094 ceph-mon[112176]: 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-08T10:18:06.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:06.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:07.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:07.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:07 smithi003 ceph-mon[96088]: 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-08T10:18:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:07 smithi094 ceph-mon[112176]: 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-08T10:18:08.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:08.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:09.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:09.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:09 smithi003 ceph-mon[96088]: 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-08T10:18:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:09 smithi094 ceph-mon[112176]: 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-08T10:18:10.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:10.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:11.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:11.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:11 smithi003 ceph-mon[96088]: 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-08T10:18:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:11 smithi094 ceph-mon[112176]: 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-08T10:18:12.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:12.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:13.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:13.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:13 smithi003 ceph-mon[96088]: 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-08T10:18:13.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:13 smithi094 ceph-mon[112176]: 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-08T10:18:14.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:14.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:15.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:15.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:15 smithi003 ceph-mon[96088]: 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-08T10:18:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:15 smithi094 ceph-mon[112176]: 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-08T10:18:16.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:16.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:17.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:17.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:17 smithi003 ceph-mon[96088]: 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-08T10:18:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:17 smithi094 ceph-mon[112176]: 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-08T10:18:18.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:18.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:19.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:19.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:19 smithi003 ceph-mon[96088]: 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-08T10:18:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:19 smithi094 ceph-mon[112176]: 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-08T10:18:20.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:20.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:21.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:21.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:21 smithi003 ceph-mon[96088]: 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-08T10:18:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:21 smithi094 ceph-mon[112176]: 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-08T10:18:22.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:22.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:23.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:23.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:23 smithi003 ceph-mon[96088]: 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-08T10:18:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:23 smithi094 ceph-mon[112176]: 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-08T10:18:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:24.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:24.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:25.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:25.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:25 smithi003 ceph-mon[96088]: 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-08T10:18:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:25 smithi094 ceph-mon[112176]: 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-08T10:18:26.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:26.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:27.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:27.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:27 smithi003 ceph-mon[96088]: 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-08T10:18:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:27 smithi094 ceph-mon[112176]: 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-08T10:18:28.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:28.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:29.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:29.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:29 smithi094 ceph-mon[112176]: 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-08T10:18:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:29 smithi003 ceph-mon[96088]: 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-08T10:18:30.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:30.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:31.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:31.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:31 smithi094 ceph-mon[112176]: 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-08T10:18:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:31 smithi003 ceph-mon[96088]: 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-08T10:18:32.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:32.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:33.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:33.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:33 smithi094 ceph-mon[112176]: 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-08T10:18:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:33 smithi003 ceph-mon[96088]: 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-08T10:18:34.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:34.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:35.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:35.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:35 smithi094 ceph-mon[112176]: 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-08T10:18:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:35 smithi003 ceph-mon[96088]: 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-08T10:18:36.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:36.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:37.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:37.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:37 smithi003 ceph-mon[96088]: 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-08T10:18:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:37 smithi094 ceph-mon[112176]: 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-08T10:18:38.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:38.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:39.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:39.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:39 smithi094 ceph-mon[112176]: 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-08T10:18:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:39 smithi003 ceph-mon[96088]: 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-08T10:18:40.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:40.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:41.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:41.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:41 smithi094 ceph-mon[112176]: 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-08T10:18:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:41 smithi003 ceph-mon[96088]: 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-08T10:18:42.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:42.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:43.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:43.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:43 smithi094 ceph-mon[112176]: 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-08T10:18:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:43 smithi003 ceph-mon[96088]: 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-08T10:18:44.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:44.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:45.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:45.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:45 smithi094 ceph-mon[112176]: 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-08T10:18:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:45 smithi003 ceph-mon[96088]: 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-08T10:18:46.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:46.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:47.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:47.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:47 smithi003 ceph-mon[96088]: 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-08T10:18:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:47 smithi094 ceph-mon[112176]: 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-08T10:18:48.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:48.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:49.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:49.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:49 smithi094 ceph-mon[112176]: 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-08T10:18:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:49 smithi003 ceph-mon[96088]: 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-08T10:18:50.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:50.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:51.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:51.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:51 smithi094 ceph-mon[112176]: 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-08T10:18:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:51 smithi003 ceph-mon[96088]: 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-08T10:18:52.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:52.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:53.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:53.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:53 smithi094 ceph-mon[112176]: 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-08T10:18:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:53 smithi003 ceph-mon[96088]: 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-08T10:18:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:54.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:54.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:55.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:55.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:55.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:55 smithi003 ceph-mon[96088]: 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-08T10:18:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:55 smithi094 ceph-mon[112176]: 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-08T10:18:56.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:56.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:57.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:57.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:57 smithi003 ceph-mon[96088]: 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-08T10:18:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:18:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:18:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:18:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:18:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:18:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:18:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:57 smithi094 ceph-mon[112176]: 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-08T10:18:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:18:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:18:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:18:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:18:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:18:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:18:58.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:58.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:59.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:18:59.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:18:59 smithi094 ceph-mon[112176]: 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-08T10:18:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:18:59 smithi003 ceph-mon[96088]: 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-08T10:19:00.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:00.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:01.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:01.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:01 smithi094 ceph-mon[112176]: 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-08T10:19:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:01 smithi003 ceph-mon[96088]: 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-08T10:19:02.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:02.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:03.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:03.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:03 smithi094 ceph-mon[112176]: 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-08T10:19:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:03 smithi003 ceph-mon[96088]: 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-08T10:19:04.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:04.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:05.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:05.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:05 smithi094 ceph-mon[112176]: 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-08T10:19:05.981 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:05 smithi003 ceph-mon[96088]: 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-08T10:19:06.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:06.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:07.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:07.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:07 smithi003 ceph-mon[96088]: 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-08T10:19:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:07 smithi094 ceph-mon[112176]: 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-08T10:19:08.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:08.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:09.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:09.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:09 smithi094 ceph-mon[112176]: 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-08T10:19:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:09 smithi003 ceph-mon[96088]: 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-08T10:19:10.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:10.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:11.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:11.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:11 smithi094 ceph-mon[112176]: 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-08T10:19:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:11 smithi003 ceph-mon[96088]: 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-08T10:19:12.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:12.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:13.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:13.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:13 smithi094 ceph-mon[112176]: 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-08T10:19:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:13 smithi003 ceph-mon[96088]: 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-08T10:19:14.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:14.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:15.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:15.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:15 smithi094 ceph-mon[112176]: 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-08T10:19:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:15 smithi003 ceph-mon[96088]: 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-08T10:19:16.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:16.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:17.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:17.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:17 smithi003 ceph-mon[96088]: 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-08T10:19:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:17 smithi094 ceph-mon[112176]: 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-08T10:19:18.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:18.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:19.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:19.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:19 smithi094 ceph-mon[112176]: 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-08T10:19:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:19 smithi003 ceph-mon[96088]: 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-08T10:19:20.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:20.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:21.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:21.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:21 smithi094 ceph-mon[112176]: 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-08T10:19:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:21 smithi003 ceph-mon[96088]: 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-08T10:19:22.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:22.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:23.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:23.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:23 smithi094 ceph-mon[112176]: 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-08T10:19:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:23 smithi003 ceph-mon[96088]: 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-08T10:19:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:24.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:24.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:25.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:25.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:25 smithi094 ceph-mon[112176]: 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-08T10:19:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:25 smithi003 ceph-mon[96088]: 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-08T10:19:26.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:26.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:27.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:27.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:27 smithi003 ceph-mon[96088]: 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-08T10:19:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:27 smithi094 ceph-mon[112176]: 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-08T10:19:28.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:28.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:29.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:29.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:29 smithi094 ceph-mon[112176]: 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-08T10:19:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:29 smithi003 ceph-mon[96088]: 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-08T10:19:30.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:30.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:31.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:31.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:31.860 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:31 smithi094 ceph-mon[112176]: 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-08T10:19:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:31 smithi003 ceph-mon[96088]: 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-08T10:19:32.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:32.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:33.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:33.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:33 smithi094 ceph-mon[112176]: 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-08T10:19:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:33 smithi003 ceph-mon[96088]: 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-08T10:19:34.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:34.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:35.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:35.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:35 smithi094 ceph-mon[112176]: 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-08T10:19:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:35 smithi003 ceph-mon[96088]: 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-08T10:19:36.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:36.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:37.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:37.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:37 smithi003 ceph-mon[96088]: 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-08T10:19:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:37 smithi094 ceph-mon[112176]: 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-08T10:19:38.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:38.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:39.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:39.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:39 smithi094 ceph-mon[112176]: 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-08T10:19:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:39 smithi003 ceph-mon[96088]: 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-08T10:19:40.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:40.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:41.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:41.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:41 smithi003 ceph-mon[96088]: 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-08T10:19:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:41 smithi094 ceph-mon[112176]: 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-08T10:19:42.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:42.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:43.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:43.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:43 smithi094 ceph-mon[112176]: 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-08T10:19:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:43 smithi003 ceph-mon[96088]: 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-08T10:19:44.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:44.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:45.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:45.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:45 smithi094 ceph-mon[112176]: 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-08T10:19:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:45 smithi003 ceph-mon[96088]: 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-08T10:19:46.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:46.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:47.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:47.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:47 smithi094 ceph-mon[112176]: 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-08T10:19:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:47 smithi003 ceph-mon[96088]: 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-08T10:19:48.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:48.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:49.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:49.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:49 smithi094 ceph-mon[112176]: 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-08T10:19:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:49 smithi003 ceph-mon[96088]: 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-08T10:19:50.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:50.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:51.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:51.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:51 smithi094 ceph-mon[112176]: 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-08T10:19:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:51 smithi003 ceph-mon[96088]: 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-08T10:19:52.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:52.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:53.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:53.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:53.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:53 smithi094 ceph-mon[112176]: 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-08T10:19:53.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:53 smithi003 ceph-mon[96088]: 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-08T10:19:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:54.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:54.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:55.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:55.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:55 smithi094 ceph-mon[112176]: 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-08T10:19:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:55 smithi003 ceph-mon[96088]: 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-08T10:19:56.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:56.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:57.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:57.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:57 smithi094 ceph-mon[112176]: 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-08T10:19:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:19:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:19:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:19:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:57 smithi003 ceph-mon[96088]: 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-08T10:19:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:19:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:19:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:19:58.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:58.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:19:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:19:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:19:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:19:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:19:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:19:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:19:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:19:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:19:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:19:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:19:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:19:59.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:19:59.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:00 smithi094 ceph-mon[112176]: 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-08T10:20:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T10:20:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:00 smithi003 ceph-mon[96088]: 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-08T10:20:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T10:20:00.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:00.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:01.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:01.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:02 smithi094 ceph-mon[112176]: 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-08T10:20:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:02 smithi003 ceph-mon[96088]: 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-08T10:20:02.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:02.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:03.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:03.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:04 smithi094 ceph-mon[112176]: 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-08T10:20:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:04 smithi003 ceph-mon[96088]: 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-08T10:20:04.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:04.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:05.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:05.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:06 smithi094 ceph-mon[112176]: 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-08T10:20:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:06 smithi003 ceph-mon[96088]: 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-08T10:20:06.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:06.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:07.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:07.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:08 smithi003 ceph-mon[96088]: 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-08T10:20:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:08 smithi094 ceph-mon[112176]: 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-08T10:20:08.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:08.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:09.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:09.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:10 smithi094 ceph-mon[112176]: 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-08T10:20:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:10 smithi003 ceph-mon[96088]: 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-08T10:20:10.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:10.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:11.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:11.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:12 smithi094 ceph-mon[112176]: 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-08T10:20:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:12 smithi003 ceph-mon[96088]: 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-08T10:20:12.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:12.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:13.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:13.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:14 smithi094 ceph-mon[112176]: 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-08T10:20:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:14 smithi003 ceph-mon[96088]: 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-08T10:20:14.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:14.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:15.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:15.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:16 smithi094 ceph-mon[112176]: 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-08T10:20:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:16 smithi003 ceph-mon[96088]: 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-08T10:20:16.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:16.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:17.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:17.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:18 smithi003 ceph-mon[96088]: 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-08T10:20:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:18 smithi094 ceph-mon[112176]: 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-08T10:20:18.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:18.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:19.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:19.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:20 smithi094 ceph-mon[112176]: 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-08T10:20:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:20 smithi003 ceph-mon[96088]: 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-08T10:20:20.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:20.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:21.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:21.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:22 smithi003 ceph-mon[96088]: 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-08T10:20:22.381 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:22 smithi094 ceph-mon[112176]: 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-08T10:20:22.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:22.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:23.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:23.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:24 smithi094 ceph-mon[112176]: 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-08T10:20:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:24 smithi003 ceph-mon[96088]: 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-08T10:20:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:24.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:24.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:25.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:25.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:26 smithi094 ceph-mon[112176]: 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-08T10:20:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:26 smithi003 ceph-mon[96088]: 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-08T10:20:26.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:26.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:27.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:27.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:28 smithi003 ceph-mon[96088]: 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-08T10:20:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:28 smithi094 ceph-mon[112176]: 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-08T10:20:28.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:28.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:29.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:29.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:30 smithi094 ceph-mon[112176]: 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-08T10:20:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:30 smithi003 ceph-mon[96088]: 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-08T10:20:30.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:30.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:31 smithi094 ceph-mon[112176]: 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-08T10:20:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:31 smithi003 ceph-mon[96088]: 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-08T10:20:31.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:31.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:32.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:32.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:33 smithi094 ceph-mon[112176]: 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-08T10:20:33.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:33.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:33 smithi003 ceph-mon[96088]: 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-08T10:20:34.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:34.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:35.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:35.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:35 smithi003 ceph-mon[96088]: 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-08T10:20:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:35 smithi094 ceph-mon[112176]: 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-08T10:20:36.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:36.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:37.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:37.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:37 smithi003 ceph-mon[96088]: 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-08T10:20:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:37 smithi094 ceph-mon[112176]: 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-08T10:20:38.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:38.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:39.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:39.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:39 smithi003 ceph-mon[96088]: 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-08T10:20:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:39 smithi094 ceph-mon[112176]: 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-08T10:20:40.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:40.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:41.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:41.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:41.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:41 smithi003 ceph-mon[96088]: 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-08T10:20:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:41 smithi094 ceph-mon[112176]: 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-08T10:20:42.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:42.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:43.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:43.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:43 smithi003 ceph-mon[96088]: 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-08T10:20:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:43 smithi094 ceph-mon[112176]: 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-08T10:20:44.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:44.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:45.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:45.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:45 smithi003 ceph-mon[96088]: 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-08T10:20:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:45 smithi094 ceph-mon[112176]: 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-08T10:20:46.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:46.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:47.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:47.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:47 smithi003 ceph-mon[96088]: 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-08T10:20:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:47 smithi094 ceph-mon[112176]: 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-08T10:20:48.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:48.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:49.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:49.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:49 smithi094 ceph-mon[112176]: 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-08T10:20:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:49 smithi003 ceph-mon[96088]: 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-08T10:20:50.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:50.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:51.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:51.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:51 smithi094 ceph-mon[112176]: 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-08T10:20:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:51 smithi003 ceph-mon[96088]: 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-08T10:20:52.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:52.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:53.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:53.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:53 smithi094 ceph-mon[112176]: 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-08T10:20:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:53 smithi003 ceph-mon[96088]: 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-08T10:20:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:54.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:54.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:55.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:55.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:55 smithi094 ceph-mon[112176]: 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-08T10:20:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:55 smithi003 ceph-mon[96088]: 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-08T10:20:56.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:56.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:57.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:57.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:57 smithi003 ceph-mon[96088]: 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-08T10:20:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:57 smithi094 ceph-mon[112176]: 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-08T10:20:58.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:58.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:20:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:20:59.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:20:59.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:59 smithi094 ceph-mon[112176]: 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-08T10:20:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:20:59.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:20:59.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:20:59.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:20:59.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:20:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:20:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:59 smithi003 ceph-mon[96088]: 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-08T10:20:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:20:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:20:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:20:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:20:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:20:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:21:00.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:00.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:01.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:01.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:01 smithi094 ceph-mon[112176]: 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-08T10:21:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:01 smithi003 ceph-mon[96088]: 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-08T10:21:02.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:02.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:03.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:03.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:03 smithi094 ceph-mon[112176]: 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-08T10:21:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:03 smithi003 ceph-mon[96088]: 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-08T10:21:04.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:04.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:05.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:05.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:05 smithi094 ceph-mon[112176]: 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-08T10:21:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:05 smithi003 ceph-mon[96088]: 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-08T10:21:06.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:06.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:07 smithi003 ceph-mon[96088]: 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-08T10:21:07.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:07.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:07.854 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:07 smithi094 ceph-mon[112176]: 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-08T10:21:08.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:08.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:09.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:09.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:09 smithi094 ceph-mon[112176]: 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-08T10:21:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:09 smithi003 ceph-mon[96088]: 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-08T10:21:10.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:10.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:11.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:11.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:11 smithi094 ceph-mon[112176]: 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-08T10:21:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:11 smithi003 ceph-mon[96088]: 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-08T10:21:12.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:12.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:13.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:13.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:13 smithi094 ceph-mon[112176]: 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-08T10:21:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:13 smithi003 ceph-mon[96088]: 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-08T10:21:14.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:14.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:15.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:15.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:15 smithi094 ceph-mon[112176]: 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-08T10:21:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:15 smithi003 ceph-mon[96088]: 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-08T10:21:16.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:16.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:17 smithi003 ceph-mon[96088]: 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-08T10:21:17.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:17.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:17 smithi094 ceph-mon[112176]: 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-08T10:21:18.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:18.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:19.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:19.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:19 smithi094 ceph-mon[112176]: 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-08T10:21:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:19 smithi003 ceph-mon[96088]: 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-08T10:21:20.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:20.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:21.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:21.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:21 smithi094 ceph-mon[112176]: 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-08T10:21:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:21 smithi003 ceph-mon[96088]: 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-08T10:21:22.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:22.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:23.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:23.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:23 smithi094 ceph-mon[112176]: 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-08T10:21:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:23 smithi003 ceph-mon[96088]: 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-08T10:21:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:24.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:24.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:25.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:25.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:25 smithi094 ceph-mon[112176]: 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-08T10:21:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:25 smithi003 ceph-mon[96088]: 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-08T10:21:26.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:26.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:27.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:27.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:27 smithi003 ceph-mon[96088]: 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-08T10:21:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:27 smithi094 ceph-mon[112176]: 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-08T10:21:28.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:28.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:29.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:29.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:29 smithi094 ceph-mon[112176]: 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-08T10:21:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:29 smithi003 ceph-mon[96088]: 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-08T10:21:30.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:30.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:31.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:31.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:31 smithi094 ceph-mon[112176]: 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-08T10:21:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:31 smithi003 ceph-mon[96088]: 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-08T10:21:32.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:32.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:33.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:33.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:33 smithi094 ceph-mon[112176]: 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-08T10:21:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:33 smithi003 ceph-mon[96088]: 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-08T10:21:34.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:34.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:35.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:35.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:35 smithi094 ceph-mon[112176]: 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-08T10:21:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:35 smithi003 ceph-mon[96088]: 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-08T10:21:36.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:36.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:37.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:37.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:37 smithi003 ceph-mon[96088]: 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-08T10:21:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:37 smithi094 ceph-mon[112176]: 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-08T10:21:38.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:38.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:39.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:39.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:39 smithi094 ceph-mon[112176]: 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-08T10:21:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:39 smithi003 ceph-mon[96088]: 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-08T10:21:40.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:40.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:41.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:41.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:41 smithi094 ceph-mon[112176]: 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-08T10:21:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:41 smithi003 ceph-mon[96088]: 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-08T10:21:42.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:42.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:43.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:43.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:43 smithi094 ceph-mon[112176]: 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-08T10:21:43.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:43 smithi003 ceph-mon[96088]: 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-08T10:21:44.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:44.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:45.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:45.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:45 smithi094 ceph-mon[112176]: 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-08T10:21:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:45 smithi003 ceph-mon[96088]: 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-08T10:21:46.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:46.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:47.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:47.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:47 smithi003 ceph-mon[96088]: 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-08T10:21:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:47 smithi094 ceph-mon[112176]: 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-08T10:21:48.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:48.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:49.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:49.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:49 smithi094 ceph-mon[112176]: 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-08T10:21:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:49 smithi003 ceph-mon[96088]: 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-08T10:21:50.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:50.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:51.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:51.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:51 smithi094 ceph-mon[112176]: 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-08T10:21:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:51 smithi003 ceph-mon[96088]: 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-08T10:21:52.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:52.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:53.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:53.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:53 smithi094 ceph-mon[112176]: 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-08T10:21:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:53 smithi003 ceph-mon[96088]: 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-08T10:21:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:54.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:54.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:55.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:55.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:55 smithi094 ceph-mon[112176]: 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-08T10:21:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:55 smithi003 ceph-mon[96088]: 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-08T10:21:56.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:56.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:57.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:57.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:57 smithi003 ceph-mon[96088]: 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-08T10:21:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:57 smithi094 ceph-mon[112176]: 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-08T10:21:58.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:58.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:59.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:21:59.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: 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-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:21:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:21:59.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:21:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: 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-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:21:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:21:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:21:59.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:21:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:22:00.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:00.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:00 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1531M 2023-10-08T10:22:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:00 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1531M 2023-10-08T10:22:01.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:01.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:01 smithi094 ceph-mon[112176]: 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-08T10:22:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:01 smithi003 ceph-mon[96088]: 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-08T10:22:02.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:02.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:03.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:03.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:03 smithi094 ceph-mon[112176]: 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-08T10:22:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:03 smithi003 ceph-mon[96088]: 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-08T10:22:04.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:04.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:05.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:05.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:05 smithi094 ceph-mon[112176]: 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-08T10:22:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:05 smithi003 ceph-mon[96088]: 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-08T10:22:06.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:06.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:07.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:07.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:07 smithi094 ceph-mon[112176]: 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-08T10:22:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:07 smithi003 ceph-mon[96088]: 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-08T10:22:08.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:08.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:09.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:09.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:09 smithi094 ceph-mon[112176]: 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-08T10:22:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:09 smithi003 ceph-mon[96088]: 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-08T10:22:10.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:10.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:11.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:11.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:11.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:11 smithi094 ceph-mon[112176]: 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-08T10:22:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:11 smithi003 ceph-mon[96088]: 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-08T10:22:12.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:12.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:13.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:13.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:13 smithi094 ceph-mon[112176]: 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-08T10:22:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:13 smithi003 ceph-mon[96088]: 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-08T10:22:14.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:14.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:15.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:15.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:15 smithi094 ceph-mon[112176]: 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-08T10:22:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:15 smithi003 ceph-mon[96088]: 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-08T10:22:16.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:16.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:17.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:17.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:17 smithi094 ceph-mon[112176]: 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-08T10:22:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:17 smithi003 ceph-mon[96088]: 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-08T10:22:18.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:18.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:19.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:19.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:19 smithi094 ceph-mon[112176]: 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-08T10:22:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:19 smithi003 ceph-mon[96088]: 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-08T10:22:20.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:20.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:21.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:21.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:21 smithi094 ceph-mon[112176]: 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-08T10:22:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:21 smithi003 ceph-mon[96088]: 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-08T10:22:22.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:22.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:23.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:23.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:23 smithi094 ceph-mon[112176]: 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-08T10:22:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:23 smithi003 ceph-mon[96088]: 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-08T10:22:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:24.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:24.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:25.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:25.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:25 smithi094 ceph-mon[112176]: 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-08T10:22:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:25 smithi003 ceph-mon[96088]: 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-08T10:22:26.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:26.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:27.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:27.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:27 smithi094 ceph-mon[112176]: 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-08T10:22:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:27 smithi003 ceph-mon[96088]: 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-08T10:22:28.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:28.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:29.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:29.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:29 smithi094 ceph-mon[112176]: 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-08T10:22:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:29 smithi003 ceph-mon[96088]: 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-08T10:22:30.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:30.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:31.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:31.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:31 smithi003 ceph-mon[96088]: 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-08T10:22:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:31 smithi094 ceph-mon[112176]: 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-08T10:22:32.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:32.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:33.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:33.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:33 smithi003 ceph-mon[96088]: 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-08T10:22:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:33 smithi094 ceph-mon[112176]: 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-08T10:22:34.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:34.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:35.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:35.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:35 smithi003 ceph-mon[96088]: 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-08T10:22:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:35 smithi094 ceph-mon[112176]: 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-08T10:22:36.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:36.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:37.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:37.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:37 smithi003 ceph-mon[96088]: 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-08T10:22:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:37 smithi094 ceph-mon[112176]: 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-08T10:22:38.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:38.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:39.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:39.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:39 smithi003 ceph-mon[96088]: 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-08T10:22:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:39 smithi094 ceph-mon[112176]: 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-08T10:22:40.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:40.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:41.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:41.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:41 smithi003 ceph-mon[96088]: 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-08T10:22:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:41 smithi094 ceph-mon[112176]: 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-08T10:22:42.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:42.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:43 smithi003 ceph-mon[96088]: 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-08T10:22:43.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:43.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:43 smithi094 ceph-mon[112176]: 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-08T10:22:44.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:44.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:45.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:46.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:46.403 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:45 smithi094 ceph-mon[112176]: 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-08T10:22:46.403 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:45 smithi003 ceph-mon[96088]: 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-08T10:22:46.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:46.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:47.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:47.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:47 smithi003 ceph-mon[96088]: 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-08T10:22:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:47 smithi094 ceph-mon[112176]: 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-08T10:22:48.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:48.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:49.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:49.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:49 smithi003 ceph-mon[96088]: 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-08T10:22:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:49 smithi094 ceph-mon[112176]: 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-08T10:22:50.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:50.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:51.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:51.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:51 smithi003 ceph-mon[96088]: 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-08T10:22:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:51 smithi094 ceph-mon[112176]: 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-08T10:22:52.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:52.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:53.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:53.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:53 smithi003 ceph-mon[96088]: 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-08T10:22:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:53 smithi094 ceph-mon[112176]: 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-08T10:22:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:54.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:54.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:55.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:55.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:55 smithi003 ceph-mon[96088]: 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-08T10:22:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:55 smithi094 ceph-mon[112176]: 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-08T10:22:56.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:56.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:57.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:57.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:57 smithi003 ceph-mon[96088]: 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-08T10:22:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:57 smithi094 ceph-mon[112176]: 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-08T10:22:58.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:58.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:59.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:22:59.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:59 smithi003 ceph-mon[96088]: 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-08T10:22:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:22:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:23:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:59 smithi094 ceph-mon[112176]: 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-08T10:23:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:22:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:23:00.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:00.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:23:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:23:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:23:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:23:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:23:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:23:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:23:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:23:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:23:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:23:01.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:01.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:02 smithi094 ceph-mon[112176]: 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-08T10:23:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:02 smithi003 ceph-mon[96088]: 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-08T10:23:02.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:02.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:03.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:03.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:04 smithi094 ceph-mon[112176]: 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-08T10:23:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:04 smithi003 ceph-mon[96088]: 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-08T10:23:04.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:04.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:05.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:05.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:06 smithi094 ceph-mon[112176]: 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-08T10:23:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:06 smithi003 ceph-mon[96088]: 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-08T10:23:06.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:06.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:07.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:07.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:08 smithi003 ceph-mon[96088]: 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-08T10:23:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:08 smithi094 ceph-mon[112176]: 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-08T10:23:08.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:08.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:09.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:09.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:10 smithi094 ceph-mon[112176]: 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-08T10:23:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:10 smithi003 ceph-mon[96088]: 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-08T10:23:10.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:10.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:11.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:11.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:12 smithi094 ceph-mon[112176]: 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-08T10:23:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:12 smithi003 ceph-mon[96088]: 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-08T10:23:12.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:12.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:13.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:13.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:14 smithi094 ceph-mon[112176]: 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-08T10:23:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:14 smithi003 ceph-mon[96088]: 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-08T10:23:14.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:14.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:15.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:15.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:16 smithi094 ceph-mon[112176]: 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-08T10:23:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:16 smithi003 ceph-mon[96088]: 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-08T10:23:16.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:16.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:17.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:17.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:18 smithi094 ceph-mon[112176]: 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-08T10:23:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:18 smithi003 ceph-mon[96088]: 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-08T10:23:18.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:18.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:19.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:19.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:20 smithi094 ceph-mon[112176]: 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-08T10:23:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:20 smithi003 ceph-mon[96088]: 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-08T10:23:20.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:20.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:21.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:21.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:22 smithi094 ceph-mon[112176]: 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-08T10:23:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:22 smithi003 ceph-mon[96088]: 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-08T10:23:22.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:22.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:23.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:23.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:24 smithi003 ceph-mon[96088]: 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-08T10:23:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:24 smithi094 ceph-mon[112176]: 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-08T10:23:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:24.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:24.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:25 smithi094 ceph-mon[112176]: 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-08T10:23:25.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:25.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:25 smithi003 ceph-mon[96088]: 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-08T10:23:26.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:26.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:27 smithi003 ceph-mon[96088]: 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-08T10:23:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:27 smithi094 ceph-mon[112176]: 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-08T10:23:27.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:27.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:28.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:28.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:29 smithi094 ceph-mon[112176]: 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-08T10:23:29.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:29.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:29 smithi003 ceph-mon[96088]: 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-08T10:23:30.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:30.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:31 smithi094 ceph-mon[112176]: 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-08T10:23:31.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:31.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:31 smithi003 ceph-mon[96088]: 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-08T10:23:32.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:32.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:33 smithi094 ceph-mon[112176]: 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-08T10:23:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:33 smithi003 ceph-mon[96088]: 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-08T10:23:33.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:33.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:34.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:34.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:35 smithi094 ceph-mon[112176]: 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-08T10:23:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:35 smithi003 ceph-mon[96088]: 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-08T10:23:35.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:35.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:36.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:36.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:37 smithi003 ceph-mon[96088]: 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-08T10:23:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:37 smithi094 ceph-mon[112176]: 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-08T10:23:37.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:37.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:38.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:38.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:39 smithi094 ceph-mon[112176]: 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-08T10:23:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:39 smithi003 ceph-mon[96088]: 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-08T10:23:39.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:39.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:40.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:40.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:41 smithi094 ceph-mon[112176]: 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-08T10:23:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:41 smithi003 ceph-mon[96088]: 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-08T10:23:41.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:41.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:43.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:43.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:43 smithi094 ceph-mon[112176]: 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-08T10:23:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:43 smithi003 ceph-mon[96088]: 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-08T10:23:44.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:44.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:45.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:45.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:45 smithi094 ceph-mon[112176]: 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-08T10:23:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:45 smithi003 ceph-mon[96088]: 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-08T10:23:46.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:46.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:47.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:47.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:47.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:47 smithi003 ceph-mon[96088]: 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-08T10:23:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:47 smithi094 ceph-mon[112176]: 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-08T10:23:48.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:48.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:49.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:49.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:49 smithi094 ceph-mon[112176]: 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-08T10:23:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:49 smithi003 ceph-mon[96088]: 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-08T10:23:50.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:50.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:51.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:51.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:51 smithi094 ceph-mon[112176]: 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-08T10:23:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:51 smithi003 ceph-mon[96088]: 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-08T10:23:52.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:52.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:53.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:53.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:53 smithi094 ceph-mon[112176]: 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-08T10:23:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:53 smithi003 ceph-mon[96088]: 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-08T10:23:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:54.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:54.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:55.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:55.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:55 smithi094 ceph-mon[112176]: 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-08T10:23:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:55 smithi003 ceph-mon[96088]: 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-08T10:23:56.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:56.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:57.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:57.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:57 smithi003 ceph-mon[96088]: 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-08T10:23:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:57 smithi094 ceph-mon[112176]: 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-08T10:23:58.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:58.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:59.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:23:59.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:23:59 smithi003 ceph-mon[96088]: 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-08T10:23:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:23:59 smithi094 ceph-mon[112176]: 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-08T10:24:00.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:00.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:24:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:24:01.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:01.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:01 smithi094 ceph-mon[112176]: 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-08T10:24:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:24:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:24:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:24:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:24:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:24:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:01 smithi003 ceph-mon[96088]: 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-08T10:24:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:24:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:24:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:24:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:24:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:24:02.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:02.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:03.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:03.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:03 smithi094 ceph-mon[112176]: 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-08T10:24:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:03 smithi003 ceph-mon[96088]: 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-08T10:24:04.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:04.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:05.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:05.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:05 smithi094 ceph-mon[112176]: 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-08T10:24:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:05 smithi003 ceph-mon[96088]: 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-08T10:24:06.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:06.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:07.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:07.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:07 smithi003 ceph-mon[96088]: 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-08T10:24:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:07 smithi094 ceph-mon[112176]: 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-08T10:24:08.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:08.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:09.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:09.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:09 smithi003 ceph-mon[96088]: 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-08T10:24:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:09 smithi094 ceph-mon[112176]: 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-08T10:24:10.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:10.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:11.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:11.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:11 smithi094 ceph-mon[112176]: 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-08T10:24:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:11 smithi003 ceph-mon[96088]: 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-08T10:24:12.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:12.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:13.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:13.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:13 smithi094 ceph-mon[112176]: 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-08T10:24:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:13 smithi003 ceph-mon[96088]: 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-08T10:24:14.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:14.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:15.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:15.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:15 smithi094 ceph-mon[112176]: 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-08T10:24:16.169 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:15 smithi003 ceph-mon[96088]: 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-08T10:24:16.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:16.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:17.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:17.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:17.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:17 smithi003 ceph-mon[96088]: 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-08T10:24:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:17 smithi094 ceph-mon[112176]: 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-08T10:24:18.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:18.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:19.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:19.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:19.846 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:19 smithi094 ceph-mon[112176]: 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-08T10:24:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:19 smithi003 ceph-mon[96088]: 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-08T10:24:20.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:20.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:21.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:21.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:21 smithi094 ceph-mon[112176]: 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-08T10:24:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:21 smithi003 ceph-mon[96088]: 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-08T10:24:22.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:22.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:23.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:23.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:23 smithi094 ceph-mon[112176]: 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-08T10:24:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:23 smithi003 ceph-mon[96088]: 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-08T10:24:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:24.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:24.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:25.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:25.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:25 smithi094 ceph-mon[112176]: 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-08T10:24:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:25 smithi003 ceph-mon[96088]: 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-08T10:24:26.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:26.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:27.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:27.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:27 smithi003 ceph-mon[96088]: 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-08T10:24:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:27 smithi094 ceph-mon[112176]: 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-08T10:24:28.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:28.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:29.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:29.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:29 smithi094 ceph-mon[112176]: 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-08T10:24:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:29 smithi003 ceph-mon[96088]: 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-08T10:24:30.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:30.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:31.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:31.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:31 smithi094 ceph-mon[112176]: 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-08T10:24:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:31 smithi003 ceph-mon[96088]: 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-08T10:24:32.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:32.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:33.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:33.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:33 smithi094 ceph-mon[112176]: 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-08T10:24:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:33 smithi003 ceph-mon[96088]: 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-08T10:24:34.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:34.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:35.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:35.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:35 smithi094 ceph-mon[112176]: 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-08T10:24:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:35 smithi003 ceph-mon[96088]: 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-08T10:24:36.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:36.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:37.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:37.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:37 smithi094 ceph-mon[112176]: 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-08T10:24:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:37 smithi003 ceph-mon[96088]: 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-08T10:24:38.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:38.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:39.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:39.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:39 smithi094 ceph-mon[112176]: 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-08T10:24:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:39 smithi003 ceph-mon[96088]: 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-08T10:24:40.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:40.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:41.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:41.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:41 smithi094 ceph-mon[112176]: 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-08T10:24:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:41 smithi003 ceph-mon[96088]: 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-08T10:24:42.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:42.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:43.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:43.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:43 smithi094 ceph-mon[112176]: 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-08T10:24:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:43 smithi003 ceph-mon[96088]: 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-08T10:24:44.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:44.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:45.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:45.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:45 smithi094 ceph-mon[112176]: 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-08T10:24:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:45 smithi003 ceph-mon[96088]: 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-08T10:24:46.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:46.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:47.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:47.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:47 smithi094 ceph-mon[112176]: 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-08T10:24:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:47 smithi003 ceph-mon[96088]: 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-08T10:24:48.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:48.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:49.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:49.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:49 smithi094 ceph-mon[112176]: 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-08T10:24:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:49 smithi003 ceph-mon[96088]: 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-08T10:24:50.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:50.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:51.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:51.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:51 smithi094 ceph-mon[112176]: 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-08T10:24:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:51 smithi003 ceph-mon[96088]: 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-08T10:24:52.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:52.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:53.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:53.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:53 smithi094 ceph-mon[112176]: 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-08T10:24:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:53 smithi003 ceph-mon[96088]: 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-08T10:24:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:54.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:54.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:55.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:55.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:55 smithi094 ceph-mon[112176]: 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-08T10:24:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:55 smithi003 ceph-mon[96088]: 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-08T10:24:56.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:56.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:57.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:57.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:57 smithi094 ceph-mon[112176]: 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-08T10:24:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:57 smithi003 ceph-mon[96088]: 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-08T10:24:58.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:58.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:59.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:24:59.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:24:59 smithi094 ceph-mon[112176]: 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-08T10:24:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:24:59 smithi003 ceph-mon[96088]: 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-08T10:25:00.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:00.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:01.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:01.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:01 smithi003 ceph-mon[96088]: 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-08T10:25:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:25:02.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:02.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:01 smithi094 ceph-mon[112176]: 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-08T10:25:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:25:03.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:03.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:03 smithi003 ceph-mon[96088]: 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-08T10:25:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:25:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:25:04.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:04.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:03 smithi094 ceph-mon[112176]: 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-08T10:25:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:25:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:25:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:25:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:25:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:25:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:25:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:25:05.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:05.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:25:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:25:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:25:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:25:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:25:06.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:06.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:06 smithi094 ceph-mon[112176]: 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-08T10:25:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:06 smithi003 ceph-mon[96088]: 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-08T10:25:07.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:07.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:08.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:08.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:08 smithi003 ceph-mon[96088]: 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-08T10:25:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:08 smithi094 ceph-mon[112176]: 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-08T10:25:09.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:09.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:10.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:10.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:10.372 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:10 smithi094 ceph-mon[112176]: 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-08T10:25:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:10 smithi003 ceph-mon[96088]: 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-08T10:25:11.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:11.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:12.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:12.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:12 smithi094 ceph-mon[112176]: 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-08T10:25:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:12 smithi003 ceph-mon[96088]: 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-08T10:25:13.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:13.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:14.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:14.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:14 smithi094 ceph-mon[112176]: 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-08T10:25:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:14 smithi003 ceph-mon[96088]: 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-08T10:25:15.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:15.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:16.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:16.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:16 smithi094 ceph-mon[112176]: 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-08T10:25:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:16 smithi003 ceph-mon[96088]: 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-08T10:25:17.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:17.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:18.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:18.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:18 smithi003 ceph-mon[96088]: 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-08T10:25:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:18 smithi094 ceph-mon[112176]: 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-08T10:25:19.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:19.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:20.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:20.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:20 smithi094 ceph-mon[112176]: 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-08T10:25:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:20 smithi003 ceph-mon[96088]: 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-08T10:25:21.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:21.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:22.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:22.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:22 smithi094 ceph-mon[112176]: 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-08T10:25:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:22 smithi003 ceph-mon[96088]: 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-08T10:25:23.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:23.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:24.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:24.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:24 smithi094 ceph-mon[112176]: 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-08T10:25:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:24 smithi003 ceph-mon[96088]: 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-08T10:25:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:25.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:25.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:26.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:26.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:26 smithi094 ceph-mon[112176]: 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-08T10:25:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:26 smithi003 ceph-mon[96088]: 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-08T10:25:27.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:27.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:28.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:28.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:28 smithi003 ceph-mon[96088]: 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-08T10:25:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:28 smithi094 ceph-mon[112176]: 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-08T10:25:29.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:29.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:30.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:30.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:30.335 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:30 smithi003 ceph-mon[96088]: 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-08T10:25:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:30 smithi094 ceph-mon[112176]: 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-08T10:25:31.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:31.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:32.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:32 smithi094 ceph-mon[112176]: 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-08T10:25:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:32 smithi003 ceph-mon[96088]: 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-08T10:25:33.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:33.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:34.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:34.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:34 smithi094 ceph-mon[112176]: 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-08T10:25:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:34 smithi003 ceph-mon[96088]: 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-08T10:25:35.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:35.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:36.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:36.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:36 smithi094 ceph-mon[112176]: 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-08T10:25:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:36 smithi003 ceph-mon[96088]: 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-08T10:25:37.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:37.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:38.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:38.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:38 smithi003 ceph-mon[96088]: 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-08T10:25:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:38 smithi094 ceph-mon[112176]: 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-08T10:25:39.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:39.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:40.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:40.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:40 smithi094 ceph-mon[112176]: 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-08T10:25:40.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:40 smithi003 ceph-mon[96088]: 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-08T10:25:41.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:41.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:42.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:42.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:42 smithi094 ceph-mon[112176]: 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-08T10:25:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:42 smithi003 ceph-mon[96088]: 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-08T10:25:43.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:43.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:44.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:44.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:44 smithi094 ceph-mon[112176]: 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-08T10:25:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:44 smithi003 ceph-mon[96088]: 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-08T10:25:45.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:45.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:46.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:46.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:46 smithi094 ceph-mon[112176]: 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-08T10:25:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:46 smithi003 ceph-mon[96088]: 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-08T10:25:47.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:47.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:48.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:48.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:48 smithi003 ceph-mon[96088]: 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-08T10:25:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:48 smithi094 ceph-mon[112176]: 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-08T10:25:49.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:49.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:50.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:50.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:50 smithi094 ceph-mon[112176]: 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-08T10:25:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:50 smithi003 ceph-mon[96088]: 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-08T10:25:51.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:51.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:52.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:52.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:52 smithi094 ceph-mon[112176]: 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-08T10:25:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:52 smithi003 ceph-mon[96088]: 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-08T10:25:53.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:53.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:54.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:54.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:54 smithi094 ceph-mon[112176]: 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-08T10:25:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:54 smithi003 ceph-mon[96088]: 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-08T10:25:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:55.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:55.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:56.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:56.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:56 smithi094 ceph-mon[112176]: 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-08T10:25:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:56 smithi003 ceph-mon[96088]: 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-08T10:25:57.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:57.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:58.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:58.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:25:58 smithi003 ceph-mon[96088]: 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-08T10:25:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:25:58 smithi094 ceph-mon[112176]: 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-08T10:25:59.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:25:59.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:00.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:00.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:00 smithi094 ceph-mon[112176]: 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-08T10:26:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:00 smithi003 ceph-mon[96088]: 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-08T10:26:01.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:01.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:02.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:02.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:02 smithi094 ceph-mon[112176]: 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-08T10:26:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:02 smithi003 ceph-mon[96088]: 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-08T10:26:03.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:03.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:04 smithi094 ceph-mon[112176]: 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-08T10:26:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:04 smithi003 ceph-mon[96088]: 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-08T10:26:05.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:05.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:26:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:26:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:26:06.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:06.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:06 smithi094 ceph-mon[112176]: 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-08T10:26:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:06 smithi003 ceph-mon[96088]: 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-08T10:26:07.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:07.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:08 smithi094 ceph-mon[112176]: 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-08T10:26:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:08 smithi003 ceph-mon[96088]: 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-08T10:26:09.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:09.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:10.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:10.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:10 smithi094 ceph-mon[112176]: 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-08T10:26:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:10 smithi003 ceph-mon[96088]: 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-08T10:26:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:12.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:12.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:12 smithi094 ceph-mon[112176]: 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-08T10:26:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:12 smithi003 ceph-mon[96088]: 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-08T10:26:13.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:13.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:14.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:14.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:14 smithi094 ceph-mon[112176]: 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-08T10:26:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:14 smithi003 ceph-mon[96088]: 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-08T10:26:15.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:15.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:16.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:16.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:16 smithi094 ceph-mon[112176]: 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-08T10:26:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:16 smithi003 ceph-mon[96088]: 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-08T10:26:17.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:17.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:18.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:18.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:18 smithi094 ceph-mon[112176]: 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-08T10:26:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:18 smithi003 ceph-mon[96088]: 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-08T10:26:19.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:19.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:20.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:20.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:20 smithi094 ceph-mon[112176]: 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-08T10:26:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:20 smithi003 ceph-mon[96088]: 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-08T10:26:21.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:21.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:22.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:22.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:22 smithi094 ceph-mon[112176]: 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-08T10:26:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:22 smithi003 ceph-mon[96088]: 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-08T10:26:23.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:23.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:24.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:24.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:24 smithi094 ceph-mon[112176]: 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-08T10:26:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:24 smithi003 ceph-mon[96088]: 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-08T10:26:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:25.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:25.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:26 smithi003 ceph-mon[96088]: 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-08T10:26:26.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:26.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:26 smithi094 ceph-mon[112176]: 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-08T10:26:27.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:27.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:28 smithi094 ceph-mon[112176]: 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-08T10:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:28 smithi003 ceph-mon[96088]: 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-08T10:26:29.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:30.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:30.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:30 smithi094 ceph-mon[112176]: 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-08T10:26:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:30 smithi003 ceph-mon[96088]: 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-08T10:26:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:31 smithi003 ceph-mon[96088]: 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-08T10:26:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:31 smithi094 ceph-mon[112176]: 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-08T10:26:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:33.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:33.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:33.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:33 smithi094 ceph-mon[112176]: 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-08T10:26:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:33 smithi003 ceph-mon[96088]: 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-08T10:26:34.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:34.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:35 smithi094 ceph-mon[112176]: 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-08T10:26:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:35 smithi003 ceph-mon[96088]: 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-08T10:26:36.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:36.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:37.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:37.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:37 smithi003 ceph-mon[96088]: 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-08T10:26:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:37 smithi094 ceph-mon[112176]: 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-08T10:26:38.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:38.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:39.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:39.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:39 smithi094 ceph-mon[112176]: 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-08T10:26:40.297 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:39 smithi003 ceph-mon[96088]: 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-08T10:26:40.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:40.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:41.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:41.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:41 smithi094 ceph-mon[112176]: 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-08T10:26:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:41 smithi003 ceph-mon[96088]: 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-08T10:26:42.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:42.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:43.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:43.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:43 smithi094 ceph-mon[112176]: 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-08T10:26:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:43 smithi003 ceph-mon[96088]: 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-08T10:26:44.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:44.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:45.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:45.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:45 smithi094 ceph-mon[112176]: 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-08T10:26:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:45 smithi003 ceph-mon[96088]: 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-08T10:26:46.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:46.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:47.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:47.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:47 smithi003 ceph-mon[96088]: 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-08T10:26:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:47 smithi094 ceph-mon[112176]: 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-08T10:26:48.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:48.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:49.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:49.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:49.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:49 smithi094 ceph-mon[112176]: 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-08T10:26:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:49 smithi003 ceph-mon[96088]: 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-08T10:26:50.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:50.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:51.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:51.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:51 smithi094 ceph-mon[112176]: 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-08T10:26:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:51 smithi003 ceph-mon[96088]: 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-08T10:26:52.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:52.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:53.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:53.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:53 smithi094 ceph-mon[112176]: 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-08T10:26:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:53 smithi003 ceph-mon[96088]: 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-08T10:26:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:54.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:54.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:55.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:55.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:55 smithi094 ceph-mon[112176]: 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-08T10:26:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:55 smithi003 ceph-mon[96088]: 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-08T10:26:56.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:56.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:57.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:57.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:57 smithi003 ceph-mon[96088]: 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-08T10:26:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:57 smithi094 ceph-mon[112176]: 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-08T10:26:58.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:58.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:59.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:26:59.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:26:59 smithi094 ceph-mon[112176]: 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-08T10:26:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:26:59 smithi003 ceph-mon[96088]: 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-08T10:27:00.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:00.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:01.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:01.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:01 smithi003 ceph-mon[96088]: 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-08T10:27:01.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:01 smithi094 ceph-mon[112176]: 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-08T10:27:02.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:02.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:03.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:03.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:03 smithi094 ceph-mon[112176]: 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-08T10:27:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:03 smithi003 ceph-mon[96088]: 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-08T10:27:04.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:04.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:05.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:05.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:05.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:05 smithi094 ceph-mon[112176]: 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-08T10:27:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:27:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:05 smithi003 ceph-mon[96088]: 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-08T10:27:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:27:06.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:06.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:07.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:07.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:07.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:07 smithi003 ceph-mon[96088]: 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-08T10:27:07.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:07 smithi094 ceph-mon[112176]: 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-08T10:27:08.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:08.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:09.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:09.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:09 smithi094 ceph-mon[112176]: 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-08T10:27:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:27:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:27:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:09 smithi003 ceph-mon[96088]: 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-08T10:27:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:27:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:27:10.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:10.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:27:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:27:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:27:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:27:10.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:10 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:27:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:27:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:27:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:27:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:27:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:10 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:27:11.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:11.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:11 smithi003 ceph-mon[96088]: 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-08T10:27:12.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:12.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:11 smithi094 ceph-mon[112176]: 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-08T10:27:13.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:13.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:14.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:14.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:13 smithi094 ceph-mon[112176]: 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-08T10:27:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:13 smithi003 ceph-mon[96088]: 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-08T10:27:15.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:15.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:16.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:16.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:15 smithi094 ceph-mon[112176]: 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-08T10:27:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:15 smithi003 ceph-mon[96088]: 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-08T10:27:17.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:17.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:17 smithi003 ceph-mon[96088]: 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-08T10:27:18.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:18.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:17 smithi094 ceph-mon[112176]: 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-08T10:27:19.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:19.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:20.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:20.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:19 smithi094 ceph-mon[112176]: 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-08T10:27:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:19 smithi003 ceph-mon[96088]: 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-08T10:27:21.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:21.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:22.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:22.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:22 smithi094 ceph-mon[112176]: 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-08T10:27:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:22 smithi003 ceph-mon[96088]: 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-08T10:27:23.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:23.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:24.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:24.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:24 smithi094 ceph-mon[112176]: 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-08T10:27:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:24 smithi003 ceph-mon[96088]: 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-08T10:27:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:25.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:25.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:26.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:26.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:26 smithi094 ceph-mon[112176]: 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-08T10:27:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:26 smithi003 ceph-mon[96088]: 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-08T10:27:27.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:27.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:28 smithi003 ceph-mon[96088]: 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-08T10:27:28.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:28.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:28 smithi094 ceph-mon[112176]: 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-08T10:27:29.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:29.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:30.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:30.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:30 smithi094 ceph-mon[112176]: 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-08T10:27:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:30 smithi003 ceph-mon[96088]: 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-08T10:27:31.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:31.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:32 smithi094 ceph-mon[112176]: 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-08T10:27:32.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:32.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:32 smithi003 ceph-mon[96088]: 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-08T10:27:33.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:33.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:34.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:34.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:34 smithi094 ceph-mon[112176]: 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-08T10:27:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:34 smithi003 ceph-mon[96088]: 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-08T10:27:35.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:35.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:36.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:36.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:36 smithi094 ceph-mon[112176]: 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-08T10:27:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:36 smithi003 ceph-mon[96088]: 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-08T10:27:37.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:37.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:38 smithi003 ceph-mon[96088]: 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-08T10:27:38.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:38.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:38 smithi094 ceph-mon[112176]: 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-08T10:27:39.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:39.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:40.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:40.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:40 smithi094 ceph-mon[112176]: 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-08T10:27:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:40 smithi003 ceph-mon[96088]: 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-08T10:27:41.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:41.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:42 smithi003 ceph-mon[96088]: 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-08T10:27:42.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:42.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:42 smithi094 ceph-mon[112176]: 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-08T10:27:43.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:43.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:44.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:44.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:44 smithi094 ceph-mon[112176]: 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-08T10:27:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:44 smithi003 ceph-mon[96088]: 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-08T10:27:45.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:45.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:46.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:46.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:46 smithi094 ceph-mon[112176]: 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-08T10:27:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:46 smithi003 ceph-mon[96088]: 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-08T10:27:47.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:47.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:48 smithi003 ceph-mon[96088]: 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-08T10:27:48.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:48.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:48 smithi094 ceph-mon[112176]: 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-08T10:27:49.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:49.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:50 smithi094 ceph-mon[112176]: 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-08T10:27:50.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:50.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:50 smithi003 ceph-mon[96088]: 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-08T10:27:51.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:51.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:52 smithi003 ceph-mon[96088]: 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-08T10:27:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:52 smithi094 ceph-mon[112176]: 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-08T10:27:52.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:52.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:53.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:53.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:54 smithi094 ceph-mon[112176]: 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-08T10:27:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:54.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:54.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:54 smithi003 ceph-mon[96088]: 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-08T10:27:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:55.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:55.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:56 smithi094 ceph-mon[112176]: 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-08T10:27:56.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:56.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:56 smithi003 ceph-mon[96088]: 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-08T10:27:57.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:57.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:27:58 smithi003 ceph-mon[96088]: 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-08T10:27:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:27:58 smithi094 ceph-mon[112176]: 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-08T10:27:58.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:58.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:59.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:27:59.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:00 smithi094 ceph-mon[112176]: 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-08T10:28:00.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:00.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:00 smithi003 ceph-mon[96088]: 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-08T10:28:01.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:01.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:02 smithi094 ceph-mon[112176]: 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-08T10:28:02.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:02.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:02 smithi003 ceph-mon[96088]: 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-08T10:28:03.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:03.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:04 smithi094 ceph-mon[112176]: 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-08T10:28:04.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:04.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:04 smithi003 ceph-mon[96088]: 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-08T10:28:05.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:05.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:06 smithi094 ceph-mon[112176]: 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-08T10:28:06.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:06.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:06 smithi003 ceph-mon[96088]: 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-08T10:28:07.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:07.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:08 smithi003 ceph-mon[96088]: 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-08T10:28:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:08 smithi094 ceph-mon[112176]: 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-08T10:28:08.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:08.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:09.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:09.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:09.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:10 smithi094 ceph-mon[112176]: 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-08T10:28:10.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:10.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:10 smithi003 ceph-mon[96088]: 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-08T10:28:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:28:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:28:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:28:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:28:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:28:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:28:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:28:11.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:28:11.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:11.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:28:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:28:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:28:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:28:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:28:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:28:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:28:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:28:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:12 smithi094 ceph-mon[112176]: 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-08T10:28:12.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:12.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:12 smithi003 ceph-mon[96088]: 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-08T10:28:13.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:13.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:14 smithi094 ceph-mon[112176]: 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-08T10:28:14.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:14.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:14 smithi003 ceph-mon[96088]: 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-08T10:28:15.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:15.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:16 smithi094 ceph-mon[112176]: 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-08T10:28:16.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:16.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:16 smithi003 ceph-mon[96088]: 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-08T10:28:17.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:17.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:18 smithi003 ceph-mon[96088]: 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-08T10:28:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:18 smithi094 ceph-mon[112176]: 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-08T10:28:18.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:18.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:19.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:19.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:20 smithi094 ceph-mon[112176]: 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-08T10:28:20.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:20.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:20 smithi003 ceph-mon[96088]: 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-08T10:28:21.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:21.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:22.364 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:22 smithi094 ceph-mon[112176]: 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-08T10:28:22.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:22.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:22 smithi003 ceph-mon[96088]: 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-08T10:28:23.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:23.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:24 smithi094 ceph-mon[112176]: 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-08T10:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:24.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:24.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:24 smithi003 ceph-mon[96088]: 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-08T10:28:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:25.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:25.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:26 smithi094 ceph-mon[112176]: 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-08T10:28:26.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:26.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:26 smithi003 ceph-mon[96088]: 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-08T10:28:27.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:27.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:28 smithi094 ceph-mon[112176]: 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-08T10:28:28.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:28.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:28 smithi003 ceph-mon[96088]: 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-08T10:28:29.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:29.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:30 smithi094 ceph-mon[112176]: 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-08T10:28:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:30 smithi003 ceph-mon[96088]: 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-08T10:28:30.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:30.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:31.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:31.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:32.412 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:32 smithi003 ceph-mon[96088]: 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-08T10:28:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:32 smithi094 ceph-mon[112176]: 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-08T10:28:32.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:32.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:33.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:33.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:34 smithi094 ceph-mon[112176]: 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-08T10:28:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:34 smithi003 ceph-mon[96088]: 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-08T10:28:34.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:34.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:35.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:35.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:36 smithi094 ceph-mon[112176]: 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-08T10:28:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:36 smithi003 ceph-mon[96088]: 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-08T10:28:36.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:36.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:37.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:37.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:38 smithi094 ceph-mon[112176]: 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-08T10:28:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:38 smithi003 ceph-mon[96088]: 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-08T10:28:38.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:38.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:39.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:39.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:40 smithi094 ceph-mon[112176]: 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-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:40 smithi003 ceph-mon[96088]: 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-08T10:28:40.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:40.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:41.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:41.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:42 smithi094 ceph-mon[112176]: 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-08T10:28:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:42 smithi003 ceph-mon[96088]: 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-08T10:28:42.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:42.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:43.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:43.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:44 smithi094 ceph-mon[112176]: 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-08T10:28:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:44 smithi003 ceph-mon[96088]: 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-08T10:28:44.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:44.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:45.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:45.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:46 smithi094 ceph-mon[112176]: 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-08T10:28:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:46 smithi003 ceph-mon[96088]: 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-08T10:28:46.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:46.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:47.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:47.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:48 smithi094 ceph-mon[112176]: 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-08T10:28:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:48 smithi003 ceph-mon[96088]: 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-08T10:28:48.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:48.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:49.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:49.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:50 smithi094 ceph-mon[112176]: 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-08T10:28:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:50 smithi003 ceph-mon[96088]: 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-08T10:28:50.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:50.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:51.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:51.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:52 smithi094 ceph-mon[112176]: 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-08T10:28:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:52 smithi003 ceph-mon[96088]: 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-08T10:28:52.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:52.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:53.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:53.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:54 smithi003 ceph-mon[96088]: 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-08T10:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:54.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:54.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:54 smithi094 ceph-mon[112176]: 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-08T10:28:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:55.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:55.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:56 smithi003 ceph-mon[96088]: 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-08T10:28:56.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:56.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:56 smithi094 ceph-mon[112176]: 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-08T10:28:57.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:57.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:28:58 smithi003 ceph-mon[96088]: 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-08T10:28:58.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:58.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:28:58 smithi094 ceph-mon[112176]: 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-08T10:28:59.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:28:59.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:00 smithi003 ceph-mon[96088]: 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-08T10:29:00.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:00.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:00 smithi094 ceph-mon[112176]: 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-08T10:29:01.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:01.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:02 smithi003 ceph-mon[96088]: 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-08T10:29:02.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:02.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:02 smithi094 ceph-mon[112176]: 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-08T10:29:03.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:03.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:04 smithi003 ceph-mon[96088]: 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-08T10:29:04.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:04.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:04 smithi094 ceph-mon[112176]: 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-08T10:29:05.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:05.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:06 smithi003 ceph-mon[96088]: 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-08T10:29:06.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:06.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:06 smithi094 ceph-mon[112176]: 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-08T10:29:07.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:07.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:07.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:07 smithi094 ceph-mon[112176]: 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-08T10:29:07.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:07 smithi003 ceph-mon[96088]: 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-08T10:29:08.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:08.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:09.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:09.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:09 smithi003 ceph-mon[96088]: 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-08T10:29:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:09 smithi094 ceph-mon[112176]: 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-08T10:29:10.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:10.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:11.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:11.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:11 smithi094 ceph-mon[112176]: 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-08T10:29:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:29:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:29:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:29:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:29:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:29:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:29:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:11 smithi003 ceph-mon[96088]: 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-08T10:29:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:29:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:29:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:29:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:29:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:29:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:29:12.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:12.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:13.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:13.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:13.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:13 smithi094 ceph-mon[112176]: 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-08T10:29:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:13 smithi003 ceph-mon[96088]: 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-08T10:29:14.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:14.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:15.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:15.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:15 smithi094 ceph-mon[112176]: 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-08T10:29:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:15 smithi003 ceph-mon[96088]: 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-08T10:29:16.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:16.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:17.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:17.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:17 smithi003 ceph-mon[96088]: 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-08T10:29:17.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:17 smithi094 ceph-mon[112176]: 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-08T10:29:18.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:18.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:19.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:19.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:19.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:19 smithi094 ceph-mon[112176]: 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-08T10:29:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:19 smithi003 ceph-mon[96088]: 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-08T10:29:20.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:20.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:21.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:21.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:21.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:21 smithi094 ceph-mon[112176]: 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-08T10:29:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:21 smithi003 ceph-mon[96088]: 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-08T10:29:22.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:22.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:23.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:23.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:23 smithi094 ceph-mon[112176]: 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-08T10:29:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:23 smithi003 ceph-mon[96088]: 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-08T10:29:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:24.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:24.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:25.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:25.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:25 smithi094 ceph-mon[112176]: 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-08T10:29:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:25 smithi003 ceph-mon[96088]: 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-08T10:29:26.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:26.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:27.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:27.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:27.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:27 smithi003 ceph-mon[96088]: 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-08T10:29:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:27 smithi094 ceph-mon[112176]: 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-08T10:29:28.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:28.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:29.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:29.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:29 smithi094 ceph-mon[112176]: 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-08T10:29:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:29 smithi003 ceph-mon[96088]: 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-08T10:29:30.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:30.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:31.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:31.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:31 smithi094 ceph-mon[112176]: 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-08T10:29:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:31 smithi003 ceph-mon[96088]: 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-08T10:29:32.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:32.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:33.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:33.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:33 smithi094 ceph-mon[112176]: 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-08T10:29:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:33 smithi003 ceph-mon[96088]: 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-08T10:29:34.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:34.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:35.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:35.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:35 smithi094 ceph-mon[112176]: 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-08T10:29:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:35 smithi003 ceph-mon[96088]: 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-08T10:29:36.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:36.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:37.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:37.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:37 smithi094 ceph-mon[112176]: 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-08T10:29:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:37 smithi003 ceph-mon[96088]: 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-08T10:29:38.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:38.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:39.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:39.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:39 smithi094 ceph-mon[112176]: 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-08T10:29:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:39 smithi003 ceph-mon[96088]: 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-08T10:29:40.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:40.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:41.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:41.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:41 smithi094 ceph-mon[112176]: 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-08T10:29:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:41 smithi003 ceph-mon[96088]: 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-08T10:29:42.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:42.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:43.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:43.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:43 smithi094 ceph-mon[112176]: 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-08T10:29:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:43 smithi003 ceph-mon[96088]: 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-08T10:29:44.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:44.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:45.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:45.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:45 smithi094 ceph-mon[112176]: 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-08T10:29:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:45 smithi003 ceph-mon[96088]: 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-08T10:29:46.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:46.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:47.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:47.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:47 smithi094 ceph-mon[112176]: 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-08T10:29:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:47 smithi003 ceph-mon[96088]: 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-08T10:29:48.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:48.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:49.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:49.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:49 smithi094 ceph-mon[112176]: 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-08T10:29:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:49 smithi003 ceph-mon[96088]: 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-08T10:29:50.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:50.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:51.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:51.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:51.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:51 smithi094 ceph-mon[112176]: 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-08T10:29:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:51 smithi003 ceph-mon[96088]: 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-08T10:29:52.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:52.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:53.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:53.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:53 smithi094 ceph-mon[112176]: 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-08T10:29:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:53 smithi003 ceph-mon[96088]: 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-08T10:29:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:54.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:54.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:55 smithi094 ceph-mon[112176]: 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-08T10:29:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:55 smithi003 ceph-mon[96088]: 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-08T10:29:56.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:56.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:57.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:57.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:57 smithi094 ceph-mon[112176]: 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-08T10:29:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:57 smithi003 ceph-mon[96088]: 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-08T10:29:58.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:58.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:59.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:29:59.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:59.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:29:59 smithi094 ceph-mon[112176]: 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-08T10:29:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:29:59 smithi003 ceph-mon[96088]: 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-08T10:30:00.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:00.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T10:30:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T10:30:01.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:01.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:01 smithi003 ceph-mon[96088]: 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-08T10:30:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:01 smithi094 ceph-mon[112176]: 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-08T10:30:02.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:02.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:03.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:03.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:03.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:03 smithi003 ceph-mon[96088]: 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-08T10:30:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:03 smithi094 ceph-mon[112176]: 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-08T10:30:04.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:04.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:05.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:05.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:05.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:05 smithi003 ceph-mon[96088]: 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-08T10:30:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:05 smithi094 ceph-mon[112176]: 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-08T10:30:06.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:06.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:07.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:07.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:07 smithi003 ceph-mon[96088]: 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-08T10:30:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:07 smithi094 ceph-mon[112176]: 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-08T10:30:08.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:08.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:09.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:09.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:09 smithi003 ceph-mon[96088]: 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-08T10:30:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:09 smithi094 ceph-mon[112176]: 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-08T10:30:10.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:10.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:11.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:11.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:11 smithi003 ceph-mon[96088]: 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-08T10:30:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:30:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:11 smithi094 ceph-mon[112176]: 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-08T10:30:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:30:12.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:12.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:30:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:30:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:30:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:30:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:30:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:30:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:30:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:30:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:30:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:30:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:30:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:30:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:30:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:30:13.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:13.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:13 smithi094 ceph-mon[112176]: 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-08T10:30:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:13 smithi003 ceph-mon[96088]: 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-08T10:30:14.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:14.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:15.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:15.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:15 smithi094 ceph-mon[112176]: 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-08T10:30:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:15 smithi003 ceph-mon[96088]: 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-08T10:30:16.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:16.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:17.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:17.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:17 smithi003 ceph-mon[96088]: 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-08T10:30:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:17 smithi094 ceph-mon[112176]: 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-08T10:30:18.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:18.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:19.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:19.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:20 smithi094 ceph-mon[112176]: 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-08T10:30:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:20 smithi003 ceph-mon[96088]: 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-08T10:30:20.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:20.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:21.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:21.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:22 smithi094 ceph-mon[112176]: 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-08T10:30:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:22 smithi003 ceph-mon[96088]: 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-08T10:30:22.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:22.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:24 smithi094 ceph-mon[112176]: 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-08T10:30:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:24.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:24 smithi003 ceph-mon[96088]: 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-08T10:30:24.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:24.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:24.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:25.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:25.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:26 smithi094 ceph-mon[112176]: 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-08T10:30:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:26 smithi003 ceph-mon[96088]: 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-08T10:30:26.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:26.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:27.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:27.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:28 smithi003 ceph-mon[96088]: 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-08T10:30:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:28 smithi094 ceph-mon[112176]: 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-08T10:30:28.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:28.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:29.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:29.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:30 smithi094 ceph-mon[112176]: 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-08T10:30:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:30 smithi003 ceph-mon[96088]: 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-08T10:30:30.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:30.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:31.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:31.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:32.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:32 smithi094 ceph-mon[112176]: 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-08T10:30:32.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:32 smithi003 ceph-mon[96088]: 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-08T10:30:32.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:32.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:33.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:33.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:34 smithi003 ceph-mon[96088]: 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-08T10:30:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:34 smithi094 ceph-mon[112176]: 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-08T10:30:34.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:34.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:35.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:35.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:36 smithi094 ceph-mon[112176]: 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-08T10:30:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:36 smithi003 ceph-mon[96088]: 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-08T10:30:36.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:36.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:37.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:37.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:38 smithi003 ceph-mon[96088]: 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-08T10:30:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:38 smithi094 ceph-mon[112176]: 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-08T10:30:38.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:38.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:39.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:39.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:40 smithi094 ceph-mon[112176]: 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-08T10:30:40.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:40 smithi003 ceph-mon[96088]: 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-08T10:30:40.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:40.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:41.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:41.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:42 smithi094 ceph-mon[112176]: 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-08T10:30:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:42 smithi003 ceph-mon[96088]: 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-08T10:30:42.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:42.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:43.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:43.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:44 smithi094 ceph-mon[112176]: 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-08T10:30:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:44 smithi003 ceph-mon[96088]: 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-08T10:30:44.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:44.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:45.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:45.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:46 smithi094 ceph-mon[112176]: 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-08T10:30:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:46 smithi003 ceph-mon[96088]: 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-08T10:30:46.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:46.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:47.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:47.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:48 smithi003 ceph-mon[96088]: 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-08T10:30:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:48 smithi094 ceph-mon[112176]: 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-08T10:30:48.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:48.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:49.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:49.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:50 smithi094 ceph-mon[112176]: 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-08T10:30:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:50 smithi003 ceph-mon[96088]: 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-08T10:30:50.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:50.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:51.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:51.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:52 smithi094 ceph-mon[112176]: 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-08T10:30:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:52 smithi003 ceph-mon[96088]: 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-08T10:30:52.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:52.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:53.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:53.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:54 smithi094 ceph-mon[112176]: 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-08T10:30:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:54 smithi003 ceph-mon[96088]: 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-08T10:30:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:54.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:54.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:55.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:55.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:56 smithi094 ceph-mon[112176]: 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-08T10:30:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:56 smithi003 ceph-mon[96088]: 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-08T10:30:56.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:56.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:57.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:57.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:30:58 smithi003 ceph-mon[96088]: 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-08T10:30:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:30:58 smithi094 ceph-mon[112176]: 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-08T10:30:58.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:58.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:59.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:30:59.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:00 smithi094 ceph-mon[112176]: 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-08T10:31:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:00 smithi003 ceph-mon[96088]: 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-08T10:31:00.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:00.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:01.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:01.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:02 smithi094 ceph-mon[112176]: 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-08T10:31:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:02 smithi003 ceph-mon[96088]: 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-08T10:31:02.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:02.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:03.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:03.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:04 smithi094 ceph-mon[112176]: 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-08T10:31:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:04 smithi003 ceph-mon[96088]: 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-08T10:31:04.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:04.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:05.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:05.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:06 smithi094 ceph-mon[112176]: 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-08T10:31:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:06 smithi003 ceph-mon[96088]: 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-08T10:31:06.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:06.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:07.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:07.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:08 smithi003 ceph-mon[96088]: 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-08T10:31:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:08 smithi094 ceph-mon[112176]: 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-08T10:31:08.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:08.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:09.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:09.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:10 smithi094 ceph-mon[112176]: 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-08T10:31:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:10 smithi003 ceph-mon[96088]: 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-08T10:31:10.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:10.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:11.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:11.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:12.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:12 smithi094 ceph-mon[112176]: 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-08T10:31:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:12 smithi003 ceph-mon[96088]: 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-08T10:31:12.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:12.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:31:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:31:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:31:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:31:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:31:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:31:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:31:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:31:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:31:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:31:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:31:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:31:13.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:13.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:14 smithi094 ceph-mon[112176]: 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-08T10:31:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:14 smithi003 ceph-mon[96088]: 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-08T10:31:14.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:14.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:15.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:15.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:16 smithi094 ceph-mon[112176]: 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-08T10:31:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:16 smithi003 ceph-mon[96088]: 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-08T10:31:16.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:16.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:17.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:17.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:18 smithi003 ceph-mon[96088]: 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-08T10:31:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:18 smithi094 ceph-mon[112176]: 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-08T10:31:18.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:18.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:19.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:19.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:20 smithi094 ceph-mon[112176]: 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-08T10:31:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:20 smithi003 ceph-mon[96088]: 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-08T10:31:20.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:20.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:21.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:21.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:22 smithi094 ceph-mon[112176]: 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-08T10:31:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:22 smithi003 ceph-mon[96088]: 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-08T10:31:22.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:22.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:23.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:23.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:24 smithi094 ceph-mon[112176]: 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-08T10:31:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:24 smithi003 ceph-mon[96088]: 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-08T10:31:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:24.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:24.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:25.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:25.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:26 smithi094 ceph-mon[112176]: 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-08T10:31:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:26 smithi003 ceph-mon[96088]: 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-08T10:31:26.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:26.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:27.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:27.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:28 smithi094 ceph-mon[112176]: 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-08T10:31:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:28 smithi003 ceph-mon[96088]: 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-08T10:31:28.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:28.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:29.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:29.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:30 smithi094 ceph-mon[112176]: 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-08T10:31:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:30 smithi003 ceph-mon[96088]: 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-08T10:31:30.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:30.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:31.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:31.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:32 smithi094 ceph-mon[112176]: 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-08T10:31:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:32 smithi003 ceph-mon[96088]: 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-08T10:31:32.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:32.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:33.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:33.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:34 smithi094 ceph-mon[112176]: 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-08T10:31:34.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:34 smithi003 ceph-mon[96088]: 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-08T10:31:34.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:34.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:35.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:35.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:36 smithi094 ceph-mon[112176]: 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-08T10:31:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:36 smithi003 ceph-mon[96088]: 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-08T10:31:36.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:36.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:37.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:37.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:38 smithi094 ceph-mon[112176]: 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-08T10:31:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:38 smithi003 ceph-mon[96088]: 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-08T10:31:38.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:38.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:39.402 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:39.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:39.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:40 smithi094 ceph-mon[112176]: 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-08T10:31:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:40 smithi003 ceph-mon[96088]: 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-08T10:31:40.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:40.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:41.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:41.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:42 smithi094 ceph-mon[112176]: 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-08T10:31:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:42 smithi003 ceph-mon[96088]: 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-08T10:31:42.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:42.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:43.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:43.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:44 smithi094 ceph-mon[112176]: 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-08T10:31:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:44 smithi003 ceph-mon[96088]: 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-08T10:31:44.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:44.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:45.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:45.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:46 smithi094 ceph-mon[112176]: 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-08T10:31:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:46 smithi003 ceph-mon[96088]: 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-08T10:31:46.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:46.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:47.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:47.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:48 smithi094 ceph-mon[112176]: 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-08T10:31:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:48 smithi003 ceph-mon[96088]: 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-08T10:31:48.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:48.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:49.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:49.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:50 smithi094 ceph-mon[112176]: 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-08T10:31:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:50 smithi003 ceph-mon[96088]: 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-08T10:31:50.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:50.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:51.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:51.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:52 smithi094 ceph-mon[112176]: 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-08T10:31:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:52 smithi003 ceph-mon[96088]: 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-08T10:31:52.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:52.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:53.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:53.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:54 smithi094 ceph-mon[112176]: 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-08T10:31:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:54 smithi003 ceph-mon[96088]: 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-08T10:31:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:54.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:54.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:55.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:55.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:56 smithi094 ceph-mon[112176]: 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-08T10:31:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:56 smithi003 ceph-mon[96088]: 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-08T10:31:56.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:56.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:57.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:57.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:31:58 smithi003 ceph-mon[96088]: 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-08T10:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:31:58 smithi094 ceph-mon[112176]: 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-08T10:31:58.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:58.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:59.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:31:59.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:00 smithi003 ceph-mon[96088]: 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-08T10:32:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:00 smithi094 ceph-mon[112176]: 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-08T10:32:00.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:00.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:01.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:01.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:02 smithi003 ceph-mon[96088]: 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-08T10:32:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:02 smithi094 ceph-mon[112176]: 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-08T10:32:02.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:02.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:03.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:03.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:04 smithi003 ceph-mon[96088]: 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-08T10:32:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:04 smithi094 ceph-mon[112176]: 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-08T10:32:04.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:04.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:05.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:05.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:06 smithi003 ceph-mon[96088]: 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-08T10:32:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:06 smithi094 ceph-mon[112176]: 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-08T10:32:06.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:06.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:07.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:07.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:08 smithi003 ceph-mon[96088]: 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-08T10:32:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:08 smithi094 ceph-mon[112176]: 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-08T10:32:08.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:08.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:09.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:09.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:10 smithi003 ceph-mon[96088]: 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-08T10:32:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:10 smithi094 ceph-mon[112176]: 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-08T10:32:10.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:10.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:11.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:11.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:12 smithi003 ceph-mon[96088]: 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-08T10:32:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:12 smithi094 ceph-mon[112176]: 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-08T10:32:12.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:12.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:13.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:13.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: 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-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:32:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:32:14.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:32:14.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:32:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: 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-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:32:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:32:14.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:14.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:15 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1523M 2023-10-08T10:32:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:15 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1523M 2023-10-08T10:32:15.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:15.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:16 smithi003 ceph-mon[96088]: 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-08T10:32:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:16 smithi094 ceph-mon[112176]: 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-08T10:32:16.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:16.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:17.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:17.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:18 smithi003 ceph-mon[96088]: 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-08T10:32:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:18 smithi094 ceph-mon[112176]: 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-08T10:32:18.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:18.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:19.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:19.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:20 smithi003 ceph-mon[96088]: 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-08T10:32:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:20 smithi094 ceph-mon[112176]: 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-08T10:32:20.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:20.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:21.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:21.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:22 smithi003 ceph-mon[96088]: 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-08T10:32:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:22 smithi094 ceph-mon[112176]: 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-08T10:32:22.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:22.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:23 smithi094 ceph-mon[112176]: 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-08T10:32:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:23 smithi003 ceph-mon[96088]: 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-08T10:32:23.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:23.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:24.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:24.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:25.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:25.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:25 smithi094 ceph-mon[112176]: 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-08T10:32:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:25 smithi003 ceph-mon[96088]: 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-08T10:32:26.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:26.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:27.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:27.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:27 smithi094 ceph-mon[112176]: 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-08T10:32:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:27 smithi003 ceph-mon[96088]: 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-08T10:32:28.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:28.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:29.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:29.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:29 smithi094 ceph-mon[112176]: 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-08T10:32:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:29 smithi003 ceph-mon[96088]: 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-08T10:32:30.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:30.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:31.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:31.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:31 smithi094 ceph-mon[112176]: 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-08T10:32:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:31 smithi003 ceph-mon[96088]: 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-08T10:32:32.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:32.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:33.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:33.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:33 smithi094 ceph-mon[112176]: 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-08T10:32:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:33 smithi003 ceph-mon[96088]: 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-08T10:32:34.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:34.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:35.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:35.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:35 smithi094 ceph-mon[112176]: 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-08T10:32:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:35 smithi003 ceph-mon[96088]: 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-08T10:32:36.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:36.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:37.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:37.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:37 smithi094 ceph-mon[112176]: 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-08T10:32:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:37 smithi003 ceph-mon[96088]: 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-08T10:32:38.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:38.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:39.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:39.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:39 smithi094 ceph-mon[112176]: 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-08T10:32:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:39 smithi003 ceph-mon[96088]: 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-08T10:32:40.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:40.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:41.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:41.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:41 smithi094 ceph-mon[112176]: 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-08T10:32:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:41 smithi003 ceph-mon[96088]: 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-08T10:32:42.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:42.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:43.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:43.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:43 smithi094 ceph-mon[112176]: 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-08T10:32:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:43 smithi003 ceph-mon[96088]: 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-08T10:32:44.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:44.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:45.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:45.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:45 smithi094 ceph-mon[112176]: 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-08T10:32:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:45 smithi003 ceph-mon[96088]: 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-08T10:32:46.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:46.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:47.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:47 smithi094 ceph-mon[112176]: 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-08T10:32:47.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:47.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:47 smithi003 ceph-mon[96088]: 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-08T10:32:48.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:48.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:49.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:49.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:49 smithi003 ceph-mon[96088]: 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-08T10:32:50.136 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:49 smithi094 ceph-mon[112176]: 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-08T10:32:50.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:50.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:51.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:51.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:51 smithi003 ceph-mon[96088]: 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-08T10:32:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:51 smithi094 ceph-mon[112176]: 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-08T10:32:52.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:52.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:53.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:53.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:53 smithi003 ceph-mon[96088]: 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-08T10:32:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:53 smithi094 ceph-mon[112176]: 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-08T10:32:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:54.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:54.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:55.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:55.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:55 smithi003 ceph-mon[96088]: 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-08T10:32:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:55 smithi094 ceph-mon[112176]: 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-08T10:32:56.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:56.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:57.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:57.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:57.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:57 smithi003 ceph-mon[96088]: 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-08T10:32:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:57 smithi094 ceph-mon[112176]: 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-08T10:32:58.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:58.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:59.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:32:59.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:32:59 smithi003 ceph-mon[96088]: 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-08T10:33:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:32:59 smithi094 ceph-mon[112176]: 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-08T10:33:00.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:00.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:01.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:01.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:01.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:01 smithi003 ceph-mon[96088]: 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-08T10:33:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:01 smithi094 ceph-mon[112176]: 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-08T10:33:02.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:02.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:03.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:03.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:03 smithi003 ceph-mon[96088]: 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-08T10:33:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:03 smithi094 ceph-mon[112176]: 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-08T10:33:04.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:04.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:05.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:06.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:06.006 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:05 smithi003 ceph-mon[96088]: 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-08T10:33:06.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:05 smithi094 ceph-mon[112176]: 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-08T10:33:06.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:06.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:07.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:07.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:07 smithi003 ceph-mon[96088]: 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-08T10:33:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:07 smithi094 ceph-mon[112176]: 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-08T10:33:08.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:08.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:09.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:09.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:09 smithi003 ceph-mon[96088]: 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-08T10:33:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:09 smithi094 ceph-mon[112176]: 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-08T10:33:10.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:10.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:11.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:11.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:11.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:11 smithi003 ceph-mon[96088]: 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-08T10:33:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:11 smithi094 ceph-mon[112176]: 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-08T10:33:12.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:12.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:13.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:13.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:13.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:13 smithi003 ceph-mon[96088]: 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-08T10:33:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:13 smithi094 ceph-mon[112176]: 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-08T10:33:14.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:14.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:33:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:33:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:33:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:33:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:33:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:33:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:33:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:33:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:33:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:33:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:33:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:33:15.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:15.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:15.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:15 smithi003 ceph-mon[96088]: 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-08T10:33:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:15 smithi094 ceph-mon[112176]: 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-08T10:33:16.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:16.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:17.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:17.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:17.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:17 smithi003 ceph-mon[96088]: 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-08T10:33:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:17 smithi094 ceph-mon[112176]: 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-08T10:33:18.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:18.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:19.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:19.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:19.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:19 smithi003 ceph-mon[96088]: 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-08T10:33:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:19 smithi094 ceph-mon[112176]: 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-08T10:33:20.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:20.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:21.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:21.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:21.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:21 smithi003 ceph-mon[96088]: 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-08T10:33:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:21 smithi094 ceph-mon[112176]: 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-08T10:33:22.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:22.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:23.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:23.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:23 smithi003 ceph-mon[96088]: 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-08T10:33:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:23 smithi094 ceph-mon[112176]: 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-08T10:33:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:24.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:24.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:25 smithi094 ceph-mon[112176]: 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-08T10:33:25.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:25.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:25 smithi003 ceph-mon[96088]: 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-08T10:33:26.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:26.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:27.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:27 smithi003 ceph-mon[96088]: 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-08T10:33:27.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:27.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:27 smithi094 ceph-mon[112176]: 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-08T10:33:28.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:28.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:29 smithi003 ceph-mon[96088]: 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-08T10:33:29.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:29.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:29 smithi094 ceph-mon[112176]: 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-08T10:33:30.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:30.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:31.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:31.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:31 smithi003 ceph-mon[96088]: 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-08T10:33:32.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:32.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:33.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:33.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:31 smithi094 ceph-mon[112176]: 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-08T10:33:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:33 smithi094 ceph-mon[112176]: 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-08T10:33:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:33 smithi003 ceph-mon[96088]: 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-08T10:33:34.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:34.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:35 smithi094 ceph-mon[112176]: 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-08T10:33:35.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:35.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:35 smithi003 ceph-mon[96088]: 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-08T10:33:37.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:37.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:38.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:38.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:37 smithi094 ceph-mon[112176]: 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-08T10:33:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:37 smithi003 ceph-mon[96088]: 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-08T10:33:39.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:39.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:40.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:40.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:39 smithi094 ceph-mon[112176]: 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-08T10:33:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:39 smithi003 ceph-mon[96088]: 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-08T10:33:41.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:41.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:42.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:42.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:41 smithi094 ceph-mon[112176]: 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-08T10:33:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:41 smithi003 ceph-mon[96088]: 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-08T10:33:43.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:43.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:44.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:44.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:43 smithi094 ceph-mon[112176]: 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-08T10:33:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:43 smithi003 ceph-mon[96088]: 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-08T10:33:45.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:45.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:46.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:46.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:45 smithi094 ceph-mon[112176]: 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-08T10:33:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:45 smithi003 ceph-mon[96088]: 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-08T10:33:47.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:47.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:48.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:48.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:47 smithi094 ceph-mon[112176]: 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-08T10:33:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:47 smithi003 ceph-mon[96088]: 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-08T10:33:49.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:49.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:50.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:50.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:49 smithi094 ceph-mon[112176]: 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-08T10:33:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:49 smithi003 ceph-mon[96088]: 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-08T10:33:51.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:51.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:52.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:52.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:51 smithi094 ceph-mon[112176]: 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-08T10:33:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:51 smithi003 ceph-mon[96088]: 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-08T10:33:53.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:53.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:54.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:54.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:53 smithi094 ceph-mon[112176]: 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-08T10:33:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:53 smithi003 ceph-mon[96088]: 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-08T10:33:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:56.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:56.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:56.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:55 smithi003 ceph-mon[96088]: 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-08T10:33:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:55 smithi094 ceph-mon[112176]: 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-08T10:33:57.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:57.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:58.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:58.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:57 smithi094 ceph-mon[112176]: 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-08T10:33:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:57 smithi003 ceph-mon[96088]: 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-08T10:33:59.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:33:59.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:00.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:00.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:33:59 smithi094 ceph-mon[112176]: 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-08T10:34:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:33:59 smithi003 ceph-mon[96088]: 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-08T10:34:01.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:01.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:02.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:02.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:01 smithi094 ceph-mon[112176]: 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-08T10:34:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:01 smithi003 ceph-mon[96088]: 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-08T10:34:03.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:03.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:04.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:04.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:03 smithi094 ceph-mon[112176]: 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-08T10:34:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:03 smithi003 ceph-mon[96088]: 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-08T10:34:05.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:05.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:06.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:06.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:05 smithi094 ceph-mon[112176]: 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-08T10:34:06.196 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:05 smithi003 ceph-mon[96088]: 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-08T10:34:07.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:07.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:08.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:08.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:07 smithi094 ceph-mon[112176]: 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-08T10:34:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:07 smithi003 ceph-mon[96088]: 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-08T10:34:09.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:09.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:10.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:10.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:09 smithi094 ceph-mon[112176]: 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-08T10:34:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:09 smithi003 ceph-mon[96088]: 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-08T10:34:11.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:11.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:12.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:12.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:11 smithi094 ceph-mon[112176]: 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-08T10:34:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:11 smithi003 ceph-mon[96088]: 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-08T10:34:13.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:13.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:14.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:14.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:13 smithi094 ceph-mon[112176]: 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-08T10:34:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:13 smithi003 ceph-mon[96088]: 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-08T10:34:15.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:15.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:34:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:34:16.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:16.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:15 smithi094 ceph-mon[112176]: 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-08T10:34:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:34:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:34:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:34:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:34:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:34:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:15 smithi003 ceph-mon[96088]: 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-08T10:34:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:34:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:34:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:34:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:34:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:34:17.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:17.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:18.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:18.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:17 smithi094 ceph-mon[112176]: 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-08T10:34:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:17 smithi003 ceph-mon[96088]: 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-08T10:34:19.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:19.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:20.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:20.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:19 smithi094 ceph-mon[112176]: 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-08T10:34:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:19 smithi003 ceph-mon[96088]: 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-08T10:34:21.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:21.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:22.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:22.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:21 smithi094 ceph-mon[112176]: 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-08T10:34:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:21 smithi003 ceph-mon[96088]: 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-08T10:34:23.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:23.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:24.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:24.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:23 smithi094 ceph-mon[112176]: 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-08T10:34:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:23 smithi003 ceph-mon[96088]: 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-08T10:34:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:25.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:25.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:26.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:26.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:26.138 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:25 smithi094 ceph-mon[112176]: 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-08T10:34:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:25 smithi003 ceph-mon[96088]: 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-08T10:34:27.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:27.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:28.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:28.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:27 smithi094 ceph-mon[112176]: 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-08T10:34:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:27 smithi003 ceph-mon[96088]: 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-08T10:34:29.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:29.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:30.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:30.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:29 smithi094 ceph-mon[112176]: 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-08T10:34:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:29 smithi003 ceph-mon[96088]: 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-08T10:34:31.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:31.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:32.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:32.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:31 smithi094 ceph-mon[112176]: 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-08T10:34:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:31 smithi003 ceph-mon[96088]: 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-08T10:34:33.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:33.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:34.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:34.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:33 smithi094 ceph-mon[112176]: 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-08T10:34:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:33 smithi003 ceph-mon[96088]: 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-08T10:34:35.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:35.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:36.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:36.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:35 smithi094 ceph-mon[112176]: 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-08T10:34:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:35 smithi003 ceph-mon[96088]: 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-08T10:34:37.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:37.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:38.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:38.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:37 smithi094 ceph-mon[112176]: 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-08T10:34:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:37 smithi003 ceph-mon[96088]: 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-08T10:34:39.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:39.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:40.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:40.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:40.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:39 smithi094 ceph-mon[112176]: 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-08T10:34:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:39 smithi003 ceph-mon[96088]: 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-08T10:34:41.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:41.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:42.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:42.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:41 smithi094 ceph-mon[112176]: 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-08T10:34:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:41 smithi003 ceph-mon[96088]: 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-08T10:34:43.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:43.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:44.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:44.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:43 smithi094 ceph-mon[112176]: 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-08T10:34:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:43 smithi003 ceph-mon[96088]: 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-08T10:34:45.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:45.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:46.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:46.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:45 smithi094 ceph-mon[112176]: 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-08T10:34:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:45 smithi003 ceph-mon[96088]: 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-08T10:34:47.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:47.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:48.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:48.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:47 smithi094 ceph-mon[112176]: 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-08T10:34:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:47 smithi003 ceph-mon[96088]: 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-08T10:34:49.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:49.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:50.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:50.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:49 smithi094 ceph-mon[112176]: 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-08T10:34:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:49 smithi003 ceph-mon[96088]: 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-08T10:34:51.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:51.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:51 smithi003 ceph-mon[96088]: 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-08T10:34:52.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:52.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:51 smithi094 ceph-mon[112176]: 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-08T10:34:53.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:53.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:54.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:54.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:53 smithi094 ceph-mon[112176]: 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-08T10:34:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:53 smithi003 ceph-mon[96088]: 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-08T10:34:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:55.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:55.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:56.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:56.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:55 smithi094 ceph-mon[112176]: 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-08T10:34:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:55 smithi003 ceph-mon[96088]: 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-08T10:34:57.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:57.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:58.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:58.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:57 smithi094 ceph-mon[112176]: 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-08T10:34:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:57 smithi003 ceph-mon[96088]: 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-08T10:34:59.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:34:59.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:00.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:00.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:34:59 smithi094 ceph-mon[112176]: 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-08T10:35:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:34:59 smithi003 ceph-mon[96088]: 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-08T10:35:01.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:01.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:02.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:02.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:01 smithi094 ceph-mon[112176]: 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-08T10:35:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:01 smithi003 ceph-mon[96088]: 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-08T10:35:03.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:03.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:04.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:04.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:03 smithi094 ceph-mon[112176]: 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-08T10:35:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:03 smithi003 ceph-mon[96088]: 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-08T10:35:05.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:05.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:06.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:06.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:05 smithi094 ceph-mon[112176]: 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-08T10:35:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:05 smithi003 ceph-mon[96088]: 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-08T10:35:07.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:07.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:08.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:08.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:07 smithi094 ceph-mon[112176]: 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-08T10:35:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:07 smithi003 ceph-mon[96088]: 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-08T10:35:09.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:09.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:10.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:10.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:09 smithi094 ceph-mon[112176]: 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-08T10:35:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:09 smithi003 ceph-mon[96088]: 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-08T10:35:11.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:11.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:12.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:12.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:11 smithi094 ceph-mon[112176]: 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-08T10:35:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:11 smithi003 ceph-mon[96088]: 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-08T10:35:13.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:13.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:14.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:14.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:13 smithi094 ceph-mon[112176]: 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-08T10:35:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:13 smithi003 ceph-mon[96088]: 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-08T10:35:15.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:15.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:15 smithi094 ceph-mon[112176]: 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-08T10:35:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:35:16.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:16.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:15 smithi003 ceph-mon[96088]: 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-08T10:35:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:35:17.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:17.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:17 smithi094 ceph-mon[112176]: 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-08T10:35:18.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:18.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:17 smithi003 ceph-mon[96088]: 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-08T10:35:19.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:19.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:35:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:35:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:35:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:35:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:35:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:35:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:35:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:35:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:35:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:35:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:35:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:35:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:35:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:35:20.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:20.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:19 smithi003 ceph-mon[96088]: 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-08T10:35:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:19 smithi094 ceph-mon[112176]: 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-08T10:35:21.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:21.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:21 smithi094 ceph-mon[112176]: 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-08T10:35:22.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:22.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:21 smithi003 ceph-mon[96088]: 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-08T10:35:23.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:23.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:24.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:24.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:23 smithi003 ceph-mon[96088]: 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-08T10:35:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:23 smithi094 ceph-mon[112176]: 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-08T10:35:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:25.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:25.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:26.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:26.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:25 smithi003 ceph-mon[96088]: 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-08T10:35:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:25 smithi094 ceph-mon[112176]: 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-08T10:35:27.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:27.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:28.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:28.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:27 smithi003 ceph-mon[96088]: 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-08T10:35:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:27 smithi094 ceph-mon[112176]: 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-08T10:35:29.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:29.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:30.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:30.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:29 smithi003 ceph-mon[96088]: 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-08T10:35:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:29 smithi094 ceph-mon[112176]: 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-08T10:35:31.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:31.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:31 smithi094 ceph-mon[112176]: 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-08T10:35:32.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:32.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:31 smithi003 ceph-mon[96088]: 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-08T10:35:33.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:33.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:34.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:34.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:33 smithi094 ceph-mon[112176]: 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-08T10:35:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:33 smithi003 ceph-mon[96088]: 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-08T10:35:35.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:35.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:36.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:36.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:35 smithi094 ceph-mon[112176]: 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-08T10:35:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:35 smithi003 ceph-mon[96088]: 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-08T10:35:37.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:37.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:38.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:38.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:37 smithi003 ceph-mon[96088]: 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-08T10:35:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:37 smithi094 ceph-mon[112176]: 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-08T10:35:39.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:39.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:40.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:40.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:40 smithi094 ceph-mon[112176]: 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-08T10:35:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:40 smithi003 ceph-mon[96088]: 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-08T10:35:41.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:41.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:42.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:42.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:42.287 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:42 smithi003 ceph-mon[96088]: 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-08T10:35:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:42 smithi094 ceph-mon[112176]: 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-08T10:35:43.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:43.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:44.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:44.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:44 smithi094 ceph-mon[112176]: 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-08T10:35:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:44 smithi003 ceph-mon[96088]: 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-08T10:35:45.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:45.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:46.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:46.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:46 smithi094 ceph-mon[112176]: 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-08T10:35:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:46 smithi003 ceph-mon[96088]: 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-08T10:35:47.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:47.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:48.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:48.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:48 smithi003 ceph-mon[96088]: 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-08T10:35:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:48 smithi094 ceph-mon[112176]: 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-08T10:35:49.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:49.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:50.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:50.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:50 smithi094 ceph-mon[112176]: 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-08T10:35:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:50 smithi003 ceph-mon[96088]: 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-08T10:35:51.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:51.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:52.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:52.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:52.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:52 smithi003 ceph-mon[96088]: 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-08T10:35:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:52 smithi094 ceph-mon[112176]: 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-08T10:35:53.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:53.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:54.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:54.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:54 smithi094 ceph-mon[112176]: 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-08T10:35:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:54 smithi003 ceph-mon[96088]: 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-08T10:35:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:55.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:55.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:56.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:56.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:56 smithi094 ceph-mon[112176]: 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-08T10:35:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:56 smithi003 ceph-mon[96088]: 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-08T10:35:57.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:57.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:35:58 smithi003 ceph-mon[96088]: 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-08T10:35:58.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:58.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:35:58 smithi094 ceph-mon[112176]: 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-08T10:35:59.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:35:59.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:00.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:00.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:00.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:00 smithi094 ceph-mon[112176]: 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-08T10:36:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:00 smithi003 ceph-mon[96088]: 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-08T10:36:01.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:01.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:02.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:02.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:02 smithi094 ceph-mon[112176]: 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-08T10:36:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:02 smithi003 ceph-mon[96088]: 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-08T10:36:03.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:03.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:04.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:04.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:04 smithi094 ceph-mon[112176]: 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-08T10:36:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:04 smithi003 ceph-mon[96088]: 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-08T10:36:05.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:05.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:06.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:06.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:06 smithi094 ceph-mon[112176]: 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-08T10:36:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:06 smithi003 ceph-mon[96088]: 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-08T10:36:07.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:07.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:08 smithi003 ceph-mon[96088]: 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-08T10:36:08.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:08.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:08 smithi094 ceph-mon[112176]: 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-08T10:36:09.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:09.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:10.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:10.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:10 smithi094 ceph-mon[112176]: 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-08T10:36:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:10 smithi003 ceph-mon[96088]: 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-08T10:36:11.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:11.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:12.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:12.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:12 smithi094 ceph-mon[112176]: 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-08T10:36:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:12 smithi003 ceph-mon[96088]: 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-08T10:36:13.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:13.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:14.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:14.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:14 smithi094 ceph-mon[112176]: 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-08T10:36:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:14 smithi003 ceph-mon[96088]: 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-08T10:36:15.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:15.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:16.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:16.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:16 smithi094 ceph-mon[112176]: 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-08T10:36:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:16 smithi003 ceph-mon[96088]: 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-08T10:36:17.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:17.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:18.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:18.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:18 smithi094 ceph-mon[112176]: 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-08T10:36:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:18 smithi003 ceph-mon[96088]: 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-08T10:36:19.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:19.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:36:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:36:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:36:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:36:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:36:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:36:20.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:20.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:20 smithi094 ceph-mon[112176]: 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-08T10:36:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:36:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:36:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:36:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:20 smithi003 ceph-mon[96088]: 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-08T10:36:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:36:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:36:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:36:21.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:21.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:22.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:22.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:22.352 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:22 smithi094 ceph-mon[112176]: 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-08T10:36:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:22 smithi003 ceph-mon[96088]: 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-08T10:36:23.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:23.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:24.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:24.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:24 smithi094 ceph-mon[112176]: 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-08T10:36:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:24 smithi003 ceph-mon[96088]: 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-08T10:36:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:25.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:25.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:26.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:26.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:26 smithi094 ceph-mon[112176]: 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-08T10:36:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:26 smithi003 ceph-mon[96088]: 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-08T10:36:27.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:27.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:28.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:28.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:28 smithi094 ceph-mon[112176]: 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-08T10:36:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:28 smithi003 ceph-mon[96088]: 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-08T10:36:29.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:29.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:30.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:30.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:30 smithi094 ceph-mon[112176]: 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-08T10:36:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:30 smithi003 ceph-mon[96088]: 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-08T10:36:31.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:31.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:32.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:32.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:32 smithi094 ceph-mon[112176]: 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-08T10:36:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:32 smithi003 ceph-mon[96088]: 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-08T10:36:33.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:33.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:34.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:34.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:34 smithi094 ceph-mon[112176]: 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-08T10:36:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:34 smithi003 ceph-mon[96088]: 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-08T10:36:35.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:35.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:36.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:36.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:36 smithi094 ceph-mon[112176]: 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-08T10:36:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:36 smithi003 ceph-mon[96088]: 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-08T10:36:37.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:37.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:38 smithi003 ceph-mon[96088]: 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-08T10:36:38.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:38.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:38 smithi094 ceph-mon[112176]: 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-08T10:36:39.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:39.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:40.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:40.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:40 smithi094 ceph-mon[112176]: 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-08T10:36:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:40 smithi003 ceph-mon[96088]: 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-08T10:36:41.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:41.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:42.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:42.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:42 smithi094 ceph-mon[112176]: 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-08T10:36:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:42 smithi003 ceph-mon[96088]: 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-08T10:36:43.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:43.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:44.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:44.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:44 smithi094 ceph-mon[112176]: 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-08T10:36:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:44 smithi003 ceph-mon[96088]: 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-08T10:36:45.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:45.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:46.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:46.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:46 smithi094 ceph-mon[112176]: 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-08T10:36:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:46 smithi003 ceph-mon[96088]: 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-08T10:36:47.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:47.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:48.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:48.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:48 smithi094 ceph-mon[112176]: 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-08T10:36:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:48 smithi003 ceph-mon[96088]: 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-08T10:36:49.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:49.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:50.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:50.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:50 smithi094 ceph-mon[112176]: 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-08T10:36:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:50 smithi003 ceph-mon[96088]: 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-08T10:36:51.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:51.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:52.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:52.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:52 smithi094 ceph-mon[112176]: 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-08T10:36:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:52 smithi003 ceph-mon[96088]: 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-08T10:36:53.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:53.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:54.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:54.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:54 smithi094 ceph-mon[112176]: 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-08T10:36:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:54 smithi003 ceph-mon[96088]: 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-08T10:36:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:55.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:55.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:56.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:56.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:56 smithi094 ceph-mon[112176]: 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-08T10:36:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:56 smithi003 ceph-mon[96088]: 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-08T10:36:57.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:57.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:58.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:58.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:36:58 smithi094 ceph-mon[112176]: 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-08T10:36:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:36:58 smithi003 ceph-mon[96088]: 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-08T10:36:59.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:36:59.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:00.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:00.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:00 smithi094 ceph-mon[112176]: 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-08T10:37:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:00 smithi003 ceph-mon[96088]: 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-08T10:37:01.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:01.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:02.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:02.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:02 smithi094 ceph-mon[112176]: 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-08T10:37:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:02 smithi003 ceph-mon[96088]: 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-08T10:37:03.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:03.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:04.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:04.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:04 smithi094 ceph-mon[112176]: 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-08T10:37:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:04 smithi003 ceph-mon[96088]: 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-08T10:37:05.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:05.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:06.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:06.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:06 smithi094 ceph-mon[112176]: 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-08T10:37:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:06 smithi003 ceph-mon[96088]: 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-08T10:37:07.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:07.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:08.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:08.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:08 smithi003 ceph-mon[96088]: 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-08T10:37:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:08 smithi094 ceph-mon[112176]: 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-08T10:37:09.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:09.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:10.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:10.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:10 smithi003 ceph-mon[96088]: 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-08T10:37:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:10 smithi094 ceph-mon[112176]: 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-08T10:37:11.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:11.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:12.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:12.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:12 smithi003 ceph-mon[96088]: 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-08T10:37:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:12 smithi094 ceph-mon[112176]: 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-08T10:37:13.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:13.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:14.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:14.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:14 smithi003 ceph-mon[96088]: 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-08T10:37:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:14 smithi094 ceph-mon[112176]: 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-08T10:37:15.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:15.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:16.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:16.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:16 smithi003 ceph-mon[96088]: 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-08T10:37:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:16 smithi094 ceph-mon[112176]: 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-08T10:37:17.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:17.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:18.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:18.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:18 smithi003 ceph-mon[96088]: 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-08T10:37:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:18 smithi094 ceph-mon[112176]: 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-08T10:37:19.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:19.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:20.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:20.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:20 smithi003 ceph-mon[96088]: 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-08T10:37:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:37:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:20 smithi094 ceph-mon[112176]: 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-08T10:37:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:37:21.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:21.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:22.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:22.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:22 smithi003 ceph-mon[96088]: 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-08T10:37:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:22 smithi094 ceph-mon[112176]: 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-08T10:37:23.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:23.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:24.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:24.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:24 smithi003 ceph-mon[96088]: 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-08T10:37:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:24 smithi094 ceph-mon[112176]: 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-08T10:37:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:25.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:25.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:37:25.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:37:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:37:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:37:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:37:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:37:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:37:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:37:25.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:37:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:37:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:37:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:37:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:37:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:37:26.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:26.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:26 smithi094 ceph-mon[112176]: 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-08T10:37:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:26 smithi003 ceph-mon[96088]: 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-08T10:37:27.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:27.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:28.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:28.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:28 smithi094 ceph-mon[112176]: 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-08T10:37:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:28 smithi003 ceph-mon[96088]: 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-08T10:37:29.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:29.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:29.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:29 smithi094 ceph-mon[112176]: 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-08T10:37:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:29 smithi003 ceph-mon[96088]: 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-08T10:37:30.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:30.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:31.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:31.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:31 smithi003 ceph-mon[96088]: 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-08T10:37:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:31 smithi094 ceph-mon[112176]: 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-08T10:37:32.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:32.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:33.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:33.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:33.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:33 smithi003 ceph-mon[96088]: 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-08T10:37:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:33 smithi094 ceph-mon[112176]: 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-08T10:37:34.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:34.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:35.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:35.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:35 smithi003 ceph-mon[96088]: 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-08T10:37:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:35 smithi094 ceph-mon[112176]: 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-08T10:37:36.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:36.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:37.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:37.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:37 smithi003 ceph-mon[96088]: 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-08T10:37:38.144 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:37 smithi094 ceph-mon[112176]: 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-08T10:37:38.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:38.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:39.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:39.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:39 smithi003 ceph-mon[96088]: 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-08T10:37:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:39 smithi094 ceph-mon[112176]: 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-08T10:37:40.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:40.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:41.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:41.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:41 smithi003 ceph-mon[96088]: 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-08T10:37:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:41 smithi094 ceph-mon[112176]: 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-08T10:37:42.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:42.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:43.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:43.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:43 smithi003 ceph-mon[96088]: 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-08T10:37:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:43 smithi094 ceph-mon[112176]: 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-08T10:37:44.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:44.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:45.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:45.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:45 smithi003 ceph-mon[96088]: 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-08T10:37:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:45 smithi094 ceph-mon[112176]: 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-08T10:37:46.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:46.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:47.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:47.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:47.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:47 smithi003 ceph-mon[96088]: 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-08T10:37:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:47 smithi094 ceph-mon[112176]: 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-08T10:37:48.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:48.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:49.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:49.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:49 smithi003 ceph-mon[96088]: 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-08T10:37:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:49 smithi094 ceph-mon[112176]: 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-08T10:37:50.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:50.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:51.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:51.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:51 smithi094 ceph-mon[112176]: 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-08T10:37:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:51 smithi003 ceph-mon[96088]: 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-08T10:37:52.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:52.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:53.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:53.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:53 smithi094 ceph-mon[112176]: 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-08T10:37:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:53 smithi003 ceph-mon[96088]: 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-08T10:37:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:54.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:54.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:55.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:55.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:55 smithi094 ceph-mon[112176]: 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-08T10:37:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:55 smithi003 ceph-mon[96088]: 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-08T10:37:56.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:56.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:57.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:57.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:57 smithi094 ceph-mon[112176]: 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-08T10:37:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:57 smithi003 ceph-mon[96088]: 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-08T10:37:58.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:58.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:59.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:37:59.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:37:59 smithi094 ceph-mon[112176]: 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-08T10:38:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:37:59 smithi003 ceph-mon[96088]: 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-08T10:38:00.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:00.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:01.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:01.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:01 smithi094 ceph-mon[112176]: 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-08T10:38:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:01 smithi003 ceph-mon[96088]: 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-08T10:38:02.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:02.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:03.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:03.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:03 smithi094 ceph-mon[112176]: 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-08T10:38:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:03 smithi003 ceph-mon[96088]: 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-08T10:38:04.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:04.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:05.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:05.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:05 smithi094 ceph-mon[112176]: 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-08T10:38:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:05 smithi003 ceph-mon[96088]: 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-08T10:38:06.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:06.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:07.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:07.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:07 smithi094 ceph-mon[112176]: 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-08T10:38:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:07 smithi003 ceph-mon[96088]: 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-08T10:38:08.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:08.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:09.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:09.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:09 smithi094 ceph-mon[112176]: 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-08T10:38:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:09 smithi003 ceph-mon[96088]: 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-08T10:38:10.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:10.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:11.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:11.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:11 smithi094 ceph-mon[112176]: 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-08T10:38:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:11 smithi003 ceph-mon[96088]: 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-08T10:38:12.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:12.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:13.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:13.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:13 smithi094 ceph-mon[112176]: 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-08T10:38:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:13 smithi003 ceph-mon[96088]: 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-08T10:38:14.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:14.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:15.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:15.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:15 smithi094 ceph-mon[112176]: 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-08T10:38:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:15 smithi003 ceph-mon[96088]: 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-08T10:38:16.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:16.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:17.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:17.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:17 smithi094 ceph-mon[112176]: 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-08T10:38:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:17 smithi003 ceph-mon[96088]: 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-08T10:38:18.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:18.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:19.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:19.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:19 smithi094 ceph-mon[112176]: 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-08T10:38:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:19 smithi003 ceph-mon[96088]: 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-08T10:38:20.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:20.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:21.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:21.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:21 smithi094 ceph-mon[112176]: 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-08T10:38:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:21 smithi003 ceph-mon[96088]: 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-08T10:38:22.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:22.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:23.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:23.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:23 smithi094 ceph-mon[112176]: 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-08T10:38:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:24.120 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:23 smithi003 ceph-mon[96088]: 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-08T10:38:24.120 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:24.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:24.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:25.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:25.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: 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-08T10:38:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:38:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:38:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:38:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:38:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:38:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:38:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:38:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: 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-08T10:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:38:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:38:26.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:38:26.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:26.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:27.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:27.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:27 smithi094 ceph-mon[112176]: 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-08T10:38:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:27 smithi003 ceph-mon[96088]: 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-08T10:38:28.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:28.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:29.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:29.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:30.158 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:29 smithi003 ceph-mon[96088]: 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-08T10:38:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:29 smithi094 ceph-mon[112176]: 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-08T10:38:30.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:30.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:31.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:31.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:31 smithi094 ceph-mon[112176]: 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-08T10:38:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:31 smithi003 ceph-mon[96088]: 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-08T10:38:32.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:32.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:33.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:33.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:33 smithi094 ceph-mon[112176]: 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-08T10:38:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:33 smithi003 ceph-mon[96088]: 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-08T10:38:34.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:34.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:35.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:35.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:35 smithi094 ceph-mon[112176]: 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-08T10:38:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:35 smithi003 ceph-mon[96088]: 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-08T10:38:36.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:36.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:37.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:37.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:37 smithi094 ceph-mon[112176]: 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-08T10:38:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:37 smithi003 ceph-mon[96088]: 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-08T10:38:38.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:38.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:39.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:39.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:39 smithi094 ceph-mon[112176]: 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-08T10:38:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:39 smithi003 ceph-mon[96088]: 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-08T10:38:40.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:40.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:41.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:41.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:41 smithi094 ceph-mon[112176]: 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-08T10:38:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:41 smithi003 ceph-mon[96088]: 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-08T10:38:42.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:42.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:43.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:43.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:43 smithi094 ceph-mon[112176]: 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-08T10:38:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:43 smithi003 ceph-mon[96088]: 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-08T10:38:44.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:44.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:45.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:45.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:45 smithi094 ceph-mon[112176]: 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-08T10:38:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:45 smithi003 ceph-mon[96088]: 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-08T10:38:46.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:46.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:47.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:47.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:47 smithi094 ceph-mon[112176]: 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-08T10:38:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:47 smithi003 ceph-mon[96088]: 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-08T10:38:48.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:48.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:49.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:49.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:49 smithi094 ceph-mon[112176]: 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-08T10:38:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:49 smithi003 ceph-mon[96088]: 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-08T10:38:50.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:50.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:51.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:51.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:51 smithi094 ceph-mon[112176]: 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-08T10:38:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:51 smithi003 ceph-mon[96088]: 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-08T10:38:52.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:52.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:53.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:53.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:53 smithi094 ceph-mon[112176]: 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-08T10:38:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:53 smithi003 ceph-mon[96088]: 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-08T10:38:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:54.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:54.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:55.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:55.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:55 smithi094 ceph-mon[112176]: 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-08T10:38:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:55 smithi003 ceph-mon[96088]: 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-08T10:38:56.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:56.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:57.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:57.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:57 smithi094 ceph-mon[112176]: 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-08T10:38:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:57 smithi003 ceph-mon[96088]: 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-08T10:38:58.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:58.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:59.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:38:59.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:38:59 smithi094 ceph-mon[112176]: 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-08T10:39:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:38:59 smithi003 ceph-mon[96088]: 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-08T10:39:00.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:00.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:01.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:01.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:01 smithi094 ceph-mon[112176]: 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-08T10:39:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:01 smithi003 ceph-mon[96088]: 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-08T10:39:02.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:02.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:03.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:03.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:03 smithi094 ceph-mon[112176]: 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-08T10:39:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:03 smithi003 ceph-mon[96088]: 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-08T10:39:04.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:04.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:05.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:05.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:05 smithi094 ceph-mon[112176]: 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-08T10:39:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:05 smithi003 ceph-mon[96088]: 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-08T10:39:06.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:06.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:07.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:07.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:07 smithi094 ceph-mon[112176]: 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-08T10:39:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:07 smithi003 ceph-mon[96088]: 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-08T10:39:08.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:08.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:09.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:09.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:09 smithi003 ceph-mon[96088]: 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-08T10:39:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:09 smithi094 ceph-mon[112176]: 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-08T10:39:10.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:10.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:11.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:11.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:11 smithi094 ceph-mon[112176]: 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-08T10:39:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:11 smithi003 ceph-mon[96088]: 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-08T10:39:12.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:12.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:13.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:13.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:14.148 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:13 smithi094 ceph-mon[112176]: 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-08T10:39:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:13 smithi003 ceph-mon[96088]: 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-08T10:39:14.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:14.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:15.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:15.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:15 smithi094 ceph-mon[112176]: 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-08T10:39:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:15 smithi003 ceph-mon[96088]: 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-08T10:39:16.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:16.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:17.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:17.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:17 smithi094 ceph-mon[112176]: 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-08T10:39:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:17 smithi003 ceph-mon[96088]: 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-08T10:39:18.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:18.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:19.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:19.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:19 smithi094 ceph-mon[112176]: 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-08T10:39:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:19 smithi003 ceph-mon[96088]: 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-08T10:39:20.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:20.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:21.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:21.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:21 smithi094 ceph-mon[112176]: 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-08T10:39:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:21 smithi003 ceph-mon[96088]: 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-08T10:39:22.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:22.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:23.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:23.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:23 smithi094 ceph-mon[112176]: 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-08T10:39:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:23 smithi003 ceph-mon[96088]: 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-08T10:39:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:24.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:24.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:25.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:25.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:25 smithi094 ceph-mon[112176]: 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-08T10:39:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:39:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:25 smithi003 ceph-mon[96088]: 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-08T10:39:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:39:26.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:26.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:39:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:39:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:39:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:39:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:39:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:39:27.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:27.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:27 smithi094 ceph-mon[112176]: 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-08T10:39:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:27 smithi003 ceph-mon[96088]: 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-08T10:39:28.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:28.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:29.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:29.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:29 smithi094 ceph-mon[112176]: 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-08T10:39:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:29 smithi003 ceph-mon[96088]: 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-08T10:39:30.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:30.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:31.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:31.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:31 smithi094 ceph-mon[112176]: 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-08T10:39:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:31 smithi003 ceph-mon[96088]: 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-08T10:39:32.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:32.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:33.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:33.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:33 smithi003 ceph-mon[96088]: 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-08T10:39:34.359 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:33 smithi094 ceph-mon[112176]: 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-08T10:39:34.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:34.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:35.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:35.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:35 smithi003 ceph-mon[96088]: 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-08T10:39:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:35 smithi094 ceph-mon[112176]: 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-08T10:39:36.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:36.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:37.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:38.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:38.304 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:37 smithi003 ceph-mon[96088]: 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-08T10:39:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:37 smithi094 ceph-mon[112176]: 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-08T10:39:38.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:38.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:39.412 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:39.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:39.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:39 smithi003 ceph-mon[96088]: 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-08T10:39:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:39 smithi094 ceph-mon[112176]: 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-08T10:39:40.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:40.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:41.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:41.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:41 smithi003 ceph-mon[96088]: 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-08T10:39:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:41 smithi094 ceph-mon[112176]: 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-08T10:39:42.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:42.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:43.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:43.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:43 smithi003 ceph-mon[96088]: 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-08T10:39:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:43 smithi094 ceph-mon[112176]: 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-08T10:39:44.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:44.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:45.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:45.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:45 smithi003 ceph-mon[96088]: 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-08T10:39:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:45 smithi094 ceph-mon[112176]: 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-08T10:39:46.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:46.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:47.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:47.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:47 smithi003 ceph-mon[96088]: 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-08T10:39:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:47 smithi094 ceph-mon[112176]: 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-08T10:39:48.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:48.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:49.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:49.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:49 smithi003 ceph-mon[96088]: 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-08T10:39:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:49 smithi094 ceph-mon[112176]: 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-08T10:39:50.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:50.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:51.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:51.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:51 smithi003 ceph-mon[96088]: 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-08T10:39:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:51 smithi094 ceph-mon[112176]: 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-08T10:39:52.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:52.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:53.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:53.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:53 smithi003 ceph-mon[96088]: 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-08T10:39:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:53 smithi094 ceph-mon[112176]: 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-08T10:39:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:54.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:54.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:55 smithi003 ceph-mon[96088]: 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-08T10:39:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:55 smithi094 ceph-mon[112176]: 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-08T10:39:56.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:56.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:57.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:57.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:57 smithi003 ceph-mon[96088]: 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-08T10:39:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:57 smithi094 ceph-mon[112176]: 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-08T10:39:58.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:58.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:59.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:39:59.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:39:59 smithi003 ceph-mon[96088]: 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-08T10:40:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:39:59 smithi094 ceph-mon[112176]: 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-08T10:40:00.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:00.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T10:40:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T10:40:01.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:01.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:01 smithi003 ceph-mon[96088]: 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-08T10:40:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:01 smithi094 ceph-mon[112176]: 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-08T10:40:02.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:02.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:03.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:03.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:03 smithi003 ceph-mon[96088]: 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-08T10:40:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:03 smithi094 ceph-mon[112176]: 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-08T10:40:04.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:04.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:05.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:05.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:05 smithi003 ceph-mon[96088]: 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-08T10:40:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:05 smithi094 ceph-mon[112176]: 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-08T10:40:06.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:06.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:07.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:07.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:07 smithi003 ceph-mon[96088]: 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-08T10:40:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:07 smithi094 ceph-mon[112176]: 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-08T10:40:08.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:08.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:09.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:09.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:10.321 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:09 smithi003 ceph-mon[96088]: 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-08T10:40:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:09 smithi094 ceph-mon[112176]: 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-08T10:40:10.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:10.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:11.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:11.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:11 smithi094 ceph-mon[112176]: 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-08T10:40:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:11 smithi003 ceph-mon[96088]: 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-08T10:40:12.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:12.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:13.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:13.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:13 smithi094 ceph-mon[112176]: 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-08T10:40:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:13 smithi003 ceph-mon[96088]: 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-08T10:40:14.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:14.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:15.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:15.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:15 smithi094 ceph-mon[112176]: 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-08T10:40:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:15 smithi003 ceph-mon[96088]: 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-08T10:40:16.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:16.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:17.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:17 smithi003 ceph-mon[96088]: 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-08T10:40:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:17 smithi094 ceph-mon[112176]: 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-08T10:40:18.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:18.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:19.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:19.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:20 smithi094 ceph-mon[112176]: 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-08T10:40:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:20 smithi003 ceph-mon[96088]: 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-08T10:40:20.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:20.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:21.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:21.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:22 smithi094 ceph-mon[112176]: 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-08T10:40:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:22 smithi003 ceph-mon[96088]: 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-08T10:40:22.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:22.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:23.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:23.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:24 smithi094 ceph-mon[112176]: 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-08T10:40:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:24 smithi003 ceph-mon[96088]: 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-08T10:40:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:24.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:24.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:25.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:25.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:26 smithi094 ceph-mon[112176]: 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-08T10:40:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:26 smithi003 ceph-mon[96088]: 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-08T10:40:26.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:26.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:40:27.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:40:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:40:27.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:40:27.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:40:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:40:27.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:27.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:28 smithi003 ceph-mon[96088]: 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-08T10:40:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:40:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:40:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:40:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:40:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:40:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:28 smithi094 ceph-mon[112176]: 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-08T10:40:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:40:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:40:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:40:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:40:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:40:28.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:28.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:29.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:29.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:30 smithi094 ceph-mon[112176]: 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-08T10:40:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:30 smithi003 ceph-mon[96088]: 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-08T10:40:30.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:30.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:31.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:31.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:32 smithi094 ceph-mon[112176]: 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-08T10:40:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:32 smithi003 ceph-mon[96088]: 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-08T10:40:32.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:32.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:33.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:33.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:34 smithi094 ceph-mon[112176]: 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-08T10:40:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:34 smithi003 ceph-mon[96088]: 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-08T10:40:34.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:34.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:35.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:35.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:36 smithi094 ceph-mon[112176]: 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-08T10:40:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:36 smithi003 ceph-mon[96088]: 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-08T10:40:36.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:36.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:37.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:37.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:38 smithi003 ceph-mon[96088]: 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-08T10:40:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:38 smithi094 ceph-mon[112176]: 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-08T10:40:38.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:38.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:39.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:39.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:40 smithi094 ceph-mon[112176]: 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-08T10:40:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:40 smithi003 ceph-mon[96088]: 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-08T10:40:40.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:40.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:41.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:41.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:42 smithi094 ceph-mon[112176]: 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-08T10:40:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:42 smithi003 ceph-mon[96088]: 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-08T10:40:42.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:42.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:43.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:43.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:44 smithi094 ceph-mon[112176]: 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-08T10:40:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:44 smithi003 ceph-mon[96088]: 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-08T10:40:44.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:44.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:45.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:45.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:46 smithi094 ceph-mon[112176]: 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-08T10:40:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:46 smithi003 ceph-mon[96088]: 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-08T10:40:46.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:46.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:47.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:47.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:48 smithi003 ceph-mon[96088]: 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-08T10:40:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:48 smithi094 ceph-mon[112176]: 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-08T10:40:48.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:48.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:49.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:49.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:50 smithi094 ceph-mon[112176]: 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-08T10:40:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:50 smithi003 ceph-mon[96088]: 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-08T10:40:50.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:50.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:51.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:51.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:52 smithi094 ceph-mon[112176]: 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-08T10:40:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:52 smithi003 ceph-mon[96088]: 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-08T10:40:52.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:52.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:53.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:53.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:54 smithi094 ceph-mon[112176]: 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-08T10:40:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:54 smithi003 ceph-mon[96088]: 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-08T10:40:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:54.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:54.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:55.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:55.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:56 smithi003 ceph-mon[96088]: 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-08T10:40:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:56 smithi094 ceph-mon[112176]: 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-08T10:40:56.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:56.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:57.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:57.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:40:58 smithi003 ceph-mon[96088]: 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-08T10:40:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:40:58 smithi094 ceph-mon[112176]: 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-08T10:40:58.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:58.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:59.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:40:59.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:00 smithi094 ceph-mon[112176]: 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-08T10:41:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:00 smithi003 ceph-mon[96088]: 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-08T10:41:00.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:00.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:01.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:01.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:02 smithi094 ceph-mon[112176]: 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-08T10:41:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:02 smithi003 ceph-mon[96088]: 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-08T10:41:02.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:02.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:03.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:03.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:04 smithi094 ceph-mon[112176]: 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-08T10:41:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:04 smithi003 ceph-mon[96088]: 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-08T10:41:04.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:04.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:05.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:05.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:06 smithi003 ceph-mon[96088]: 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-08T10:41:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:06 smithi094 ceph-mon[112176]: 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-08T10:41:06.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:06.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:07.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:07.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:08 smithi003 ceph-mon[96088]: 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-08T10:41:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:08 smithi094 ceph-mon[112176]: 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-08T10:41:08.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:08.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:09.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:09.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:10.360 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:10 smithi094 ceph-mon[112176]: 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-08T10:41:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:10 smithi003 ceph-mon[96088]: 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-08T10:41:10.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:10.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:11.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:11.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:12 smithi094 ceph-mon[112176]: 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-08T10:41:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:12 smithi003 ceph-mon[96088]: 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-08T10:41:12.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:12.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:13.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:13.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:14 smithi094 ceph-mon[112176]: 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-08T10:41:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:14 smithi003 ceph-mon[96088]: 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-08T10:41:14.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:14.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:15.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:15.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:16 smithi094 ceph-mon[112176]: 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-08T10:41:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:16 smithi003 ceph-mon[96088]: 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-08T10:41:16.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:16.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:17.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:17.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:18 smithi003 ceph-mon[96088]: 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-08T10:41:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:18 smithi094 ceph-mon[112176]: 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-08T10:41:18.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:18.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:19.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:19.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:20 smithi094 ceph-mon[112176]: 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-08T10:41:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:20 smithi003 ceph-mon[96088]: 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-08T10:41:20.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:20.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:21.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:21.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:22 smithi094 ceph-mon[112176]: 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-08T10:41:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:22 smithi003 ceph-mon[96088]: 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-08T10:41:22.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:22.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:23.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:23.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:24 smithi094 ceph-mon[112176]: 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-08T10:41:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:24 smithi003 ceph-mon[96088]: 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-08T10:41:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:24.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:24.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:25.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:25.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:26 smithi094 ceph-mon[112176]: 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-08T10:41:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:26 smithi003 ceph-mon[96088]: 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-08T10:41:26.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:26.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:27.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:27.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:28 smithi094 ceph-mon[112176]: 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-08T10:41:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:41:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:41:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:41:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:41:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:41:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:41:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:28 smithi003 ceph-mon[96088]: 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-08T10:41:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:41:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:41:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:41:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:41:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:41:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:41:28.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:28.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:29.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:29.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:30 smithi094 ceph-mon[112176]: 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-08T10:41:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:30 smithi003 ceph-mon[96088]: 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-08T10:41:30.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:30.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:31.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:31.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:32 smithi094 ceph-mon[112176]: 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-08T10:41:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:32 smithi003 ceph-mon[96088]: 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-08T10:41:32.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:32.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:33.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:33.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:34.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:34 smithi094 ceph-mon[112176]: 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-08T10:41:34.701 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:34 smithi003 ceph-mon[96088]: 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-08T10:41:34.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:34.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:35.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:35.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:36 smithi094 ceph-mon[112176]: 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-08T10:41:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:36 smithi003 ceph-mon[96088]: 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-08T10:41:36.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:36.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:37.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:37.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:38.424 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:38 smithi094 ceph-mon[112176]: 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-08T10:41:38.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:38 smithi003 ceph-mon[96088]: 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-08T10:41:38.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:38.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:39.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:39.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:40 smithi094 ceph-mon[112176]: 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-08T10:41:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:40 smithi003 ceph-mon[96088]: 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-08T10:41:40.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:40.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:41.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:41.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:42 smithi094 ceph-mon[112176]: 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-08T10:41:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:42 smithi003 ceph-mon[96088]: 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-08T10:41:42.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:42.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:43.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:43.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:44 smithi094 ceph-mon[112176]: 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-08T10:41:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:44 smithi003 ceph-mon[96088]: 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-08T10:41:44.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:44.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:45.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:45.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:46.408 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:46 smithi003 ceph-mon[96088]: 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-08T10:41:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:46 smithi094 ceph-mon[112176]: 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-08T10:41:46.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:46.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:47.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:47.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:48 smithi094 ceph-mon[112176]: 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-08T10:41:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:48 smithi003 ceph-mon[96088]: 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-08T10:41:48.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:48.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:49.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:49.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:50 smithi094 ceph-mon[112176]: 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-08T10:41:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:50 smithi003 ceph-mon[96088]: 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-08T10:41:50.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:50.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:51.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:51.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:52 smithi003 ceph-mon[96088]: 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-08T10:41:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:52 smithi094 ceph-mon[112176]: 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-08T10:41:52.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:52.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:53.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:53.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:54 smithi003 ceph-mon[96088]: 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-08T10:41:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:54 smithi094 ceph-mon[112176]: 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-08T10:41:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:54.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:54.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:55.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:55.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:56 smithi003 ceph-mon[96088]: 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-08T10:41:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:56 smithi094 ceph-mon[112176]: 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-08T10:41:56.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:56.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:57.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:57.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:41:58 smithi003 ceph-mon[96088]: 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-08T10:41:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:41:58 smithi094 ceph-mon[112176]: 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-08T10:41:58.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:58.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:59.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:41:59.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:00 smithi003 ceph-mon[96088]: 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-08T10:42:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:00 smithi094 ceph-mon[112176]: 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-08T10:42:00.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:00.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:01.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:01.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:02 smithi003 ceph-mon[96088]: 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-08T10:42:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:02 smithi094 ceph-mon[112176]: 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-08T10:42:02.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:02.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:03.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:03.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:04 smithi003 ceph-mon[96088]: 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-08T10:42:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:04 smithi094 ceph-mon[112176]: 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-08T10:42:04.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:04.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:05.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:05.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:06 smithi003 ceph-mon[96088]: 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-08T10:42:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:06 smithi094 ceph-mon[112176]: 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-08T10:42:06.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:06.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:07.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:07.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:08 smithi003 ceph-mon[96088]: 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-08T10:42:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:08 smithi094 ceph-mon[112176]: 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-08T10:42:08.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:08.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:09.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:09.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:10 smithi003 ceph-mon[96088]: 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-08T10:42:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:10 smithi094 ceph-mon[112176]: 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-08T10:42:10.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:10.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:11.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:11.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:12 smithi003 ceph-mon[96088]: 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-08T10:42:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:12 smithi094 ceph-mon[112176]: 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-08T10:42:12.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:12.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:13.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:13.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:14 smithi003 ceph-mon[96088]: 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-08T10:42:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:14 smithi094 ceph-mon[112176]: 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-08T10:42:14.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:14.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:15.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:15.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:16 smithi094 ceph-mon[112176]: 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-08T10:42:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:16 smithi003 ceph-mon[96088]: 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-08T10:42:16.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:16.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:17.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:17.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:18 smithi003 ceph-mon[96088]: 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-08T10:42:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:18 smithi094 ceph-mon[112176]: 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-08T10:42:18.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:18.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:19.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:19.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:20 smithi003 ceph-mon[96088]: 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-08T10:42:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:20 smithi094 ceph-mon[112176]: 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-08T10:42:20.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:20.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:21.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:21.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:22 smithi003 ceph-mon[96088]: 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-08T10:42:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:22 smithi094 ceph-mon[112176]: 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-08T10:42:22.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:22.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:23.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:23.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:24 smithi003 ceph-mon[96088]: 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-08T10:42:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:24 smithi094 ceph-mon[112176]: 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-08T10:42:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:24.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:24.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:25.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:25.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:26 smithi094 ceph-mon[112176]: 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-08T10:42:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:26 smithi003 ceph-mon[96088]: 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-08T10:42:26.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:26.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:27.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:27.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:28 smithi003 ceph-mon[96088]: 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-08T10:42:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:42:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:28 smithi094 ceph-mon[112176]: 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-08T10:42:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:42:28.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:28.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:29.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:29.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:29 smithi094 ceph-mon[112176]: 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-08T10:42:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:29 smithi003 ceph-mon[96088]: 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-08T10:42:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:30.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:30.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:31.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:31.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:32.073 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:31 smithi094 ceph-mon[112176]: 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-08T10:42:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:31 smithi003 ceph-mon[96088]: 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-08T10:42:32.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:32.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:33.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:33.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: 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-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1515M 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:42:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:42:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:42:33.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: 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-08T10:42:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1515M 2023-10-08T10:42:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:42:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:42:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:42:33.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:42:34.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:34.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:35.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:35.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:35 smithi094 ceph-mon[112176]: 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-08T10:42:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:35 smithi003 ceph-mon[96088]: 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-08T10:42:36.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:36.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:37.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:37.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:37 smithi094 ceph-mon[112176]: 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-08T10:42:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:37 smithi003 ceph-mon[96088]: 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-08T10:42:38.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:38.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:39.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:39.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:40.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:39 smithi094 ceph-mon[112176]: 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-08T10:42:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:39 smithi003 ceph-mon[96088]: 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-08T10:42:40.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:40.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:41.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:41.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:42.035 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:41 smithi003 ceph-mon[96088]: 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-08T10:42:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:41 smithi094 ceph-mon[112176]: 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-08T10:42:42.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:42.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:43.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:43.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:43 smithi094 ceph-mon[112176]: 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-08T10:42:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:43 smithi003 ceph-mon[96088]: 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-08T10:42:44.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:44.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:45.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:45.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:45 smithi094 ceph-mon[112176]: 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-08T10:42:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:45 smithi003 ceph-mon[96088]: 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-08T10:42:46.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:46.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:47.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:47.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:47 smithi094 ceph-mon[112176]: 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-08T10:42:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:47 smithi003 ceph-mon[96088]: 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-08T10:42:48.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:48.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:49.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:49.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:49 smithi094 ceph-mon[112176]: 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-08T10:42:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:49 smithi003 ceph-mon[96088]: 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-08T10:42:50.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:50.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:51.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:51.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:52.150 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:51 smithi003 ceph-mon[96088]: 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-08T10:42:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:51 smithi094 ceph-mon[112176]: 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-08T10:42:52.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:52.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:53.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:53.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:53 smithi094 ceph-mon[112176]: 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-08T10:42:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:53 smithi003 ceph-mon[96088]: 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-08T10:42:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:54.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:54.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:55.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:55.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:55 smithi094 ceph-mon[112176]: 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-08T10:42:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:55 smithi003 ceph-mon[96088]: 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-08T10:42:56.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:56.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:57.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:57.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:57 smithi094 ceph-mon[112176]: 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-08T10:42:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:57 smithi003 ceph-mon[96088]: 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-08T10:42:58.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:58.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:59.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:42:59.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:42:59 smithi094 ceph-mon[112176]: 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-08T10:43:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:42:59 smithi003 ceph-mon[96088]: 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-08T10:43:00.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:00.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:01.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:01.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:01 smithi094 ceph-mon[112176]: 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-08T10:43:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:01 smithi003 ceph-mon[96088]: 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-08T10:43:02.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:02.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:03.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:03.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:03 smithi094 ceph-mon[112176]: 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-08T10:43:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:03 smithi003 ceph-mon[96088]: 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-08T10:43:04.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:04.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:05.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:05.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:05 smithi094 ceph-mon[112176]: 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-08T10:43:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:05 smithi003 ceph-mon[96088]: 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-08T10:43:06.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:06.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:07.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:07.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:07 smithi094 ceph-mon[112176]: 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-08T10:43:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:07 smithi003 ceph-mon[96088]: 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-08T10:43:08.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:08.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:09.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:09.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:09 smithi094 ceph-mon[112176]: 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-08T10:43:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:09 smithi003 ceph-mon[96088]: 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-08T10:43:10.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:10.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:11.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:11 smithi094 ceph-mon[112176]: 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-08T10:43:11.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:11.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:11 smithi003 ceph-mon[96088]: 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-08T10:43:12.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:12.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:13.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:13.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:13 smithi094 ceph-mon[112176]: 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-08T10:43:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:13 smithi003 ceph-mon[96088]: 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-08T10:43:14.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:14.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:15.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:15.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:15 smithi094 ceph-mon[112176]: 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-08T10:43:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:15 smithi003 ceph-mon[96088]: 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-08T10:43:16.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:16.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:17.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:17.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:17 smithi094 ceph-mon[112176]: 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-08T10:43:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:17 smithi003 ceph-mon[96088]: 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-08T10:43:18.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:18.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:19.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:19.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:19 smithi094 ceph-mon[112176]: 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-08T10:43:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:19 smithi003 ceph-mon[96088]: 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-08T10:43:20.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:20.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:21.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:21.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:21 smithi094 ceph-mon[112176]: 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-08T10:43:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:21 smithi003 ceph-mon[96088]: 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-08T10:43:22.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:22.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:23.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:23.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:23 smithi094 ceph-mon[112176]: 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-08T10:43:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:23 smithi003 ceph-mon[96088]: 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-08T10:43:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:24.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:24.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:25.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:25.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:25 smithi094 ceph-mon[112176]: 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-08T10:43:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:25 smithi003 ceph-mon[96088]: 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-08T10:43:26.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:26.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:27.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:27.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:27 smithi094 ceph-mon[112176]: 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-08T10:43:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:27 smithi003 ceph-mon[96088]: 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-08T10:43:28.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:28.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:29.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:29.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:29 smithi094 ceph-mon[112176]: 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-08T10:43:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:29 smithi003 ceph-mon[96088]: 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-08T10:43:30.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:30.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:31.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:32.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:31 smithi094 ceph-mon[112176]: 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-08T10:43:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:31 smithi003 ceph-mon[96088]: 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-08T10:43:33.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:33.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:34.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:34.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:33 smithi094 ceph-mon[112176]: 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-08T10:43:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:43:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:43:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:43:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:43:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:43:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:43:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:33 smithi003 ceph-mon[96088]: 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-08T10:43:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:43:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:43:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:43:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:43:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:43:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:43:35.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:35.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:36.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:36.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:35 smithi094 ceph-mon[112176]: 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-08T10:43:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:35 smithi003 ceph-mon[96088]: 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-08T10:43:37.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:37.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:37.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:37 smithi003 ceph-mon[96088]: 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-08T10:43:38.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:38.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:37 smithi094 ceph-mon[112176]: 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-08T10:43:39.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:39.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:40.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:40.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:39 smithi094 ceph-mon[112176]: 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-08T10:43:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:39 smithi003 ceph-mon[96088]: 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-08T10:43:41.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:41.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:42.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:42.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:41 smithi094 ceph-mon[112176]: 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-08T10:43:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:41 smithi003 ceph-mon[96088]: 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-08T10:43:43.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:43.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:44.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:44.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:43 smithi094 ceph-mon[112176]: 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-08T10:43:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:43 smithi003 ceph-mon[96088]: 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-08T10:43:45.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:45.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:46.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:46.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:45 smithi094 ceph-mon[112176]: 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-08T10:43:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:45 smithi003 ceph-mon[96088]: 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-08T10:43:47.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:47.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:48.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:48.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:47 smithi094 ceph-mon[112176]: 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-08T10:43:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:47 smithi003 ceph-mon[96088]: 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-08T10:43:49.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:49.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:50.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:50.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:49 smithi094 ceph-mon[112176]: 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-08T10:43:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:49 smithi003 ceph-mon[96088]: 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-08T10:43:51.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:51.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:52.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:52.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:51 smithi094 ceph-mon[112176]: 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-08T10:43:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:51 smithi003 ceph-mon[96088]: 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-08T10:43:53.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:53.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:54.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:54.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:53 smithi094 ceph-mon[112176]: 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-08T10:43:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:53 smithi003 ceph-mon[96088]: 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-08T10:43:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:55.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:55.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:56.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:56.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:55 smithi094 ceph-mon[112176]: 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-08T10:43:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:55 smithi003 ceph-mon[96088]: 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-08T10:43:57.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:57.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:58.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:58.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:57 smithi003 ceph-mon[96088]: 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-08T10:43:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:57 smithi094 ceph-mon[112176]: 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-08T10:43:59.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:43:59.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:00.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:00.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:43:59 smithi003 ceph-mon[96088]: 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-08T10:44:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:43:59 smithi094 ceph-mon[112176]: 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-08T10:44:01.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:01.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:02.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:02.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:01 smithi003 ceph-mon[96088]: 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-08T10:44:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:01 smithi094 ceph-mon[112176]: 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-08T10:44:03.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:03.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:04.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:04.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:03 smithi003 ceph-mon[96088]: 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-08T10:44:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:03 smithi094 ceph-mon[112176]: 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-08T10:44:05.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:05.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:06.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:06.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:05 smithi003 ceph-mon[96088]: 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-08T10:44:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:05 smithi094 ceph-mon[112176]: 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-08T10:44:07.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:07.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:08.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:08.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:07 smithi003 ceph-mon[96088]: 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-08T10:44:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:07 smithi094 ceph-mon[112176]: 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-08T10:44:09.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:09.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:10.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:10.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:09 smithi003 ceph-mon[96088]: 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-08T10:44:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:09 smithi094 ceph-mon[112176]: 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-08T10:44:11.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:11.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:12.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:12.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:11 smithi003 ceph-mon[96088]: 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-08T10:44:12.250 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:11 smithi094 ceph-mon[112176]: 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-08T10:44:13.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:13.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:14.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:14.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:13 smithi003 ceph-mon[96088]: 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-08T10:44:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:13 smithi094 ceph-mon[112176]: 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-08T10:44:15.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:15.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:16.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:16.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:15 smithi003 ceph-mon[96088]: 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-08T10:44:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:15 smithi094 ceph-mon[112176]: 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-08T10:44:17.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:17.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:18.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:18.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:18.123 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:17 smithi003 ceph-mon[96088]: 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-08T10:44:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:17 smithi094 ceph-mon[112176]: 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-08T10:44:19.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:19.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:20.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:20.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:19 smithi003 ceph-mon[96088]: 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-08T10:44:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:19 smithi094 ceph-mon[112176]: 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-08T10:44:21.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:21.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:22.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:22.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:21 smithi003 ceph-mon[96088]: 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-08T10:44:22.354 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:21 smithi094 ceph-mon[112176]: 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-08T10:44:23.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:23.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:24.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:24.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:23 smithi003 ceph-mon[96088]: 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-08T10:44:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:23 smithi094 ceph-mon[112176]: 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-08T10:44:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:25.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:25.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:26.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:26.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:25 smithi003 ceph-mon[96088]: 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-08T10:44:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:25 smithi094 ceph-mon[112176]: 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-08T10:44:27.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:27.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:28.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:28.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:27 smithi003 ceph-mon[96088]: 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-08T10:44:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:27 smithi094 ceph-mon[112176]: 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-08T10:44:29.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:29.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:30.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:30.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:29 smithi003 ceph-mon[96088]: 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-08T10:44:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:29 smithi094 ceph-mon[112176]: 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-08T10:44:31.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:31.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:32.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:32.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:31 smithi003 ceph-mon[96088]: 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-08T10:44:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:31 smithi094 ceph-mon[112176]: 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-08T10:44:33.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:33.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:34.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:34.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:33 smithi003 ceph-mon[96088]: 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-08T10:44:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:44:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:33 smithi094 ceph-mon[112176]: 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-08T10:44:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:44:35.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:35.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:44:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:44:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:44:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:44:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:44:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:44:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:44:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:44:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:44:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:44:36.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:36.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:35 smithi003 ceph-mon[96088]: 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-08T10:44:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:35 smithi094 ceph-mon[112176]: 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-08T10:44:37.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:37.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:38.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:38.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:37 smithi003 ceph-mon[96088]: 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-08T10:44:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:37 smithi094 ceph-mon[112176]: 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-08T10:44:39.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:39.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:40.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:40.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:39 smithi094 ceph-mon[112176]: 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-08T10:44:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:39 smithi003 ceph-mon[96088]: 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-08T10:44:41.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:41.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:42.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:42.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:41 smithi094 ceph-mon[112176]: 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-08T10:44:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:41 smithi003 ceph-mon[96088]: 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-08T10:44:43.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:43.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:44.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:44.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:43 smithi094 ceph-mon[112176]: 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-08T10:44:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:43 smithi003 ceph-mon[96088]: 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-08T10:44:45.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:45.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:46.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:46.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:46 smithi094 ceph-mon[112176]: 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-08T10:44:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:46 smithi003 ceph-mon[96088]: 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-08T10:44:47.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:47.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:48.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:48.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:48 smithi003 ceph-mon[96088]: 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-08T10:44:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:48 smithi094 ceph-mon[112176]: 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-08T10:44:49.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:49.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:50.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:50.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:50 smithi094 ceph-mon[112176]: 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-08T10:44:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:50 smithi003 ceph-mon[96088]: 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-08T10:44:51.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:51.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:52.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:52.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:52 smithi094 ceph-mon[112176]: 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-08T10:44:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:52 smithi003 ceph-mon[96088]: 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-08T10:44:53.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:53.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:54.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:54.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:54 smithi094 ceph-mon[112176]: 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-08T10:44:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:54 smithi003 ceph-mon[96088]: 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-08T10:44:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:55.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:55.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:56.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:56.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:56 smithi094 ceph-mon[112176]: 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-08T10:44:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:56 smithi003 ceph-mon[96088]: 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-08T10:44:57.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:57.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:58.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:58.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:44:58 smithi003 ceph-mon[96088]: 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-08T10:44:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:44:58 smithi094 ceph-mon[112176]: 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-08T10:44:59.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:44:59.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:00.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:00.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:00 smithi094 ceph-mon[112176]: 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-08T10:45:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:00 smithi003 ceph-mon[96088]: 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-08T10:45:01.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:01.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:02.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:02.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:02 smithi094 ceph-mon[112176]: 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-08T10:45:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:02 smithi003 ceph-mon[96088]: 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-08T10:45:03.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:03.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:04.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:04.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:04 smithi094 ceph-mon[112176]: 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-08T10:45:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:04 smithi003 ceph-mon[96088]: 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-08T10:45:05.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:05.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:06.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:06.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:06 smithi094 ceph-mon[112176]: 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-08T10:45:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:06 smithi003 ceph-mon[96088]: 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-08T10:45:07.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:07.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:08.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:08.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:08 smithi094 ceph-mon[112176]: 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-08T10:45:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:08 smithi003 ceph-mon[96088]: 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-08T10:45:09.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:09.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:10.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:10.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:10 smithi094 ceph-mon[112176]: 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-08T10:45:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:10 smithi003 ceph-mon[96088]: 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-08T10:45:11.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:11.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:12.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:12.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:12 smithi094 ceph-mon[112176]: 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-08T10:45:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:12 smithi003 ceph-mon[96088]: 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-08T10:45:13.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:13.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:14.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:14.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:14 smithi094 ceph-mon[112176]: 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-08T10:45:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:14 smithi003 ceph-mon[96088]: 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-08T10:45:15.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:15.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:16.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:16.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:16 smithi094 ceph-mon[112176]: 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-08T10:45:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:16 smithi003 ceph-mon[96088]: 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-08T10:45:17.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:17.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:18.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:18.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:18 smithi003 ceph-mon[96088]: 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-08T10:45:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:18 smithi094 ceph-mon[112176]: 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-08T10:45:19.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:19.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:20.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:20.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:20 smithi094 ceph-mon[112176]: 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-08T10:45:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:20 smithi003 ceph-mon[96088]: 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-08T10:45:21.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:21.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:22.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:22.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:22 smithi094 ceph-mon[112176]: 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-08T10:45:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:22 smithi003 ceph-mon[96088]: 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-08T10:45:23.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:23.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:24.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:24.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:24 smithi003 ceph-mon[96088]: 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-08T10:45:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:24 smithi094 ceph-mon[112176]: 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-08T10:45:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:25.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:25.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:26.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:26.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:26 smithi094 ceph-mon[112176]: 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-08T10:45:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:26 smithi003 ceph-mon[96088]: 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-08T10:45:27.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:27.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:28.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:28.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:28 smithi003 ceph-mon[96088]: 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-08T10:45:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:28 smithi094 ceph-mon[112176]: 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-08T10:45:29.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:29.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:30.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:30.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:30 smithi094 ceph-mon[112176]: 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-08T10:45:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:30 smithi003 ceph-mon[96088]: 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-08T10:45:31.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:31.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:32.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:32.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:32 smithi094 ceph-mon[112176]: 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-08T10:45:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:32 smithi003 ceph-mon[96088]: 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-08T10:45:33.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:33.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:34.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:34.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:34 smithi094 ceph-mon[112176]: 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-08T10:45:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:34 smithi003 ceph-mon[96088]: 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-08T10:45:35.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:35.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:45:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:45:36.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:36.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:36 smithi094 ceph-mon[112176]: 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-08T10:45:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:36 smithi003 ceph-mon[96088]: 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-08T10:45:37.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:37.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:38.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:38.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:38 smithi094 ceph-mon[112176]: 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-08T10:45:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:45:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:45:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:45:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:45:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:45:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:45:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:45:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:38 smithi003 ceph-mon[96088]: 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-08T10:45:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:45:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:45:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:45:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:45:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:45:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:45:38.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:45:39.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:39.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:40.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:40.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:40 smithi094 ceph-mon[112176]: 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-08T10:45:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:40 smithi003 ceph-mon[96088]: 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-08T10:45:41.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:41.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:42.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:42.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:42 smithi094 ceph-mon[112176]: 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-08T10:45:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:42 smithi003 ceph-mon[96088]: 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-08T10:45:43.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:43.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:44.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:44.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:44 smithi003 ceph-mon[96088]: 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-08T10:45:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:44 smithi094 ceph-mon[112176]: 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-08T10:45:45.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:45.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:46.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:46.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:46 smithi094 ceph-mon[112176]: 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-08T10:45:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:46 smithi003 ceph-mon[96088]: 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-08T10:45:47.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:47.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:48.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:48.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:48 smithi094 ceph-mon[112176]: 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-08T10:45:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:48 smithi003 ceph-mon[96088]: 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-08T10:45:49.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:49.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:50.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:50.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:50 smithi094 ceph-mon[112176]: 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-08T10:45:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:50 smithi003 ceph-mon[96088]: 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-08T10:45:51.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:51.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:52.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:52.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:52 smithi094 ceph-mon[112176]: 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-08T10:45:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:52 smithi003 ceph-mon[96088]: 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-08T10:45:53.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:53.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:54.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:54.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:54 smithi003 ceph-mon[96088]: 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-08T10:45:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:54 smithi094 ceph-mon[112176]: 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-08T10:45:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:55.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:55.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:56.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:56.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:56 smithi094 ceph-mon[112176]: 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-08T10:45:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:56 smithi003 ceph-mon[96088]: 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-08T10:45:57.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:57.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:58.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:58.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:45:58 smithi094 ceph-mon[112176]: 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-08T10:45:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:45:58 smithi003 ceph-mon[96088]: 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-08T10:45:59.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:45:59.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:00.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:00.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:00 smithi094 ceph-mon[112176]: 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-08T10:46:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:00 smithi003 ceph-mon[96088]: 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-08T10:46:01.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:01.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:01 smithi094 ceph-mon[112176]: 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-08T10:46:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:01 smithi003 ceph-mon[96088]: 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-08T10:46:02.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:02.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:03.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:03.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:03 smithi094 ceph-mon[112176]: 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-08T10:46:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:03 smithi003 ceph-mon[96088]: 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-08T10:46:04.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:04.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:05.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:05.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:05 smithi094 ceph-mon[112176]: 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-08T10:46:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:05 smithi003 ceph-mon[96088]: 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-08T10:46:06.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:06.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:07.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:07.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:07 smithi094 ceph-mon[112176]: 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-08T10:46:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:07 smithi003 ceph-mon[96088]: 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-08T10:46:08.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:08.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:09.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:09.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:10.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:09 smithi094 ceph-mon[112176]: 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-08T10:46:10.384 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:09 smithi003 ceph-mon[96088]: 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-08T10:46:10.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:10.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:11.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:11.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:11 smithi094 ceph-mon[112176]: 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-08T10:46:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:11 smithi003 ceph-mon[96088]: 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-08T10:46:12.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:12.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:13.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:13.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:13 smithi094 ceph-mon[112176]: 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-08T10:46:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:13 smithi003 ceph-mon[96088]: 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-08T10:46:14.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:14.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:15.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:15.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:15 smithi094 ceph-mon[112176]: 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-08T10:46:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:15 smithi003 ceph-mon[96088]: 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-08T10:46:16.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:16.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:17.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:17.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:17 smithi094 ceph-mon[112176]: 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-08T10:46:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:17 smithi003 ceph-mon[96088]: 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-08T10:46:18.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:18.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:19.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:19.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:19 smithi094 ceph-mon[112176]: 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-08T10:46:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:19 smithi003 ceph-mon[96088]: 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-08T10:46:20.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:20.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:21.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:21.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:22.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:21 smithi094 ceph-mon[112176]: 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-08T10:46:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:21 smithi003 ceph-mon[96088]: 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-08T10:46:22.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:22.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:23.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:23.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:23 smithi094 ceph-mon[112176]: 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-08T10:46:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:23 smithi003 ceph-mon[96088]: 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-08T10:46:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:24.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:24.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:25.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:25.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:25 smithi094 ceph-mon[112176]: 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-08T10:46:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:25 smithi003 ceph-mon[96088]: 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-08T10:46:26.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:26.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:27.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:27.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:27 smithi094 ceph-mon[112176]: 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-08T10:46:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:27 smithi003 ceph-mon[96088]: 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-08T10:46:28.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:28.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:29.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:29.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:29.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:29 smithi003 ceph-mon[96088]: 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-08T10:46:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:29 smithi094 ceph-mon[112176]: 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-08T10:46:30.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:30.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:31.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:31.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:31 smithi094 ceph-mon[112176]: 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-08T10:46:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:31 smithi003 ceph-mon[96088]: 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-08T10:46:32.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:32.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:33.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:33.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:34.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:33 smithi094 ceph-mon[112176]: 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-08T10:46:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:33 smithi003 ceph-mon[96088]: 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-08T10:46:34.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:34.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:35.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:35.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:36.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:35 smithi094 ceph-mon[112176]: 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-08T10:46:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:35 smithi003 ceph-mon[96088]: 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-08T10:46:36.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:36.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:37.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:37.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:38.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:37 smithi094 ceph-mon[112176]: 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-08T10:46:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:37 smithi003 ceph-mon[96088]: 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-08T10:46:38.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:38.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:46:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:46:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:46:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:46:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:46:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:46:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:46:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:46:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:46:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:46:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:46:39.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:39.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:39 smithi003 ceph-mon[96088]: 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-08T10:46:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:39 smithi094 ceph-mon[112176]: 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-08T10:46:40.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:40.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:41.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:41.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:41 smithi094 ceph-mon[112176]: 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-08T10:46:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:41 smithi003 ceph-mon[96088]: 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-08T10:46:42.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:42.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:43.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:43.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:43 smithi094 ceph-mon[112176]: 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-08T10:46:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:43 smithi003 ceph-mon[96088]: 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-08T10:46:44.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:44.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:45.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:45.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:45 smithi094 ceph-mon[112176]: 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-08T10:46:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:45 smithi003 ceph-mon[96088]: 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-08T10:46:46.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:46.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:47.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:47.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:47 smithi094 ceph-mon[112176]: 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-08T10:46:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:47 smithi003 ceph-mon[96088]: 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-08T10:46:48.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:48.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:49.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:49.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:49 smithi094 ceph-mon[112176]: 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-08T10:46:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:49 smithi003 ceph-mon[96088]: 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-08T10:46:50.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:50.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:51.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:51.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:51 smithi094 ceph-mon[112176]: 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-08T10:46:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:51 smithi003 ceph-mon[96088]: 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-08T10:46:52.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:52.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:53.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:53.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:53 smithi094 ceph-mon[112176]: 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-08T10:46:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:53 smithi003 ceph-mon[96088]: 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-08T10:46:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:54.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:54.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:55.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:55.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:55 smithi094 ceph-mon[112176]: 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-08T10:46:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:55 smithi003 ceph-mon[96088]: 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-08T10:46:56.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:56.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:57.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:57.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:57 smithi094 ceph-mon[112176]: 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-08T10:46:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:57 smithi003 ceph-mon[96088]: 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-08T10:46:58.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:58.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:59.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:46:59.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:46:59 smithi094 ceph-mon[112176]: 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-08T10:47:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:46:59 smithi003 ceph-mon[96088]: 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-08T10:47:00.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:00.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:01.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:01.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:01 smithi094 ceph-mon[112176]: 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-08T10:47:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:01 smithi003 ceph-mon[96088]: 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-08T10:47:02.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:02.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:03.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:03.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:03 smithi094 ceph-mon[112176]: 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-08T10:47:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:03 smithi003 ceph-mon[96088]: 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-08T10:47:04.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:04.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:05.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:05.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:05 smithi003 ceph-mon[96088]: 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-08T10:47:06.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:06.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:05 smithi094 ceph-mon[112176]: 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-08T10:47:07.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:07.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:07 smithi003 ceph-mon[96088]: 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-08T10:47:08.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:08.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:07 smithi094 ceph-mon[112176]: 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-08T10:47:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:09.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:09.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:09 smithi003 ceph-mon[96088]: 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-08T10:47:10.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:10.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:09 smithi094 ceph-mon[112176]: 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-08T10:47:11.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:11.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:11 smithi003 ceph-mon[96088]: 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-08T10:47:12.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:12.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:11 smithi094 ceph-mon[112176]: 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-08T10:47:13.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:13.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:13 smithi003 ceph-mon[96088]: 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-08T10:47:14.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:14.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:13 smithi094 ceph-mon[112176]: 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-08T10:47:15.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:15.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:15 smithi003 ceph-mon[96088]: 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-08T10:47:16.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:16.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:15 smithi094 ceph-mon[112176]: 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-08T10:47:17.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:17.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:17 smithi003 ceph-mon[96088]: 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-08T10:47:18.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:18.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:17 smithi094 ceph-mon[112176]: 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-08T10:47:19.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:19.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:19 smithi003 ceph-mon[96088]: 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-08T10:47:20.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:20.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:19 smithi094 ceph-mon[112176]: 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-08T10:47:21.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:21.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:21 smithi003 ceph-mon[96088]: 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-08T10:47:22.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:22.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:21 smithi094 ceph-mon[112176]: 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-08T10:47:23.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:23.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:23 smithi003 ceph-mon[96088]: 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-08T10:47:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:24.238 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:23 smithi094 ceph-mon[112176]: 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-08T10:47:24.238 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:24.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:24.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:25.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:25.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:25 smithi003 ceph-mon[96088]: 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-08T10:47:26.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:26.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:25 smithi094 ceph-mon[112176]: 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-08T10:47:27.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:27.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:27 smithi003 ceph-mon[96088]: 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-08T10:47:28.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:28.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:27 smithi094 ceph-mon[112176]: 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-08T10:47:29.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:29.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:29 smithi003 ceph-mon[96088]: 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-08T10:47:30.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:30.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:29 smithi094 ceph-mon[112176]: 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-08T10:47:31.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:31.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:31 smithi003 ceph-mon[96088]: 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-08T10:47:32.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:32.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:31 smithi094 ceph-mon[112176]: 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-08T10:47:33.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:33.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:33 smithi003 ceph-mon[96088]: 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-08T10:47:34.344 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:33 smithi094 ceph-mon[112176]: 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-08T10:47:34.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:34.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:35.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:35.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:35 smithi003 ceph-mon[96088]: 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-08T10:47:36.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:36.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:35 smithi094 ceph-mon[112176]: 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-08T10:47:37.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:37.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:37 smithi003 ceph-mon[96088]: 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-08T10:47:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:37 smithi094 ceph-mon[112176]: 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-08T10:47:38.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:38.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:47:39.397 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:39.397 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:47:39.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:39.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:39 smithi003 ceph-mon[96088]: 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-08T10:47:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:39 smithi094 ceph-mon[112176]: 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-08T10:47:40.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:40.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:41.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:41.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:41 smithi003 ceph-mon[96088]: 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-08T10:47:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:41 smithi094 ceph-mon[112176]: 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-08T10:47:42.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:42.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:43.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:43.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:43 smithi003 ceph-mon[96088]: 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-08T10:47:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:47:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:47:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:43 smithi094 ceph-mon[112176]: 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-08T10:47:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:47:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:47:44.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:44.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:47:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:47:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:47:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:47:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:47:45.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:45.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:47:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:47:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:47:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:47:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:47:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:46 smithi094 ceph-mon[112176]: 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-08T10:47:46.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:46.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:46 smithi003 ceph-mon[96088]: 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-08T10:47:47.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:47.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:48 smithi003 ceph-mon[96088]: 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-08T10:47:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:48 smithi094 ceph-mon[112176]: 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-08T10:47:48.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:48.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:49.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:49.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:50 smithi094 ceph-mon[112176]: 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-08T10:47:50.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:50.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:50.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:50 smithi003 ceph-mon[96088]: 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-08T10:47:51.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:51.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:52 smithi094 ceph-mon[112176]: 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-08T10:47:52.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:52.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:52 smithi003 ceph-mon[96088]: 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-08T10:47:53.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:53.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:54 smithi094 ceph-mon[112176]: 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-08T10:47:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:54.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:54.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:54 smithi003 ceph-mon[96088]: 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-08T10:47:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:55.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:55.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:56 smithi094 ceph-mon[112176]: 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-08T10:47:56.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:56.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:56 smithi003 ceph-mon[96088]: 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-08T10:47:57.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:57.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:47:58 smithi094 ceph-mon[112176]: 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-08T10:47:58.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:58.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:47:58 smithi003 ceph-mon[96088]: 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-08T10:47:59.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:47:59.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:00 smithi094 ceph-mon[112176]: 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-08T10:48:00.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:00.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:00 smithi003 ceph-mon[96088]: 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-08T10:48:01.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:01.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:02 smithi094 ceph-mon[112176]: 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-08T10:48:02.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:02.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:02 smithi003 ceph-mon[96088]: 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-08T10:48:03.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:03.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:04 smithi094 ceph-mon[112176]: 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-08T10:48:04.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:04.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:04 smithi003 ceph-mon[96088]: 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-08T10:48:05.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:05.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:06 smithi094 ceph-mon[112176]: 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-08T10:48:06.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:06.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:06 smithi003 ceph-mon[96088]: 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-08T10:48:07.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:07.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:08 smithi094 ceph-mon[112176]: 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-08T10:48:08.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:08.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:08 smithi003 ceph-mon[96088]: 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-08T10:48:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:09.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:09.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:10 smithi094 ceph-mon[112176]: 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-08T10:48:10.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:10.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:10 smithi003 ceph-mon[96088]: 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-08T10:48:11.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:11.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:12 smithi094 ceph-mon[112176]: 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-08T10:48:12.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:12.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:12 smithi003 ceph-mon[96088]: 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-08T10:48:13.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:13.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:14 smithi094 ceph-mon[112176]: 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-08T10:48:14.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:14.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:14 smithi003 ceph-mon[96088]: 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-08T10:48:15.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:15.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:16 smithi094 ceph-mon[112176]: 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-08T10:48:16.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:16.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:16 smithi003 ceph-mon[96088]: 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-08T10:48:17.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:17.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:18.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:18.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:18 smithi003 ceph-mon[96088]: 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-08T10:48:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:18 smithi094 ceph-mon[112176]: 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-08T10:48:19.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:19.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:20 smithi003 ceph-mon[96088]: 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-08T10:48:20.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:20.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:20 smithi094 ceph-mon[112176]: 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-08T10:48:21.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:21.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:22 smithi003 ceph-mon[96088]: 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-08T10:48:22.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:22.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:22 smithi094 ceph-mon[112176]: 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-08T10:48:23.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:23.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:24 smithi003 ceph-mon[96088]: 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-08T10:48:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:24.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:24.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:24 smithi094 ceph-mon[112176]: 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-08T10:48:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:25.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:25.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:26 smithi003 ceph-mon[96088]: 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-08T10:48:26.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:26.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:26 smithi094 ceph-mon[112176]: 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-08T10:48:27.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:27.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:28 smithi003 ceph-mon[96088]: 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-08T10:48:28.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:28.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:28 smithi094 ceph-mon[112176]: 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-08T10:48:29.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:29.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:30 smithi003 ceph-mon[96088]: 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-08T10:48:30.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:30.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:30 smithi094 ceph-mon[112176]: 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-08T10:48:31.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:31.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:32 smithi003 ceph-mon[96088]: 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-08T10:48:32.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:32.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:32 smithi094 ceph-mon[112176]: 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-08T10:48:33.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:33.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:34 smithi003 ceph-mon[96088]: 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-08T10:48:34.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:34.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:34 smithi094 ceph-mon[112176]: 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-08T10:48:35.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:35.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:36 smithi003 ceph-mon[96088]: 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-08T10:48:36.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:36.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:36 smithi094 ceph-mon[112176]: 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-08T10:48:37.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:37.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:38 smithi003 ceph-mon[96088]: 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-08T10:48:38.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:38.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:38 smithi094 ceph-mon[112176]: 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-08T10:48:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:40 smithi094 ceph-mon[112176]: 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-08T10:48:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:40 smithi003 ceph-mon[96088]: 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-08T10:48:40.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:40.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:41.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:41.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:42 smithi003 ceph-mon[96088]: 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-08T10:48:42.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:42.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:42 smithi094 ceph-mon[112176]: 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-08T10:48:43.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:43.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:44 smithi003 ceph-mon[96088]: 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-08T10:48:44.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:44.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:44 smithi094 ceph-mon[112176]: 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-08T10:48:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:48:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:48:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:48:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:48:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:48:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:48:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:48:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:48:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:48:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:48:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:48:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:48:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:48:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:48:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:48:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:48:45.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:45.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:46 smithi003 ceph-mon[96088]: 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-08T10:48:46.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:46.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:46 smithi094 ceph-mon[112176]: 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-08T10:48:47.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:47.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:48 smithi003 ceph-mon[96088]: 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-08T10:48:48.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:48.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:48 smithi094 ceph-mon[112176]: 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-08T10:48:49.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:49.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:50 smithi094 ceph-mon[112176]: 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-08T10:48:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:50 smithi003 ceph-mon[96088]: 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-08T10:48:50.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:50.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:51.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:51.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:52 smithi003 ceph-mon[96088]: 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-08T10:48:52.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:52.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:52 smithi094 ceph-mon[112176]: 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-08T10:48:53.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:53.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:54 smithi003 ceph-mon[96088]: 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-08T10:48:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:54.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:54.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:54 smithi094 ceph-mon[112176]: 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-08T10:48:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:55.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:55.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:56 smithi003 ceph-mon[96088]: 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-08T10:48:56.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:56.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:56 smithi094 ceph-mon[112176]: 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-08T10:48:57.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:57.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:48:58 smithi003 ceph-mon[96088]: 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-08T10:48:58.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:58.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:48:58 smithi094 ceph-mon[112176]: 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-08T10:48:59.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:48:59.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:00.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:00.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:00 smithi094 ceph-mon[112176]: 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-08T10:49:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:00 smithi003 ceph-mon[96088]: 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-08T10:49:01.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:01.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:02.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:02.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:02 smithi094 ceph-mon[112176]: 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-08T10:49:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:02 smithi003 ceph-mon[96088]: 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-08T10:49:03.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:03.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:04.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:04.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:04 smithi094 ceph-mon[112176]: 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-08T10:49:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:04 smithi003 ceph-mon[96088]: 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-08T10:49:05.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:05.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:06.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:06.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:06 smithi094 ceph-mon[112176]: 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-08T10:49:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:06 smithi003 ceph-mon[96088]: 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-08T10:49:07.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:07.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:08.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:08.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:08 smithi094 ceph-mon[112176]: 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-08T10:49:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:08 smithi003 ceph-mon[96088]: 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-08T10:49:09.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:09.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:10.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:10.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:10 smithi094 ceph-mon[112176]: 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-08T10:49:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:10 smithi003 ceph-mon[96088]: 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-08T10:49:11.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:11.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:12.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:12.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:12 smithi094 ceph-mon[112176]: 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-08T10:49:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:12 smithi003 ceph-mon[96088]: 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-08T10:49:13.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:13.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:14.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:14.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:14 smithi094 ceph-mon[112176]: 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-08T10:49:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:14 smithi003 ceph-mon[96088]: 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-08T10:49:15.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:15.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:16.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:16.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:16 smithi094 ceph-mon[112176]: 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-08T10:49:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:16 smithi003 ceph-mon[96088]: 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-08T10:49:17.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:17.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:18.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:18.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:18 smithi094 ceph-mon[112176]: 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-08T10:49:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:18 smithi003 ceph-mon[96088]: 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-08T10:49:19.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:19.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:20.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:20.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:20 smithi094 ceph-mon[112176]: 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-08T10:49:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:20 smithi003 ceph-mon[96088]: 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-08T10:49:21.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:21.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:22.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:22.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:22 smithi094 ceph-mon[112176]: 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-08T10:49:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:22 smithi003 ceph-mon[96088]: 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-08T10:49:23.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:23.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:24.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:24.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:24 smithi094 ceph-mon[112176]: 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-08T10:49:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:24 smithi003 ceph-mon[96088]: 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-08T10:49:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:25.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:25.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:26.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:26.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:26.627 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:26 smithi003 ceph-mon[96088]: 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-08T10:49:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:26 smithi094 ceph-mon[112176]: 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-08T10:49:27.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:27.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:28.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:28.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:28 smithi094 ceph-mon[112176]: 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-08T10:49:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:28 smithi003 ceph-mon[96088]: 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-08T10:49:29.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:29.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:30.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:30.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:30 smithi094 ceph-mon[112176]: 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-08T10:49:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:30 smithi003 ceph-mon[96088]: 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-08T10:49:31.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:31.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:32.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:32.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:32 smithi094 ceph-mon[112176]: 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-08T10:49:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:32 smithi003 ceph-mon[96088]: 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-08T10:49:33.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:33.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:34.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:34.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:34 smithi094 ceph-mon[112176]: 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-08T10:49:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:34 smithi003 ceph-mon[96088]: 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-08T10:49:35.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:35.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:36.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:36.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:36 smithi094 ceph-mon[112176]: 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-08T10:49:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:36 smithi003 ceph-mon[96088]: 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-08T10:49:37.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:37.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:38.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:38.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:38 smithi094 ceph-mon[112176]: 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-08T10:49:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:38 smithi003 ceph-mon[96088]: 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-08T10:49:39.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:39.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:40.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:40.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:40.641 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:40 smithi094 ceph-mon[112176]: 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-08T10:49:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:40 smithi003 ceph-mon[96088]: 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-08T10:49:41.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:41.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:42.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:42.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:42 smithi094 ceph-mon[112176]: 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-08T10:49:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:42 smithi003 ceph-mon[96088]: 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-08T10:49:43.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:43.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:44.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:44.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:44 smithi094 ceph-mon[112176]: 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-08T10:49:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:44 smithi003 ceph-mon[96088]: 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-08T10:49:45.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:45.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:45 smithi094 ceph-mon[112176]: 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-08T10:49:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:49:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:49:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:49:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:49:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:49:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:49:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:45 smithi003 ceph-mon[96088]: 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-08T10:49:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:49:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:49:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:49:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:49:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:49:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:49:46.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:46.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:47.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:47.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:47 smithi094 ceph-mon[112176]: 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-08T10:49:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:47 smithi003 ceph-mon[96088]: 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-08T10:49:48.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:48.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:49.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:49.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:49 smithi094 ceph-mon[112176]: 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-08T10:49:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:49 smithi003 ceph-mon[96088]: 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-08T10:49:50.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:50.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:51.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:51.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:51 smithi094 ceph-mon[112176]: 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-08T10:49:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:51 smithi003 ceph-mon[96088]: 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-08T10:49:52.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:52.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:53.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:53.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:53 smithi094 ceph-mon[112176]: 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-08T10:49:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:53 smithi003 ceph-mon[96088]: 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-08T10:49:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:54.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:54.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:55.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:55.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:55 smithi094 ceph-mon[112176]: 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-08T10:49:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:55 smithi003 ceph-mon[96088]: 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-08T10:49:56.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:56.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:57.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:57.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:57 smithi094 ceph-mon[112176]: 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-08T10:49:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:57 smithi003 ceph-mon[96088]: 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-08T10:49:58.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:58.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:59.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:49:59.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:49:59 smithi094 ceph-mon[112176]: 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-08T10:50:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:49:59 smithi003 ceph-mon[96088]: 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-08T10:50:00.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:00.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T10:50:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T10:50:01.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:01.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:01 smithi094 ceph-mon[112176]: 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-08T10:50:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:01 smithi003 ceph-mon[96088]: 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-08T10:50:02.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:02.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:03.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:03.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:03 smithi094 ceph-mon[112176]: 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-08T10:50:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:03 smithi003 ceph-mon[96088]: 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-08T10:50:04.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:04.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:05.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:05.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:05 smithi094 ceph-mon[112176]: 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-08T10:50:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:05 smithi003 ceph-mon[96088]: 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-08T10:50:06.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:06.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:07.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:07.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:07 smithi094 ceph-mon[112176]: 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-08T10:50:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:07 smithi003 ceph-mon[96088]: 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-08T10:50:08.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:08.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:09.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:09.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:09 smithi003 ceph-mon[96088]: 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-08T10:50:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:09 smithi094 ceph-mon[112176]: 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-08T10:50:10.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:10.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:11.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:11.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:11 smithi003 ceph-mon[96088]: 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-08T10:50:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:11 smithi094 ceph-mon[112176]: 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-08T10:50:12.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:12.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:13.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:13.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:13 smithi003 ceph-mon[96088]: 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-08T10:50:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:13 smithi094 ceph-mon[112176]: 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-08T10:50:14.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:14.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:15.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:15.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:15 smithi003 ceph-mon[96088]: 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-08T10:50:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:15 smithi094 ceph-mon[112176]: 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-08T10:50:16.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:16.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:17.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:17.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:17 smithi003 ceph-mon[96088]: 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-08T10:50:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:17 smithi094 ceph-mon[112176]: 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-08T10:50:18.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:18.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:19.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:19.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:19 smithi003 ceph-mon[96088]: 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-08T10:50:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:19 smithi094 ceph-mon[112176]: 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-08T10:50:20.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:20.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:21.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:21.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:21 smithi003 ceph-mon[96088]: 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-08T10:50:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:21 smithi094 ceph-mon[112176]: 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-08T10:50:22.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:22.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:23.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:23.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:23 smithi003 ceph-mon[96088]: 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-08T10:50:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:23 smithi094 ceph-mon[112176]: 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-08T10:50:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:24.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:24.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:25.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:25.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:25 smithi003 ceph-mon[96088]: 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-08T10:50:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:25 smithi094 ceph-mon[112176]: 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-08T10:50:26.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:26.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:27.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:27.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:27 smithi003 ceph-mon[96088]: 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-08T10:50:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:27 smithi094 ceph-mon[112176]: 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-08T10:50:28.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:28.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:29.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:29.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:29 smithi003 ceph-mon[96088]: 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-08T10:50:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:29 smithi094 ceph-mon[112176]: 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-08T10:50:30.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:30.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:31.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:31.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:31 smithi094 ceph-mon[112176]: 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-08T10:50:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:31 smithi003 ceph-mon[96088]: 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-08T10:50:32.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:32.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:33.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:33.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:33 smithi003 ceph-mon[96088]: 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-08T10:50:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:33 smithi094 ceph-mon[112176]: 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-08T10:50:34.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:34.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:35.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:35.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:36.221 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:35 smithi094 ceph-mon[112176]: 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-08T10:50:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:35 smithi003 ceph-mon[96088]: 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-08T10:50:36.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:36.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:37.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:37.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:37 smithi003 ceph-mon[96088]: 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-08T10:50:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:37 smithi094 ceph-mon[112176]: 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-08T10:50:38.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:38.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:39.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:39.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:39 smithi003 ceph-mon[96088]: 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-08T10:50:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:39 smithi094 ceph-mon[112176]: 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-08T10:50:40.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:40.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:41.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:41.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:41 smithi003 ceph-mon[96088]: 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-08T10:50:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:41 smithi094 ceph-mon[112176]: 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-08T10:50:42.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:42.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:43.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:43.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:43 smithi003 ceph-mon[96088]: 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-08T10:50:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:43 smithi094 ceph-mon[112176]: 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-08T10:50:44.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:44.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:45.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:45.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:45 smithi003 ceph-mon[96088]: 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-08T10:50:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:50:46.329 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:45 smithi094 ceph-mon[112176]: 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-08T10:50:46.329 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:50:46.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:46.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:47.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:50:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:50:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:50:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:50:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:50:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:50:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:50:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:50:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:50:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:50:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:50:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:50:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:50:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:50:47.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:47.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:48 smithi003 ceph-mon[96088]: 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-08T10:50:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:48 smithi094 ceph-mon[112176]: 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-08T10:50:48.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:48.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:49.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:49.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:50 smithi003 ceph-mon[96088]: 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-08T10:50:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:50 smithi094 ceph-mon[112176]: 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-08T10:50:50.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:50.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:51.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:51.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:52 smithi003 ceph-mon[96088]: 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-08T10:50:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:52 smithi094 ceph-mon[112176]: 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-08T10:50:52.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:52.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:53.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:53.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:54 smithi003 ceph-mon[96088]: 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-08T10:50:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:54 smithi094 ceph-mon[112176]: 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-08T10:50:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:54.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:54.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:55.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:55.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:56 smithi003 ceph-mon[96088]: 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-08T10:50:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:56 smithi094 ceph-mon[112176]: 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-08T10:50:56.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:56.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:57.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:57.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:50:58 smithi003 ceph-mon[96088]: 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-08T10:50:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:50:58 smithi094 ceph-mon[112176]: 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-08T10:50:58.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:58.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:59.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:50:59.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:00 smithi003 ceph-mon[96088]: 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-08T10:51:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:00 smithi094 ceph-mon[112176]: 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-08T10:51:00.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:00.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:01.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:01.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:02 smithi003 ceph-mon[96088]: 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-08T10:51:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:02 smithi094 ceph-mon[112176]: 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-08T10:51:02.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:02.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:03.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:03.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:04 smithi003 ceph-mon[96088]: 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-08T10:51:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:04 smithi094 ceph-mon[112176]: 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-08T10:51:04.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:04.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:05.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:05.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:06 smithi003 ceph-mon[96088]: 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-08T10:51:06.534 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:06 smithi094 ceph-mon[112176]: 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-08T10:51:06.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:06.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:07.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:07.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:08 smithi003 ceph-mon[96088]: 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-08T10:51:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:08 smithi094 ceph-mon[112176]: 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-08T10:51:08.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:08.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:09.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:09.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:10 smithi003 ceph-mon[96088]: 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-08T10:51:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:10 smithi094 ceph-mon[112176]: 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-08T10:51:10.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:10.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:11.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:11.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:12 smithi003 ceph-mon[96088]: 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-08T10:51:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:12 smithi094 ceph-mon[112176]: 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-08T10:51:12.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:12.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:13.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:13.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:14 smithi003 ceph-mon[96088]: 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-08T10:51:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:14 smithi094 ceph-mon[112176]: 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-08T10:51:14.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:14.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:15.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:15.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:16 smithi003 ceph-mon[96088]: 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-08T10:51:16.640 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:16 smithi094 ceph-mon[112176]: 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-08T10:51:16.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:16.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:17.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:17.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:18 smithi003 ceph-mon[96088]: 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-08T10:51:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:18 smithi094 ceph-mon[112176]: 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-08T10:51:18.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:18.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:19.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:19.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:20 smithi094 ceph-mon[112176]: 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-08T10:51:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:20 smithi003 ceph-mon[96088]: 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-08T10:51:20.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:20.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:21.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:21.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:22 smithi094 ceph-mon[112176]: 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-08T10:51:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:22 smithi003 ceph-mon[96088]: 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-08T10:51:22.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:22.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:23.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:23.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:24 smithi094 ceph-mon[112176]: 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-08T10:51:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:24 smithi003 ceph-mon[96088]: 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-08T10:51:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:24.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:24.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:25.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:25.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:26 smithi094 ceph-mon[112176]: 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-08T10:51:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:26 smithi003 ceph-mon[96088]: 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-08T10:51:26.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:26.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:27.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:27.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:28 smithi094 ceph-mon[112176]: 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-08T10:51:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:28 smithi003 ceph-mon[96088]: 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-08T10:51:28.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:28.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:29.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:29.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:30 smithi094 ceph-mon[112176]: 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-08T10:51:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:30 smithi003 ceph-mon[96088]: 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-08T10:51:30.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:30.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:31.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:31.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:32 smithi094 ceph-mon[112176]: 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-08T10:51:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:32 smithi003 ceph-mon[96088]: 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-08T10:51:32.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:32.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:33.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:33.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:34 smithi094 ceph-mon[112176]: 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-08T10:51:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:34 smithi003 ceph-mon[96088]: 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-08T10:51:34.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:34.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:35.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:35.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:36 smithi094 ceph-mon[112176]: 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-08T10:51:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:36 smithi003 ceph-mon[96088]: 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-08T10:51:36.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:36.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:37.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:37.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:38 smithi003 ceph-mon[96088]: 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-08T10:51:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:38 smithi094 ceph-mon[112176]: 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-08T10:51:38.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:38.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:39.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:39.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:40 smithi094 ceph-mon[112176]: 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-08T10:51:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:40 smithi003 ceph-mon[96088]: 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-08T10:51:40.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:40.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:41.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:41.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:42 smithi094 ceph-mon[112176]: 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-08T10:51:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:42 smithi003 ceph-mon[96088]: 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-08T10:51:42.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:42.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:43.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:43.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:44 smithi094 ceph-mon[112176]: 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-08T10:51:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:44 smithi003 ceph-mon[96088]: 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-08T10:51:44.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:44.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:45.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:45.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:46 smithi094 ceph-mon[112176]: 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-08T10:51:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:46 smithi003 ceph-mon[96088]: 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-08T10:51:46.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:46.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:51:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:51:47.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:47.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:48 smithi094 ceph-mon[112176]: 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-08T10:51:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:51:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:51:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:51:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:51:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:51:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:48 smithi003 ceph-mon[96088]: 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-08T10:51:48.742 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:51:48.742 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:51:48.742 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:51:48.742 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:51:48.742 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:51:48.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:48.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:49.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:49.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:50 smithi094 ceph-mon[112176]: 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-08T10:51:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:50 smithi003 ceph-mon[96088]: 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-08T10:51:50.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:50.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:51.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:51.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:52 smithi094 ceph-mon[112176]: 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-08T10:51:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:52 smithi003 ceph-mon[96088]: 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-08T10:51:52.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:52.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:53.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:53.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:54 smithi094 ceph-mon[112176]: 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-08T10:51:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:54 smithi003 ceph-mon[96088]: 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-08T10:51:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:54.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:54.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:55.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:55.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:56 smithi094 ceph-mon[112176]: 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-08T10:51:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:56 smithi003 ceph-mon[96088]: 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-08T10:51:56.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:56.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:57.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:57.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:51:58 smithi094 ceph-mon[112176]: 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-08T10:51:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:51:58 smithi003 ceph-mon[96088]: 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-08T10:51:58.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:58.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:59.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:51:59.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:00 smithi094 ceph-mon[112176]: 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-08T10:52:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:00 smithi003 ceph-mon[96088]: 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-08T10:52:00.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:00.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:01.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:01.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:02 smithi094 ceph-mon[112176]: 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-08T10:52:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:02 smithi003 ceph-mon[96088]: 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-08T10:52:02.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:02.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:03.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:03.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:04 smithi094 ceph-mon[112176]: 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-08T10:52:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:04 smithi003 ceph-mon[96088]: 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-08T10:52:04.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:04.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:05.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:05.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:06 smithi094 ceph-mon[112176]: 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-08T10:52:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:06 smithi003 ceph-mon[96088]: 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-08T10:52:06.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:06.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:07.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:07.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:08 smithi094 ceph-mon[112176]: 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-08T10:52:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:08 smithi003 ceph-mon[96088]: 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-08T10:52:08.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:08.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:09.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:09.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:10 smithi094 ceph-mon[112176]: 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-08T10:52:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:10 smithi003 ceph-mon[96088]: 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-08T10:52:10.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:10.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:11.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:11.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:12 smithi094 ceph-mon[112176]: 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-08T10:52:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:12 smithi003 ceph-mon[96088]: 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-08T10:52:12.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:12.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:13.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:13.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:14 smithi094 ceph-mon[112176]: 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-08T10:52:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:14 smithi003 ceph-mon[96088]: 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-08T10:52:14.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:14.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:15.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:15.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:16 smithi094 ceph-mon[112176]: 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-08T10:52:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:16 smithi003 ceph-mon[96088]: 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-08T10:52:16.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:16.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:17.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:17.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:18 smithi094 ceph-mon[112176]: 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-08T10:52:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:18 smithi003 ceph-mon[96088]: 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-08T10:52:18.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:18.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:19.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:19.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:20 smithi094 ceph-mon[112176]: 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-08T10:52:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:20 smithi003 ceph-mon[96088]: 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-08T10:52:20.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:20.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:21.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:21.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:22 smithi094 ceph-mon[112176]: 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-08T10:52:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:22 smithi003 ceph-mon[96088]: 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-08T10:52:22.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:22.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:23.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:23.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:24 smithi094 ceph-mon[112176]: 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-08T10:52:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:24 smithi003 ceph-mon[96088]: 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-08T10:52:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:24.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:24.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:25.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:25.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:26 smithi094 ceph-mon[112176]: 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-08T10:52:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:26 smithi003 ceph-mon[96088]: 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-08T10:52:26.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:26.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:27.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:27.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:28 smithi094 ceph-mon[112176]: 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-08T10:52:28.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:28 smithi003 ceph-mon[96088]: 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-08T10:52:28.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:28.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:29.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:29.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:30 smithi094 ceph-mon[112176]: 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-08T10:52:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:30 smithi003 ceph-mon[96088]: 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-08T10:52:30.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:30.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:31.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:31.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:32 smithi094 ceph-mon[112176]: 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-08T10:52:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:32 smithi003 ceph-mon[96088]: 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-08T10:52:32.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:32.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:33.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:33.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:34 smithi094 ceph-mon[112176]: 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-08T10:52:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:34 smithi003 ceph-mon[96088]: 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-08T10:52:34.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:34.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:35.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:35.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:36 smithi094 ceph-mon[112176]: 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-08T10:52:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:36 smithi003 ceph-mon[96088]: 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-08T10:52:36.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:36.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:37.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:37.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:38 smithi094 ceph-mon[112176]: 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-08T10:52:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:38 smithi003 ceph-mon[96088]: 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-08T10:52:38.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:38.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:39.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:39.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:40 smithi094 ceph-mon[112176]: 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-08T10:52:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:40 smithi003 ceph-mon[96088]: 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-08T10:52:40.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:40.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:41.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:41.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:42 smithi094 ceph-mon[112176]: 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-08T10:52:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:42 smithi003 ceph-mon[96088]: 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-08T10:52:42.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:42.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:43.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:43.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:44 smithi094 ceph-mon[112176]: 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-08T10:52:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:44 smithi003 ceph-mon[96088]: 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-08T10:52:44.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:44.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:45.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:45.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:46 smithi094 ceph-mon[112176]: 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-08T10:52:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:46 smithi003 ceph-mon[96088]: 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-08T10:52:46.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:46.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:47.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:47.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: 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-08T10:52:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:52:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:52:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:52:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: 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-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:52:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:52:48.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:48.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:49.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:49 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1508M 2023-10-08T10:52:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:49 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1508M 2023-10-08T10:52:49.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:49.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:50 smithi094 ceph-mon[112176]: 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-08T10:52:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:50 smithi003 ceph-mon[96088]: 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-08T10:52:50.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:50.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:51.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:51.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:52.646 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:52 smithi094 ceph-mon[112176]: 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-08T10:52:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:52 smithi003 ceph-mon[96088]: 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-08T10:52:52.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:52.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:53.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:53.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:54 smithi094 ceph-mon[112176]: 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-08T10:52:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:54 smithi003 ceph-mon[96088]: 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-08T10:52:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:54.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:54.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:55.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:55.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:56 smithi094 ceph-mon[112176]: 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-08T10:52:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:56 smithi003 ceph-mon[96088]: 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-08T10:52:56.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:56.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:57.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:57.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:52:58 smithi094 ceph-mon[112176]: 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-08T10:52:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:52:58 smithi003 ceph-mon[96088]: 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-08T10:52:58.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:58.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:59.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:52:59.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:00 smithi094 ceph-mon[112176]: 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-08T10:53:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:00 smithi003 ceph-mon[96088]: 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-08T10:53:00.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:00.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:01.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:01.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:02 smithi094 ceph-mon[112176]: 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-08T10:53:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:02 smithi003 ceph-mon[96088]: 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-08T10:53:02.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:02.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:03.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:03.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:04 smithi094 ceph-mon[112176]: 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-08T10:53:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:04 smithi003 ceph-mon[96088]: 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-08T10:53:04.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:04.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:05.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:05.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:06 smithi003 ceph-mon[96088]: 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-08T10:53:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:06 smithi094 ceph-mon[112176]: 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-08T10:53:06.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:06.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:07.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:07.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:08 smithi003 ceph-mon[96088]: 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-08T10:53:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:08 smithi094 ceph-mon[112176]: 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-08T10:53:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:08.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:08.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:09.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:09.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:10 smithi003 ceph-mon[96088]: 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-08T10:53:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:10 smithi094 ceph-mon[112176]: 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-08T10:53:10.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:10.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:11.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:11.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:12 smithi003 ceph-mon[96088]: 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-08T10:53:12.856 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:12 smithi094 ceph-mon[112176]: 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-08T10:53:12.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:12.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:13.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:13.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:14 smithi003 ceph-mon[96088]: 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-08T10:53:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:14 smithi094 ceph-mon[112176]: 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-08T10:53:14.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:14.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:15.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:15.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:16 smithi003 ceph-mon[96088]: 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-08T10:53:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:16 smithi094 ceph-mon[112176]: 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-08T10:53:16.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:16.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:17.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:17.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:18 smithi003 ceph-mon[96088]: 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-08T10:53:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:18 smithi094 ceph-mon[112176]: 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-08T10:53:18.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:18.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:19.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:19.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:20 smithi003 ceph-mon[96088]: 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-08T10:53:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:20 smithi094 ceph-mon[112176]: 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-08T10:53:20.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:20.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:21.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:21.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:22 smithi003 ceph-mon[96088]: 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-08T10:53:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:22 smithi094 ceph-mon[112176]: 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-08T10:53:22.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:22.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:23.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:23.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:24 smithi003 ceph-mon[96088]: 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-08T10:53:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:24 smithi094 ceph-mon[112176]: 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-08T10:53:24.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:24.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:25.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:25.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:26 smithi003 ceph-mon[96088]: 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-08T10:53:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:26 smithi094 ceph-mon[112176]: 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-08T10:53:26.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:26.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:27 smithi003 ceph-mon[96088]: 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-08T10:53:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:27 smithi094 ceph-mon[112176]: 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-08T10:53:27.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:27.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:28.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:28.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:29.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:29.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:29 smithi003 ceph-mon[96088]: 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-08T10:53:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:29 smithi094 ceph-mon[112176]: 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-08T10:53:30.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:30.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:32.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:32.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:31 smithi003 ceph-mon[96088]: 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-08T10:53:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:31 smithi094 ceph-mon[112176]: 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-08T10:53:33.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:33.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:34.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:34.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:33 smithi003 ceph-mon[96088]: 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-08T10:53:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:33 smithi094 ceph-mon[112176]: 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-08T10:53:35.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:35.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:36.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:36.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:35 smithi003 ceph-mon[96088]: 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-08T10:53:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:35 smithi094 ceph-mon[112176]: 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-08T10:53:37.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:37.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:38.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:38.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:37 smithi003 ceph-mon[96088]: 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-08T10:53:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:37 smithi094 ceph-mon[112176]: 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-08T10:53:39.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:39.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:40.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:40.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:39 smithi003 ceph-mon[96088]: 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-08T10:53:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:39 smithi094 ceph-mon[112176]: 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-08T10:53:41.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:41.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:42.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:42.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:41 smithi003 ceph-mon[96088]: 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-08T10:53:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:41 smithi094 ceph-mon[112176]: 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-08T10:53:43.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:43.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:44.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:44.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:44.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:43 smithi003 ceph-mon[96088]: 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-08T10:53:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:43 smithi094 ceph-mon[112176]: 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-08T10:53:45.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:45.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:46.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:46.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:45 smithi003 ceph-mon[96088]: 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-08T10:53:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:45 smithi094 ceph-mon[112176]: 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-08T10:53:47.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:47.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:48.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:48.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:47 smithi003 ceph-mon[96088]: 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-08T10:53:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:47 smithi094 ceph-mon[112176]: 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-08T10:53:49.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:49.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:53:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:53:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:53:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:53:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:53:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:53:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:53:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:53:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:53:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:53:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:53:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:53:50.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:50.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:49 smithi094 ceph-mon[112176]: 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-08T10:53:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:49 smithi003 ceph-mon[96088]: 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-08T10:53:51.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:51.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:52.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:52.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:51 smithi094 ceph-mon[112176]: 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-08T10:53:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:51 smithi003 ceph-mon[96088]: 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-08T10:53:53.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:53.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:54.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:54.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:53 smithi094 ceph-mon[112176]: 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-08T10:53:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:53 smithi003 ceph-mon[96088]: 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-08T10:53:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:55.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:55.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:56.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:56.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:55 smithi094 ceph-mon[112176]: 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-08T10:53:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:55 smithi003 ceph-mon[96088]: 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-08T10:53:57.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:57.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:58.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:58.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:53:57 smithi003 ceph-mon[96088]: 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-08T10:53:58.348 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:53:57 smithi094 ceph-mon[112176]: 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-08T10:53:59.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:53:59.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:00.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:00.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:00 smithi094 ceph-mon[112176]: 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-08T10:54:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:00 smithi003 ceph-mon[96088]: 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-08T10:54:01.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:01.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:02.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:02.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:02 smithi094 ceph-mon[112176]: 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-08T10:54:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:02 smithi003 ceph-mon[96088]: 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-08T10:54:03.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:03.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:04.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:04.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:04 smithi094 ceph-mon[112176]: 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-08T10:54:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:04 smithi003 ceph-mon[96088]: 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-08T10:54:05.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:05.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:06.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:06.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:06 smithi094 ceph-mon[112176]: 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-08T10:54:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:06 smithi003 ceph-mon[96088]: 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-08T10:54:07.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:07.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:08.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:08.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:08 smithi003 ceph-mon[96088]: 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-08T10:54:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:08 smithi094 ceph-mon[112176]: 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-08T10:54:09.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:09.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:10.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:10.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:10 smithi003 ceph-mon[96088]: 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-08T10:54:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:10 smithi094 ceph-mon[112176]: 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-08T10:54:11.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:11.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:12.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:12.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:12 smithi094 ceph-mon[112176]: 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-08T10:54:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:12 smithi003 ceph-mon[96088]: 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-08T10:54:13.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:13.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:14.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:14.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:14 smithi094 ceph-mon[112176]: 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-08T10:54:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:14 smithi003 ceph-mon[96088]: 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-08T10:54:15.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:15.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:16.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:16.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:16 smithi094 ceph-mon[112176]: 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-08T10:54:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:16 smithi003 ceph-mon[96088]: 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-08T10:54:17.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:17.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:18.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:18.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:18 smithi003 ceph-mon[96088]: 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-08T10:54:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:18 smithi094 ceph-mon[112176]: 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-08T10:54:19.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:19.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:20.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:20.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:20 smithi003 ceph-mon[96088]: 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-08T10:54:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:20 smithi094 ceph-mon[112176]: 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-08T10:54:21.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:21.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:22.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:22.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:22 smithi094 ceph-mon[112176]: 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-08T10:54:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:22 smithi003 ceph-mon[96088]: 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-08T10:54:23.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:23.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:24.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:24.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:24 smithi094 ceph-mon[112176]: 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-08T10:54:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:24 smithi003 ceph-mon[96088]: 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-08T10:54:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:25.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:25.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:26.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:26.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:26 smithi094 ceph-mon[112176]: 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-08T10:54:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:26 smithi003 ceph-mon[96088]: 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-08T10:54:27.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:27.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:28.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:28.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:28 smithi003 ceph-mon[96088]: 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-08T10:54:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:28 smithi094 ceph-mon[112176]: 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-08T10:54:29.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:29.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:30.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:30.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:30 smithi094 ceph-mon[112176]: 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-08T10:54:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:30 smithi003 ceph-mon[96088]: 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-08T10:54:31.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:31.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:32.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:32.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:32 smithi094 ceph-mon[112176]: 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-08T10:54:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:32 smithi003 ceph-mon[96088]: 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-08T10:54:33.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:33.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:34.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:34.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:34 smithi094 ceph-mon[112176]: 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-08T10:54:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:34 smithi003 ceph-mon[96088]: 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-08T10:54:35.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:35.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:36.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:36.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:36 smithi094 ceph-mon[112176]: 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-08T10:54:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:36 smithi003 ceph-mon[96088]: 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-08T10:54:37.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:37.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:38.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:38.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:38.240 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:38 smithi003 ceph-mon[96088]: 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-08T10:54:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:38 smithi094 ceph-mon[112176]: 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-08T10:54:39.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:39.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:40.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:40.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:40 smithi094 ceph-mon[112176]: 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-08T10:54:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:40 smithi003 ceph-mon[96088]: 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-08T10:54:41.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:41.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:42.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:42.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:42 smithi094 ceph-mon[112176]: 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-08T10:54:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:42 smithi003 ceph-mon[96088]: 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-08T10:54:43.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:43.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:44.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:44.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:44 smithi094 ceph-mon[112176]: 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-08T10:54:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:44 smithi003 ceph-mon[96088]: 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-08T10:54:45.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:45.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:46.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:46.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:46 smithi094 ceph-mon[112176]: 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-08T10:54:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:46 smithi003 ceph-mon[96088]: 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-08T10:54:47.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:47.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:48.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:48.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:48 smithi003 ceph-mon[96088]: 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-08T10:54:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:48 smithi094 ceph-mon[112176]: 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-08T10:54:49.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:49.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:54:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:54:50.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:50.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:50 smithi094 ceph-mon[112176]: 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-08T10:54:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:54:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:54:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:54:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:54:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:54:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:50 smithi003 ceph-mon[96088]: 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-08T10:54:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:54:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:54:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:54:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:54:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:54:51.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:51.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:52.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:52.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:52 smithi094 ceph-mon[112176]: 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-08T10:54:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:52 smithi003 ceph-mon[96088]: 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-08T10:54:53.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:53.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:54.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:54.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:54 smithi094 ceph-mon[112176]: 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-08T10:54:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:54 smithi003 ceph-mon[96088]: 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-08T10:54:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:55.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:55.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:56.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:56.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:56 smithi094 ceph-mon[112176]: 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-08T10:54:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:56 smithi003 ceph-mon[96088]: 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-08T10:54:57.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:57.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:58.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:58.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:54:58 smithi003 ceph-mon[96088]: 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-08T10:54:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:54:58 smithi094 ceph-mon[112176]: 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-08T10:54:59.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:54:59.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:00.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:00.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:00.415 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:00 smithi003 ceph-mon[96088]: 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-08T10:55:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:00 smithi094 ceph-mon[112176]: 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-08T10:55:01.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:01.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:02.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:02.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:02 smithi094 ceph-mon[112176]: 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-08T10:55:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:02 smithi003 ceph-mon[96088]: 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-08T10:55:03.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:03.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:04.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:04.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:04 smithi094 ceph-mon[112176]: 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-08T10:55:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:04 smithi003 ceph-mon[96088]: 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-08T10:55:05.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:05.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:06.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:06.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:06 smithi094 ceph-mon[112176]: 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-08T10:55:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:06 smithi003 ceph-mon[96088]: 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-08T10:55:07.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:07.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:08.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:08.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:08 smithi094 ceph-mon[112176]: 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-08T10:55:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:08 smithi003 ceph-mon[96088]: 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-08T10:55:09.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:09.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:10.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:10.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:10 smithi094 ceph-mon[112176]: 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-08T10:55:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:10 smithi003 ceph-mon[96088]: 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-08T10:55:11.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:11.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:12.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:12.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:12 smithi094 ceph-mon[112176]: 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-08T10:55:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:12 smithi003 ceph-mon[96088]: 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-08T10:55:13.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:13.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:14.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:14.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:14 smithi094 ceph-mon[112176]: 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-08T10:55:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:14 smithi003 ceph-mon[96088]: 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-08T10:55:15.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:15.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:16.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:16.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:16 smithi094 ceph-mon[112176]: 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-08T10:55:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:16 smithi003 ceph-mon[96088]: 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-08T10:55:17.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:17.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:18.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:18.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:18 smithi094 ceph-mon[112176]: 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-08T10:55:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:18 smithi003 ceph-mon[96088]: 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-08T10:55:19.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:19.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:20.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:20.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:20 smithi094 ceph-mon[112176]: 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-08T10:55:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:20 smithi003 ceph-mon[96088]: 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-08T10:55:21.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:21.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:22.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:22.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:22 smithi094 ceph-mon[112176]: 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-08T10:55:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:22 smithi003 ceph-mon[96088]: 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-08T10:55:23.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:23.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:24.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:24.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:24 smithi094 ceph-mon[112176]: 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-08T10:55:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:24 smithi003 ceph-mon[96088]: 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-08T10:55:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:25.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:25.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:26.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:26.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:26 smithi094 ceph-mon[112176]: 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-08T10:55:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:26 smithi003 ceph-mon[96088]: 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-08T10:55:27.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:27.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:28.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:28.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:28 smithi003 ceph-mon[96088]: 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-08T10:55:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:28 smithi094 ceph-mon[112176]: 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-08T10:55:29.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:29.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:30.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:30.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:30 smithi003 ceph-mon[96088]: 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-08T10:55:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:30 smithi094 ceph-mon[112176]: 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-08T10:55:31.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:31.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:32.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:32.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:32 smithi003 ceph-mon[96088]: 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-08T10:55:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:32 smithi094 ceph-mon[112176]: 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-08T10:55:33.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:33.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:34.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:34.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:34 smithi003 ceph-mon[96088]: 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-08T10:55:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:34 smithi094 ceph-mon[112176]: 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-08T10:55:35.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:35.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:36.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:36.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:36 smithi003 ceph-mon[96088]: 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-08T10:55:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:36 smithi094 ceph-mon[112176]: 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-08T10:55:37.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:37.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:38.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:38.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:38 smithi003 ceph-mon[96088]: 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-08T10:55:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:38 smithi094 ceph-mon[112176]: 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-08T10:55:39.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:39.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:40.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:40.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:40 smithi003 ceph-mon[96088]: 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-08T10:55:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:40 smithi094 ceph-mon[112176]: 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-08T10:55:41.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:41.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:42.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:42.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:42 smithi003 ceph-mon[96088]: 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-08T10:55:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:42 smithi094 ceph-mon[112176]: 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-08T10:55:43.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:43.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:44.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:44.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:44.459 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:44 smithi094 ceph-mon[112176]: 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-08T10:55:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:44 smithi003 ceph-mon[96088]: 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-08T10:55:45.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:45.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:46.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:46.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:46 smithi003 ceph-mon[96088]: 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-08T10:55:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:46 smithi094 ceph-mon[112176]: 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-08T10:55:47.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:47.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:48.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:48.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:48 smithi003 ceph-mon[96088]: 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-08T10:55:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:48 smithi094 ceph-mon[112176]: 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-08T10:55:49.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:49.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:50.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:50.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:50 smithi003 ceph-mon[96088]: 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-08T10:55:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:55:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:50 smithi094 ceph-mon[112176]: 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-08T10:55:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:55:51.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:51.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:52.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:52.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:52 smithi003 ceph-mon[96088]: 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-08T10:55:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:52 smithi094 ceph-mon[112176]: 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-08T10:55:53.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:53.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:55:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:55:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:55:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:55:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:55:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:55:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:55:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:55:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:55:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:55:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:55:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:55:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:55:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:55:54.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:54.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:54 smithi003 ceph-mon[96088]: 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-08T10:55:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:54.569 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:54 smithi094 ceph-mon[112176]: 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-08T10:55:54.569 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:55.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:55.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:56.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:56.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:56 smithi003 ceph-mon[96088]: 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-08T10:55:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:56 smithi094 ceph-mon[112176]: 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-08T10:55:57.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:57.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:58.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:58.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:55:58 smithi003 ceph-mon[96088]: 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-08T10:55:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:55:58 smithi094 ceph-mon[112176]: 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-08T10:55:59.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:55:59.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:00.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:00.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:00 smithi003 ceph-mon[96088]: 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-08T10:56:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:00 smithi094 ceph-mon[112176]: 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-08T10:56:01.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:01.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:02.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:02.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:02 smithi003 ceph-mon[96088]: 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-08T10:56:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:02 smithi094 ceph-mon[112176]: 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-08T10:56:03.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:03.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:04.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:04.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:04 smithi003 ceph-mon[96088]: 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-08T10:56:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:04 smithi094 ceph-mon[112176]: 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-08T10:56:05.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:05.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:06.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:06.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:06 smithi003 ceph-mon[96088]: 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-08T10:56:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:06 smithi094 ceph-mon[112176]: 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-08T10:56:07.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:07.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:08.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:08.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:08 smithi094 ceph-mon[112176]: 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-08T10:56:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:08 smithi003 ceph-mon[96088]: 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-08T10:56:09.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:09.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:10.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:10.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:10 smithi094 ceph-mon[112176]: 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-08T10:56:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:10 smithi003 ceph-mon[96088]: 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-08T10:56:11.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:11.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:12.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:12.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:12 smithi094 ceph-mon[112176]: 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-08T10:56:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:12 smithi003 ceph-mon[96088]: 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-08T10:56:13.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:13.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:14.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:14.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:14 smithi094 ceph-mon[112176]: 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-08T10:56:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:14 smithi003 ceph-mon[96088]: 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-08T10:56:15.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:15.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:16.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:16.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:16 smithi094 ceph-mon[112176]: 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-08T10:56:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:16 smithi003 ceph-mon[96088]: 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-08T10:56:17.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:17.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:18.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:18.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:18 smithi094 ceph-mon[112176]: 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-08T10:56:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:18 smithi003 ceph-mon[96088]: 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-08T10:56:19.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:19.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:20.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:20.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:20 smithi094 ceph-mon[112176]: 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-08T10:56:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:20 smithi003 ceph-mon[96088]: 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-08T10:56:21.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:21.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:22.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:22.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:22 smithi094 ceph-mon[112176]: 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-08T10:56:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:22 smithi003 ceph-mon[96088]: 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-08T10:56:23.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:23.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:24.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:24.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:24 smithi094 ceph-mon[112176]: 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-08T10:56:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:24 smithi003 ceph-mon[96088]: 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-08T10:56:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:25.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:25.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:26.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:26.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:26 smithi094 ceph-mon[112176]: 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-08T10:56:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:26 smithi003 ceph-mon[96088]: 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-08T10:56:27.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:27.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:28.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:28.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:28 smithi094 ceph-mon[112176]: 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-08T10:56:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:28 smithi003 ceph-mon[96088]: 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-08T10:56:29.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:29.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:30.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:30.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:30 smithi094 ceph-mon[112176]: 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-08T10:56:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:30 smithi003 ceph-mon[96088]: 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-08T10:56:31.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:31.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:32.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:32.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:32 smithi094 ceph-mon[112176]: 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-08T10:56:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:32 smithi003 ceph-mon[96088]: 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-08T10:56:33.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:33.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:34.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:34.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:34 smithi094 ceph-mon[112176]: 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-08T10:56:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:34 smithi003 ceph-mon[96088]: 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-08T10:56:35.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:35.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:36.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:36.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:36 smithi094 ceph-mon[112176]: 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-08T10:56:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:36 smithi003 ceph-mon[96088]: 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-08T10:56:37.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:37.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:38.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:38.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:38 smithi094 ceph-mon[112176]: 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-08T10:56:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:38 smithi003 ceph-mon[96088]: 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-08T10:56:39.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:39.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:40.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:40.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:40 smithi094 ceph-mon[112176]: 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-08T10:56:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:40 smithi003 ceph-mon[96088]: 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-08T10:56:41.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:41.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:42.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:42.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:42 smithi094 ceph-mon[112176]: 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-08T10:56:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:42 smithi003 ceph-mon[96088]: 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-08T10:56:43.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:43.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:44.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:44.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:44 smithi094 ceph-mon[112176]: 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-08T10:56:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:44 smithi003 ceph-mon[96088]: 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-08T10:56:45.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:45.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:46.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:46.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:46.619 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:46 smithi003 ceph-mon[96088]: 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-08T10:56:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:46 smithi094 ceph-mon[112176]: 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-08T10:56:47.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:47.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:48.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:48.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:48 smithi094 ceph-mon[112176]: 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-08T10:56:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:48 smithi003 ceph-mon[96088]: 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-08T10:56:49.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:49.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:50.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:50.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:50 smithi094 ceph-mon[112176]: 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-08T10:56:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:50 smithi003 ceph-mon[96088]: 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-08T10:56:51.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:51.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:52.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:52.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:52 smithi094 ceph-mon[112176]: 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-08T10:56:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:52 smithi003 ceph-mon[96088]: 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-08T10:56:53.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:53.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:56:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:56:54.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:54.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:54 smithi094 ceph-mon[112176]: 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-08T10:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:54 smithi003 ceph-mon[96088]: 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-08T10:56:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:56:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:56:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:56:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:56:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:56:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:55.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:55.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:56.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:56.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:56 smithi094 ceph-mon[112176]: 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-08T10:56:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:56 smithi003 ceph-mon[96088]: 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-08T10:56:57.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:57.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:58.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:58.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:56:58 smithi094 ceph-mon[112176]: 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-08T10:56:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:56:58 smithi003 ceph-mon[96088]: 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-08T10:56:59.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:56:59.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:00.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:00.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:00 smithi094 ceph-mon[112176]: 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-08T10:57:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:00 smithi003 ceph-mon[96088]: 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-08T10:57:01.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:01.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:02.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:02.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:02 smithi094 ceph-mon[112176]: 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-08T10:57:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:02 smithi003 ceph-mon[96088]: 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-08T10:57:03.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:03.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:04.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:04.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:04 smithi094 ceph-mon[112176]: 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-08T10:57:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:04 smithi003 ceph-mon[96088]: 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-08T10:57:05.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:05.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:06.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:06.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:06 smithi094 ceph-mon[112176]: 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-08T10:57:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:06 smithi003 ceph-mon[96088]: 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-08T10:57:07.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:07.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:08.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:08.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:08 smithi094 ceph-mon[112176]: 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-08T10:57:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:08 smithi003 ceph-mon[96088]: 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-08T10:57:09.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:09.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:10.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:10.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:10 smithi094 ceph-mon[112176]: 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-08T10:57:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:10 smithi003 ceph-mon[96088]: 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-08T10:57:11.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:11.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:12.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:12.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:12 smithi094 ceph-mon[112176]: 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-08T10:57:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:12 smithi003 ceph-mon[96088]: 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-08T10:57:13.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:13.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:14.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:14.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:14 smithi094 ceph-mon[112176]: 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-08T10:57:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:14 smithi003 ceph-mon[96088]: 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-08T10:57:15.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:15.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:16.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:16.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:16 smithi094 ceph-mon[112176]: 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-08T10:57:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:16 smithi003 ceph-mon[96088]: 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-08T10:57:17.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:17.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:18.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:18.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:18 smithi094 ceph-mon[112176]: 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-08T10:57:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:18 smithi003 ceph-mon[96088]: 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-08T10:57:19.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:19.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:20.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:20.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:20 smithi094 ceph-mon[112176]: 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-08T10:57:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:20 smithi003 ceph-mon[96088]: 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-08T10:57:21.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:21.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:22.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:22.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:22 smithi094 ceph-mon[112176]: 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-08T10:57:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:22 smithi003 ceph-mon[96088]: 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-08T10:57:23.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:23.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:24.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:24.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:24 smithi094 ceph-mon[112176]: 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-08T10:57:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:24 smithi003 ceph-mon[96088]: 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-08T10:57:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:25.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:25.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:26.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:26.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:26 smithi094 ceph-mon[112176]: 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-08T10:57:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:26 smithi003 ceph-mon[96088]: 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-08T10:57:27.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:27.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:28.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:28.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:28 smithi094 ceph-mon[112176]: 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-08T10:57:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:28 smithi003 ceph-mon[96088]: 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-08T10:57:29.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:29.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:30.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:30.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:30 smithi094 ceph-mon[112176]: 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-08T10:57:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:30 smithi003 ceph-mon[96088]: 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-08T10:57:31.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:31.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:32.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:32.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:32 smithi094 ceph-mon[112176]: 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-08T10:57:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:32 smithi003 ceph-mon[96088]: 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-08T10:57:33.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:33.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:34.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:34.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:34 smithi094 ceph-mon[112176]: 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-08T10:57:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:34 smithi003 ceph-mon[96088]: 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-08T10:57:35.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:35.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:36.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:36.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:36 smithi094 ceph-mon[112176]: 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-08T10:57:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:36 smithi003 ceph-mon[96088]: 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-08T10:57:37.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:37.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:38.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:38.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:38 smithi094 ceph-mon[112176]: 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-08T10:57:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:38 smithi003 ceph-mon[96088]: 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-08T10:57:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:39.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:39.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:40.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:40.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:40 smithi094 ceph-mon[112176]: 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-08T10:57:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:40 smithi003 ceph-mon[96088]: 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-08T10:57:41.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:41.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:42.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:42.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:42 smithi003 ceph-mon[96088]: 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-08T10:57:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:42 smithi094 ceph-mon[112176]: 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-08T10:57:43.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:43.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:44.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:44.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:44 smithi003 ceph-mon[96088]: 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-08T10:57:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:44 smithi094 ceph-mon[112176]: 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-08T10:57:45.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:45.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:46.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:46.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:46 smithi003 ceph-mon[96088]: 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-08T10:57:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:46 smithi094 ceph-mon[112176]: 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-08T10:57:47.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:47.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:48.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:48.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:48 smithi003 ceph-mon[96088]: 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-08T10:57:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:48 smithi094 ceph-mon[112176]: 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-08T10:57:49.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:49.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:50.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:50.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:50 smithi003 ceph-mon[96088]: 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-08T10:57:50.778 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:50 smithi094 ceph-mon[112176]: 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-08T10:57:51.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:51.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:52.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:52.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:52 smithi003 ceph-mon[96088]: 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-08T10:57:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:52 smithi094 ceph-mon[112176]: 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-08T10:57:53.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:53.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:53.781 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:54.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:54.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:54 smithi003 ceph-mon[96088]: 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-08T10:57:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:57:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:54 smithi094 ceph-mon[112176]: 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-08T10:57:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:57:55.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:55.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:56.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:56.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:56 smithi003 ceph-mon[96088]: 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-08T10:57:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:56 smithi094 ceph-mon[112176]: 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-08T10:57:57.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:57.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:58.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:58.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:58 smithi003 ceph-mon[96088]: 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-08T10:57:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:57:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:57:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:58 smithi094 ceph-mon[112176]: 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-08T10:57:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:57:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:57:59.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:57:59.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:57:59.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:57:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:57:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:57:59.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:57:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:57:59.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:57:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:57:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:57:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:57:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:57:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:58:00.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:00.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:00 smithi003 ceph-mon[96088]: 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-08T10:58:00.884 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:00 smithi094 ceph-mon[112176]: 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-08T10:58:01.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:01.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:02.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:02.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:02 smithi003 ceph-mon[96088]: 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-08T10:58:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:02 smithi094 ceph-mon[112176]: 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-08T10:58:03.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:03.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:04.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:04.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:04 smithi003 ceph-mon[96088]: 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-08T10:58:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:04 smithi094 ceph-mon[112176]: 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-08T10:58:05.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:05.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:06.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:06.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:06 smithi003 ceph-mon[96088]: 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-08T10:58:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:06 smithi094 ceph-mon[112176]: 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-08T10:58:07.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:07.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:08.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:08.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:08 smithi003 ceph-mon[96088]: 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-08T10:58:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:08 smithi094 ceph-mon[112176]: 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-08T10:58:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:09.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:09.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:10.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:10.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:10 smithi003 ceph-mon[96088]: 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-08T10:58:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:10 smithi094 ceph-mon[112176]: 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-08T10:58:11.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:11.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:12.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:12.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:12 smithi003 ceph-mon[96088]: 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-08T10:58:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:12 smithi094 ceph-mon[112176]: 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-08T10:58:13.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:13.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:14.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:14.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:14 smithi003 ceph-mon[96088]: 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-08T10:58:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:14 smithi094 ceph-mon[112176]: 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-08T10:58:15.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:15.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:16.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:16.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:16 smithi003 ceph-mon[96088]: 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-08T10:58:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:16 smithi094 ceph-mon[112176]: 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-08T10:58:17.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:17.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:18.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:18.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:18 smithi003 ceph-mon[96088]: 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-08T10:58:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:18 smithi094 ceph-mon[112176]: 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-08T10:58:19.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:19.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:20.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:20.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:20 smithi003 ceph-mon[96088]: 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-08T10:58:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:20 smithi094 ceph-mon[112176]: 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-08T10:58:21.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:21.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:22.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:22.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:22 smithi094 ceph-mon[112176]: 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-08T10:58:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:22 smithi003 ceph-mon[96088]: 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-08T10:58:23.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:23.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:24.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:24.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:24 smithi094 ceph-mon[112176]: 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-08T10:58:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:24 smithi003 ceph-mon[96088]: 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-08T10:58:25.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:25.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:26.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:26.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:26 smithi094 ceph-mon[112176]: 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-08T10:58:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:26 smithi003 ceph-mon[96088]: 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-08T10:58:27.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:27.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:28.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:28.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:28 smithi094 ceph-mon[112176]: 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-08T10:58:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:28 smithi003 ceph-mon[96088]: 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-08T10:58:29.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:29.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:30.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:30.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:30 smithi094 ceph-mon[112176]: 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-08T10:58:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:30 smithi003 ceph-mon[96088]: 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-08T10:58:31.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:31.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:32.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:32.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:32.825 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:32 smithi003 ceph-mon[96088]: 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-08T10:58:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:32 smithi094 ceph-mon[112176]: 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-08T10:58:33.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:33.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:34.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:34.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:34 smithi094 ceph-mon[112176]: 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-08T10:58:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:34 smithi003 ceph-mon[96088]: 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-08T10:58:35.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:35.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:36.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:36.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:36 smithi094 ceph-mon[112176]: 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-08T10:58:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:36 smithi003 ceph-mon[96088]: 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-08T10:58:37.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:37.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:38.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:38.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:38 smithi094 ceph-mon[112176]: 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-08T10:58:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:38 smithi003 ceph-mon[96088]: 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-08T10:58:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:40.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:40.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:40 smithi094 ceph-mon[112176]: 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-08T10:58:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:40 smithi003 ceph-mon[96088]: 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-08T10:58:41.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:41.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:41 smithi094 ceph-mon[112176]: 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-08T10:58:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:41 smithi003 ceph-mon[96088]: 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-08T10:58:42.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:42.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:43.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:43.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:44 smithi094 ceph-mon[112176]: 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-08T10:58:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:44 smithi003 ceph-mon[96088]: 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-08T10:58:44.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:44.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:45.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:45.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:46.357 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:46 smithi094 ceph-mon[112176]: 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-08T10:58:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:46 smithi003 ceph-mon[96088]: 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-08T10:58:46.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:46.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:47.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:47.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:48 smithi003 ceph-mon[96088]: 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-08T10:58:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:48 smithi094 ceph-mon[112176]: 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-08T10:58:48.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:48.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:49.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:49.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:50 smithi094 ceph-mon[112176]: 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-08T10:58:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:50 smithi003 ceph-mon[96088]: 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-08T10:58:50.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:50.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:51.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:51.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:52 smithi094 ceph-mon[112176]: 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-08T10:58:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:52 smithi003 ceph-mon[96088]: 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-08T10:58:52.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:52.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:53.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:53.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:54 smithi094 ceph-mon[112176]: 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-08T10:58:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:54 smithi003 ceph-mon[96088]: 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-08T10:58:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:54.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:54.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:55.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:55.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:56 smithi094 ceph-mon[112176]: 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-08T10:58:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:56 smithi003 ceph-mon[96088]: 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-08T10:58:56.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:56.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:57.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:57.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:58 smithi003 ceph-mon[96088]: 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-08T10:58:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:58 smithi094 ceph-mon[112176]: 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-08T10:58:58.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:58.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:58:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:58:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:58:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:58:59.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:58:59.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:00.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:00.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:00 smithi094 ceph-mon[112176]: 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-08T10:59:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:59:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:59:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:59:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:59:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:59:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:59:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:59:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:00 smithi003 ceph-mon[96088]: 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-08T10:59:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:59:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:59:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:59:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:59:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:59:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:59:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T10:59:01.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:01.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:02.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:02.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:02 smithi094 ceph-mon[112176]: 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-08T10:59:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:02 smithi003 ceph-mon[96088]: 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-08T10:59:03.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:03.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:04.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:04.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:04 smithi094 ceph-mon[112176]: 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-08T10:59:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:04 smithi003 ceph-mon[96088]: 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-08T10:59:05.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:05.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:06.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:06.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:06 smithi094 ceph-mon[112176]: 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-08T10:59:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:06 smithi003 ceph-mon[96088]: 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-08T10:59:07.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:07.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:08 smithi003 ceph-mon[96088]: 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-08T10:59:08.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:08.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:08 smithi094 ceph-mon[112176]: 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-08T10:59:09.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:09.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:10.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:10.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:10 smithi094 ceph-mon[112176]: 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-08T10:59:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:10 smithi003 ceph-mon[96088]: 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-08T10:59:11.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:11.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:12.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:12.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:12 smithi094 ceph-mon[112176]: 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-08T10:59:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:12 smithi003 ceph-mon[96088]: 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-08T10:59:13.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:13.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:14.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:14.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:14 smithi094 ceph-mon[112176]: 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-08T10:59:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:14 smithi003 ceph-mon[96088]: 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-08T10:59:15.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:15.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:16.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:16.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:16 smithi094 ceph-mon[112176]: 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-08T10:59:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:16 smithi003 ceph-mon[96088]: 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-08T10:59:17.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:17.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:18.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:18.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:18 smithi094 ceph-mon[112176]: 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-08T10:59:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:18 smithi003 ceph-mon[96088]: 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-08T10:59:19.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:19.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:20.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:20.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:20 smithi094 ceph-mon[112176]: 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-08T10:59:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:20 smithi003 ceph-mon[96088]: 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-08T10:59:21.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:21.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:22.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:22.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:22 smithi094 ceph-mon[112176]: 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-08T10:59:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:22 smithi003 ceph-mon[96088]: 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-08T10:59:23.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:23.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:24.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:24.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:24 smithi094 ceph-mon[112176]: 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-08T10:59:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:24 smithi003 ceph-mon[96088]: 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-08T10:59:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:25.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:25.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:26 smithi094 ceph-mon[112176]: 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-08T10:59:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:26 smithi003 ceph-mon[96088]: 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-08T10:59:26.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:26.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:27.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:27.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:28 smithi003 ceph-mon[96088]: 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-08T10:59:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:28 smithi094 ceph-mon[112176]: 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-08T10:59:28.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:28.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:29.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:29.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:30 smithi094 ceph-mon[112176]: 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-08T10:59:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:30 smithi003 ceph-mon[96088]: 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-08T10:59:30.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:30.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:31.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:31.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:32 smithi094 ceph-mon[112176]: 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-08T10:59:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:32 smithi003 ceph-mon[96088]: 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-08T10:59:32.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:32.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:33.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:33.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:34 smithi094 ceph-mon[112176]: 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-08T10:59:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:34 smithi003 ceph-mon[96088]: 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-08T10:59:34.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:34.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:35.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:35.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:36 smithi094 ceph-mon[112176]: 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-08T10:59:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:36 smithi003 ceph-mon[96088]: 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-08T10:59:36.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:36.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:37.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:37.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:38 smithi003 ceph-mon[96088]: 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-08T10:59:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:38 smithi094 ceph-mon[112176]: 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-08T10:59:38.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:38.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:39.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:39.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:40 smithi094 ceph-mon[112176]: 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-08T10:59:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:40 smithi003 ceph-mon[96088]: 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-08T10:59:40.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:40.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:41.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:41.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:42 smithi094 ceph-mon[112176]: 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-08T10:59:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:42 smithi003 ceph-mon[96088]: 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-08T10:59:42.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:42.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:43.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:43.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:44 smithi094 ceph-mon[112176]: 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-08T10:59:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:44 smithi003 ceph-mon[96088]: 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-08T10:59:44.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:44.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:45.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:45.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:46 smithi094 ceph-mon[112176]: 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-08T10:59:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:46 smithi003 ceph-mon[96088]: 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-08T10:59:46.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:46.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:47.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:47.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:48 smithi003 ceph-mon[96088]: 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-08T10:59:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:48 smithi094 ceph-mon[112176]: 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-08T10:59:48.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:48.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:49.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:49.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:50 smithi094 ceph-mon[112176]: 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-08T10:59:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:50 smithi003 ceph-mon[96088]: 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-08T10:59:50.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:50.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:51.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:51.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:52 smithi094 ceph-mon[112176]: 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-08T10:59:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:52 smithi003 ceph-mon[96088]: 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-08T10:59:52.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:52.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:53.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:53.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:54 smithi094 ceph-mon[112176]: 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-08T10:59:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:54 smithi003 ceph-mon[96088]: 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-08T10:59:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:54.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:54.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:55.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:55.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:56 smithi094 ceph-mon[112176]: 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-08T10:59:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:56 smithi003 ceph-mon[96088]: 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-08T10:59:56.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:56.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:57.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:57.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 10:59:58 smithi003 ceph-mon[96088]: 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-08T10:59:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 10:59:58 smithi094 ceph-mon[112176]: 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-08T10:59:58.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:58.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:59.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T10:59:59.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:00 smithi094 ceph-mon[112176]: 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-08T11:00:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:00:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T11:00:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:00 smithi003 ceph-mon[96088]: 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-08T11:00:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:00:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T11:00:00.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:00.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:00:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:00:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:00:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:00:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:00:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:00:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:00:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:00:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:00:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:00:01.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:01.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:02.591 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:02 smithi003 ceph-mon[96088]: 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-08T11:00:02.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:02.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:02 smithi094 ceph-mon[112176]: 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-08T11:00:03.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:03.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:04.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:04.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:04 smithi094 ceph-mon[112176]: 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-08T11:00:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:04 smithi003 ceph-mon[96088]: 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-08T11:00:05.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:05.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:06 smithi094 ceph-mon[112176]: 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-08T11:00:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:06 smithi003 ceph-mon[96088]: 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-08T11:00:06.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:06.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:07.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:07.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:08 smithi003 ceph-mon[96088]: 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-08T11:00:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:08 smithi094 ceph-mon[112176]: 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-08T11:00:08.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:08.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:09.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:09.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:10 smithi094 ceph-mon[112176]: 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-08T11:00:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:10 smithi003 ceph-mon[96088]: 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-08T11:00:10.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:10.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:11.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:11.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:12 smithi094 ceph-mon[112176]: 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-08T11:00:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:12 smithi003 ceph-mon[96088]: 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-08T11:00:12.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:12.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:13.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:13.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:14 smithi003 ceph-mon[96088]: 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-08T11:00:14.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:14 smithi094 ceph-mon[112176]: 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-08T11:00:14.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:14.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:15.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:15.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:16 smithi094 ceph-mon[112176]: 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-08T11:00:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:16 smithi003 ceph-mon[96088]: 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-08T11:00:16.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:16.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:18 smithi003 ceph-mon[96088]: 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-08T11:00:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:18 smithi094 ceph-mon[112176]: 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-08T11:00:18.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:18.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:19.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:19.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:20 smithi094 ceph-mon[112176]: 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-08T11:00:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:20 smithi003 ceph-mon[96088]: 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-08T11:00:20.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:20.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:21.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:21.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:22.360 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:22 smithi094 ceph-mon[112176]: 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-08T11:00:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:22 smithi003 ceph-mon[96088]: 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-08T11:00:22.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:22.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:23.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:23.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:24 smithi094 ceph-mon[112176]: 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-08T11:00:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:24 smithi003 ceph-mon[96088]: 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-08T11:00:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:24.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:24.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:25.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:25.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:26 smithi094 ceph-mon[112176]: 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-08T11:00:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:26 smithi003 ceph-mon[96088]: 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-08T11:00:26.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:26.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:27.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:27.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:28 smithi003 ceph-mon[96088]: 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-08T11:00:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:28 smithi094 ceph-mon[112176]: 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-08T11:00:28.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:28.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:29.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:29.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:30 smithi094 ceph-mon[112176]: 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-08T11:00:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:30 smithi003 ceph-mon[96088]: 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-08T11:00:30.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:30.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:31.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:31.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:32 smithi094 ceph-mon[112176]: 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-08T11:00:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:32 smithi003 ceph-mon[96088]: 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-08T11:00:32.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:32.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:33.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:33.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:34 smithi094 ceph-mon[112176]: 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-08T11:00:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:34 smithi003 ceph-mon[96088]: 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-08T11:00:34.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:34.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:35.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:35.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:36 smithi094 ceph-mon[112176]: 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-08T11:00:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:36 smithi003 ceph-mon[96088]: 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-08T11:00:36.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:36.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:37.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:37.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:38 smithi003 ceph-mon[96088]: 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-08T11:00:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:38 smithi094 ceph-mon[112176]: 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-08T11:00:38.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:38.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:39.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:39.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:40 smithi094 ceph-mon[112176]: 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-08T11:00:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:40 smithi003 ceph-mon[96088]: 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-08T11:00:40.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:40.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:41.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:41.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:42 smithi094 ceph-mon[112176]: 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-08T11:00:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:42 smithi003 ceph-mon[96088]: 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-08T11:00:42.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:42.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:43.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:43.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:44 smithi094 ceph-mon[112176]: 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-08T11:00:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:44 smithi003 ceph-mon[96088]: 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-08T11:00:44.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:44.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:45.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:45.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:46 smithi094 ceph-mon[112176]: 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-08T11:00:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:46 smithi003 ceph-mon[96088]: 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-08T11:00:46.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:46.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:47.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:47.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:48 smithi003 ceph-mon[96088]: 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-08T11:00:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:48 smithi094 ceph-mon[112176]: 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-08T11:00:48.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:48.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:49.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:49.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:50 smithi094 ceph-mon[112176]: 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-08T11:00:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:50 smithi003 ceph-mon[96088]: 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-08T11:00:50.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:50.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:51.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:51.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:52 smithi094 ceph-mon[112176]: 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-08T11:00:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:52 smithi003 ceph-mon[96088]: 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-08T11:00:52.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:52.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:53.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:53.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:54 smithi094 ceph-mon[112176]: 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-08T11:00:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:54.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:54 smithi003 ceph-mon[96088]: 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-08T11:00:54.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:54.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:54.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:55.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:55.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:56 smithi094 ceph-mon[112176]: 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-08T11:00:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:56 smithi003 ceph-mon[96088]: 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-08T11:00:56.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:56.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:57.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:57.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:00:58 smithi003 ceph-mon[96088]: 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-08T11:00:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:00:58 smithi094 ceph-mon[112176]: 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-08T11:00:58.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:58.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:59.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:00:59.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:00 smithi094 ceph-mon[112176]: 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-08T11:01:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:00 smithi003 ceph-mon[96088]: 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-08T11:01:00.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:00.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:01:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:01:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:01:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:01:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:01:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:01:01.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:01.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:02 smithi094 ceph-mon[112176]: 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-08T11:01:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:01:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:01:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:01:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:01:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:01:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:02 smithi003 ceph-mon[96088]: 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-08T11:01:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:01:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:01:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:01:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:01:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:01:02.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:02.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:03.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:03.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:04 smithi094 ceph-mon[112176]: 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-08T11:01:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:04 smithi003 ceph-mon[96088]: 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-08T11:01:04.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:04.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:05.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:05.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:06 smithi094 ceph-mon[112176]: 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-08T11:01:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:06 smithi003 ceph-mon[96088]: 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-08T11:01:06.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:06.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:07.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:07.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:08 smithi003 ceph-mon[96088]: 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-08T11:01:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:08 smithi094 ceph-mon[112176]: 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-08T11:01:08.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:08.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:09.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:09.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:10 smithi094 ceph-mon[112176]: 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-08T11:01:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:10 smithi003 ceph-mon[96088]: 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-08T11:01:10.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:10.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:11.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:11.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:12 smithi094 ceph-mon[112176]: 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-08T11:01:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:12 smithi003 ceph-mon[96088]: 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-08T11:01:12.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:12.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:13.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:13.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:14 smithi094 ceph-mon[112176]: 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-08T11:01:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:14 smithi003 ceph-mon[96088]: 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-08T11:01:14.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:14.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:15.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:15.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:16 smithi094 ceph-mon[112176]: 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-08T11:01:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:16 smithi003 ceph-mon[96088]: 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-08T11:01:16.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:16.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:17.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:17.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:18 smithi003 ceph-mon[96088]: 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-08T11:01:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:18 smithi094 ceph-mon[112176]: 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-08T11:01:18.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:18.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:19.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:19.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:20 smithi094 ceph-mon[112176]: 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-08T11:01:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:20 smithi003 ceph-mon[96088]: 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-08T11:01:20.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:20.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:21.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:21.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:22 smithi094 ceph-mon[112176]: 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-08T11:01:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:22 smithi003 ceph-mon[96088]: 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-08T11:01:22.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:22.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:23.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:23.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:24 smithi094 ceph-mon[112176]: 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-08T11:01:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:24 smithi003 ceph-mon[96088]: 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-08T11:01:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:24.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:24.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:25.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:25.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:26 smithi094 ceph-mon[112176]: 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-08T11:01:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:26 smithi003 ceph-mon[96088]: 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-08T11:01:26.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:26.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:27.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:27.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:28 smithi003 ceph-mon[96088]: 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-08T11:01:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:28 smithi094 ceph-mon[112176]: 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-08T11:01:28.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:28.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:29.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:29.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:30 smithi094 ceph-mon[112176]: 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-08T11:01:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:30 smithi003 ceph-mon[96088]: 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-08T11:01:30.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:30.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:31.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:31.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:32 smithi094 ceph-mon[112176]: 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-08T11:01:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:32 smithi003 ceph-mon[96088]: 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-08T11:01:32.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:32.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:33.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:33.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:34 smithi094 ceph-mon[112176]: 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-08T11:01:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:34 smithi003 ceph-mon[96088]: 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-08T11:01:34.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:34.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:35.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:35.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:36 smithi094 ceph-mon[112176]: 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-08T11:01:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:36 smithi003 ceph-mon[96088]: 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-08T11:01:36.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:36.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:37.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:37.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:38 smithi003 ceph-mon[96088]: 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-08T11:01:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:38 smithi094 ceph-mon[112176]: 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-08T11:01:38.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:38.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:39.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:39.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:40.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:40 smithi003 ceph-mon[96088]: 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-08T11:01:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:40 smithi094 ceph-mon[112176]: 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-08T11:01:40.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:40.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:41.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:41.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:42 smithi094 ceph-mon[112176]: 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-08T11:01:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:42 smithi003 ceph-mon[96088]: 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-08T11:01:42.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:42.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:43.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:43.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:44 smithi094 ceph-mon[112176]: 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-08T11:01:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:44 smithi003 ceph-mon[96088]: 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-08T11:01:44.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:44.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:45.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:45.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:46 smithi094 ceph-mon[112176]: 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-08T11:01:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:46 smithi003 ceph-mon[96088]: 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-08T11:01:46.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:46.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:47.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:47.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:48 smithi003 ceph-mon[96088]: 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-08T11:01:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:48 smithi094 ceph-mon[112176]: 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-08T11:01:48.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:48.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:49.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:49.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:50 smithi094 ceph-mon[112176]: 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-08T11:01:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:50 smithi003 ceph-mon[96088]: 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-08T11:01:50.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:50.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:51.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:51.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:52 smithi094 ceph-mon[112176]: 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-08T11:01:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:52 smithi003 ceph-mon[96088]: 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-08T11:01:52.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:52.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:53.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:53.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:54 smithi094 ceph-mon[112176]: 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-08T11:01:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:54 smithi003 ceph-mon[96088]: 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-08T11:01:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:54.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:54.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:55.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:55.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:56 smithi094 ceph-mon[112176]: 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-08T11:01:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:56 smithi003 ceph-mon[96088]: 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-08T11:01:56.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:56.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:57.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:57.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:01:58 smithi003 ceph-mon[96088]: 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-08T11:01:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:01:58 smithi094 ceph-mon[112176]: 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-08T11:01:58.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:58.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:59.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:01:59.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:00 smithi094 ceph-mon[112176]: 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-08T11:02:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:00 smithi003 ceph-mon[96088]: 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-08T11:02:00.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:00.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:01.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:01.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:02 smithi094 ceph-mon[112176]: 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-08T11:02:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:02:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:02:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:02:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:02:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:02:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:02:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:02 smithi003 ceph-mon[96088]: 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-08T11:02:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:02:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:02:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:02:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:02:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:02:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:02:02.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:02.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:03.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:03.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:04 smithi094 ceph-mon[112176]: 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-08T11:02:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:04 smithi003 ceph-mon[96088]: 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-08T11:02:04.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:04.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:05.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:05.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:06 smithi094 ceph-mon[112176]: 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-08T11:02:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:06 smithi003 ceph-mon[96088]: 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-08T11:02:06.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:06.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:07.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:07.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:08 smithi003 ceph-mon[96088]: 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-08T11:02:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:08 smithi094 ceph-mon[112176]: 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-08T11:02:08.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:08.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:09.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:09.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:10 smithi094 ceph-mon[112176]: 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-08T11:02:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:10 smithi003 ceph-mon[96088]: 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-08T11:02:10.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:10.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:11.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:11.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:12 smithi094 ceph-mon[112176]: 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-08T11:02:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:12 smithi003 ceph-mon[96088]: 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-08T11:02:12.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:12.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:13.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:13.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:14 smithi094 ceph-mon[112176]: 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-08T11:02:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:14 smithi003 ceph-mon[96088]: 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-08T11:02:14.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:14.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:15.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:15.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:16 smithi094 ceph-mon[112176]: 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-08T11:02:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:16 smithi003 ceph-mon[96088]: 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-08T11:02:16.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:16.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:17.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:17.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:18 smithi094 ceph-mon[112176]: 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-08T11:02:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:18 smithi003 ceph-mon[96088]: 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-08T11:02:18.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:18.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:19.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:19.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:20.411 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:20 smithi003 ceph-mon[96088]: 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-08T11:02:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:20 smithi094 ceph-mon[112176]: 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-08T11:02:20.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:20.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:21.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:21.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:22 smithi094 ceph-mon[112176]: 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-08T11:02:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:22 smithi003 ceph-mon[96088]: 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-08T11:02:22.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:22.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:23.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:23.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:24 smithi094 ceph-mon[112176]: 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-08T11:02:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:24 smithi003 ceph-mon[96088]: 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-08T11:02:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:24.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:24.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:25.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:25.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:26 smithi094 ceph-mon[112176]: 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-08T11:02:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:26 smithi003 ceph-mon[96088]: 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-08T11:02:26.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:26.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:27.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:27.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:28 smithi094 ceph-mon[112176]: 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-08T11:02:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:28 smithi003 ceph-mon[96088]: 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-08T11:02:28.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:28.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:29.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:29.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:30 smithi094 ceph-mon[112176]: 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-08T11:02:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:30 smithi003 ceph-mon[96088]: 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-08T11:02:30.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:30.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:31.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:31.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:32 smithi094 ceph-mon[112176]: 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-08T11:02:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:32 smithi003 ceph-mon[96088]: 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-08T11:02:32.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:32.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:33.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:33.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:34 smithi094 ceph-mon[112176]: 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-08T11:02:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:34 smithi003 ceph-mon[96088]: 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-08T11:02:34.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:34.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:35.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:35.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:36 smithi094 ceph-mon[112176]: 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-08T11:02:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:36 smithi003 ceph-mon[96088]: 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-08T11:02:36.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:36.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:37.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:37.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:38 smithi094 ceph-mon[112176]: 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-08T11:02:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:38 smithi003 ceph-mon[96088]: 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-08T11:02:38.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:38.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:39.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:39.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:40 smithi094 ceph-mon[112176]: 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-08T11:02:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:40 smithi003 ceph-mon[96088]: 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-08T11:02:40.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:40.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:41.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:41.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:42 smithi094 ceph-mon[112176]: 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-08T11:02:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:42 smithi003 ceph-mon[96088]: 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-08T11:02:42.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:42.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:43.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:43.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:44 smithi094 ceph-mon[112176]: 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-08T11:02:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:44 smithi003 ceph-mon[96088]: 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-08T11:02:44.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:44.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:45.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:45.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:46 smithi094 ceph-mon[112176]: 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-08T11:02:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:46 smithi003 ceph-mon[96088]: 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-08T11:02:46.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:46.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:47.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:47.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:48 smithi094 ceph-mon[112176]: 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-08T11:02:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:48 smithi003 ceph-mon[96088]: 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-08T11:02:48.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:48.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:49.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:49.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:50 smithi094 ceph-mon[112176]: 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-08T11:02:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:50 smithi003 ceph-mon[96088]: 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-08T11:02:50.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:50.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:51.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:51.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:52 smithi094 ceph-mon[112176]: 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-08T11:02:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:52 smithi003 ceph-mon[96088]: 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-08T11:02:52.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:52.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:53.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:53.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:54 smithi094 ceph-mon[112176]: 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-08T11:02:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:54 smithi003 ceph-mon[96088]: 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-08T11:02:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:54.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:54.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:55.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:55.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:56 smithi094 ceph-mon[112176]: 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-08T11:02:56.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:56 smithi003 ceph-mon[96088]: 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-08T11:02:56.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:56.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:57.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:57.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:02:58 smithi094 ceph-mon[112176]: 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-08T11:02:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:02:58 smithi003 ceph-mon[96088]: 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-08T11:02:58.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:58.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:59.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:02:59.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:00 smithi094 ceph-mon[112176]: 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-08T11:03:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:00 smithi003 ceph-mon[96088]: 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-08T11:03:00.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:00.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:01.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:01.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:02 smithi094 ceph-mon[112176]: 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-08T11:03:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:02 smithi003 ceph-mon[96088]: 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-08T11:03:02.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:02.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:03:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:03:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:03:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:03:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:03:03.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:03:03.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:03:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:03:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:03:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:03:03.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:03.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:04 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1500M 2023-10-08T11:03:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:04 smithi094 ceph-mon[112176]: 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-08T11:03:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:04 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1500M 2023-10-08T11:03:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:04 smithi003 ceph-mon[96088]: 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-08T11:03:04.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:04.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:05.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:05.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:06 smithi003 ceph-mon[96088]: 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-08T11:03:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:06 smithi094 ceph-mon[112176]: 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-08T11:03:06.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:06.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:07.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:07.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:08 smithi094 ceph-mon[112176]: 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-08T11:03:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:08 smithi003 ceph-mon[96088]: 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-08T11:03:08.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:08.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:09.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:09.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:10 smithi094 ceph-mon[112176]: 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-08T11:03:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:10 smithi003 ceph-mon[96088]: 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-08T11:03:10.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:10.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:11.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:11.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:12 smithi094 ceph-mon[112176]: 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-08T11:03:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:12 smithi003 ceph-mon[96088]: 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-08T11:03:12.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:12.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:13.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:13.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:14 smithi094 ceph-mon[112176]: 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-08T11:03:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:14 smithi003 ceph-mon[96088]: 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-08T11:03:14.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:14.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:15.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:15.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:16 smithi094 ceph-mon[112176]: 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-08T11:03:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:16 smithi003 ceph-mon[96088]: 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-08T11:03:16.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:16.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:17.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:17.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:18 smithi094 ceph-mon[112176]: 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-08T11:03:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:18 smithi003 ceph-mon[96088]: 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-08T11:03:18.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:18.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:19.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:19.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:20 smithi094 ceph-mon[112176]: 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-08T11:03:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:20 smithi003 ceph-mon[96088]: 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-08T11:03:20.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:20.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:21.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:21.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:22 smithi094 ceph-mon[112176]: 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-08T11:03:22.549 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:22 smithi003 ceph-mon[96088]: 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-08T11:03:22.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:22.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:23.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:23.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:24 smithi094 ceph-mon[112176]: 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-08T11:03:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:24 smithi003 ceph-mon[96088]: 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-08T11:03:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:24.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:24.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:25.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:25.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:26 smithi094 ceph-mon[112176]: 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-08T11:03:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:26 smithi003 ceph-mon[96088]: 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-08T11:03:26.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:26.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:27.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:27.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:28 smithi094 ceph-mon[112176]: 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-08T11:03:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:28 smithi003 ceph-mon[96088]: 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-08T11:03:28.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:28.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:29.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:29.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:30 smithi094 ceph-mon[112176]: 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-08T11:03:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:30 smithi003 ceph-mon[96088]: 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-08T11:03:31.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:31.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:32.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:32.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:32 smithi094 ceph-mon[112176]: 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-08T11:03:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:32 smithi003 ceph-mon[96088]: 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-08T11:03:33.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:33.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:34.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:34.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:34 smithi094 ceph-mon[112176]: 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-08T11:03:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:34 smithi003 ceph-mon[96088]: 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-08T11:03:35.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:35.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:36.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:36.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:36 smithi094 ceph-mon[112176]: 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-08T11:03:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:36 smithi003 ceph-mon[96088]: 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-08T11:03:37.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:37.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:38.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:38.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:38 smithi094 ceph-mon[112176]: 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-08T11:03:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:38 smithi003 ceph-mon[96088]: 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-08T11:03:39.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:39.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:39.406 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:39.771 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:40.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:40.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:40 smithi094 ceph-mon[112176]: 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-08T11:03:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:40 smithi003 ceph-mon[96088]: 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-08T11:03:41.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:41.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:42.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:42.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:42 smithi094 ceph-mon[112176]: 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-08T11:03:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:42 smithi003 ceph-mon[96088]: 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-08T11:03:43.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:43.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:44.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:44.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:44 smithi094 ceph-mon[112176]: 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-08T11:03:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:44 smithi003 ceph-mon[96088]: 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-08T11:03:45.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:45.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:46.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:46.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:46.383 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:46 smithi003 ceph-mon[96088]: 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-08T11:03:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:46 smithi094 ceph-mon[112176]: 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-08T11:03:47.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:47.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:48.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:48.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:48 smithi094 ceph-mon[112176]: 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-08T11:03:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:48 smithi003 ceph-mon[96088]: 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-08T11:03:49.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:49.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:50.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:50.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:50 smithi094 ceph-mon[112176]: 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-08T11:03:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:50 smithi003 ceph-mon[96088]: 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-08T11:03:51.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:51.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:52.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:52.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:52 smithi094 ceph-mon[112176]: 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-08T11:03:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:52 smithi003 ceph-mon[96088]: 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-08T11:03:53.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:53.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:54.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:54.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:54 smithi094 ceph-mon[112176]: 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-08T11:03:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:54 smithi003 ceph-mon[96088]: 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-08T11:03:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:55.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:55.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:56.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:56.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:56 smithi094 ceph-mon[112176]: 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-08T11:03:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:56 smithi003 ceph-mon[96088]: 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-08T11:03:57.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:57.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:58.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:58.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:03:58 smithi094 ceph-mon[112176]: 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-08T11:03:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:03:58 smithi003 ceph-mon[96088]: 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-08T11:03:59.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:03:59.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:00.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:00.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:00 smithi094 ceph-mon[112176]: 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-08T11:04:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:00 smithi003 ceph-mon[96088]: 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-08T11:04:01.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:01.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:02.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:02.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:02 smithi094 ceph-mon[112176]: 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-08T11:04:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:02 smithi003 ceph-mon[96088]: 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-08T11:04:03.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:03.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:04:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:04:04.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:04.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:04 smithi094 ceph-mon[112176]: 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-08T11:04:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:04:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:04:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:04:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:04:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:04:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:04 smithi003 ceph-mon[96088]: 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-08T11:04:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:04:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:04:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:04:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:04:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:04:05.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:05.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:06.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:06.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:06 smithi094 ceph-mon[112176]: 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-08T11:04:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:06 smithi003 ceph-mon[96088]: 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-08T11:04:07.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:07.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:08.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:08.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:08 smithi094 ceph-mon[112176]: 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-08T11:04:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:08 smithi003 ceph-mon[96088]: 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-08T11:04:09.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:09.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:10.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:10.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:10 smithi094 ceph-mon[112176]: 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-08T11:04:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:10 smithi003 ceph-mon[96088]: 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-08T11:04:11.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:11.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:12.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:12.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:12 smithi094 ceph-mon[112176]: 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-08T11:04:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:12 smithi003 ceph-mon[96088]: 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-08T11:04:13.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:13.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:14.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:14.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:14 smithi094 ceph-mon[112176]: 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-08T11:04:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:14 smithi003 ceph-mon[96088]: 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-08T11:04:15.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:15.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:16.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:16.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:16 smithi094 ceph-mon[112176]: 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-08T11:04:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:16 smithi003 ceph-mon[96088]: 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-08T11:04:17.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:17.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:18.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:18.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:18 smithi094 ceph-mon[112176]: 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-08T11:04:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:18 smithi003 ceph-mon[96088]: 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-08T11:04:19.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:19.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:20.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:20.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:20 smithi094 ceph-mon[112176]: 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-08T11:04:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:20 smithi003 ceph-mon[96088]: 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-08T11:04:21.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:21.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:22.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:22.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:22 smithi094 ceph-mon[112176]: 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-08T11:04:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:22 smithi003 ceph-mon[96088]: 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-08T11:04:23.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:23.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:24.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:24.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:24 smithi003 ceph-mon[96088]: 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-08T11:04:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:24 smithi094 ceph-mon[112176]: 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-08T11:04:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:25.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:25.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:26.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:26.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:26 smithi094 ceph-mon[112176]: 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-08T11:04:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:26 smithi003 ceph-mon[96088]: 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-08T11:04:27.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:27.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:28.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:28.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:28 smithi094 ceph-mon[112176]: 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-08T11:04:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:28 smithi003 ceph-mon[96088]: 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-08T11:04:29.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:29.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:30.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:30.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:30 smithi094 ceph-mon[112176]: 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-08T11:04:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:30 smithi003 ceph-mon[96088]: 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-08T11:04:31.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:31.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:32.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:32.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:32 smithi003 ceph-mon[96088]: 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-08T11:04:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:32 smithi094 ceph-mon[112176]: 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-08T11:04:33.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:33.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:34.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:34.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:34 smithi003 ceph-mon[96088]: 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-08T11:04:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:34 smithi094 ceph-mon[112176]: 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-08T11:04:35.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:35.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:36.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:36.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:36 smithi094 ceph-mon[112176]: 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-08T11:04:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:36 smithi003 ceph-mon[96088]: 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-08T11:04:37.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:37.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:38.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:38.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:38 smithi094 ceph-mon[112176]: 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-08T11:04:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:38 smithi003 ceph-mon[96088]: 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-08T11:04:39.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:39.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:40.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:40.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:40 smithi094 ceph-mon[112176]: 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-08T11:04:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:40 smithi003 ceph-mon[96088]: 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-08T11:04:41.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:41.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:42.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:42.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:42 smithi003 ceph-mon[96088]: 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-08T11:04:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:42 smithi094 ceph-mon[112176]: 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-08T11:04:43.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:43.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:44.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:44.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:44 smithi003 ceph-mon[96088]: 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-08T11:04:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:44 smithi094 ceph-mon[112176]: 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-08T11:04:45.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:45.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:46.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:46.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:46 smithi094 ceph-mon[112176]: 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-08T11:04:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:46 smithi003 ceph-mon[96088]: 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-08T11:04:47.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:47.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:48.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:48.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:48 smithi003 ceph-mon[96088]: 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-08T11:04:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:48 smithi094 ceph-mon[112176]: 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-08T11:04:49.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:49.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:50.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:50.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:50 smithi094 ceph-mon[112176]: 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-08T11:04:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:50 smithi003 ceph-mon[96088]: 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-08T11:04:51.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:51.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:52.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:52.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:52 smithi003 ceph-mon[96088]: 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-08T11:04:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:52 smithi094 ceph-mon[112176]: 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-08T11:04:53.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:53.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:54.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:54.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:54 smithi003 ceph-mon[96088]: 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-08T11:04:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:54 smithi094 ceph-mon[112176]: 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-08T11:04:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:55.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:55.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:56.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:56.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:56 smithi094 ceph-mon[112176]: 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-08T11:04:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:56 smithi003 ceph-mon[96088]: 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-08T11:04:57.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:57.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:58.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:58.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:04:58 smithi003 ceph-mon[96088]: 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-08T11:04:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:04:58 smithi094 ceph-mon[112176]: 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-08T11:04:59.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:04:59.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:00.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:00.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:00 smithi003 ceph-mon[96088]: 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-08T11:05:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:00 smithi094 ceph-mon[112176]: 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-08T11:05:01.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:01.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:02.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:02.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:02 smithi003 ceph-mon[96088]: 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-08T11:05:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:02 smithi094 ceph-mon[112176]: 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-08T11:05:03.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:03.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:04.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:04.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:04 smithi003 ceph-mon[96088]: 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-08T11:05:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:05:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:05:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:05:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:05:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:05:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:05:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:04 smithi094 ceph-mon[112176]: 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-08T11:05:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:05:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:05:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:05:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:05:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:05:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:05:05.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:05.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:06.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:06.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:06 smithi094 ceph-mon[112176]: 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-08T11:05:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:06 smithi003 ceph-mon[96088]: 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-08T11:05:07.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:07.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:08.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:08.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:08 smithi003 ceph-mon[96088]: 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-08T11:05:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:08 smithi094 ceph-mon[112176]: 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-08T11:05:09.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:09.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:10.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:10.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:10 smithi003 ceph-mon[96088]: 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-08T11:05:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:10 smithi094 ceph-mon[112176]: 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-08T11:05:11.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:11.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:12.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:12.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:12 smithi003 ceph-mon[96088]: 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-08T11:05:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:12 smithi094 ceph-mon[112176]: 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-08T11:05:13.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:13.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:14.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:14.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:14 smithi003 ceph-mon[96088]: 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-08T11:05:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:14 smithi094 ceph-mon[112176]: 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-08T11:05:15.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:15.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:16.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:16.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:16 smithi094 ceph-mon[112176]: 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-08T11:05:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:16 smithi003 ceph-mon[96088]: 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-08T11:05:17.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:17.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:18.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:18.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:18 smithi003 ceph-mon[96088]: 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-08T11:05:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:18 smithi094 ceph-mon[112176]: 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-08T11:05:19.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:19.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:20.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:20.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:20.458 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:20 smithi094 ceph-mon[112176]: 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-08T11:05:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:20 smithi003 ceph-mon[96088]: 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-08T11:05:21.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:21.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:22.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:22.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:22.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:22 smithi003 ceph-mon[96088]: 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-08T11:05:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:22 smithi094 ceph-mon[112176]: 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-08T11:05:23.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:23.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:24.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:24.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:24 smithi003 ceph-mon[96088]: 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-08T11:05:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:24 smithi094 ceph-mon[112176]: 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-08T11:05:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:25.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:25.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:26.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:26.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:26 smithi094 ceph-mon[112176]: 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-08T11:05:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:26 smithi003 ceph-mon[96088]: 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-08T11:05:27.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:27.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:28.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:28.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:28 smithi003 ceph-mon[96088]: 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-08T11:05:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:28 smithi094 ceph-mon[112176]: 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-08T11:05:29.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:29.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:30.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:30.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:30 smithi003 ceph-mon[96088]: 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-08T11:05:30.563 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:30 smithi094 ceph-mon[112176]: 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-08T11:05:31.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:31.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:32.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:32.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:32 smithi003 ceph-mon[96088]: 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-08T11:05:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:32 smithi094 ceph-mon[112176]: 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-08T11:05:33.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:33.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:34.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:34.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:34 smithi003 ceph-mon[96088]: 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-08T11:05:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:34 smithi094 ceph-mon[112176]: 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-08T11:05:35.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:35.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:36.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:36.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:36 smithi094 ceph-mon[112176]: 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-08T11:05:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:36 smithi003 ceph-mon[96088]: 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-08T11:05:37.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:37.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:38.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:38.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:38 smithi003 ceph-mon[96088]: 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-08T11:05:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:38 smithi094 ceph-mon[112176]: 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-08T11:05:39.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:39.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:40.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:40.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:40 smithi003 ceph-mon[96088]: 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-08T11:05:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:40 smithi094 ceph-mon[112176]: 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-08T11:05:41.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:41.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:42.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:42.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:42 smithi003 ceph-mon[96088]: 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-08T11:05:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:42 smithi094 ceph-mon[112176]: 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-08T11:05:43.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:43.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:44.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:44.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:44 smithi003 ceph-mon[96088]: 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-08T11:05:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:44 smithi094 ceph-mon[112176]: 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-08T11:05:45.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:45.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:46.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:46.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:46 smithi094 ceph-mon[112176]: 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-08T11:05:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:46 smithi003 ceph-mon[96088]: 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-08T11:05:47.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:47.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:48.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:48.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:48 smithi003 ceph-mon[96088]: 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-08T11:05:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:48 smithi094 ceph-mon[112176]: 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-08T11:05:49.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:49.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:50.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:50.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:50 smithi003 ceph-mon[96088]: 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-08T11:05:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:50 smithi094 ceph-mon[112176]: 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-08T11:05:51.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:51.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:52.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:52.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:52 smithi003 ceph-mon[96088]: 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-08T11:05:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:52 smithi094 ceph-mon[112176]: 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-08T11:05:53.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:53.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:54.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:54.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:54 smithi003 ceph-mon[96088]: 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-08T11:05:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:54 smithi094 ceph-mon[112176]: 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-08T11:05:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:55.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:55.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:56.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:56.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:56 smithi094 ceph-mon[112176]: 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-08T11:05:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:56 smithi003 ceph-mon[96088]: 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-08T11:05:57.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:57.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:58.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:58.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:05:58 smithi003 ceph-mon[96088]: 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-08T11:05:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:05:58 smithi094 ceph-mon[112176]: 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-08T11:05:59.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:05:59.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:00.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:00.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:00 smithi003 ceph-mon[96088]: 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-08T11:06:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:00 smithi094 ceph-mon[112176]: 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-08T11:06:01.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:01.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:02.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:02.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:02 smithi003 ceph-mon[96088]: 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-08T11:06:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:02 smithi094 ceph-mon[112176]: 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-08T11:06:03.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:03.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:04.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:04.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:04 smithi003 ceph-mon[96088]: 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-08T11:06:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:06:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:04 smithi094 ceph-mon[112176]: 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-08T11:06:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:06:05.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:05.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:06.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:06.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:06 smithi094 ceph-mon[112176]: 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-08T11:06:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:06 smithi003 ceph-mon[96088]: 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-08T11:06:07.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:07.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:06:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:07 smithi003 ceph-mon[96088]: 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-08T11:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:06:08.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:08.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:06:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:06:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:07 smithi094 ceph-mon[112176]: 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-08T11:06:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:06:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:06:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:06:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:06:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:06:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:09.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:09.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:10.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:10.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:09 smithi094 ceph-mon[112176]: 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-08T11:06:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:09 smithi003 ceph-mon[96088]: 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-08T11:06:11.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:11.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:12.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:12.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:12 smithi003 ceph-mon[96088]: 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-08T11:06:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:12 smithi094 ceph-mon[112176]: 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-08T11:06:13.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:13.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:14.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:14.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:14 smithi003 ceph-mon[96088]: 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-08T11:06:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:14 smithi094 ceph-mon[112176]: 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-08T11:06:15.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:15.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:16.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:16.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:16 smithi094 ceph-mon[112176]: 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-08T11:06:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:16 smithi003 ceph-mon[96088]: 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-08T11:06:17.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:17.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:18.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:18.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:18 smithi003 ceph-mon[96088]: 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-08T11:06:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:18 smithi094 ceph-mon[112176]: 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-08T11:06:19.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:19.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:20.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:20.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:20 smithi003 ceph-mon[96088]: 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-08T11:06:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:20 smithi094 ceph-mon[112176]: 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-08T11:06:21.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:21.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:22.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:22.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:22 smithi003 ceph-mon[96088]: 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-08T11:06:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:22 smithi094 ceph-mon[112176]: 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-08T11:06:23.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:23.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:24.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:24.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:24 smithi003 ceph-mon[96088]: 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-08T11:06:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:24 smithi094 ceph-mon[112176]: 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-08T11:06:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:25.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:25.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:26.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:26.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:26 smithi094 ceph-mon[112176]: 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-08T11:06:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:26 smithi003 ceph-mon[96088]: 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-08T11:06:27.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:27.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:28.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:28.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:28 smithi003 ceph-mon[96088]: 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-08T11:06:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:28 smithi094 ceph-mon[112176]: 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-08T11:06:29.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:29.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:30.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:30.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:30 smithi003 ceph-mon[96088]: 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-08T11:06:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:30 smithi094 ceph-mon[112176]: 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-08T11:06:31.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:31.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:32.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:32.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:32 smithi003 ceph-mon[96088]: 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-08T11:06:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:32 smithi094 ceph-mon[112176]: 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-08T11:06:33.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:33.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:34.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:34.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:34 smithi003 ceph-mon[96088]: 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-08T11:06:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:34 smithi094 ceph-mon[112176]: 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-08T11:06:35.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:35.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:36.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:36.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:36.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:36 smithi094 ceph-mon[112176]: 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-08T11:06:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:36 smithi003 ceph-mon[96088]: 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-08T11:06:37.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:37.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:38.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:38.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:38 smithi003 ceph-mon[96088]: 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-08T11:06:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:38 smithi094 ceph-mon[112176]: 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-08T11:06:39.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:39.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:40.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:40.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:40 smithi003 ceph-mon[96088]: 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-08T11:06:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:40 smithi094 ceph-mon[112176]: 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-08T11:06:41.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:41.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:42.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:42.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:42 smithi003 ceph-mon[96088]: 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-08T11:06:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:42 smithi094 ceph-mon[112176]: 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-08T11:06:43.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:43.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:44.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:44.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:44 smithi003 ceph-mon[96088]: 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-08T11:06:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:44 smithi094 ceph-mon[112176]: 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-08T11:06:45.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:45.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:46.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:46.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:46 smithi094 ceph-mon[112176]: 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-08T11:06:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:46 smithi003 ceph-mon[96088]: 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-08T11:06:47.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:47.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:48.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:48.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:48 smithi003 ceph-mon[96088]: 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-08T11:06:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:48 smithi094 ceph-mon[112176]: 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-08T11:06:49.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:49.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:50.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:50.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:50 smithi003 ceph-mon[96088]: 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-08T11:06:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:50 smithi094 ceph-mon[112176]: 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-08T11:06:51.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:51.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:52.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:52.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:52 smithi003 ceph-mon[96088]: 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-08T11:06:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:52 smithi094 ceph-mon[112176]: 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-08T11:06:53.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:53.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:54.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:54.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:54 smithi003 ceph-mon[96088]: 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-08T11:06:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:54 smithi094 ceph-mon[112176]: 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-08T11:06:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:55.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:55.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:56.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:56.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:56 smithi094 ceph-mon[112176]: 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-08T11:06:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:56 smithi003 ceph-mon[96088]: 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-08T11:06:57.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:57.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:58.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:58.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:06:58 smithi003 ceph-mon[96088]: 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-08T11:06:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:06:58 smithi094 ceph-mon[112176]: 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-08T11:06:59.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:06:59.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:00.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:00.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:00 smithi003 ceph-mon[96088]: 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-08T11:07:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:00 smithi094 ceph-mon[112176]: 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-08T11:07:01.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:01.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:02.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:02.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:02 smithi003 ceph-mon[96088]: 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-08T11:07:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:02 smithi094 ceph-mon[112176]: 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-08T11:07:03.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:03.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:04.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:04.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:04 smithi003 ceph-mon[96088]: 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-08T11:07:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:04 smithi094 ceph-mon[112176]: 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-08T11:07:05.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:05.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:06.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:06.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:06 smithi094 ceph-mon[112176]: 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-08T11:07:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:06 smithi003 ceph-mon[96088]: 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-08T11:07:07.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:07.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:08.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:08.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:08 smithi003 ceph-mon[96088]: 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-08T11:07:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:07:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:07:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:07:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:07:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:07:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:07:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:08 smithi094 ceph-mon[112176]: 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-08T11:07:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:07:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:07:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:07:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:07:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:07:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:07:09.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:09.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:10.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:10.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:10 smithi003 ceph-mon[96088]: 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-08T11:07:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:10 smithi094 ceph-mon[112176]: 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-08T11:07:11.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:11.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:12.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:12.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:12 smithi003 ceph-mon[96088]: 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-08T11:07:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:12 smithi094 ceph-mon[112176]: 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-08T11:07:13.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:13.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:14.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:14.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:14 smithi003 ceph-mon[96088]: 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-08T11:07:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:14 smithi094 ceph-mon[112176]: 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-08T11:07:15.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:15.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:16.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:16.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:16 smithi094 ceph-mon[112176]: 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-08T11:07:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:16 smithi003 ceph-mon[96088]: 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-08T11:07:17.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:17.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:18.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:18.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:18 smithi003 ceph-mon[96088]: 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-08T11:07:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:18 smithi094 ceph-mon[112176]: 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-08T11:07:19.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:19.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:20.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:20.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:20 smithi003 ceph-mon[96088]: 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-08T11:07:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:20 smithi094 ceph-mon[112176]: 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-08T11:07:21.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:21.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:22.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:22.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:22 smithi003 ceph-mon[96088]: 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-08T11:07:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:22 smithi094 ceph-mon[112176]: 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-08T11:07:23.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:23.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:24.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:24.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:24 smithi003 ceph-mon[96088]: 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-08T11:07:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:24 smithi094 ceph-mon[112176]: 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-08T11:07:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:25.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:25.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:26.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:26.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:26 smithi094 ceph-mon[112176]: 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-08T11:07:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:26 smithi003 ceph-mon[96088]: 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-08T11:07:27.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:27.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:28.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:28.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:28 smithi003 ceph-mon[96088]: 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-08T11:07:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:28 smithi094 ceph-mon[112176]: 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-08T11:07:29.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:29.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:30.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:30.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:30 smithi003 ceph-mon[96088]: 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-08T11:07:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:30 smithi094 ceph-mon[112176]: 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-08T11:07:31.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:31.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:32.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:32.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:32 smithi003 ceph-mon[96088]: 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-08T11:07:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:32 smithi094 ceph-mon[112176]: 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-08T11:07:33.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:33.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:34.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:34.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:34.772 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:34 smithi094 ceph-mon[112176]: pgmap v14734: 97 pgs: 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:34.772 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:34 smithi003 ceph-mon[96088]: pgmap v14734: 97 pgs: 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:35.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:35.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:36 smithi094 ceph-mon[112176]: 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-08T11:07:36.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:36.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:36.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:36 smithi003 ceph-mon[96088]: 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-08T11:07:37.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:37.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:38.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:38.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:38 smithi003 ceph-mon[96088]: 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-08T11:07:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:38 smithi094 ceph-mon[112176]: 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-08T11:07:39.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:39.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:40.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:40.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:40 smithi003 ceph-mon[96088]: 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-08T11:07:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:40 smithi094 ceph-mon[112176]: 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-08T11:07:41.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:41.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:42.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:42.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:42 smithi003 ceph-mon[96088]: 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-08T11:07:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:42 smithi094 ceph-mon[112176]: 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-08T11:07:43.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:43.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:44.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:44.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:44 smithi003 ceph-mon[96088]: pgmap v14739: 97 pgs: 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:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:44 smithi094 ceph-mon[112176]: pgmap v14739: 97 pgs: 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:45.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:45.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:46 smithi094 ceph-mon[112176]: pgmap v14740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:46.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:46.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:46 smithi003 ceph-mon[96088]: pgmap v14740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:47.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:47.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:48.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:48.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:48 smithi003 ceph-mon[96088]: 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-08T11:07:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:48 smithi094 ceph-mon[112176]: 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-08T11:07:49.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:49.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:50.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:50.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:50 smithi003 ceph-mon[96088]: 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-08T11:07:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:50 smithi094 ceph-mon[112176]: 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-08T11:07:51.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:51.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:52 smithi094 ceph-mon[112176]: 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-08T11:07:52.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:52.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:52 smithi003 ceph-mon[96088]: 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-08T11:07:53.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:53.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:54.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:54.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:54 smithi003 ceph-mon[96088]: pgmap v14744: 97 pgs: 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:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:54 smithi094 ceph-mon[112176]: pgmap v14744: 97 pgs: 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:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:55.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:55.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:56 smithi094 ceph-mon[112176]: pgmap v14745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:56.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:56.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:56 smithi003 ceph-mon[96088]: pgmap v14745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:57.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:57.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:58.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:58.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:07:58 smithi003 ceph-mon[96088]: 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-08T11:07:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:07:58 smithi094 ceph-mon[112176]: 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-08T11:07:59.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:07:59.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:00.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:00.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:00 smithi003 ceph-mon[96088]: 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-08T11:08:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:00 smithi094 ceph-mon[112176]: 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-08T11:08:01.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:01.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:02 smithi094 ceph-mon[112176]: 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-08T11:08:02.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:02.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:02 smithi003 ceph-mon[96088]: 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-08T11:08:03.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:03.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:04.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:04.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:04 smithi094 ceph-mon[112176]: pgmap v14749: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:04 smithi003 ceph-mon[96088]: pgmap v14749: 97 pgs: 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:05.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:05.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:06 smithi094 ceph-mon[112176]: pgmap v14750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:06.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:06.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:06 smithi003 ceph-mon[96088]: pgmap v14750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:07.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:07.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:08.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:08.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:08 smithi003 ceph-mon[96088]: 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-08T11:08:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:08:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:08 smithi094 ceph-mon[112176]: 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-08T11:08:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:08:09.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:09.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:10.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:10.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:10 smithi094 ceph-mon[112176]: 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-08T11:08:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:10 smithi003 ceph-mon[96088]: 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-08T11:08:11.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:11.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:12.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:12.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:12 smithi094 ceph-mon[112176]: 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-08T11:08:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:12 smithi003 ceph-mon[96088]: 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-08T11:08:13.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:13.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:08:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:08:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:13 smithi003 ceph-mon[96088]: pgmap v14754: 97 pgs: 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:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:08:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:08:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:08:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:08:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:08:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:08:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:08:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:13 smithi094 ceph-mon[112176]: pgmap v14754: 97 pgs: 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:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:08:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:08:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:08:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:08:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:08:14.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:14.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:15.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:15.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:16 smithi094 ceph-mon[112176]: pgmap v14755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:16.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:16.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:16 smithi003 ceph-mon[96088]: pgmap v14755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:17.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:17.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:18.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:18 smithi003 ceph-mon[96088]: 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-08T11:08:18.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:18.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:18 smithi094 ceph-mon[112176]: 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-08T11:08:19.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:19.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:20.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:20.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:20 smithi094 ceph-mon[112176]: 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-08T11:08:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:20 smithi003 ceph-mon[96088]: 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-08T11:08:21.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:21.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:22.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:22.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:22 smithi094 ceph-mon[112176]: 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-08T11:08:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:22 smithi003 ceph-mon[96088]: 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-08T11:08:23.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:23.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:24.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:24.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:24.540 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:24 smithi003 ceph-mon[96088]: pgmap v14759: 97 pgs: 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:24.541 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:24 smithi094 ceph-mon[112176]: pgmap v14759: 97 pgs: 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:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:25.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:25.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:26 smithi094 ceph-mon[112176]: pgmap v14760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:26 smithi003 ceph-mon[96088]: pgmap v14760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:26.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:26.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:27.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:27.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:28.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:28.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:28 smithi094 ceph-mon[112176]: 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-08T11:08:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:28 smithi003 ceph-mon[96088]: 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-08T11:08:29.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:29.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:30 smithi003 ceph-mon[96088]: 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-08T11:08:30.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:30.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:30 smithi094 ceph-mon[112176]: 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-08T11:08:31.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:31.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:32.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:32.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:32 smithi094 ceph-mon[112176]: 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-08T11:08:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:32 smithi003 ceph-mon[96088]: 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-08T11:08:33.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:33.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:34.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:34.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:34.656 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:34 smithi003 ceph-mon[96088]: pgmap v14764: 97 pgs: 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:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:34 smithi094 ceph-mon[112176]: pgmap v14764: 97 pgs: 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:35.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:35.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:36 smithi094 ceph-mon[112176]: pgmap v14765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:36 smithi003 ceph-mon[96088]: pgmap v14765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:36.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:36.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:37.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:37.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:38.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:38.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:38 smithi094 ceph-mon[112176]: 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-08T11:08:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:38 smithi003 ceph-mon[96088]: 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-08T11:08:39.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:39.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:39.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:40.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:40.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:40 smithi094 ceph-mon[112176]: 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-08T11:08:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:40 smithi003 ceph-mon[96088]: 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-08T11:08:41.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:41.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:42.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:42.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:42.566 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:42 smithi094 ceph-mon[112176]: 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-08T11:08:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:42 smithi003 ceph-mon[96088]: 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-08T11:08:43.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:43.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:44.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:44.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:44 smithi094 ceph-mon[112176]: pgmap v14769: 97 pgs: 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:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:44 smithi003 ceph-mon[96088]: pgmap v14769: 97 pgs: 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:45.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:45.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:46 smithi094 ceph-mon[112176]: pgmap v14770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:46 smithi003 ceph-mon[96088]: pgmap v14770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:46.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:46.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:47.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:47.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:48.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:48.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:48 smithi094 ceph-mon[112176]: 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-08T11:08:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:48 smithi003 ceph-mon[96088]: 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-08T11:08:49.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:49.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:50.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:50.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:50 smithi094 ceph-mon[112176]: 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-08T11:08:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:50 smithi003 ceph-mon[96088]: 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-08T11:08:51.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:51.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:52.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:52.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:52 smithi094 ceph-mon[112176]: 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-08T11:08:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:52 smithi003 ceph-mon[96088]: 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-08T11:08:53.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:53.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:54.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:54.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:54 smithi094 ceph-mon[112176]: pgmap v14774: 97 pgs: 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:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:54 smithi003 ceph-mon[96088]: pgmap v14774: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:55.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:55.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:56 smithi094 ceph-mon[112176]: pgmap v14775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:56 smithi003 ceph-mon[96088]: pgmap v14775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:56.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:56.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:57.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:57.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:58.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:58.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:08:58 smithi094 ceph-mon[112176]: 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-08T11:08:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:08:58 smithi003 ceph-mon[96088]: 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-08T11:08:59.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:08:59.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:00.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:00.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:00 smithi094 ceph-mon[112176]: 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-08T11:09:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:00 smithi003 ceph-mon[96088]: 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-08T11:09:01.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:01.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:02.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:02.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:02 smithi094 ceph-mon[112176]: 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-08T11:09:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:02 smithi003 ceph-mon[96088]: 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-08T11:09:03.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:03.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:04.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:04.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:04 smithi094 ceph-mon[112176]: pgmap v14779: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:04 smithi003 ceph-mon[96088]: pgmap v14779: 97 pgs: 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:05.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:05.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:06 smithi094 ceph-mon[112176]: pgmap v14780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:06 smithi003 ceph-mon[96088]: pgmap v14780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:06.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:06.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:07.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:07.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:08.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:08.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:08 smithi094 ceph-mon[112176]: 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-08T11:09:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:08 smithi003 ceph-mon[96088]: 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-08T11:09:09.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:09.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:10 smithi003 ceph-mon[96088]: 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-08T11:09:10.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:10.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:10 smithi094 ceph-mon[112176]: 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-08T11:09:11.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:11.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:12.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:12.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:12 smithi094 ceph-mon[112176]: 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-08T11:09:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:12 smithi003 ceph-mon[96088]: 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-08T11:09:13.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:13.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:14.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:14.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:14 smithi094 ceph-mon[112176]: pgmap v14784: 97 pgs: 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:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:09:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:09:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:09:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:14 smithi003 ceph-mon[96088]: pgmap v14784: 97 pgs: 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:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:09:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:09:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:09:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:09:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:09:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:09:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:09:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:09:15.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:15.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:09:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:09:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:09:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:09:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:09:16.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:16.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:16 smithi094 ceph-mon[112176]: pgmap v14785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:16 smithi003 ceph-mon[96088]: pgmap v14785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:17.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:17.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:18.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:18.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:18 smithi094 ceph-mon[112176]: 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-08T11:09:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:18 smithi003 ceph-mon[96088]: 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-08T11:09:19.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:19.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:20 smithi003 ceph-mon[96088]: 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-08T11:09:20.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:20.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:20 smithi094 ceph-mon[112176]: 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-08T11:09:21.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:21.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:22.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:22.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:22 smithi094 ceph-mon[112176]: 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-08T11:09:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:22 smithi003 ceph-mon[96088]: 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-08T11:09:23.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:23.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:24.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:24.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:24 smithi094 ceph-mon[112176]: pgmap v14789: 97 pgs: 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:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:24 smithi003 ceph-mon[96088]: pgmap v14789: 97 pgs: 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:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:25.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:25.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:26 smithi094 ceph-mon[112176]: pgmap v14790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:26 smithi003 ceph-mon[96088]: pgmap v14790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:26.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:26.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:27.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:27.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:28 smithi094 ceph-mon[112176]: 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-08T11:09:28.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:28.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:28 smithi003 ceph-mon[96088]: 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-08T11:09:29.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:29.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:30.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:30.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:30 smithi094 ceph-mon[112176]: 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-08T11:09:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:30 smithi003 ceph-mon[96088]: 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-08T11:09:31.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:31.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:32.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:32.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:32 smithi094 ceph-mon[112176]: 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-08T11:09:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:32 smithi003 ceph-mon[96088]: 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-08T11:09:33.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:33.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:34.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:34.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:34 smithi094 ceph-mon[112176]: pgmap v14794: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:34 smithi003 ceph-mon[96088]: pgmap v14794: 97 pgs: 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:35.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:35.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:36 smithi094 ceph-mon[112176]: pgmap v14795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:36 smithi003 ceph-mon[96088]: pgmap v14795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:36.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:36.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:37.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:37.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:38 smithi094 ceph-mon[112176]: 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-08T11:09:38.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:38.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:38 smithi003 ceph-mon[96088]: 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-08T11:09:39.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:39.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:40.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:40.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:40 smithi094 ceph-mon[112176]: 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-08T11:09:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:40 smithi003 ceph-mon[96088]: 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-08T11:09:41.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:41.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:42.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:42.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:42 smithi094 ceph-mon[112176]: 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-08T11:09:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:42 smithi003 ceph-mon[96088]: 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-08T11:09:43.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:43.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:44.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:44.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:44 smithi094 ceph-mon[112176]: pgmap v14799: 97 pgs: 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:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:44 smithi003 ceph-mon[96088]: pgmap v14799: 97 pgs: 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:45.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:45.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:46 smithi003 ceph-mon[96088]: pgmap v14800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:46.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:46.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:46 smithi094 ceph-mon[112176]: pgmap v14800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:47.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:47.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:48.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:48.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:48 smithi094 ceph-mon[112176]: 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-08T11:09:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:48 smithi003 ceph-mon[96088]: 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-08T11:09:49.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:49.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:50.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:50.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:50 smithi094 ceph-mon[112176]: 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-08T11:09:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:50 smithi003 ceph-mon[96088]: 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-08T11:09:51.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:51.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:52.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:52.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:52 smithi094 ceph-mon[112176]: 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-08T11:09:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:52 smithi003 ceph-mon[96088]: 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-08T11:09:53.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:53.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:54.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:54.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:54 smithi094 ceph-mon[112176]: pgmap v14804: 97 pgs: 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:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:54 smithi003 ceph-mon[96088]: pgmap v14804: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:55.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:55.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:56 smithi003 ceph-mon[96088]: pgmap v14805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:56.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:56.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:56 smithi094 ceph-mon[112176]: pgmap v14805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:57.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:57.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:58.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:58.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:09:58 smithi094 ceph-mon[112176]: 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-08T11:09:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:09:58 smithi003 ceph-mon[96088]: 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-08T11:09:59.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:09:59.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:00.624 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:00 smithi003 ceph-mon[96088]: 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-08T11:10:00.625 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T11:10:00.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:00.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:00 smithi094 ceph-mon[112176]: 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-08T11:10:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T11:10:01.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:01.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:02.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:02.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:02 smithi094 ceph-mon[112176]: 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-08T11:10:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:02 smithi003 ceph-mon[96088]: 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-08T11:10:03.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:03.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:04 smithi094 ceph-mon[112176]: pgmap v14809: 97 pgs: 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:04.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:04.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:04 smithi003 ceph-mon[96088]: pgmap v14809: 97 pgs: 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:05.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:05.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:06.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:06 smithi003 ceph-mon[96088]: pgmap v14810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:06 smithi094 ceph-mon[112176]: pgmap v14810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:06.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:06.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:07.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:07.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:08 smithi094 ceph-mon[112176]: 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-08T11:10:08.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:08.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:08 smithi003 ceph-mon[96088]: 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-08T11:10:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:09.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:09.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:10 smithi094 ceph-mon[112176]: 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-08T11:10:10.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:10.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:10 smithi003 ceph-mon[96088]: 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-08T11:10:11.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:11.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:12 smithi094 ceph-mon[112176]: 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-08T11:10:12.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:12.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:12 smithi003 ceph-mon[96088]: 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-08T11:10:13.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:13.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:14 smithi094 ceph-mon[112176]: pgmap v14814: 97 pgs: 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:14.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:14.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:14 smithi003 ceph-mon[96088]: pgmap v14814: 97 pgs: 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:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:10:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:10:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:10:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:10:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:10:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:10:15.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:15.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:10:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:10:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:10:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:10:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:10:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:10:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:16 smithi094 ceph-mon[112176]: pgmap v14815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:16.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:16.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:16 smithi003 ceph-mon[96088]: pgmap v14815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:17.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:17.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:18.566 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:18 smithi094 ceph-mon[112176]: 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-08T11:10:18.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:18.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:18 smithi003 ceph-mon[96088]: 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-08T11:10:19.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:19.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:20 smithi094 ceph-mon[112176]: 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-08T11:10:20.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:20.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:20 smithi003 ceph-mon[96088]: 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-08T11:10:21.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:21.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:22 smithi094 ceph-mon[112176]: 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-08T11:10:22.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:22.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:22 smithi003 ceph-mon[96088]: 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-08T11:10:23.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:23.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:24 smithi094 ceph-mon[112176]: pgmap v14819: 97 pgs: 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:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:24.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:24.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:24 smithi003 ceph-mon[96088]: pgmap v14819: 97 pgs: 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:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:25.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:25.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:26 smithi003 ceph-mon[96088]: pgmap v14820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:26 smithi094 ceph-mon[112176]: pgmap v14820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:26.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:26.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:27.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:27.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:28 smithi094 ceph-mon[112176]: 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-08T11:10:28.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:28.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:28 smithi003 ceph-mon[96088]: 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-08T11:10:29.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:29.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:30 smithi094 ceph-mon[112176]: 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-08T11:10:30.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:30.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:30 smithi003 ceph-mon[96088]: 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-08T11:10:31.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:31.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:32 smithi094 ceph-mon[112176]: 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-08T11:10:32.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:32.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:32 smithi003 ceph-mon[96088]: 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-08T11:10:33.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:33.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:34 smithi094 ceph-mon[112176]: pgmap v14824: 97 pgs: 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:34.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:34.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:34 smithi003 ceph-mon[96088]: pgmap v14824: 97 pgs: 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:35.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:35.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:36 smithi003 ceph-mon[96088]: pgmap v14825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:36 smithi094 ceph-mon[112176]: pgmap v14825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:36.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:36.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:37.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:37.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:38 smithi094 ceph-mon[112176]: 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-08T11:10:38.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:38.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:38 smithi003 ceph-mon[96088]: 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-08T11:10:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:39.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:39.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:40 smithi094 ceph-mon[112176]: 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-08T11:10:40.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:40.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:40 smithi003 ceph-mon[96088]: 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-08T11:10:41.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:41.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:42 smithi094 ceph-mon[112176]: 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-08T11:10:42.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:42.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:42 smithi003 ceph-mon[96088]: 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-08T11:10:43.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:43.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:44 smithi094 ceph-mon[112176]: pgmap v14829: 97 pgs: 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:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:44 smithi003 ceph-mon[96088]: pgmap v14829: 97 pgs: 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:44.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:44.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:45.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:45.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:46 smithi003 ceph-mon[96088]: pgmap v14830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:46 smithi094 ceph-mon[112176]: pgmap v14830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:46.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:46.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:47.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:47.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:48 smithi094 ceph-mon[112176]: 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-08T11:10:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:48 smithi003 ceph-mon[96088]: 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-08T11:10:48.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:48.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:49.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:49.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:50 smithi094 ceph-mon[112176]: 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-08T11:10:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:50 smithi003 ceph-mon[96088]: 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-08T11:10:50.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:50.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:51.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:51.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:52 smithi094 ceph-mon[112176]: 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-08T11:10:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:52 smithi003 ceph-mon[96088]: 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-08T11:10:52.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:52.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:53.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:53.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:54 smithi094 ceph-mon[112176]: pgmap v14834: 97 pgs: 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:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:54 smithi003 ceph-mon[96088]: pgmap v14834: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:54.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:54.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:55.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:55.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:56 smithi003 ceph-mon[96088]: pgmap v14835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:56 smithi094 ceph-mon[112176]: pgmap v14835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:56.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:56.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:57.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:57.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:10:58 smithi094 ceph-mon[112176]: 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-08T11:10:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:10:58 smithi003 ceph-mon[96088]: 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-08T11:10:58.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:58.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:59.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:10:59.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:00 smithi094 ceph-mon[112176]: 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-08T11:11:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:00 smithi003 ceph-mon[96088]: 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-08T11:11:00.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:00.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:01.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:01.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:02 smithi094 ceph-mon[112176]: 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-08T11:11:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:02 smithi003 ceph-mon[96088]: 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-08T11:11:02.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:02.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:03.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:03.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:04 smithi094 ceph-mon[112176]: pgmap v14839: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:04 smithi003 ceph-mon[96088]: pgmap v14839: 97 pgs: 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:04.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:04.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:05.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:05.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:06 smithi003 ceph-mon[96088]: pgmap v14840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:06 smithi094 ceph-mon[112176]: pgmap v14840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:06.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:06.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:07.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:07.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:08 smithi094 ceph-mon[112176]: 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-08T11:11:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:08 smithi003 ceph-mon[96088]: 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-08T11:11:08.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:08.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:09.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:09.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:10 smithi094 ceph-mon[112176]: 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-08T11:11:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:10 smithi003 ceph-mon[96088]: 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-08T11:11:10.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:10.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:11.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:11.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:12 smithi094 ceph-mon[112176]: 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-08T11:11:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:12 smithi003 ceph-mon[96088]: 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-08T11:11:12.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:12.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:13.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:13.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:14 smithi094 ceph-mon[112176]: pgmap v14844: 97 pgs: 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:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:14 smithi003 ceph-mon[96088]: pgmap v14844: 97 pgs: 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:14.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:14.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:11:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:11:15.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:15.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:16 smithi003 ceph-mon[96088]: pgmap v14845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:11:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:11:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:11:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:11:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:11:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:11:16.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:11:16.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:16.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:16 smithi094 ceph-mon[112176]: pgmap v14845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:11:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:11:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:11:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:11:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:11:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:11:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:11:17.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:17.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:18 smithi003 ceph-mon[96088]: 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-08T11:11:18.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:18.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:18 smithi094 ceph-mon[112176]: 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-08T11:11:19.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:19.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:20 smithi003 ceph-mon[96088]: 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-08T11:11:20.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:20.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:20 smithi094 ceph-mon[112176]: 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-08T11:11:21.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:21.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:22 smithi003 ceph-mon[96088]: 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-08T11:11:22.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:22.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:22 smithi094 ceph-mon[112176]: 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-08T11:11:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:23.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:23.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:24 smithi094 ceph-mon[112176]: pgmap v14849: 97 pgs: 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:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:24 smithi003 ceph-mon[96088]: pgmap v14849: 97 pgs: 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:24.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:24.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:25.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:25.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:26 smithi003 ceph-mon[96088]: pgmap v14850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:26 smithi094 ceph-mon[112176]: pgmap v14850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:26.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:26.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:27.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:27.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:28 smithi094 ceph-mon[112176]: 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-08T11:11:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:28 smithi003 ceph-mon[96088]: 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-08T11:11:28.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:28.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:29.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:29.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:30 smithi094 ceph-mon[112176]: 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-08T11:11:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:30 smithi003 ceph-mon[96088]: 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-08T11:11:30.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:30.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:31.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:31.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:32 smithi094 ceph-mon[112176]: 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-08T11:11:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:32 smithi003 ceph-mon[96088]: 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-08T11:11:32.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:32.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:33.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:33.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:34 smithi094 ceph-mon[112176]: pgmap v14854: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:34 smithi003 ceph-mon[96088]: pgmap v14854: 97 pgs: 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:34.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:34.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:35.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:35.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:36 smithi003 ceph-mon[96088]: pgmap v14855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:36 smithi094 ceph-mon[112176]: pgmap v14855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:36.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:36.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:37.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:37.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:38 smithi094 ceph-mon[112176]: 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-08T11:11:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:38 smithi003 ceph-mon[96088]: 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-08T11:11:38.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:38.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:39.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:39.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:40 smithi094 ceph-mon[112176]: 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-08T11:11:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:40 smithi003 ceph-mon[96088]: 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-08T11:11:40.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:40.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:41.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:41.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:42 smithi094 ceph-mon[112176]: 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-08T11:11:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:42 smithi003 ceph-mon[96088]: 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-08T11:11:42.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:42.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:43.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:43.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:44 smithi094 ceph-mon[112176]: pgmap v14859: 97 pgs: 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:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:44 smithi003 ceph-mon[96088]: pgmap v14859: 97 pgs: 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:44.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:44.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:45.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:45.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:46 smithi003 ceph-mon[96088]: pgmap v14860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:46 smithi094 ceph-mon[112176]: pgmap v14860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:46.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:46.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:47.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:47.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:48 smithi094 ceph-mon[112176]: 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-08T11:11:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:48 smithi003 ceph-mon[96088]: 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-08T11:11:48.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:48.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:49.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:49.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:50 smithi094 ceph-mon[112176]: 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-08T11:11:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:50 smithi003 ceph-mon[96088]: 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-08T11:11:50.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:50.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:51.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:51.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:52 smithi094 ceph-mon[112176]: 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-08T11:11:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:52 smithi003 ceph-mon[96088]: 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-08T11:11:52.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:52.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:53.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:53.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:54.573 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:54 smithi094 ceph-mon[112176]: pgmap v14864: 97 pgs: 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:54.573 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:54 smithi003 ceph-mon[96088]: pgmap v14864: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:54.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:54.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:55.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:55.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:56 smithi003 ceph-mon[96088]: pgmap v14865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:56 smithi094 ceph-mon[112176]: pgmap v14865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:56.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:56.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:57.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:57.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:11:58 smithi094 ceph-mon[112176]: 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-08T11:11:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:11:58 smithi003 ceph-mon[96088]: 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-08T11:11:58.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:58.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:59.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:11:59.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:00 smithi094 ceph-mon[112176]: 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-08T11:12:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:00 smithi003 ceph-mon[96088]: 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-08T11:12:00.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:00.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:01.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:01.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:02 smithi094 ceph-mon[112176]: 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-08T11:12:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:02 smithi003 ceph-mon[96088]: 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-08T11:12:02.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:02.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:03.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:03.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:04 smithi094 ceph-mon[112176]: pgmap v14869: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:04 smithi003 ceph-mon[96088]: pgmap v14869: 97 pgs: 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:04.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:04.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:05.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:05.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:06 smithi003 ceph-mon[96088]: pgmap v14870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:06 smithi094 ceph-mon[112176]: pgmap v14870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:06.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:06.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:07.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:07.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:08 smithi094 ceph-mon[112176]: 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-08T11:12:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:08 smithi003 ceph-mon[96088]: 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-08T11:12:08.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:08.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:09.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:09.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:10 smithi094 ceph-mon[112176]: 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-08T11:12:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:10 smithi003 ceph-mon[96088]: 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-08T11:12:10.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:10.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:11.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:11.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:12 smithi003 ceph-mon[96088]: 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-08T11:12:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:12 smithi094 ceph-mon[112176]: 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-08T11:12:12.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:12.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:13.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:13.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:14 smithi094 ceph-mon[112176]: pgmap v14874: 97 pgs: 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:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:14 smithi003 ceph-mon[96088]: pgmap v14874: 97 pgs: 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:14.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:14.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:15.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:15.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:16 smithi003 ceph-mon[96088]: pgmap v14875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:12:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:16 smithi094 ceph-mon[112176]: pgmap v14875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:12:16.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:16.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:12:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:12:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:12:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:12:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:12:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:12:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:12:17.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:17.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:18 smithi003 ceph-mon[96088]: 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-08T11:12:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:18 smithi094 ceph-mon[112176]: 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-08T11:12:18.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:18.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:19.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:19.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:20 smithi094 ceph-mon[112176]: 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-08T11:12:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:20 smithi003 ceph-mon[96088]: 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-08T11:12:20.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:20.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:21.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:21.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:22 smithi003 ceph-mon[96088]: 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-08T11:12:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:22 smithi094 ceph-mon[112176]: 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-08T11:12:22.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:22.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:23.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:23.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:24 smithi094 ceph-mon[112176]: pgmap v14879: 97 pgs: 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:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:24 smithi003 ceph-mon[96088]: pgmap v14879: 97 pgs: 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:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:24.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:24.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:25.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:25.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:26 smithi003 ceph-mon[96088]: pgmap v14880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:26 smithi094 ceph-mon[112176]: pgmap v14880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:26.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:26.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:27.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:27.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:28 smithi094 ceph-mon[112176]: 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-08T11:12:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:28 smithi003 ceph-mon[96088]: 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-08T11:12:28.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:28.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:29.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:29.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:30 smithi094 ceph-mon[112176]: 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-08T11:12:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:30 smithi003 ceph-mon[96088]: 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-08T11:12:30.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:30.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:31.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:31.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:32 smithi094 ceph-mon[112176]: 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-08T11:12:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:32 smithi003 ceph-mon[96088]: 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-08T11:12:32.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:32.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:33.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:33.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:34 smithi094 ceph-mon[112176]: pgmap v14884: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:34 smithi003 ceph-mon[96088]: pgmap v14884: 97 pgs: 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:34.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:34.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:35.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:35.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:36 smithi003 ceph-mon[96088]: pgmap v14885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:36 smithi094 ceph-mon[112176]: pgmap v14885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:36.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:36.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:37.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:37.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:38 smithi094 ceph-mon[112176]: 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-08T11:12:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:38 smithi003 ceph-mon[96088]: 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-08T11:12:38.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:38.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:39.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:39.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:40 smithi094 ceph-mon[112176]: 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-08T11:12:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:40 smithi003 ceph-mon[96088]: 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-08T11:12:40.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:40.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:41.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:41.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:42 smithi094 ceph-mon[112176]: 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-08T11:12:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:42 smithi003 ceph-mon[96088]: 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-08T11:12:42.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:42.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:43.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:43.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:44 smithi094 ceph-mon[112176]: pgmap v14889: 97 pgs: 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:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:44 smithi003 ceph-mon[96088]: pgmap v14889: 97 pgs: 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:44.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:44.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:45.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:45.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:46 smithi003 ceph-mon[96088]: pgmap v14890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:46 smithi094 ceph-mon[112176]: pgmap v14890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:46.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:46.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:47.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:47.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:48 smithi094 ceph-mon[112176]: 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-08T11:12:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:48 smithi003 ceph-mon[96088]: 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-08T11:12:48.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:48.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:49.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:50.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:50 smithi094 ceph-mon[112176]: 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-08T11:12:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:50 smithi003 ceph-mon[96088]: 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-08T11:12:50.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:50.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:51.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:51.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:52 smithi094 ceph-mon[112176]: 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-08T11:12:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:52 smithi003 ceph-mon[96088]: 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-08T11:12:52.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:52.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:53.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:53.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:54 smithi094 ceph-mon[112176]: pgmap v14894: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:54 smithi003 ceph-mon[96088]: pgmap v14894: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:54.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:54.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:55.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:55.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:56 smithi003 ceph-mon[96088]: pgmap v14895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:56 smithi094 ceph-mon[112176]: pgmap v14895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:56.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:56.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:57.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:57.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:12:58 smithi094 ceph-mon[112176]: 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-08T11:12:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:12:58 smithi003 ceph-mon[96088]: 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-08T11:12:58.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:58.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:59.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:12:59.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:00 smithi094 ceph-mon[112176]: 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-08T11:13:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:00 smithi003 ceph-mon[96088]: 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-08T11:13:00.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:00.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:01.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:01.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:02 smithi094 ceph-mon[112176]: 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-08T11:13:02.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:02 smithi003 ceph-mon[96088]: 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-08T11:13:02.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:02.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:03.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:03.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:04 smithi094 ceph-mon[112176]: pgmap v14899: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:04 smithi003 ceph-mon[96088]: pgmap v14899: 97 pgs: 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:04.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:04.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:05.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:05.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:06 smithi003 ceph-mon[96088]: pgmap v14900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:06 smithi094 ceph-mon[112176]: pgmap v14900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:06.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:06.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:07.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:07.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:08 smithi094 ceph-mon[112176]: 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-08T11:13:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:08 smithi003 ceph-mon[96088]: 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-08T11:13:08.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:08.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:09.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:09.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:10 smithi094 ceph-mon[112176]: 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-08T11:13:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:10 smithi003 ceph-mon[96088]: 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-08T11:13:10.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:10.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:11.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:11.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:12 smithi094 ceph-mon[112176]: 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-08T11:13:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:12 smithi003 ceph-mon[96088]: 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-08T11:13:12.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:12.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:13.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:13.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:14 smithi094 ceph-mon[112176]: pgmap v14904: 97 pgs: 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:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:14 smithi003 ceph-mon[96088]: pgmap v14904: 97 pgs: 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:14.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:14.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:15.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:15.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:16.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:16 smithi003 ceph-mon[96088]: pgmap v14905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:16 smithi094 ceph-mon[112176]: pgmap v14905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:16.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:16.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:17.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:13:17.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:13:17.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:17.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:18.844 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:18 smithi094 ceph-mon[112176]: 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-08T11:13:18.844 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:18.844 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:18.844 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:18.844 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:18 smithi003 ceph-mon[96088]: 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-08T11:13:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:18.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:18.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:19.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:19.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:20.739 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:20 smithi094 ceph-mon[112176]: 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-08T11:13:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:20 smithi003 ceph-mon[96088]: 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-08T11:13:20.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:20.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:21.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:21.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: 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-08T11:13:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:13:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:13:22.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:13:22.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: 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-08T11:13:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:13:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:13:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:13:22.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:13:22.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:22.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:23 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1492M 2023-10-08T11:13:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:23 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1492M 2023-10-08T11:13:23.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:23.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:24 smithi094 ceph-mon[112176]: pgmap v14909: 97 pgs: 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:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:24 smithi003 ceph-mon[96088]: pgmap v14909: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:25.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:25.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:26.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:26.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:26 smithi003 ceph-mon[96088]: pgmap v14910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:26 smithi094 ceph-mon[112176]: pgmap v14910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:27.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:27.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:28.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:28.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:28 smithi094 ceph-mon[112176]: 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-08T11:13:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:28 smithi003 ceph-mon[96088]: 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-08T11:13:29.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:29.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:30.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:30.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:30 smithi094 ceph-mon[112176]: 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-08T11:13:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:30 smithi003 ceph-mon[96088]: 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-08T11:13:31.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:31.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:32.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:32.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:32 smithi094 ceph-mon[112176]: 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-08T11:13:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:32 smithi003 ceph-mon[96088]: 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-08T11:13:33.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:33.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:34.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:34.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:34 smithi094 ceph-mon[112176]: pgmap v14914: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:34 smithi003 ceph-mon[96088]: pgmap v14914: 97 pgs: 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:35.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:35.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:36.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:36.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:36 smithi003 ceph-mon[96088]: pgmap v14915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:36 smithi094 ceph-mon[112176]: pgmap v14915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:37.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:37.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:38.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:38.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:38 smithi094 ceph-mon[112176]: 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-08T11:13:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:38 smithi003 ceph-mon[96088]: 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-08T11:13:39.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:39.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:40.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:40.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:40 smithi094 ceph-mon[112176]: 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-08T11:13:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:40 smithi003 ceph-mon[96088]: 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-08T11:13:41.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:41.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:42.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:42.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:42 smithi094 ceph-mon[112176]: 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-08T11:13:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:42 smithi003 ceph-mon[96088]: 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-08T11:13:43.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:43.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:44.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:44.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:44 smithi094 ceph-mon[112176]: pgmap v14919: 97 pgs: 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:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:44 smithi003 ceph-mon[96088]: pgmap v14919: 97 pgs: 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:45.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:45.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:46 smithi003 ceph-mon[96088]: pgmap v14920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:46 smithi094 ceph-mon[112176]: pgmap v14920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:47.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:47.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:48.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:48.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:48 smithi003 ceph-mon[96088]: 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-08T11:13:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:48 smithi094 ceph-mon[112176]: 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-08T11:13:49.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:49.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:50.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:50.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:50 smithi094 ceph-mon[112176]: 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-08T11:13:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:50 smithi003 ceph-mon[96088]: 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-08T11:13:51.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:51.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:52.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:52.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:52 smithi094 ceph-mon[112176]: 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-08T11:13:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:52 smithi003 ceph-mon[96088]: 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-08T11:13:53.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:53.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:54.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:54.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:54 smithi094 ceph-mon[112176]: pgmap v14924: 97 pgs: 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:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:54 smithi003 ceph-mon[96088]: pgmap v14924: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:55.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:55.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:56.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:56.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:56 smithi003 ceph-mon[96088]: pgmap v14925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:56 smithi094 ceph-mon[112176]: pgmap v14925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:57.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:57.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:58.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:58.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:13:58 smithi094 ceph-mon[112176]: 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-08T11:13:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:13:58 smithi003 ceph-mon[96088]: 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-08T11:13:59.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:13:59.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:00.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:00.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:00 smithi094 ceph-mon[112176]: 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-08T11:14:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:00 smithi003 ceph-mon[96088]: 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-08T11:14:01.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:01.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:02.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:02.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:02 smithi094 ceph-mon[112176]: 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-08T11:14:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:02 smithi003 ceph-mon[96088]: 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-08T11:14:03.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:03.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:04.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:04.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:04 smithi094 ceph-mon[112176]: pgmap v14929: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:04 smithi003 ceph-mon[96088]: pgmap v14929: 97 pgs: 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:05.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:05.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:06.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:06.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:06 smithi003 ceph-mon[96088]: pgmap v14930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:06 smithi094 ceph-mon[112176]: pgmap v14930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:07.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:07.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:08.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:08.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:08 smithi094 ceph-mon[112176]: 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-08T11:14:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:08 smithi003 ceph-mon[96088]: 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-08T11:14:09.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:09.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:10.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:10.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:10 smithi094 ceph-mon[112176]: 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-08T11:14:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:10 smithi003 ceph-mon[96088]: 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-08T11:14:11.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:11.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:12.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:12.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:12 smithi094 ceph-mon[112176]: 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-08T11:14:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:12 smithi003 ceph-mon[96088]: 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-08T11:14:13.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:13.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:14.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:14.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:14 smithi094 ceph-mon[112176]: pgmap v14934: 97 pgs: 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:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:14 smithi003 ceph-mon[96088]: pgmap v14934: 97 pgs: 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:15.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:15.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:16.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:16.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:16 smithi094 ceph-mon[112176]: pgmap v14935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:16 smithi003 ceph-mon[96088]: pgmap v14935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:17.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:17.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:18.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:18.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:18 smithi094 ceph-mon[112176]: 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-08T11:14:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:18 smithi003 ceph-mon[96088]: 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-08T11:14:19.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:19.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:20.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:20.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:20 smithi094 ceph-mon[112176]: 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-08T11:14:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:20 smithi003 ceph-mon[96088]: 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-08T11:14:21.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:21.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:22.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:22.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:22 smithi094 ceph-mon[112176]: 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-08T11:14:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:14:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:22 smithi003 ceph-mon[96088]: 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-08T11:14:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:14:23.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:23.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:23.611 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:14:23.611 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:14:23.611 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:14:23.611 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:14:23.611 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:14:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:14:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:14:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:14:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:14:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:14:24.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:24.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:24 smithi003 ceph-mon[96088]: pgmap v14939: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:24 smithi094 ceph-mon[112176]: pgmap v14939: 97 pgs: 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:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:25.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:25.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:26.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:26.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:26 smithi094 ceph-mon[112176]: pgmap v14940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:26 smithi003 ceph-mon[96088]: pgmap v14940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:27.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:27.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:28.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:28.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:28 smithi094 ceph-mon[112176]: 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-08T11:14:28.668 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:28 smithi003 ceph-mon[96088]: 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-08T11:14:29.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:29.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:30.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:30.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:30 smithi094 ceph-mon[112176]: 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-08T11:14:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:30 smithi003 ceph-mon[96088]: 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-08T11:14:31.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:31.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:32.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:32.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:32 smithi094 ceph-mon[112176]: 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-08T11:14:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:32 smithi003 ceph-mon[96088]: 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-08T11:14:33.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:33.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:34.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:34.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:34 smithi094 ceph-mon[112176]: pgmap v14944: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:34 smithi003 ceph-mon[96088]: pgmap v14944: 97 pgs: 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:35.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:35.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:36.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:36.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:36 smithi094 ceph-mon[112176]: pgmap v14945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:36 smithi003 ceph-mon[96088]: pgmap v14945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:37.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:37.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:38.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:38.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:38 smithi094 ceph-mon[112176]: 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-08T11:14:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:38 smithi003 ceph-mon[96088]: 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-08T11:14:39.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:39.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:40.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:40.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:40 smithi094 ceph-mon[112176]: 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-08T11:14:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:40 smithi003 ceph-mon[96088]: 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-08T11:14:41.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:41.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:42.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:42.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:42 smithi094 ceph-mon[112176]: 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-08T11:14:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:42 smithi003 ceph-mon[96088]: 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-08T11:14:43.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:43.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:44.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:44.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:44 smithi094 ceph-mon[112176]: pgmap v14949: 97 pgs: 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:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:44 smithi003 ceph-mon[96088]: pgmap v14949: 97 pgs: 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:45.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:45.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:46.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:46.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:46 smithi094 ceph-mon[112176]: pgmap v14950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:46 smithi003 ceph-mon[96088]: pgmap v14950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:47.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:47.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:48.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:48.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:48 smithi094 ceph-mon[112176]: 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-08T11:14:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:48 smithi003 ceph-mon[96088]: 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-08T11:14:49.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:49.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:50.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:50.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:50 smithi094 ceph-mon[112176]: 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-08T11:14:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:50 smithi003 ceph-mon[96088]: 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-08T11:14:51.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:51.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:52.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:52.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:52 smithi094 ceph-mon[112176]: 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-08T11:14:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:52 smithi003 ceph-mon[96088]: 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-08T11:14:53.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:53.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:54.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:54.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:54 smithi094 ceph-mon[112176]: pgmap v14954: 97 pgs: 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:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:54 smithi003 ceph-mon[96088]: pgmap v14954: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:55.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:55.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:56.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:56.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:56 smithi094 ceph-mon[112176]: pgmap v14955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:56 smithi003 ceph-mon[96088]: pgmap v14955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:57.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:57.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:58.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:58.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:14:58 smithi094 ceph-mon[112176]: 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-08T11:14:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:14:58 smithi003 ceph-mon[96088]: 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-08T11:14:59.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:14:59.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:00.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:00.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:00 smithi094 ceph-mon[112176]: 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-08T11:15:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:00 smithi003 ceph-mon[96088]: 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-08T11:15:01.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:01.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:02.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:02.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:02 smithi094 ceph-mon[112176]: 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-08T11:15:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:02 smithi003 ceph-mon[96088]: 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-08T11:15:03.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:03.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:04.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:04.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:04 smithi094 ceph-mon[112176]: pgmap v14959: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:04 smithi003 ceph-mon[96088]: pgmap v14959: 97 pgs: 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:05.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:05.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:06.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:06.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:06.586 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:06 smithi094 ceph-mon[112176]: pgmap v14960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:06 smithi003 ceph-mon[96088]: pgmap v14960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:07.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:07.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:08.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:08.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:08 smithi094 ceph-mon[112176]: 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-08T11:15:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:08 smithi003 ceph-mon[96088]: 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-08T11:15:09.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:09.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:10.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:10.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:10 smithi094 ceph-mon[112176]: 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-08T11:15:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:10 smithi003 ceph-mon[96088]: 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-08T11:15:11.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:11.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:12.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:12.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:12 smithi094 ceph-mon[112176]: 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-08T11:15:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:12 smithi003 ceph-mon[96088]: 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-08T11:15:13.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:13.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:14.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:14.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:14 smithi003 ceph-mon[96088]: pgmap v14964: 97 pgs: 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:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:14 smithi094 ceph-mon[112176]: pgmap v14964: 97 pgs: 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:15.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:15.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:16.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:16.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:16 smithi094 ceph-mon[112176]: pgmap v14965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:16 smithi003 ceph-mon[96088]: pgmap v14965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:17.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:17.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:18.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:18.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:18 smithi094 ceph-mon[112176]: 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-08T11:15:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:18 smithi003 ceph-mon[96088]: 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-08T11:15:19.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:19.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:20.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:20.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:20 smithi094 ceph-mon[112176]: 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-08T11:15:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:20 smithi003 ceph-mon[96088]: 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-08T11:15:21.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:21.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:22.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:22.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:22 smithi094 ceph-mon[112176]: 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-08T11:15:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:22 smithi003 ceph-mon[96088]: 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-08T11:15:23.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:23.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:15:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:15:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:15:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:15:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:15:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:15:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:15:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:15:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:15:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:15:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:15:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:15:24.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:24.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:24 smithi094 ceph-mon[112176]: pgmap v14969: 97 pgs: 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:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:24 smithi003 ceph-mon[96088]: pgmap v14969: 97 pgs: 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:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:25.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:25.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:26.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:26.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:26 smithi094 ceph-mon[112176]: pgmap v14970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:26 smithi003 ceph-mon[96088]: pgmap v14970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:27.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:27.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:28.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:28.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:28 smithi094 ceph-mon[112176]: 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-08T11:15:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:28 smithi003 ceph-mon[96088]: 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-08T11:15:29.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:29.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:30.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:30.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:30 smithi094 ceph-mon[112176]: 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-08T11:15:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:30 smithi003 ceph-mon[96088]: 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-08T11:15:31.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:31.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:32.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:32.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:32 smithi094 ceph-mon[112176]: 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-08T11:15:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:32 smithi003 ceph-mon[96088]: 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-08T11:15:33.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:33.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:34.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:34.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:34 smithi094 ceph-mon[112176]: pgmap v14974: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:34 smithi003 ceph-mon[96088]: pgmap v14974: 97 pgs: 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:35.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:35.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:36.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:36.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:36 smithi094 ceph-mon[112176]: pgmap v14975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:36 smithi003 ceph-mon[96088]: pgmap v14975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:37.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:37.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:38.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:38.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:38 smithi094 ceph-mon[112176]: 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-08T11:15:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:38 smithi003 ceph-mon[96088]: 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-08T11:15:39.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:39.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:40.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:40.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:40 smithi094 ceph-mon[112176]: 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-08T11:15:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:40 smithi003 ceph-mon[96088]: 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-08T11:15:41.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:41.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:42.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:42.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:42 smithi094 ceph-mon[112176]: 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-08T11:15:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:42 smithi003 ceph-mon[96088]: 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-08T11:15:43.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:43.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:44.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:44.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:44 smithi094 ceph-mon[112176]: pgmap v14979: 97 pgs: 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:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:44 smithi003 ceph-mon[96088]: pgmap v14979: 97 pgs: 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:45.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:45.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:46.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:46.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:46 smithi094 ceph-mon[112176]: pgmap v14980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:46 smithi003 ceph-mon[96088]: pgmap v14980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:47.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:47.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:48.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:48.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:48 smithi094 ceph-mon[112176]: 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-08T11:15:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:48 smithi003 ceph-mon[96088]: 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-08T11:15:49.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:49.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:50.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:50.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:50 smithi094 ceph-mon[112176]: 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-08T11:15:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:50 smithi003 ceph-mon[96088]: 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-08T11:15:51.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:51.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:52.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:52.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:52 smithi094 ceph-mon[112176]: 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-08T11:15:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:52 smithi003 ceph-mon[96088]: 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-08T11:15:53.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:53.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:54.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:54.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:54.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:54 smithi003 ceph-mon[96088]: pgmap v14984: 97 pgs: 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:54.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:54 smithi094 ceph-mon[112176]: pgmap v14984: 97 pgs: 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:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:55.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:55.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:56.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:56.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:56 smithi094 ceph-mon[112176]: pgmap v14985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:56 smithi003 ceph-mon[96088]: pgmap v14985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:57.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:57.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:58.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:58.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:15:58 smithi094 ceph-mon[112176]: 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-08T11:15:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:15:58 smithi003 ceph-mon[96088]: 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-08T11:15:59.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:15:59.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:00.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:00.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:00 smithi094 ceph-mon[112176]: 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-08T11:16:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:00 smithi003 ceph-mon[96088]: 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-08T11:16:01.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:01.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:02.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:02.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:02 smithi094 ceph-mon[112176]: 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-08T11:16:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:02 smithi003 ceph-mon[96088]: 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-08T11:16:03.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:03.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:04.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:04.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:04 smithi094 ceph-mon[112176]: pgmap v14989: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:04 smithi003 ceph-mon[96088]: pgmap v14989: 97 pgs: 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:05.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:05.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:06.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:06.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:06 smithi094 ceph-mon[112176]: pgmap v14990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:06 smithi003 ceph-mon[96088]: pgmap v14990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:07.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:07.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:08.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:08.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:08 smithi094 ceph-mon[112176]: 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-08T11:16:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:08 smithi003 ceph-mon[96088]: 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-08T11:16:09.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:09.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:10.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:10.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:10 smithi094 ceph-mon[112176]: 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-08T11:16:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:10 smithi003 ceph-mon[96088]: 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-08T11:16:11.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:11.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:12.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:12.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:12 smithi094 ceph-mon[112176]: 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-08T11:16:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:12 smithi003 ceph-mon[96088]: 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-08T11:16:13.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:13.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:14.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:14.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:14 smithi094 ceph-mon[112176]: pgmap v14994: 97 pgs: 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:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:14 smithi003 ceph-mon[96088]: pgmap v14994: 97 pgs: 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:15.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:15.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:16.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:16.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:16 smithi094 ceph-mon[112176]: pgmap v14995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:16 smithi003 ceph-mon[96088]: pgmap v14995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:17.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:17.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:18.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:18.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:18 smithi094 ceph-mon[112176]: 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-08T11:16:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:18 smithi003 ceph-mon[96088]: 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-08T11:16:19.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:19.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:20.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:20.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:20 smithi094 ceph-mon[112176]: 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-08T11:16:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:20 smithi003 ceph-mon[96088]: 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-08T11:16:21.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:21.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:22.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:22.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:22 smithi094 ceph-mon[112176]: 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-08T11:16:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:22 smithi003 ceph-mon[96088]: 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-08T11:16:23.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:23.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:23.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:16:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:16:24.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:24.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:24 smithi094 ceph-mon[112176]: pgmap v14999: 97 pgs: 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:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:24 smithi003 ceph-mon[96088]: pgmap v14999: 97 pgs: 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:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:25.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:25.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:26.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:26.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:26 smithi094 ceph-mon[112176]: pgmap v15000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:16:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:16:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:26 smithi003 ceph-mon[96088]: pgmap v15000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:16:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:16:27.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:27.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:16:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:16:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:16:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:16:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:16:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:16:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:16:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:16:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:16:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:16:28.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:28.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:28 smithi094 ceph-mon[112176]: 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-08T11:16:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:28 smithi003 ceph-mon[96088]: 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-08T11:16:29.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:29.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:30.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:30.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:30 smithi094 ceph-mon[112176]: 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-08T11:16:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:30 smithi003 ceph-mon[96088]: 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-08T11:16:31.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:31.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:32.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:32.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:32 smithi094 ceph-mon[112176]: 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-08T11:16:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:32 smithi003 ceph-mon[96088]: 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-08T11:16:33.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:33.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:34.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:34.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:34 smithi094 ceph-mon[112176]: pgmap v15004: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:34 smithi003 ceph-mon[96088]: pgmap v15004: 97 pgs: 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:35.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:35.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:36.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:36.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:36 smithi094 ceph-mon[112176]: pgmap v15005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:36 smithi003 ceph-mon[96088]: pgmap v15005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:37.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:37.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:38.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:38.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:38 smithi094 ceph-mon[112176]: 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-08T11:16:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:38 smithi003 ceph-mon[96088]: 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-08T11:16:39.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:39.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:40.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:40.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:40 smithi003 ceph-mon[96088]: 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-08T11:16:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:40 smithi094 ceph-mon[112176]: 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-08T11:16:41.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:41.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:42.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:42.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:42 smithi094 ceph-mon[112176]: 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-08T11:16:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:42 smithi003 ceph-mon[96088]: 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-08T11:16:43.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:43.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:44.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:44.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:44 smithi003 ceph-mon[96088]: pgmap v15009: 97 pgs: 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:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:44 smithi094 ceph-mon[112176]: pgmap v15009: 97 pgs: 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:45.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:45.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:46.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:46.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:46 smithi094 ceph-mon[112176]: pgmap v15010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:46 smithi003 ceph-mon[96088]: pgmap v15010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:47.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:47.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:48.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:48.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:48 smithi094 ceph-mon[112176]: 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-08T11:16:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:48 smithi003 ceph-mon[96088]: 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-08T11:16:49.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:49.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:50.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:50.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:50 smithi094 ceph-mon[112176]: 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-08T11:16:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:50 smithi003 ceph-mon[96088]: 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-08T11:16:51.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:51.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:52.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:52.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:52 smithi094 ceph-mon[112176]: 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-08T11:16:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:52 smithi003 ceph-mon[96088]: 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-08T11:16:53.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:53.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:54.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:54.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:54 smithi094 ceph-mon[112176]: pgmap v15014: 97 pgs: 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:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:54 smithi003 ceph-mon[96088]: pgmap v15014: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:55.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:55.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:56.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:56.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:56 smithi094 ceph-mon[112176]: pgmap v15015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:56 smithi003 ceph-mon[96088]: pgmap v15015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:57.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:57.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:58.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:58.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:16:58 smithi094 ceph-mon[112176]: 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-08T11:16:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:16:58 smithi003 ceph-mon[96088]: 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-08T11:16:59.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:16:59.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:00.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:00.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:00 smithi094 ceph-mon[112176]: 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-08T11:17:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:00 smithi003 ceph-mon[96088]: 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-08T11:17:01.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:01.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:02.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:02.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:02 smithi094 ceph-mon[112176]: 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-08T11:17:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:02 smithi003 ceph-mon[96088]: 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-08T11:17:03.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:03.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:04.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:04.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:04 smithi094 ceph-mon[112176]: pgmap v15019: 97 pgs: 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:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:04 smithi003 ceph-mon[96088]: pgmap v15019: 97 pgs: 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:05.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:05.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:06.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:06.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:06 smithi094 ceph-mon[112176]: pgmap v15020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:06 smithi003 ceph-mon[96088]: pgmap v15020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:07.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:07.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:08.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:08.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:08 smithi094 ceph-mon[112176]: 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-08T11:17:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:08 smithi003 ceph-mon[96088]: 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-08T11:17:09.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:09.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:10.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:10.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:10 smithi094 ceph-mon[112176]: 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-08T11:17:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:10 smithi003 ceph-mon[96088]: 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-08T11:17:11.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:11.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:12.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:12.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:12 smithi094 ceph-mon[112176]: 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-08T11:17:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:12 smithi003 ceph-mon[96088]: 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-08T11:17:13.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:13.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:14.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:14.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:14 smithi003 ceph-mon[96088]: pgmap v15024: 97 pgs: 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:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:14 smithi094 ceph-mon[112176]: pgmap v15024: 97 pgs: 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:15.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:15.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:16.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:16.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:16 smithi094 ceph-mon[112176]: pgmap v15025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:16 smithi003 ceph-mon[96088]: pgmap v15025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:17.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:17.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:18.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:18.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:18 smithi094 ceph-mon[112176]: 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-08T11:17:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:18 smithi003 ceph-mon[96088]: 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-08T11:17:19.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:19.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:20.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:20.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:20 smithi094 ceph-mon[112176]: 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-08T11:17:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:20 smithi003 ceph-mon[96088]: 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-08T11:17:21.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:21.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:22.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:22.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:22 smithi094 ceph-mon[112176]: 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-08T11:17:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:22 smithi003 ceph-mon[96088]: 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-08T11:17:23.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:23.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:24.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:24.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:24 smithi003 ceph-mon[96088]: pgmap v15029: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:24 smithi094 ceph-mon[112176]: pgmap v15029: 97 pgs: 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:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:25.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:25.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:26.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:26.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:26 smithi094 ceph-mon[112176]: pgmap v15030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:26 smithi003 ceph-mon[96088]: pgmap v15030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:27.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:27.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:17:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:17:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:17:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:17:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:17:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:17:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:17:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:17:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:17:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:17:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:17:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:17:28.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:28.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:28 smithi094 ceph-mon[112176]: 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-08T11:17:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:28 smithi003 ceph-mon[96088]: 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-08T11:17:29.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:29.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:30.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:30.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:30 smithi094 ceph-mon[112176]: 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-08T11:17:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:30 smithi003 ceph-mon[96088]: 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-08T11:17:31.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:31.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:32.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:32.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:32 smithi003 ceph-mon[96088]: 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-08T11:17:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:32 smithi094 ceph-mon[112176]: 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-08T11:17:33.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:33.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:34.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:34.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:34 smithi003 ceph-mon[96088]: pgmap v15034: 97 pgs: 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:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:34 smithi094 ceph-mon[112176]: pgmap v15034: 97 pgs: 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:35.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:35.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:36.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:36.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:36 smithi094 ceph-mon[112176]: pgmap v15035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:36 smithi003 ceph-mon[96088]: pgmap v15035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:37.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:37.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:38.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:38.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:38 smithi003 ceph-mon[96088]: 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-08T11:17:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:38 smithi094 ceph-mon[112176]: 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-08T11:17:39.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:39.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:40.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:40.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:40 smithi003 ceph-mon[96088]: 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-08T11:17:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:40 smithi094 ceph-mon[112176]: 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-08T11:17:41.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:41.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:42.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:42.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:42 smithi003 ceph-mon[96088]: 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-08T11:17:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:42 smithi094 ceph-mon[112176]: 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-08T11:17:43.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:43.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:44.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:44.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:44 smithi003 ceph-mon[96088]: pgmap v15039: 97 pgs: 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:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:44 smithi094 ceph-mon[112176]: pgmap v15039: 97 pgs: 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:45.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:45.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:46.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:46.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:46 smithi094 ceph-mon[112176]: pgmap v15040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:46 smithi003 ceph-mon[96088]: pgmap v15040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:47.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:47.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:48.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:48.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:48 smithi094 ceph-mon[112176]: 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-08T11:17:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:48 smithi003 ceph-mon[96088]: 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-08T11:17:49.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:49.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:50.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:50.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:50 smithi003 ceph-mon[96088]: 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-08T11:17:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:50 smithi094 ceph-mon[112176]: 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-08T11:17:51.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:51.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:52.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:52.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:52 smithi003 ceph-mon[96088]: 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-08T11:17:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:52 smithi094 ceph-mon[112176]: 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-08T11:17:53.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:53.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:54.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:54.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:54 smithi003 ceph-mon[96088]: pgmap v15044: 97 pgs: 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:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:54 smithi094 ceph-mon[112176]: pgmap v15044: 97 pgs: 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:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:55.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:55.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:56.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:56.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:56 smithi094 ceph-mon[112176]: pgmap v15045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:56 smithi003 ceph-mon[96088]: pgmap v15045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:57.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:57.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:58.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:58.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:17:58 smithi094 ceph-mon[112176]: 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-08T11:17:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:17:58 smithi003 ceph-mon[96088]: 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-08T11:17:59.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:17:59.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:00.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:00.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:00 smithi003 ceph-mon[96088]: 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-08T11:18:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:00 smithi094 ceph-mon[112176]: 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-08T11:18:01.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:01.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:02.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:02.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:02 smithi003 ceph-mon[96088]: 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-08T11:18:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:02 smithi094 ceph-mon[112176]: 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-08T11:18:03.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:03.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:04.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:04.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:04 smithi003 ceph-mon[96088]: pgmap v15049: 97 pgs: 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:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:04 smithi094 ceph-mon[112176]: pgmap v15049: 97 pgs: 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:05.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:05.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:06.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:06.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:06 smithi003 ceph-mon[96088]: pgmap v15050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:06 smithi094 ceph-mon[112176]: pgmap v15050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:07.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:07.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:08.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:08.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:08 smithi003 ceph-mon[96088]: 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-08T11:18:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:08 smithi094 ceph-mon[112176]: 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-08T11:18:09.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:09.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:10.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:10.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:10 smithi003 ceph-mon[96088]: 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-08T11:18:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:10 smithi094 ceph-mon[112176]: 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-08T11:18:11.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:11.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:12.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:12.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:12 smithi003 ceph-mon[96088]: 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-08T11:18:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:12 smithi094 ceph-mon[112176]: 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-08T11:18:13.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:13.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:14.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:14.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:14 smithi003 ceph-mon[96088]: pgmap v15054: 97 pgs: 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:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:14 smithi094 ceph-mon[112176]: pgmap v15054: 97 pgs: 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:15.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:15.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:16.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:16.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:16 smithi094 ceph-mon[112176]: pgmap v15055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:16 smithi003 ceph-mon[96088]: pgmap v15055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:17.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:17.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:18.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:18.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:18 smithi003 ceph-mon[96088]: 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-08T11:18:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:18 smithi094 ceph-mon[112176]: 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-08T11:18:19.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:19.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:20.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:20.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:20 smithi003 ceph-mon[96088]: 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-08T11:18:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:20 smithi094 ceph-mon[112176]: 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-08T11:18:21.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:21.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:22.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:22.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:22 smithi003 ceph-mon[96088]: 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-08T11:18:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:22 smithi094 ceph-mon[112176]: 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-08T11:18:23.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:23.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:24.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:24.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:24 smithi094 ceph-mon[112176]: pgmap v15059: 97 pgs: 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:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:24 smithi003 ceph-mon[96088]: pgmap v15059: 97 pgs: 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:25.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:25.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:26.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:26.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:26 smithi094 ceph-mon[112176]: pgmap v15060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:26 smithi003 ceph-mon[96088]: pgmap v15060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:27.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:27.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:18:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:18:28.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:28.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:28 smithi094 ceph-mon[112176]: 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-08T11:18:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:28 smithi003 ceph-mon[96088]: 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-08T11:18:29.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:29.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:30 smithi003 ceph-mon[96088]: 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-08T11:18:30.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:30.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:30 smithi094 ceph-mon[112176]: 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-08T11:18:31.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:31.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:32.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:32.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:32 smithi003 ceph-mon[96088]: 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-08T11:18:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:18:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:18:32.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:32 smithi094 ceph-mon[112176]: 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-08T11:18:32.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:18:32.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:18:33.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:33.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:18:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:18:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:18:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:18:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:18:33.736 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:18:33.736 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:18:33.736 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:18:33.737 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:18:33.737 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:18:34.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:34.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:34 smithi094 ceph-mon[112176]: pgmap v15064: 97 pgs: 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:35.115 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:34 smithi003 ceph-mon[96088]: pgmap v15064: 97 pgs: 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:35.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:35.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:36.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:36.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:36 smithi094 ceph-mon[112176]: pgmap v15065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:36 smithi003 ceph-mon[96088]: pgmap v15065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:37.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:37.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:38.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:38.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:38 smithi003 ceph-mon[96088]: 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-08T11:18:38.789 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:38 smithi094 ceph-mon[112176]: 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-08T11:18:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:39.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:40.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:40.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:40 smithi003 ceph-mon[96088]: 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-08T11:18:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:40 smithi094 ceph-mon[112176]: 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-08T11:18:41.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:41.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:42.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:42.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:42 smithi003 ceph-mon[96088]: 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-08T11:18:42.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:42 smithi094 ceph-mon[112176]: 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-08T11:18:43.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:43.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:44.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:44.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:44 smithi003 ceph-mon[96088]: pgmap v15069: 97 pgs: 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:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:44 smithi094 ceph-mon[112176]: pgmap v15069: 97 pgs: 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:45.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:45.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:46.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:46.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:46.594 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:46 smithi003 ceph-mon[96088]: pgmap v15070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:46 smithi094 ceph-mon[112176]: pgmap v15070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:47.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:47.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:48.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:48.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:48 smithi003 ceph-mon[96088]: 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-08T11:18:48.894 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:48 smithi094 ceph-mon[112176]: 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-08T11:18:49.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:49.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:50.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:50.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:50 smithi003 ceph-mon[96088]: 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-08T11:18:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:50 smithi094 ceph-mon[112176]: 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-08T11:18:51.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:51.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:52.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:52.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:52 smithi003 ceph-mon[96088]: 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-08T11:18:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:52 smithi094 ceph-mon[112176]: 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-08T11:18:53.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:53.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:54.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:54.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:54 smithi003 ceph-mon[96088]: pgmap v15074: 97 pgs: 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:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:54 smithi094 ceph-mon[112176]: pgmap v15074: 97 pgs: 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:55.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:55.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:56.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:56.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:56 smithi094 ceph-mon[112176]: pgmap v15075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:56.708 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:56 smithi003 ceph-mon[96088]: pgmap v15075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:57.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:57.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:58.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:58.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:18:58 smithi003 ceph-mon[96088]: 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-08T11:18:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:18:58 smithi094 ceph-mon[112176]: 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-08T11:18:59.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:18:59.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:00.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:00.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:00 smithi003 ceph-mon[96088]: 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-08T11:19:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:00 smithi094 ceph-mon[112176]: 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-08T11:19:01.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:01.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:02.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:02.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:02 smithi003 ceph-mon[96088]: 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-08T11:19:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:02 smithi094 ceph-mon[112176]: 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-08T11:19:03.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:03.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:04.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:04.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:04 smithi003 ceph-mon[96088]: pgmap v15079: 97 pgs: 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:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:04 smithi094 ceph-mon[112176]: pgmap v15079: 97 pgs: 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:05.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:05.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:06.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:06.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:06 smithi094 ceph-mon[112176]: pgmap v15080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:06 smithi003 ceph-mon[96088]: pgmap v15080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:07.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:07.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:08.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:08.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:08 smithi003 ceph-mon[96088]: 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-08T11:19:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:08 smithi094 ceph-mon[112176]: 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-08T11:19:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:09.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:09.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:10.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:10.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:10 smithi003 ceph-mon[96088]: 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-08T11:19:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:10 smithi094 ceph-mon[112176]: 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-08T11:19:11.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:11.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:12.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:12.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:12 smithi003 ceph-mon[96088]: 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-08T11:19:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:12 smithi094 ceph-mon[112176]: 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-08T11:19:13.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:13.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:14.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:14.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:14 smithi003 ceph-mon[96088]: pgmap v15084: 97 pgs: 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:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:14 smithi094 ceph-mon[112176]: pgmap v15084: 97 pgs: 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:15.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:15.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:16.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:16.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:16 smithi094 ceph-mon[112176]: pgmap v15085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:16 smithi003 ceph-mon[96088]: pgmap v15085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:17.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:17.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:18.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:18.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:18 smithi003 ceph-mon[96088]: 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-08T11:19:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:18 smithi094 ceph-mon[112176]: 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-08T11:19:19.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:19.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:20.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:20.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:20 smithi003 ceph-mon[96088]: 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-08T11:19:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:20 smithi094 ceph-mon[112176]: 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-08T11:19:21.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:21.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:22.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:22.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:22 smithi003 ceph-mon[96088]: 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-08T11:19:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:22 smithi094 ceph-mon[112176]: 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-08T11:19:23.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:23.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:24.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:24.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:24 smithi094 ceph-mon[112176]: pgmap v15089: 97 pgs: 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:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:24 smithi003 ceph-mon[96088]: pgmap v15089: 97 pgs: 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:25.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:25.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:26.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:26.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:26 smithi094 ceph-mon[112176]: pgmap v15090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:26 smithi003 ceph-mon[96088]: pgmap v15090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:27.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:27.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:28.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:28.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:28 smithi003 ceph-mon[96088]: 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-08T11:19:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:28 smithi094 ceph-mon[112176]: 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-08T11:19:29.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:29.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:30.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:30.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:30 smithi003 ceph-mon[96088]: 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-08T11:19:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:30 smithi094 ceph-mon[112176]: 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-08T11:19:31.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:31.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:32.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:32.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:32 smithi003 ceph-mon[96088]: 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-08T11:19:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:32 smithi094 ceph-mon[112176]: 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-08T11:19:33.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:33.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:33.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:19:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:19:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:19:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:19:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:19:33.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:19:34.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:34.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:34 smithi094 ceph-mon[112176]: pgmap v15094: 97 pgs: 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:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:19:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:19:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:19:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:19:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:19:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:34 smithi003 ceph-mon[96088]: pgmap v15094: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:19:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:19:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:19:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:19:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:19:35.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:35.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:36.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:36.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:36 smithi094 ceph-mon[112176]: pgmap v15095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:36 smithi003 ceph-mon[96088]: pgmap v15095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:37.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:37.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:38.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:38.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:38 smithi003 ceph-mon[96088]: 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-08T11:19:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:38 smithi094 ceph-mon[112176]: 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-08T11:19:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:39.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:39.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:40.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:40.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:40 smithi003 ceph-mon[96088]: 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-08T11:19:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:40 smithi094 ceph-mon[112176]: 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-08T11:19:41.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:41.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:42 smithi003 ceph-mon[96088]: 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-08T11:19:42.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:42.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:42 smithi094 ceph-mon[112176]: 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-08T11:19:43.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:43.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:44.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:44.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:44 smithi003 ceph-mon[96088]: pgmap v15099: 97 pgs: 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:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:44 smithi094 ceph-mon[112176]: pgmap v15099: 97 pgs: 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:45.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:45.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:46.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:46.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:46 smithi094 ceph-mon[112176]: pgmap v15100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:46 smithi003 ceph-mon[96088]: pgmap v15100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:47.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:47.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:48.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:48.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:48 smithi003 ceph-mon[96088]: 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-08T11:19:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:48 smithi094 ceph-mon[112176]: 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-08T11:19:49.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:49.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:50.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:50.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:50 smithi003 ceph-mon[96088]: 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-08T11:19:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:50 smithi094 ceph-mon[112176]: 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-08T11:19:51.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:51.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:52.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:52.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:52 smithi003 ceph-mon[96088]: 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-08T11:19:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:52 smithi094 ceph-mon[112176]: 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-08T11:19:53.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:53.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:54.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:54.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:54 smithi003 ceph-mon[96088]: pgmap v15104: 97 pgs: 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:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:54 smithi094 ceph-mon[112176]: pgmap v15104: 97 pgs: 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:55.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:55.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:56 smithi094 ceph-mon[112176]: pgmap v15105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:56.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:56.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:56 smithi003 ceph-mon[96088]: pgmap v15105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:57.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:57.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:58.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:58.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:19:58 smithi003 ceph-mon[96088]: 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-08T11:19:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:19:58 smithi094 ceph-mon[112176]: 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-08T11:19:59.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:19:59.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:00.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:00.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:00 smithi003 ceph-mon[96088]: 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-08T11:20:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T11:20:00.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:00 smithi094 ceph-mon[112176]: 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-08T11:20:00.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T11:20:01.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:01.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:02.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:02.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:02 smithi003 ceph-mon[96088]: 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-08T11:20:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:02 smithi094 ceph-mon[112176]: 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-08T11:20:03.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:03.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:04.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:04.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:04 smithi003 ceph-mon[96088]: pgmap v15109: 97 pgs: 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:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:04 smithi094 ceph-mon[112176]: pgmap v15109: 97 pgs: 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:05.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:05.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:06 smithi094 ceph-mon[112176]: pgmap v15110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:06.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:06.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:06 smithi003 ceph-mon[96088]: pgmap v15110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:07.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:07.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:08.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:08.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:08 smithi003 ceph-mon[96088]: 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-08T11:20:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:08 smithi094 ceph-mon[112176]: 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-08T11:20:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:09.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:09.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:10.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:10.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:10 smithi003 ceph-mon[96088]: 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-08T11:20:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:10 smithi094 ceph-mon[112176]: 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-08T11:20:11.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:11.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:12.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:12.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:12 smithi003 ceph-mon[96088]: 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-08T11:20:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:12 smithi094 ceph-mon[112176]: 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-08T11:20:13.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:13.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:14.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:14.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:14 smithi003 ceph-mon[96088]: pgmap v15114: 97 pgs: 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:14.791 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:14 smithi094 ceph-mon[112176]: pgmap v15114: 97 pgs: 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:15.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:15.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:16 smithi094 ceph-mon[112176]: pgmap v15115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:16.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:16.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:16 smithi003 ceph-mon[96088]: pgmap v15115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:17.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:17.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:18.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:18.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:18 smithi003 ceph-mon[96088]: 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-08T11:20:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:18 smithi094 ceph-mon[112176]: 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-08T11:20:19.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:19.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:20.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:20.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:20 smithi003 ceph-mon[96088]: 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-08T11:20:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:20 smithi094 ceph-mon[112176]: 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-08T11:20:21.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:21.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:22.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:22.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:22 smithi003 ceph-mon[96088]: 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-08T11:20:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:22 smithi094 ceph-mon[112176]: 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-08T11:20:23.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:23.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:23.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:24.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:24.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:24 smithi003 ceph-mon[96088]: pgmap v15119: 97 pgs: 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:24.896 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:24 smithi094 ceph-mon[112176]: pgmap v15119: 97 pgs: 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:25.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:25.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:26 smithi094 ceph-mon[112176]: pgmap v15120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:26.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:26.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:26 smithi003 ceph-mon[96088]: pgmap v15120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:27.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:27.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:28.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:28.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:28 smithi003 ceph-mon[96088]: 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-08T11:20:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:28 smithi094 ceph-mon[112176]: 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-08T11:20:29.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:29.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:30.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:30.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:30 smithi003 ceph-mon[96088]: 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-08T11:20:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:30 smithi094 ceph-mon[112176]: 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-08T11:20:31.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:31.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:32.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:32.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:32 smithi003 ceph-mon[96088]: 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-08T11:20:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:32 smithi094 ceph-mon[112176]: 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-08T11:20:33.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:33.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:34.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:34.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:34 smithi003 ceph-mon[96088]: pgmap v15124: 97 pgs: 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:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:20:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:20:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:20:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:20:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:20:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:20:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:34 smithi094 ceph-mon[112176]: pgmap v15124: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:20:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:20:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:20:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:20:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:20:34.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:20:35.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:35.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:36 smithi094 ceph-mon[112176]: pgmap v15125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:36 smithi003 ceph-mon[96088]: pgmap v15125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:36.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:36.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:37.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:37.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:38 smithi003 ceph-mon[96088]: 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-08T11:20:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:38.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:38.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:38 smithi094 ceph-mon[112176]: 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-08T11:20:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:39.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:39.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:40 smithi003 ceph-mon[96088]: 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-08T11:20:40.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:40.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:40 smithi094 ceph-mon[112176]: 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-08T11:20:41.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:41.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:42 smithi003 ceph-mon[96088]: 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-08T11:20:42.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:42.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:42 smithi094 ceph-mon[112176]: 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-08T11:20:43.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:43.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:44 smithi003 ceph-mon[96088]: pgmap v15129: 97 pgs: 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:44.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:44.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:44 smithi094 ceph-mon[112176]: pgmap v15129: 97 pgs: 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:45.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:45.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:46 smithi094 ceph-mon[112176]: pgmap v15130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:46 smithi003 ceph-mon[96088]: pgmap v15130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:46.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:46.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:47.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:47.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:48 smithi003 ceph-mon[96088]: 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-08T11:20:48.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:48.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:48 smithi094 ceph-mon[112176]: 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-08T11:20:49.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:49.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:50 smithi003 ceph-mon[96088]: 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-08T11:20:50.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:50.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:50 smithi094 ceph-mon[112176]: 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-08T11:20:51.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:51.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:52.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:52.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:52 smithi094 ceph-mon[112176]: 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-08T11:20:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:52 smithi003 ceph-mon[96088]: 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-08T11:20:53.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:53.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:54.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:54.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:54 smithi094 ceph-mon[112176]: pgmap v15134: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:54 smithi003 ceph-mon[96088]: pgmap v15134: 97 pgs: 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:55.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:55.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:56 smithi094 ceph-mon[112176]: pgmap v15135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:56 smithi003 ceph-mon[96088]: pgmap v15135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:56.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:56.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:57.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:57.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:20:58 smithi003 ceph-mon[96088]: 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-08T11:20:58.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:58.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:20:58 smithi094 ceph-mon[112176]: 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-08T11:20:59.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:20:59.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:00 smithi094 ceph-mon[112176]: 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-08T11:21:00.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:00.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:00 smithi003 ceph-mon[96088]: 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-08T11:21:01.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:01.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:02.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:02.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:02 smithi094 ceph-mon[112176]: 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-08T11:21:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:02 smithi003 ceph-mon[96088]: 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-08T11:21:03.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:03.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:04.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:04.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:04.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:04 smithi094 ceph-mon[112176]: pgmap v15139: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:04 smithi003 ceph-mon[96088]: pgmap v15139: 97 pgs: 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:05.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:05.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:06 smithi094 ceph-mon[112176]: pgmap v15140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:06 smithi003 ceph-mon[96088]: pgmap v15140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:06.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:06.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:07.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:07.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:08.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:08.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:08 smithi094 ceph-mon[112176]: 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-08T11:21:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:08 smithi003 ceph-mon[96088]: 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-08T11:21:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:09.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:09.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:10 smithi094 ceph-mon[112176]: 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-08T11:21:10.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:10.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:10 smithi003 ceph-mon[96088]: 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-08T11:21:11.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:11.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:12.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:12.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:12 smithi094 ceph-mon[112176]: 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-08T11:21:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:12 smithi003 ceph-mon[96088]: 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-08T11:21:13.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:13.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:14.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:14.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:14 smithi094 ceph-mon[112176]: pgmap v15144: 97 pgs: 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:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:14 smithi003 ceph-mon[96088]: pgmap v15144: 97 pgs: 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:15.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:15.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:16 smithi094 ceph-mon[112176]: pgmap v15145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:16 smithi003 ceph-mon[96088]: pgmap v15145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:16.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:16.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:17.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:17.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:18 smithi003 ceph-mon[96088]: 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-08T11:21:18.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:18.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:18 smithi094 ceph-mon[112176]: 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-08T11:21:19.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:19.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:20.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:20.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:20 smithi094 ceph-mon[112176]: 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-08T11:21:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:20 smithi003 ceph-mon[96088]: 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-08T11:21:21.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:21.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:22.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:22.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:22 smithi094 ceph-mon[112176]: 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-08T11:21:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:22 smithi003 ceph-mon[96088]: 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-08T11:21:23.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:23.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:23.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:24.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:24.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:24 smithi094 ceph-mon[112176]: pgmap v15149: 97 pgs: 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:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:24 smithi003 ceph-mon[96088]: pgmap v15149: 97 pgs: 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:25.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:25.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:26 smithi094 ceph-mon[112176]: pgmap v15150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:26 smithi003 ceph-mon[96088]: pgmap v15150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:26.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:26.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:27.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:27.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:28 smithi003 ceph-mon[96088]: 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-08T11:21:28.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:28.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:28 smithi094 ceph-mon[112176]: 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-08T11:21:29.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:29.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:30.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:30.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:30 smithi094 ceph-mon[112176]: 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-08T11:21:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:30 smithi003 ceph-mon[96088]: 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-08T11:21:31.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:31.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:32.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:32.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:32 smithi094 ceph-mon[112176]: 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-08T11:21:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:32 smithi003 ceph-mon[96088]: 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-08T11:21:33.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:33.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:34.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:34.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:34 smithi094 ceph-mon[112176]: pgmap v15154: 97 pgs: 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:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:21:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:34 smithi003 ceph-mon[96088]: pgmap v15154: 97 pgs: 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:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:21:35.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:35.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:21:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:21:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:21:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:21:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:21:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:21:35.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:21:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:21:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:21:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:21:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:21:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:21:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:21:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:21:36.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:36.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:36 smithi003 ceph-mon[96088]: pgmap v15155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:36 smithi094 ceph-mon[112176]: pgmap v15155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:37.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:37.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:38.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:38.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:38 smithi003 ceph-mon[96088]: 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-08T11:21:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:38 smithi094 ceph-mon[112176]: 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-08T11:21:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:39.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:39.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:40.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:40.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:40 smithi003 ceph-mon[96088]: 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-08T11:21:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:40 smithi094 ceph-mon[112176]: 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-08T11:21:41.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:41.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:42.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:42.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:42 smithi003 ceph-mon[96088]: 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-08T11:21:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:42 smithi094 ceph-mon[112176]: 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-08T11:21:43.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:43.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:44.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:44.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:44 smithi003 ceph-mon[96088]: pgmap v15159: 97 pgs: 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:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:44 smithi094 ceph-mon[112176]: pgmap v15159: 97 pgs: 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:45.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:45.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:46 smithi094 ceph-mon[112176]: pgmap v15160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:46 smithi003 ceph-mon[96088]: pgmap v15160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:46.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:46.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:47.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:47.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:48.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:48.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:48 smithi094 ceph-mon[112176]: 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-08T11:21:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:48 smithi003 ceph-mon[96088]: 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-08T11:21:49.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:49.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:50.794 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:50 smithi094 ceph-mon[112176]: 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-08T11:21:50.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:50.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:50 smithi003 ceph-mon[96088]: 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-08T11:21:51.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:51.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:52.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:52.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:52 smithi094 ceph-mon[112176]: 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-08T11:21:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:52 smithi003 ceph-mon[96088]: 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-08T11:21:53.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:53.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:54.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:54.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:54 smithi094 ceph-mon[112176]: pgmap v15164: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:54 smithi003 ceph-mon[96088]: pgmap v15164: 97 pgs: 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:55.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:55.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:56 smithi094 ceph-mon[112176]: pgmap v15165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:56 smithi003 ceph-mon[96088]: pgmap v15165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:56.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:56.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:57.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:57.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:58.772 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:21:58 smithi003 ceph-mon[96088]: 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-08T11:21:58.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:58.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:21:58 smithi094 ceph-mon[112176]: 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-08T11:21:59.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:21:59.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:00.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:00.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:00.898 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:00 smithi094 ceph-mon[112176]: 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-08T11:22:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:00 smithi003 ceph-mon[96088]: 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-08T11:22:01.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:01.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:02.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:02.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:02 smithi094 ceph-mon[112176]: 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-08T11:22:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:02 smithi003 ceph-mon[96088]: 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-08T11:22:03.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:03.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:04.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:04.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:04.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:04 smithi094 ceph-mon[112176]: pgmap v15169: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:04 smithi003 ceph-mon[96088]: pgmap v15169: 97 pgs: 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:05.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:05.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:06 smithi094 ceph-mon[112176]: pgmap v15170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:06 smithi003 ceph-mon[96088]: pgmap v15170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:06.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:06.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:07.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:07.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:08.886 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:08 smithi003 ceph-mon[96088]: 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-08T11:22:08.886 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:08.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:08.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:08 smithi094 ceph-mon[112176]: 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-08T11:22:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:09.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:09.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:10.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:10.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:10 smithi094 ceph-mon[112176]: 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-08T11:22:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:10 smithi003 ceph-mon[96088]: 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-08T11:22:11.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:11.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:12.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:12.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:12 smithi094 ceph-mon[112176]: 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-08T11:22:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:12 smithi003 ceph-mon[96088]: 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-08T11:22:13.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:13.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:14.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:14.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:14 smithi094 ceph-mon[112176]: pgmap v15174: 97 pgs: 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:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:14 smithi003 ceph-mon[96088]: pgmap v15174: 97 pgs: 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:15.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:15.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:16 smithi094 ceph-mon[112176]: pgmap v15175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:16 smithi003 ceph-mon[96088]: pgmap v15175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:16.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:16.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:17.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:17.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:18.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:18.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:18 smithi094 ceph-mon[112176]: 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-08T11:22:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:18 smithi003 ceph-mon[96088]: 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-08T11:22:19.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:19.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:20.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:20.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:20 smithi094 ceph-mon[112176]: 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-08T11:22:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:20 smithi003 ceph-mon[96088]: 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-08T11:22:21.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:21.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:22.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:22.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:22 smithi094 ceph-mon[112176]: 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-08T11:22:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:22 smithi003 ceph-mon[96088]: 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-08T11:22:23.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:23.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:24 smithi094 ceph-mon[112176]: pgmap v15179: 97 pgs: 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:24.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:24.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:24 smithi003 ceph-mon[96088]: pgmap v15179: 97 pgs: 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:25.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:25.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:26 smithi094 ceph-mon[112176]: pgmap v15180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:26 smithi003 ceph-mon[96088]: pgmap v15180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:26.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:26.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:27.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:27.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:28 smithi094 ceph-mon[112176]: 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-08T11:22:28.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:28.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:28 smithi003 ceph-mon[96088]: 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-08T11:22:29.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:29.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:30 smithi094 ceph-mon[112176]: 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-08T11:22:30.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:30.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:30 smithi003 ceph-mon[96088]: 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-08T11:22:31.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:31.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:32 smithi094 ceph-mon[112176]: 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-08T11:22:32.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:32.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:32 smithi003 ceph-mon[96088]: 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-08T11:22:33.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:33.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:34 smithi094 ceph-mon[112176]: pgmap v15184: 97 pgs: 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:34.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:34.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:34 smithi003 ceph-mon[96088]: pgmap v15184: 97 pgs: 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:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:22:35.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:35.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:22:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:36 smithi094 ceph-mon[112176]: pgmap v15185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:22:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:22:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:22:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:22:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:22:36.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:36.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:36 smithi003 ceph-mon[96088]: pgmap v15185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:22:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:22:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:22:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:22:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:22:37.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:37.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:38 smithi094 ceph-mon[112176]: 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-08T11:22:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:38.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:38.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:38 smithi003 ceph-mon[96088]: 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-08T11:22:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:39.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:39.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:40 smithi094 ceph-mon[112176]: 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-08T11:22:40.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:40.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:40 smithi003 ceph-mon[96088]: 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-08T11:22:41.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:41.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:42 smithi094 ceph-mon[112176]: 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-08T11:22:42.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:42.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:42 smithi003 ceph-mon[96088]: 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-08T11:22:43.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:43.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:44 smithi094 ceph-mon[112176]: pgmap v15189: 97 pgs: 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:44.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:44.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:44 smithi003 ceph-mon[96088]: pgmap v15189: 97 pgs: 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:45.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:45.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:46 smithi094 ceph-mon[112176]: pgmap v15190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:46 smithi003 ceph-mon[96088]: pgmap v15190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:46.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:46.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:47.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:47.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:48 smithi094 ceph-mon[112176]: 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-08T11:22:48.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:48.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:48 smithi003 ceph-mon[96088]: 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-08T11:22:49.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:49.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:50 smithi094 ceph-mon[112176]: 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-08T11:22:50.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:50.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:50 smithi003 ceph-mon[96088]: 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-08T11:22:51.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:51.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:52 smithi094 ceph-mon[112176]: 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-08T11:22:52.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:52.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:52 smithi003 ceph-mon[96088]: 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-08T11:22:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:53.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:53.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:54 smithi003 ceph-mon[96088]: pgmap v15194: 97 pgs: 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:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:54 smithi094 ceph-mon[112176]: pgmap v15194: 97 pgs: 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:54.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:54.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:55.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:55.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:56 smithi094 ceph-mon[112176]: pgmap v15195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:56 smithi003 ceph-mon[96088]: pgmap v15195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:56.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:56.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:57.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:57.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:22:58 smithi094 ceph-mon[112176]: 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-08T11:22:58.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:58.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:22:58 smithi003 ceph-mon[96088]: 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-08T11:22:59.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:22:59.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:00 smithi094 ceph-mon[112176]: 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-08T11:23:00.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:00.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:00 smithi003 ceph-mon[96088]: 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-08T11:23:01.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:01.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:02 smithi094 ceph-mon[112176]: 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-08T11:23:02.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:02.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:02 smithi003 ceph-mon[96088]: 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-08T11:23:03.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:03.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:04 smithi094 ceph-mon[112176]: pgmap v15199: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:04 smithi003 ceph-mon[96088]: pgmap v15199: 97 pgs: 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:04.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:04.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:05.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:05.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:06 smithi094 ceph-mon[112176]: pgmap v15200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:06 smithi003 ceph-mon[96088]: pgmap v15200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:06.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:06.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:07.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:07.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:08 smithi094 ceph-mon[112176]: 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-08T11:23:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:08 smithi003 ceph-mon[96088]: 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-08T11:23:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:08.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:08.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:09.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:09.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:10 smithi094 ceph-mon[112176]: 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-08T11:23:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:10 smithi003 ceph-mon[96088]: 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-08T11:23:10.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:10.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:11.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:11.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:12 smithi094 ceph-mon[112176]: 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-08T11:23:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:12 smithi003 ceph-mon[96088]: 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-08T11:23:12.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:12.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:13.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:14.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:14 smithi094 ceph-mon[112176]: pgmap v15204: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:14 smithi003 ceph-mon[96088]: pgmap v15204: 97 pgs: 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:15.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:15.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:16.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:16.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:16 smithi094 ceph-mon[112176]: pgmap v15205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:16 smithi003 ceph-mon[96088]: pgmap v15205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:17.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:17.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:18.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:18.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:18 smithi094 ceph-mon[112176]: 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-08T11:23:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:18 smithi003 ceph-mon[96088]: 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-08T11:23:19.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:19.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:20.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:20.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:20 smithi094 ceph-mon[112176]: 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-08T11:23:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:20 smithi003 ceph-mon[96088]: 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-08T11:23:21.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:21.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:22.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:22.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:22 smithi094 ceph-mon[112176]: 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-08T11:23:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:22 smithi003 ceph-mon[96088]: 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-08T11:23:23.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:23.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:24.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:24.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:24 smithi094 ceph-mon[112176]: pgmap v15209: 97 pgs: 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:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:24 smithi003 ceph-mon[96088]: pgmap v15209: 97 pgs: 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:25.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:25.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:26.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:26.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:26 smithi094 ceph-mon[112176]: pgmap v15210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:26 smithi003 ceph-mon[96088]: pgmap v15210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:27.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:27.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:28.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:28.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:28 smithi094 ceph-mon[112176]: 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-08T11:23:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:28 smithi003 ceph-mon[96088]: 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-08T11:23:29.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:29.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:30.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:30.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:30 smithi094 ceph-mon[112176]: 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-08T11:23:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:30 smithi003 ceph-mon[96088]: 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-08T11:23:31.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:31.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:32.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:32.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:32 smithi094 ceph-mon[112176]: 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-08T11:23:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:32 smithi003 ceph-mon[96088]: 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-08T11:23:33.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:33.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:34.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:34.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:34.862 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:34 smithi003 ceph-mon[96088]: pgmap v15214: 97 pgs: 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:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:34 smithi094 ceph-mon[112176]: pgmap v15214: 97 pgs: 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:35.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:35.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:36.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:36.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:36 smithi094 ceph-mon[112176]: pgmap v15215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:36 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:23:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:36 smithi003 ceph-mon[96088]: pgmap v15215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:36 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:23:37.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:37.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1484M 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:23:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:23:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1484M 2023-10-08T11:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:23:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:23:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:23:37.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:23:38.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:38.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:38 smithi094 ceph-mon[112176]: 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-08T11:23:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:38 smithi003 ceph-mon[96088]: 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-08T11:23:39.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:39.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:40.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:40.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:40 smithi094 ceph-mon[112176]: 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-08T11:23:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:40 smithi003 ceph-mon[96088]: 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-08T11:23:41.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:41.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:42.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:42.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:42 smithi094 ceph-mon[112176]: 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-08T11:23:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:42 smithi003 ceph-mon[96088]: 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-08T11:23:43.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:43.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:44.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:44.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:44 smithi094 ceph-mon[112176]: pgmap v15219: 97 pgs: 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:44.976 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:44 smithi003 ceph-mon[96088]: pgmap v15219: 97 pgs: 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:45.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:45.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:46.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:46.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:46 smithi094 ceph-mon[112176]: pgmap v15220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:46 smithi003 ceph-mon[96088]: pgmap v15220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:47.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:47.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:48.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:48.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:48 smithi094 ceph-mon[112176]: 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-08T11:23:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:48 smithi003 ceph-mon[96088]: 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-08T11:23:49.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:49.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:50.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:50.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:50 smithi094 ceph-mon[112176]: 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-08T11:23:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:50 smithi003 ceph-mon[96088]: 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-08T11:23:51.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:51.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:52.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:52.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:52 smithi094 ceph-mon[112176]: 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-08T11:23:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:52 smithi003 ceph-mon[96088]: 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-08T11:23:53.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:53.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:54.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:54.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:54 smithi094 ceph-mon[112176]: pgmap v15224: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:54 smithi003 ceph-mon[96088]: pgmap v15224: 97 pgs: 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:55.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:55.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:56.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:56.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:56 smithi094 ceph-mon[112176]: pgmap v15225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:56 smithi003 ceph-mon[96088]: pgmap v15225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:57.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:57.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:58.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:58.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:23:58 smithi094 ceph-mon[112176]: 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-08T11:23:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:23:58 smithi003 ceph-mon[96088]: 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-08T11:23:59.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:23:59.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:00.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:00.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:00 smithi094 ceph-mon[112176]: 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-08T11:24:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:00 smithi003 ceph-mon[96088]: 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-08T11:24:01.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:01.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:02.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:02.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:02 smithi094 ceph-mon[112176]: 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-08T11:24:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:02 smithi003 ceph-mon[96088]: 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-08T11:24:03.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:03.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:04.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:04.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:04 smithi094 ceph-mon[112176]: pgmap v15229: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:04 smithi003 ceph-mon[96088]: pgmap v15229: 97 pgs: 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:05.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:05.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:06.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:06.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:06 smithi094 ceph-mon[112176]: pgmap v15230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:06 smithi003 ceph-mon[96088]: pgmap v15230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:07.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:07.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:08.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:08.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:08 smithi094 ceph-mon[112176]: 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-08T11:24:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:08 smithi003 ceph-mon[96088]: 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-08T11:24:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:09.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:09.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:10.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:10.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:10 smithi094 ceph-mon[112176]: 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-08T11:24:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:10 smithi003 ceph-mon[96088]: 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-08T11:24:11.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:11.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:12.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:12.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:12 smithi094 ceph-mon[112176]: 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-08T11:24:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:12 smithi003 ceph-mon[96088]: 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-08T11:24:13.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:13.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:14.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:14.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:14 smithi094 ceph-mon[112176]: pgmap v15234: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:14 smithi003 ceph-mon[96088]: pgmap v15234: 97 pgs: 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:15.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:15.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:16.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:16.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:16 smithi094 ceph-mon[112176]: pgmap v15235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:16 smithi003 ceph-mon[96088]: pgmap v15235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:17.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:17.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:18.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:18.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:18 smithi094 ceph-mon[112176]: 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-08T11:24:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:18 smithi003 ceph-mon[96088]: 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-08T11:24:19.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:19.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:20.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:20.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:20 smithi003 ceph-mon[96088]: 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-08T11:24:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:20 smithi094 ceph-mon[112176]: 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-08T11:24:21.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:21.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:22.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:22.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:22 smithi094 ceph-mon[112176]: 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-08T11:24:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:22 smithi003 ceph-mon[96088]: 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-08T11:24:23.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:23.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:24.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:24.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:24 smithi094 ceph-mon[112176]: pgmap v15239: 97 pgs: 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:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:24 smithi003 ceph-mon[96088]: pgmap v15239: 97 pgs: 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:25.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:25.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:26.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:26.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:26 smithi094 ceph-mon[112176]: pgmap v15240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:26 smithi003 ceph-mon[96088]: pgmap v15240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:27.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:27.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:28.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:28.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:28 smithi094 ceph-mon[112176]: 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-08T11:24:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:28 smithi003 ceph-mon[96088]: 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-08T11:24:29.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:29.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:30.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:30.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:30 smithi094 ceph-mon[112176]: 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-08T11:24:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:30 smithi003 ceph-mon[96088]: 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-08T11:24:31.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:31.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:32.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:32.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:32 smithi094 ceph-mon[112176]: 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-08T11:24:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:32 smithi003 ceph-mon[96088]: 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-08T11:24:33.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:33.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:34.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:34.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:34 smithi094 ceph-mon[112176]: pgmap v15244: 97 pgs: 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:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:34 smithi003 ceph-mon[96088]: pgmap v15244: 97 pgs: 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:35.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:35.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:36.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:36.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:36 smithi094 ceph-mon[112176]: pgmap v15245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:36 smithi003 ceph-mon[96088]: pgmap v15245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:37.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:37.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:24:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:24:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:24:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:24:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:24:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:24:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:24:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:24:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:24:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:24:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:24:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:24:38.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:38.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:38 smithi094 ceph-mon[112176]: 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-08T11:24:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:38 smithi003 ceph-mon[96088]: 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-08T11:24:39.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:39.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:40.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:40.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:40 smithi094 ceph-mon[112176]: 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-08T11:24:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:40 smithi003 ceph-mon[96088]: 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-08T11:24:41.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:41.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:42.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:42.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:42 smithi094 ceph-mon[112176]: 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-08T11:24:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:42 smithi003 ceph-mon[96088]: 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-08T11:24:43.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:43.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:44.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:44.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:44 smithi094 ceph-mon[112176]: pgmap v15249: 97 pgs: 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:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:44 smithi003 ceph-mon[96088]: pgmap v15249: 97 pgs: 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:45.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:45.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:46.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:46.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:46 smithi094 ceph-mon[112176]: pgmap v15250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:46 smithi003 ceph-mon[96088]: pgmap v15250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:47.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:47.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:48.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:48.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:48 smithi094 ceph-mon[112176]: 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-08T11:24:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:48 smithi003 ceph-mon[96088]: 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-08T11:24:49.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:49.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:50.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:50.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:50 smithi094 ceph-mon[112176]: 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-08T11:24:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:50 smithi003 ceph-mon[96088]: 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-08T11:24:51.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:51.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:52.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:52.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:52 smithi094 ceph-mon[112176]: 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-08T11:24:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:52 smithi003 ceph-mon[96088]: 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-08T11:24:53.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:53.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:54.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:54.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:54 smithi094 ceph-mon[112176]: pgmap v15254: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:54 smithi003 ceph-mon[96088]: pgmap v15254: 97 pgs: 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:55.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:55.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:56.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:56.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:56 smithi094 ceph-mon[112176]: pgmap v15255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:56 smithi003 ceph-mon[96088]: pgmap v15255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:57.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:57.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:58.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:58.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:24:58 smithi094 ceph-mon[112176]: 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-08T11:24:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:24:58 smithi003 ceph-mon[96088]: 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-08T11:24:59.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:24:59.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:00.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:00.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:00.836 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:00 smithi003 ceph-mon[96088]: 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-08T11:25:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:00 smithi094 ceph-mon[112176]: 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-08T11:25:01.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:01.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:02.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:02.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:02 smithi094 ceph-mon[112176]: 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-08T11:25:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:02 smithi003 ceph-mon[96088]: 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-08T11:25:03.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:03.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:04.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:04.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:04 smithi094 ceph-mon[112176]: pgmap v15259: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:04 smithi003 ceph-mon[96088]: pgmap v15259: 97 pgs: 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:05.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:05.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:06.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:06.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:06 smithi094 ceph-mon[112176]: pgmap v15260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:06 smithi003 ceph-mon[96088]: pgmap v15260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:07.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:07.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:08.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:08.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:08 smithi094 ceph-mon[112176]: 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-08T11:25:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:08 smithi003 ceph-mon[96088]: 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-08T11:25:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:09.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:09.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:10.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:10.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:10 smithi094 ceph-mon[112176]: 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-08T11:25:10.950 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:10 smithi003 ceph-mon[96088]: 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-08T11:25:11.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:11.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:12.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:12.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:12.882 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:12 smithi094 ceph-mon[112176]: 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-08T11:25:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:12 smithi003 ceph-mon[96088]: 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-08T11:25:13.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:13.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:14.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:14.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:14 smithi094 ceph-mon[112176]: pgmap v15264: 97 pgs: 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:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:14 smithi003 ceph-mon[96088]: pgmap v15264: 97 pgs: 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:15.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:15.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:16.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:16.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:16 smithi094 ceph-mon[112176]: pgmap v15265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:16 smithi003 ceph-mon[96088]: pgmap v15265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:17.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:17.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:18.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:18.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:18 smithi094 ceph-mon[112176]: 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-08T11:25:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:18 smithi003 ceph-mon[96088]: 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-08T11:25:19.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:19.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:20.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:20.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:20 smithi094 ceph-mon[112176]: 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-08T11:25:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:20 smithi003 ceph-mon[96088]: 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-08T11:25:21.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:21.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:22.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:22.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:22 smithi094 ceph-mon[112176]: 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-08T11:25:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:22 smithi003 ceph-mon[96088]: 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-08T11:25:23.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:23.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:24.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:24.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:24 smithi094 ceph-mon[112176]: pgmap v15269: 97 pgs: 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:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:24 smithi003 ceph-mon[96088]: pgmap v15269: 97 pgs: 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:25.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:25.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:26.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:26.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:26 smithi094 ceph-mon[112176]: pgmap v15270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:26 smithi003 ceph-mon[96088]: pgmap v15270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:27.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:27.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:28.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:28.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:28 smithi094 ceph-mon[112176]: 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-08T11:25:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:28 smithi003 ceph-mon[96088]: 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-08T11:25:29.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:29.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:30.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:30.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:30 smithi094 ceph-mon[112176]: 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-08T11:25:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:30 smithi003 ceph-mon[96088]: 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-08T11:25:31.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:31.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:32.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:32.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:32 smithi094 ceph-mon[112176]: 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-08T11:25:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:32 smithi003 ceph-mon[96088]: 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-08T11:25:33.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:33.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:34.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:34.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:34 smithi094 ceph-mon[112176]: pgmap v15274: 97 pgs: 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:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:34 smithi003 ceph-mon[96088]: pgmap v15274: 97 pgs: 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:35.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:35.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:36.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:36.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:36 smithi094 ceph-mon[112176]: pgmap v15275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:36 smithi003 ceph-mon[96088]: pgmap v15275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:37.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:37.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:25:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:25:38.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:38.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:38 smithi094 ceph-mon[112176]: 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-08T11:25:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:25:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:25:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:25:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:25:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:25:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:38 smithi003 ceph-mon[96088]: 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-08T11:25:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:25:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:25:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:25:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:25:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:25:39.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:39.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:40.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:40.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:40 smithi003 ceph-mon[96088]: 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-08T11:25:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:40 smithi094 ceph-mon[112176]: 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-08T11:25:41.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:41.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:42.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:42.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:42 smithi094 ceph-mon[112176]: 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-08T11:25:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:42 smithi003 ceph-mon[96088]: 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-08T11:25:43.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:43.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:44.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:44.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:44 smithi094 ceph-mon[112176]: pgmap v15279: 97 pgs: 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:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:44 smithi003 ceph-mon[96088]: pgmap v15279: 97 pgs: 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:45.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:45.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:46.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:46.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:46 smithi094 ceph-mon[112176]: pgmap v15280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:46 smithi003 ceph-mon[96088]: pgmap v15280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:47.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:47.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:48.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:48.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:48 smithi094 ceph-mon[112176]: 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-08T11:25:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:48 smithi003 ceph-mon[96088]: 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-08T11:25:49.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:49.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:50.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:50.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:50 smithi094 ceph-mon[112176]: 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-08T11:25:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:50 smithi003 ceph-mon[96088]: 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-08T11:25:51.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:51.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:52.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:52.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:52 smithi094 ceph-mon[112176]: 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-08T11:25:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:52 smithi003 ceph-mon[96088]: 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-08T11:25:53.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:53.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:54.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:54.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:54 smithi094 ceph-mon[112176]: pgmap v15284: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:54 smithi003 ceph-mon[96088]: pgmap v15284: 97 pgs: 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:55.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:55.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:56.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:56.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:56 smithi094 ceph-mon[112176]: pgmap v15285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:56 smithi003 ceph-mon[96088]: pgmap v15285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:57.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:57.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:58.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:58.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:25:58 smithi094 ceph-mon[112176]: 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-08T11:25:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:25:58 smithi003 ceph-mon[96088]: 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-08T11:25:59.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:25:59.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:00.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:00.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:00 smithi094 ceph-mon[112176]: 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-08T11:26:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:00 smithi003 ceph-mon[96088]: 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-08T11:26:01.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:01.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:02.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:02.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:02 smithi094 ceph-mon[112176]: 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-08T11:26:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:02 smithi003 ceph-mon[96088]: 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-08T11:26:03.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:03.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:04.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:04.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:04 smithi094 ceph-mon[112176]: pgmap v15289: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:04 smithi003 ceph-mon[96088]: pgmap v15289: 97 pgs: 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:05.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:05.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:06.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:06.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:06 smithi094 ceph-mon[112176]: pgmap v15290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:06 smithi003 ceph-mon[96088]: pgmap v15290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:07.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:07.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:08.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:08.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:08 smithi094 ceph-mon[112176]: 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-08T11:26:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:08 smithi003 ceph-mon[96088]: 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-08T11:26:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:09.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:09.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:10.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:10.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:10 smithi094 ceph-mon[112176]: 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-08T11:26:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:10 smithi003 ceph-mon[96088]: 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-08T11:26:11.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:11.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:12.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:12.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:12 smithi094 ceph-mon[112176]: 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-08T11:26:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:12 smithi003 ceph-mon[96088]: 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-08T11:26:13.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:13.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:14.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:14.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:14 smithi094 ceph-mon[112176]: pgmap v15294: 97 pgs: 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:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:14 smithi003 ceph-mon[96088]: pgmap v15294: 97 pgs: 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:15.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:15.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:16.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:16.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:16.699 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:16 smithi003 ceph-mon[96088]: pgmap v15295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:16 smithi094 ceph-mon[112176]: pgmap v15295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:17.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:17.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:18.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:18.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:18 smithi094 ceph-mon[112176]: 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-08T11:26:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:18 smithi003 ceph-mon[96088]: 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-08T11:26:19.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:19.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:20.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:20.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:20 smithi094 ceph-mon[112176]: 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-08T11:26:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:20 smithi003 ceph-mon[96088]: 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-08T11:26:21.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:21.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:22.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:22.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:22 smithi094 ceph-mon[112176]: 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-08T11:26:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:22 smithi003 ceph-mon[96088]: 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-08T11:26:23.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:23.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:24.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:24.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:24 smithi094 ceph-mon[112176]: pgmap v15299: 97 pgs: 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:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:24 smithi003 ceph-mon[96088]: pgmap v15299: 97 pgs: 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:25.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:25.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:26.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:26.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:26 smithi094 ceph-mon[112176]: pgmap v15300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:26 smithi003 ceph-mon[96088]: pgmap v15300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:27.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:27.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:28.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:28.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:28 smithi094 ceph-mon[112176]: 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-08T11:26:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:28 smithi003 ceph-mon[96088]: 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-08T11:26:29.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:29.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:30.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:30.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:30 smithi094 ceph-mon[112176]: 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-08T11:26:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:30 smithi003 ceph-mon[96088]: 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-08T11:26:31.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:31.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:32.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:32.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:32 smithi094 ceph-mon[112176]: 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-08T11:26:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:32 smithi003 ceph-mon[96088]: 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-08T11:26:33.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:33.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:34.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:34.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:34 smithi094 ceph-mon[112176]: pgmap v15304: 97 pgs: 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:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:34 smithi003 ceph-mon[96088]: pgmap v15304: 97 pgs: 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:35.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:35.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:36.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:36.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:36 smithi003 ceph-mon[96088]: pgmap v15305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:36 smithi094 ceph-mon[112176]: pgmap v15305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:37.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:37.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:38.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:38.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:38 smithi094 ceph-mon[112176]: 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-08T11:26:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:26:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:38 smithi003 ceph-mon[96088]: 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-08T11:26:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:26:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:39.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:39.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:40.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:40.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:40 smithi094 ceph-mon[112176]: 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-08T11:26:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:40 smithi003 ceph-mon[96088]: 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-08T11:26:41.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:41.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:26:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:26:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:26:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:26:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:26:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:26:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:26:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:41 smithi003 ceph-mon[96088]: 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-08T11:26:42.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:42.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:26:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:26:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:26:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:26:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:26:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:26:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:26:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:41 smithi094 ceph-mon[112176]: 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-08T11:26:43.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:43.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:44.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:44.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:44 smithi094 ceph-mon[112176]: pgmap v15309: 97 pgs: 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:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:44 smithi003 ceph-mon[96088]: pgmap v15309: 97 pgs: 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:45.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:45.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:46.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:46.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:46 smithi003 ceph-mon[96088]: pgmap v15310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:46 smithi094 ceph-mon[112176]: pgmap v15310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:47.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:47.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:48.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:48.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:48.873 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:48 smithi094 ceph-mon[112176]: 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-08T11:26:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:48 smithi003 ceph-mon[96088]: 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-08T11:26:49.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:49.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:50.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:50.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:50 smithi094 ceph-mon[112176]: 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-08T11:26:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:50 smithi003 ceph-mon[96088]: 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-08T11:26:51.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:51.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:52.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:52.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:52 smithi094 ceph-mon[112176]: 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-08T11:26:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:52 smithi003 ceph-mon[96088]: 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-08T11:26:53.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:53.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:54.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:54.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:54 smithi094 ceph-mon[112176]: pgmap v15314: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:54 smithi003 ceph-mon[96088]: pgmap v15314: 97 pgs: 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:55.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:55.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:56.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:56.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:56 smithi003 ceph-mon[96088]: pgmap v15315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:56 smithi094 ceph-mon[112176]: pgmap v15315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:57.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:57.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:58.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:58.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:58.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:26:58 smithi094 ceph-mon[112176]: 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-08T11:26:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:26:58 smithi003 ceph-mon[96088]: 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-08T11:26:59.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:26:59.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:00.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:00.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:00 smithi094 ceph-mon[112176]: 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-08T11:27:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:00 smithi003 ceph-mon[96088]: 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-08T11:27:01.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:01.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:02.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:02.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:02 smithi094 ceph-mon[112176]: 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-08T11:27:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:02 smithi003 ceph-mon[96088]: 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-08T11:27:03.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:03.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:04.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:04.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:04 smithi094 ceph-mon[112176]: pgmap v15319: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:04 smithi003 ceph-mon[96088]: pgmap v15319: 97 pgs: 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:05.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:05.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:06.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:06.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:06 smithi003 ceph-mon[96088]: pgmap v15320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:06 smithi094 ceph-mon[112176]: pgmap v15320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:07.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:07.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:08.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:08.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:08 smithi094 ceph-mon[112176]: 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-08T11:27:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:08 smithi003 ceph-mon[96088]: 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-08T11:27:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:09.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:09.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:10.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:10.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:10 smithi094 ceph-mon[112176]: 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-08T11:27:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:10 smithi003 ceph-mon[96088]: 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-08T11:27:11.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:11.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:12.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:12.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:12 smithi094 ceph-mon[112176]: 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-08T11:27:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:12 smithi003 ceph-mon[96088]: 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-08T11:27:13.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:13.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:14.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:14.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:14 smithi094 ceph-mon[112176]: pgmap v15324: 97 pgs: 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:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:14 smithi003 ceph-mon[96088]: pgmap v15324: 97 pgs: 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:15.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:15.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:16.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:16.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:16 smithi003 ceph-mon[96088]: pgmap v15325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:16 smithi094 ceph-mon[112176]: pgmap v15325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:17.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:17.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:18.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:18.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:18 smithi094 ceph-mon[112176]: 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-08T11:27:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:18 smithi003 ceph-mon[96088]: 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-08T11:27:19.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:19.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:20.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:20.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:20 smithi094 ceph-mon[112176]: 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-08T11:27:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:20 smithi003 ceph-mon[96088]: 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-08T11:27:21.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:21.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:22.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:22.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:22 smithi003 ceph-mon[96088]: 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-08T11:27:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:22 smithi094 ceph-mon[112176]: 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-08T11:27:23.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:23.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:24.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:24.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:24 smithi094 ceph-mon[112176]: pgmap v15329: 97 pgs: 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:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:24 smithi003 ceph-mon[96088]: pgmap v15329: 97 pgs: 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:25.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:25.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:26.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:26.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:26 smithi003 ceph-mon[96088]: pgmap v15330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:26 smithi094 ceph-mon[112176]: pgmap v15330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:27.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:27.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:28.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:28.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:28 smithi094 ceph-mon[112176]: 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-08T11:27:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:28 smithi003 ceph-mon[96088]: 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-08T11:27:29.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:29.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:30.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:30.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:30 smithi094 ceph-mon[112176]: 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-08T11:27:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:30 smithi003 ceph-mon[96088]: 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-08T11:27:31.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:31.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:32.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:32.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:32 smithi094 ceph-mon[112176]: 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-08T11:27:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:32 smithi003 ceph-mon[96088]: 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-08T11:27:33.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:33.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:34.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:34.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:34 smithi094 ceph-mon[112176]: pgmap v15334: 97 pgs: 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:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:34 smithi003 ceph-mon[96088]: pgmap v15334: 97 pgs: 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:35.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:35.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:36.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:36.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:36 smithi003 ceph-mon[96088]: pgmap v15335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:36 smithi094 ceph-mon[112176]: pgmap v15335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:37.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:37.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:38.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:38.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:38 smithi094 ceph-mon[112176]: 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-08T11:27:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:38 smithi003 ceph-mon[96088]: 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-08T11:27:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:39.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:39.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:40.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:40.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:40 smithi094 ceph-mon[112176]: 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-08T11:27:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:40 smithi003 ceph-mon[96088]: 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-08T11:27:41.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:41.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:27:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:27:42.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:42.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:42 smithi094 ceph-mon[112176]: 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-08T11:27:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:27:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:27:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:42 smithi003 ceph-mon[96088]: 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-08T11:27:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:27:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:27:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:27:43.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:43.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:44.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:44.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:44 smithi094 ceph-mon[112176]: pgmap v15339: 97 pgs: 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:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:44 smithi003 ceph-mon[96088]: pgmap v15339: 97 pgs: 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:45.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:45.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:46.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:46.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:46 smithi003 ceph-mon[96088]: pgmap v15340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:46 smithi094 ceph-mon[112176]: pgmap v15340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:47.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:47.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:48.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:48.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:48 smithi094 ceph-mon[112176]: 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-08T11:27:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:48 smithi003 ceph-mon[96088]: 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-08T11:27:49.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:49.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:50.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:50.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:50 smithi094 ceph-mon[112176]: 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-08T11:27:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:50 smithi003 ceph-mon[96088]: 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-08T11:27:51.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:51.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:52.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:52.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:52 smithi094 ceph-mon[112176]: 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-08T11:27:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:52 smithi003 ceph-mon[96088]: 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-08T11:27:53.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:53.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:54.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:54.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:54 smithi094 ceph-mon[112176]: pgmap v15344: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:54 smithi003 ceph-mon[96088]: pgmap v15344: 97 pgs: 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:55.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:55.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:56.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:56.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:56 smithi003 ceph-mon[96088]: pgmap v15345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:56 smithi094 ceph-mon[112176]: pgmap v15345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:57.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:57.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:58.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:58.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:27:58 smithi094 ceph-mon[112176]: 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-08T11:27:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:27:58 smithi003 ceph-mon[96088]: 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-08T11:27:59.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:27:59.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:00.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:00.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:00 smithi094 ceph-mon[112176]: 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-08T11:28:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:00 smithi003 ceph-mon[96088]: 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-08T11:28:01.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:01.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:02.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:02.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:02.899 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:02 smithi003 ceph-mon[96088]: 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-08T11:28:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:02 smithi094 ceph-mon[112176]: 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-08T11:28:03.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:03.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:04.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:04.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:04 smithi094 ceph-mon[112176]: pgmap v15349: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:04 smithi003 ceph-mon[96088]: pgmap v15349: 97 pgs: 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:05.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:05.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:06.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:06.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:06 smithi003 ceph-mon[96088]: pgmap v15350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:06 smithi094 ceph-mon[112176]: pgmap v15350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:07.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:07.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:08.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:08.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:08 smithi094 ceph-mon[112176]: 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-08T11:28:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:08 smithi003 ceph-mon[96088]: 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-08T11:28:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:09.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:09.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:10.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:10.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:10 smithi094 ceph-mon[112176]: 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-08T11:28:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:10 smithi003 ceph-mon[96088]: 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-08T11:28:11.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:11.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:12.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:12.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:12 smithi094 ceph-mon[112176]: 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-08T11:28:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:12 smithi003 ceph-mon[96088]: 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-08T11:28:13.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:13.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:14.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:14.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:14 smithi094 ceph-mon[112176]: pgmap v15354: 97 pgs: 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:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:14 smithi003 ceph-mon[96088]: pgmap v15354: 97 pgs: 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:15.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:15.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:16.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:16.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:16 smithi003 ceph-mon[96088]: pgmap v15355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:16 smithi094 ceph-mon[112176]: pgmap v15355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:17.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:17.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:18.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:18.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:18 smithi094 ceph-mon[112176]: 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-08T11:28:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:18 smithi003 ceph-mon[96088]: 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-08T11:28:19.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:19.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:20.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:20.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:20 smithi094 ceph-mon[112176]: 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-08T11:28:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:20 smithi003 ceph-mon[96088]: 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-08T11:28:21.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:21.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:22.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:22.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:22 smithi094 ceph-mon[112176]: 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-08T11:28:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:22 smithi003 ceph-mon[96088]: 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-08T11:28:23.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:23.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:24.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:24.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:24 smithi094 ceph-mon[112176]: pgmap v15359: 97 pgs: 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:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:24 smithi003 ceph-mon[96088]: pgmap v15359: 97 pgs: 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:25.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:25.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:26.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:26.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:26 smithi003 ceph-mon[96088]: pgmap v15360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:26 smithi094 ceph-mon[112176]: pgmap v15360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:27.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:27.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:28.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:28.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:28 smithi094 ceph-mon[112176]: 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-08T11:28:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:28 smithi003 ceph-mon[96088]: 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-08T11:28:29.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:29.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:30.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:30.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:30 smithi094 ceph-mon[112176]: 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-08T11:28:30.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:30 smithi003 ceph-mon[96088]: 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-08T11:28:31.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:31.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:32.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:32.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:32 smithi094 ceph-mon[112176]: 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-08T11:28:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:32 smithi003 ceph-mon[96088]: 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-08T11:28:33.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:33.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:34.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:34.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:34 smithi094 ceph-mon[112176]: pgmap v15364: 97 pgs: 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:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:34 smithi003 ceph-mon[96088]: pgmap v15364: 97 pgs: 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:35.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:35.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:36.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:36.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:36 smithi003 ceph-mon[96088]: pgmap v15365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:36 smithi094 ceph-mon[112176]: pgmap v15365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:37.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:37.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:38.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:38.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:38 smithi094 ceph-mon[112176]: 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-08T11:28:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:38 smithi003 ceph-mon[96088]: 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-08T11:28:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:39.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:39.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:40.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:40.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:40 smithi094 ceph-mon[112176]: 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-08T11:28:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:40 smithi003 ceph-mon[96088]: 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-08T11:28:41.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:41.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:42.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:42.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:42 smithi094 ceph-mon[112176]: 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-08T11:28:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:28:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:42 smithi003 ceph-mon[96088]: 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-08T11:28:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:28:43.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:43.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:44.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:44.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:44 smithi094 ceph-mon[112176]: pgmap v15369: 97 pgs: 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:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:44 smithi003 ceph-mon[96088]: pgmap v15369: 97 pgs: 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:45.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:45.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:46.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:46.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:46 smithi003 ceph-mon[96088]: pgmap v15370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:46 smithi094 ceph-mon[112176]: pgmap v15370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:47.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:47.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:28:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:28:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:28:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:28:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:28:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:28:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:28:48.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:48 smithi003 ceph-mon[96088]: 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-08T11:28:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:48 smithi094 ceph-mon[112176]: 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-08T11:28:48.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:48.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:49.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:49.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:50.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:50.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:50 smithi094 ceph-mon[112176]: 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-08T11:28:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:50 smithi003 ceph-mon[96088]: 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-08T11:28:51.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:51.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:52.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:52.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:52 smithi094 ceph-mon[112176]: 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-08T11:28:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:52 smithi003 ceph-mon[96088]: 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-08T11:28:53.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:53.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:54.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:54.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:54 smithi094 ceph-mon[112176]: pgmap v15374: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:54 smithi003 ceph-mon[96088]: pgmap v15374: 97 pgs: 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:55.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:55.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:56.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:56.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:56 smithi003 ceph-mon[96088]: pgmap v15375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:56 smithi094 ceph-mon[112176]: pgmap v15375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:57.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:57.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:58.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:58.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:28:58 smithi094 ceph-mon[112176]: 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-08T11:28:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:28:58 smithi003 ceph-mon[96088]: 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-08T11:28:59.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:28:59.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:00.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:00.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:00 smithi094 ceph-mon[112176]: 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-08T11:29:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:00 smithi003 ceph-mon[96088]: 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-08T11:29:01.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:01.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:02.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:02.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:02 smithi094 ceph-mon[112176]: 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-08T11:29:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:02 smithi003 ceph-mon[96088]: 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-08T11:29:03.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:03.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:04.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:04.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:04 smithi094 ceph-mon[112176]: pgmap v15379: 97 pgs: 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:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:04 smithi003 ceph-mon[96088]: pgmap v15379: 97 pgs: 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:05.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:05.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:06.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:06.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:06 smithi003 ceph-mon[96088]: pgmap v15380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:06 smithi094 ceph-mon[112176]: pgmap v15380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:07.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:07.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:08.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:08.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:08 smithi094 ceph-mon[112176]: 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-08T11:29:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:08 smithi003 ceph-mon[96088]: 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-08T11:29:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:09.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:09.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:10.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:10.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:10 smithi094 ceph-mon[112176]: 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-08T11:29:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:10 smithi003 ceph-mon[96088]: 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-08T11:29:11.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:11.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:12.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:12.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:12 smithi094 ceph-mon[112176]: 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-08T11:29:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:12 smithi003 ceph-mon[96088]: 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-08T11:29:13.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:13.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:14.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:14.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:14 smithi094 ceph-mon[112176]: 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-08T11:29:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:14 smithi003 ceph-mon[96088]: 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-08T11:29:15.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:15.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:16.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:16.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:16 smithi003 ceph-mon[96088]: pgmap v15385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:16 smithi094 ceph-mon[112176]: pgmap v15385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:17.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:17.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:18.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:18.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:18 smithi094 ceph-mon[112176]: 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-08T11:29:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:18 smithi003 ceph-mon[96088]: 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-08T11:29:19.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:19.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:20.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:20.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:20 smithi094 ceph-mon[112176]: 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-08T11:29:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:20 smithi003 ceph-mon[96088]: 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-08T11:29:21.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:21.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:22.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:22.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:22 smithi094 ceph-mon[112176]: 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-08T11:29:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:22 smithi003 ceph-mon[96088]: 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-08T11:29:23.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:23.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:24.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:24.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:24 smithi094 ceph-mon[112176]: 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-08T11:29:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:24 smithi003 ceph-mon[96088]: 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-08T11:29:25.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:25.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:26.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:26.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:26 smithi003 ceph-mon[96088]: 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-08T11:29:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:26 smithi094 ceph-mon[112176]: 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-08T11:29:27.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:27.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:28.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:28.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:28 smithi094 ceph-mon[112176]: 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-08T11:29:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:28 smithi003 ceph-mon[96088]: 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-08T11:29:29.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:29.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:30.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:30.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:30 smithi094 ceph-mon[112176]: 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-08T11:29:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:30 smithi003 ceph-mon[96088]: 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-08T11:29:31.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:31.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:32.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:32.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:32 smithi094 ceph-mon[112176]: 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-08T11:29:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:32 smithi003 ceph-mon[96088]: 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-08T11:29:33.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:33.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:34.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:34.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:34 smithi003 ceph-mon[96088]: 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-08T11:29:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:34 smithi094 ceph-mon[112176]: 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-08T11:29:35.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:35.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:36.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:36.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:36 smithi003 ceph-mon[96088]: 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-08T11:29:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:36 smithi094 ceph-mon[112176]: 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-08T11:29:37.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:37.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:38.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:38.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:38 smithi094 ceph-mon[112176]: 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-08T11:29:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:38 smithi003 ceph-mon[96088]: 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-08T11:29:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:39.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:39.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:40.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:40.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:40 smithi094 ceph-mon[112176]: 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-08T11:29:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:40 smithi003 ceph-mon[96088]: 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-08T11:29:41.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:41.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:42.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:42.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:42 smithi094 ceph-mon[112176]: 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-08T11:29:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:42 smithi003 ceph-mon[96088]: 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-08T11:29:43.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:43.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:44.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:44.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:44 smithi094 ceph-mon[112176]: 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-08T11:29:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:44 smithi003 ceph-mon[96088]: 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-08T11:29:45.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:45.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:46.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:46.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:46 smithi003 ceph-mon[96088]: 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-08T11:29:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:46 smithi094 ceph-mon[112176]: 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-08T11:29:47.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:47.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:48.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:48.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: 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-08T11:29:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:29:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:29:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:29:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:29:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:29:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:29:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:29:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:29:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: 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-08T11:29:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:29:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:29:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:29:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:29:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:29:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:29:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:29:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:29:49.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:49.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:50.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:50.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:50 smithi094 ceph-mon[112176]: 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-08T11:29:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:50 smithi003 ceph-mon[96088]: 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-08T11:29:51.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:51.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:52.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:52.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:52 smithi003 ceph-mon[96088]: 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-08T11:29:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:52 smithi094 ceph-mon[112176]: 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-08T11:29:53.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:53.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:54.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:54.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:54 smithi003 ceph-mon[96088]: 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-08T11:29:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:54 smithi094 ceph-mon[112176]: 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-08T11:29:55.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:55.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:56.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:56.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:56 smithi003 ceph-mon[96088]: 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-08T11:29:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:56 smithi094 ceph-mon[112176]: 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-08T11:29:57.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:57.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:58.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:58.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:29:58 smithi094 ceph-mon[112176]: 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-08T11:29:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:29:58 smithi003 ceph-mon[96088]: 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-08T11:29:59.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:29:59.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:00.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:00.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:00 smithi003 ceph-mon[96088]: 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-08T11:30:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T11:30:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:00 smithi094 ceph-mon[112176]: 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-08T11:30:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T11:30:01.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:01.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:02.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:02.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:02 smithi003 ceph-mon[96088]: 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-08T11:30:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:02 smithi094 ceph-mon[112176]: 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-08T11:30:03.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:03.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:04.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:04.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:04 smithi003 ceph-mon[96088]: 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-08T11:30:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:04 smithi094 ceph-mon[112176]: 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-08T11:30:05.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:05.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:06.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:06.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:06 smithi003 ceph-mon[96088]: 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-08T11:30:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:06 smithi094 ceph-mon[112176]: 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-08T11:30:07.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:07.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:08.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:08.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:08 smithi003 ceph-mon[96088]: 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-08T11:30:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:08 smithi094 ceph-mon[112176]: 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-08T11:30:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:09.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:09.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:10.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:10.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:10.976 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:10 smithi094 ceph-mon[112176]: 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-08T11:30:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:10 smithi003 ceph-mon[96088]: 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-08T11:30:11.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:11.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:12.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:12.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:12 smithi003 ceph-mon[96088]: 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-08T11:30:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:12 smithi094 ceph-mon[112176]: 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-08T11:30:13.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:13.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:14.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:14.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:14 smithi003 ceph-mon[96088]: 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-08T11:30:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:14 smithi094 ceph-mon[112176]: 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-08T11:30:15.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:15.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:16.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:16.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:16 smithi003 ceph-mon[96088]: 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-08T11:30:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:16 smithi094 ceph-mon[112176]: 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-08T11:30:17.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:17.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:18.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:18.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:18 smithi003 ceph-mon[96088]: 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-08T11:30:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:18 smithi094 ceph-mon[112176]: 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-08T11:30:19.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:19.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:20.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:20.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:20 smithi003 ceph-mon[96088]: 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-08T11:30:21.081 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:20 smithi094 ceph-mon[112176]: 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-08T11:30:21.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:21.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:22.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:22.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:22 smithi003 ceph-mon[96088]: 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-08T11:30:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:22 smithi094 ceph-mon[112176]: 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-08T11:30:23.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:23.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:24.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:24.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:24 smithi003 ceph-mon[96088]: 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-08T11:30:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:24 smithi094 ceph-mon[112176]: 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-08T11:30:25.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:25.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:26.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:26.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:26 smithi003 ceph-mon[96088]: 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-08T11:30:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:26 smithi094 ceph-mon[112176]: 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-08T11:30:27.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:27.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:28.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:28.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:28 smithi003 ceph-mon[96088]: 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-08T11:30:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:28 smithi094 ceph-mon[112176]: 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-08T11:30:29.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:29.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:30.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:30.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:30 smithi003 ceph-mon[96088]: 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-08T11:30:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:30 smithi094 ceph-mon[112176]: 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-08T11:30:31.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:31.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:32.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:32.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:32 smithi003 ceph-mon[96088]: 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-08T11:30:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:32 smithi094 ceph-mon[112176]: 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-08T11:30:33.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:33.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:34.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:34.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:34 smithi003 ceph-mon[96088]: 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-08T11:30:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:34 smithi094 ceph-mon[112176]: 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-08T11:30:35.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:35.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:36 smithi094 ceph-mon[112176]: 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-08T11:30:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:36 smithi003 ceph-mon[96088]: 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-08T11:30:36.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:36.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:37.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:37.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:38.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:38.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:38 smithi003 ceph-mon[96088]: 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-08T11:30:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:38 smithi094 ceph-mon[112176]: 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-08T11:30:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:39.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:39.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:40.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:40.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:40 smithi003 ceph-mon[96088]: 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-08T11:30:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:40 smithi094 ceph-mon[112176]: 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-08T11:30:41.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:41.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:42.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:42.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:42 smithi003 ceph-mon[96088]: 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-08T11:30:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:42 smithi094 ceph-mon[112176]: 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-08T11:30:43.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:43.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:44.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:44.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:44 smithi003 ceph-mon[96088]: 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-08T11:30:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:44 smithi094 ceph-mon[112176]: 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-08T11:30:45.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:45.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:46 smithi094 ceph-mon[112176]: 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-08T11:30:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:46 smithi003 ceph-mon[96088]: 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-08T11:30:46.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:46.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:47.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:47.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:48.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:48.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:48 smithi003 ceph-mon[96088]: 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-08T11:30:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:30:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:48 smithi094 ceph-mon[112176]: 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-08T11:30:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:30:49.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:49.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:30:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:30:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:30:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:30:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:30:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:30:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:30:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:30:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:30:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:30:50.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:50.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:50 smithi003 ceph-mon[96088]: 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-08T11:30:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:50 smithi094 ceph-mon[112176]: 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-08T11:30:51.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:51.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:52.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:52.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:52 smithi003 ceph-mon[96088]: 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-08T11:30:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:52 smithi094 ceph-mon[112176]: 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-08T11:30:53.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:53.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:54.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:54.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:54 smithi003 ceph-mon[96088]: 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-08T11:30:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:54 smithi094 ceph-mon[112176]: 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-08T11:30:55.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:55.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:56 smithi003 ceph-mon[96088]: 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-08T11:30:56.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:56.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:56 smithi094 ceph-mon[112176]: 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-08T11:30:57.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:57.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:58.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:58.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:58.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:30:58 smithi003 ceph-mon[96088]: 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-08T11:30:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:30:58 smithi094 ceph-mon[112176]: 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-08T11:30:59.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:30:59.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:00.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:00.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:00 smithi003 ceph-mon[96088]: 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-08T11:31:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:00 smithi094 ceph-mon[112176]: 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-08T11:31:01.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:01.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:02.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:02.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:02 smithi003 ceph-mon[96088]: 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-08T11:31:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:02 smithi094 ceph-mon[112176]: 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-08T11:31:03.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:03.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:04.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:04.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:04.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:04 smithi003 ceph-mon[96088]: 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-08T11:31:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:04 smithi094 ceph-mon[112176]: 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-08T11:31:05.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:05.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:06 smithi003 ceph-mon[96088]: 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-08T11:31:06.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:06.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:06 smithi094 ceph-mon[112176]: 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-08T11:31:07.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:07.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:08.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:08.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:08 smithi003 ceph-mon[96088]: 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-08T11:31:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:08 smithi094 ceph-mon[112176]: 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-08T11:31:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:09.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:09.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:10.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:10.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:10 smithi003 ceph-mon[96088]: 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-08T11:31:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:10 smithi094 ceph-mon[112176]: 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-08T11:31:11.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:11.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:12.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:12.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:12 smithi003 ceph-mon[96088]: 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-08T11:31:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:12 smithi094 ceph-mon[112176]: 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-08T11:31:13.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:13.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:14.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:14.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:14 smithi003 ceph-mon[96088]: 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-08T11:31:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:14 smithi094 ceph-mon[112176]: 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-08T11:31:15.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:15.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:16 smithi003 ceph-mon[96088]: 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-08T11:31:16.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:16.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:16 smithi094 ceph-mon[112176]: 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-08T11:31:17.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:17.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:18.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:18.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:18 smithi003 ceph-mon[96088]: 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-08T11:31:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:18 smithi094 ceph-mon[112176]: 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-08T11:31:19.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:19.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:20.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:20.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:20 smithi003 ceph-mon[96088]: 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-08T11:31:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:20 smithi094 ceph-mon[112176]: 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-08T11:31:21.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:21.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:22.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:22.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:22 smithi003 ceph-mon[96088]: 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-08T11:31:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:22 smithi094 ceph-mon[112176]: 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-08T11:31:23.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:23.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:24.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:24.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:24 smithi003 ceph-mon[96088]: 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-08T11:31:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:24 smithi094 ceph-mon[112176]: 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-08T11:31:25.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:25.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:26.764 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:26 smithi094 ceph-mon[112176]: 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-08T11:31:26.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:26.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:26 smithi003 ceph-mon[96088]: 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-08T11:31:27.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:27.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:28.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:28.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:28 smithi003 ceph-mon[96088]: 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-08T11:31:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:28 smithi094 ceph-mon[112176]: 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-08T11:31:29.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:29.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:30.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:30.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:30 smithi003 ceph-mon[96088]: 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-08T11:31:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:30 smithi094 ceph-mon[112176]: 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-08T11:31:31.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:31.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:32.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:32.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:32 smithi003 ceph-mon[96088]: 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-08T11:31:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:32 smithi094 ceph-mon[112176]: 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-08T11:31:33.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:33.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:34.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:34.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:34 smithi003 ceph-mon[96088]: 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-08T11:31:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:34 smithi094 ceph-mon[112176]: 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-08T11:31:35.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:35.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:36.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:36.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:36.868 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:36 smithi094 ceph-mon[112176]: 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-08T11:31:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:36 smithi003 ceph-mon[96088]: 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-08T11:31:37.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:37.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:38.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:38.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:38 smithi003 ceph-mon[96088]: 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-08T11:31:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:38 smithi094 ceph-mon[112176]: 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-08T11:31:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:39.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:39.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:40.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:40.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:40 smithi003 ceph-mon[96088]: 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-08T11:31:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:40 smithi094 ceph-mon[112176]: 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-08T11:31:41.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:41.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:42.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:42.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:42 smithi003 ceph-mon[96088]: 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-08T11:31:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:42 smithi094 ceph-mon[112176]: 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-08T11:31:43.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:43.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:44.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:44.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:44 smithi003 ceph-mon[96088]: 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-08T11:31:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:44 smithi094 ceph-mon[112176]: 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-08T11:31:45.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:45.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:46.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:46.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:46 smithi094 ceph-mon[112176]: 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-08T11:31:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:46 smithi003 ceph-mon[96088]: 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-08T11:31:47.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:47.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:48.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:48.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:48 smithi003 ceph-mon[96088]: 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-08T11:31:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:48 smithi094 ceph-mon[112176]: 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-08T11:31:49.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:49.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:31:49.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:31:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:31:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:31:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:31:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:31:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:50 smithi003 ceph-mon[96088]: 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-08T11:31:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:31:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:31:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:31:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:31:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:31:50.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:50.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:50 smithi094 ceph-mon[112176]: 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-08T11:31:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:31:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:31:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:31:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:31:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:31:51.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:51.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:52.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:52.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:52 smithi003 ceph-mon[96088]: 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-08T11:31:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:52 smithi094 ceph-mon[112176]: 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-08T11:31:53.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:53.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:54.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:54.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:54 smithi003 ceph-mon[96088]: 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-08T11:31:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:54 smithi094 ceph-mon[112176]: 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-08T11:31:55.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:55.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:56.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:56.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:56 smithi094 ceph-mon[112176]: 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-08T11:31:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:56 smithi003 ceph-mon[96088]: 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-08T11:31:57.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:57.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:58.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:58.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:31:58 smithi003 ceph-mon[96088]: 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-08T11:31:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:31:58 smithi094 ceph-mon[112176]: 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-08T11:31:59.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:31:59.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:00.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:00.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:00 smithi003 ceph-mon[96088]: 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-08T11:32:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:00 smithi094 ceph-mon[112176]: 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-08T11:32:01.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:01.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:02.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:02.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:02 smithi003 ceph-mon[96088]: 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-08T11:32:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:02 smithi094 ceph-mon[112176]: 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-08T11:32:03.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:03.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:04.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:04.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:04 smithi003 ceph-mon[96088]: 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-08T11:32:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:04 smithi094 ceph-mon[112176]: 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-08T11:32:05.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:05.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:06.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:06.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:06 smithi094 ceph-mon[112176]: 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-08T11:32:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:06 smithi003 ceph-mon[96088]: 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-08T11:32:07.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:07.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:08.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:08.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:08 smithi003 ceph-mon[96088]: 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-08T11:32:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:08 smithi094 ceph-mon[112176]: 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-08T11:32:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:09.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:09.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:10.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:10.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:10 smithi003 ceph-mon[96088]: 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-08T11:32:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:10 smithi094 ceph-mon[112176]: 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-08T11:32:11.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:11.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:12.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:12.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:12 smithi003 ceph-mon[96088]: 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-08T11:32:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:12 smithi094 ceph-mon[112176]: 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-08T11:32:13.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:13.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:14.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:14.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:14 smithi003 ceph-mon[96088]: 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-08T11:32:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:14 smithi094 ceph-mon[112176]: 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-08T11:32:15.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:15.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:16.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:16.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:16 smithi094 ceph-mon[112176]: 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-08T11:32:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:16 smithi003 ceph-mon[96088]: 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-08T11:32:17.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:17.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:18.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:18.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:18 smithi003 ceph-mon[96088]: 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-08T11:32:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:18 smithi094 ceph-mon[112176]: 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-08T11:32:19.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:19.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:20.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:20.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:20 smithi003 ceph-mon[96088]: 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-08T11:32:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:20 smithi094 ceph-mon[112176]: 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-08T11:32:21.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:21.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:22.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:22.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:22 smithi003 ceph-mon[96088]: 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-08T11:32:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:22 smithi094 ceph-mon[112176]: 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-08T11:32:23.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:23.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:24.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:24.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:24 smithi003 ceph-mon[96088]: 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-08T11:32:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:24 smithi094 ceph-mon[112176]: 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-08T11:32:25.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:25.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:26 smithi094 ceph-mon[112176]: 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-08T11:32:26.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:26.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:26 smithi003 ceph-mon[96088]: 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-08T11:32:27.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:27.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:28.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:28.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:28 smithi003 ceph-mon[96088]: 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-08T11:32:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:28 smithi094 ceph-mon[112176]: 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-08T11:32:29.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:29.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:30.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:30.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:30 smithi003 ceph-mon[96088]: 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-08T11:32:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:30 smithi094 ceph-mon[112176]: 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-08T11:32:31.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:31.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:32.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:32.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:32 smithi003 ceph-mon[96088]: 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-08T11:32:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:32 smithi094 ceph-mon[112176]: 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-08T11:32:33.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:33.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:34.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:34.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:34 smithi003 ceph-mon[96088]: 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-08T11:32:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:34 smithi094 ceph-mon[112176]: 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-08T11:32:35.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:35.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:36 smithi094 ceph-mon[112176]: 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-08T11:32:36.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:36.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:36 smithi003 ceph-mon[96088]: 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-08T11:32:37.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:37.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:38.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:38.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:38 smithi003 ceph-mon[96088]: 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-08T11:32:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:38 smithi094 ceph-mon[112176]: 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-08T11:32:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:39.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:39.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:40.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:40.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:40 smithi003 ceph-mon[96088]: 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-08T11:32:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:40 smithi094 ceph-mon[112176]: 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-08T11:32:41.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:41.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:42 smithi094 ceph-mon[112176]: 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-08T11:32:42.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:42.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:42 smithi003 ceph-mon[96088]: 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-08T11:32:43.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:43.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:44.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:44.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:44 smithi003 ceph-mon[96088]: 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-08T11:32:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:44 smithi094 ceph-mon[112176]: 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-08T11:32:45.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:45.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:46.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:46 smithi094 ceph-mon[112176]: 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-08T11:32:46.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:46.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:46 smithi003 ceph-mon[96088]: 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-08T11:32:47.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:47.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:48.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:48.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:48 smithi003 ceph-mon[96088]: 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-08T11:32:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:48 smithi094 ceph-mon[112176]: 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-08T11:32:49.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:49.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:50.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:50.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:50 smithi003 ceph-mon[96088]: 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-08T11:32:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:32:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:50 smithi094 ceph-mon[112176]: 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-08T11:32:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:32:51.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:51.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:32:51.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:32:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:32:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:32:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:32:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:32:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:32:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:32:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:32:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:32:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:52 smithi094 ceph-mon[112176]: 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-08T11:32:52.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:52.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:52 smithi003 ceph-mon[96088]: 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-08T11:32:53.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:53.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:54.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:54.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:54 smithi094 ceph-mon[112176]: 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-08T11:32:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:54 smithi003 ceph-mon[96088]: 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-08T11:32:55.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:55.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:56 smithi094 ceph-mon[112176]: 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-08T11:32:56.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:56.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:56 smithi003 ceph-mon[96088]: 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-08T11:32:57.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:57.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:58.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:58.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:32:58 smithi003 ceph-mon[96088]: 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-08T11:32:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:32:58 smithi094 ceph-mon[112176]: 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-08T11:32:59.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:32:59.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:00.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:00.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:00 smithi003 ceph-mon[96088]: 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-08T11:33:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:00 smithi094 ceph-mon[112176]: 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-08T11:33:01.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:01.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:02 smithi003 ceph-mon[96088]: 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-08T11:33:02.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:02.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:02 smithi094 ceph-mon[112176]: 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-08T11:33:03.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:03.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:04 smithi003 ceph-mon[96088]: 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-08T11:33:04.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:04.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:04 smithi094 ceph-mon[112176]: 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-08T11:33:05.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:05.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:06 smithi003 ceph-mon[96088]: 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-08T11:33:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:06 smithi094 ceph-mon[112176]: 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-08T11:33:06.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:06.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:07.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:07.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:08 smithi003 ceph-mon[96088]: 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-08T11:33:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:08.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:08.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:08 smithi094 ceph-mon[112176]: 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-08T11:33:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:09.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:09.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:10 smithi003 ceph-mon[96088]: 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-08T11:33:10.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:10.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:10 smithi094 ceph-mon[112176]: 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-08T11:33:11.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:11.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:12 smithi003 ceph-mon[96088]: 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-08T11:33:13.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:13.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:12 smithi094 ceph-mon[112176]: 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-08T11:33:14.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:14.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:14 smithi003 ceph-mon[96088]: 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-08T11:33:15.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:15.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:14 smithi094 ceph-mon[112176]: 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-08T11:33:16.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:16.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:16 smithi003 ceph-mon[96088]: 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-08T11:33:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:16 smithi094 ceph-mon[112176]: 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-08T11:33:17.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:17.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:18.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:18.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:18 smithi003 ceph-mon[96088]: 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-08T11:33:19.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:19.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:18 smithi094 ceph-mon[112176]: 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-08T11:33:20.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:20.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:20 smithi003 ceph-mon[96088]: 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-08T11:33:21.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:21.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:20 smithi094 ceph-mon[112176]: 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-08T11:33:22.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:22.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:23.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:23.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:22 smithi094 ceph-mon[112176]: 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-08T11:33:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:22 smithi003 ceph-mon[96088]: 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-08T11:33:24.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:24.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:25.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:25.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:24 smithi094 ceph-mon[112176]: 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-08T11:33:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:24 smithi003 ceph-mon[96088]: 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-08T11:33:26.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:26.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:26 smithi094 ceph-mon[112176]: 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-08T11:33:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:26 smithi003 ceph-mon[96088]: 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-08T11:33:27.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:27.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:28.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:28.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:28.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:28 smithi003 ceph-mon[96088]: 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-08T11:33:29.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:29.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:28 smithi094 ceph-mon[112176]: 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-08T11:33:30.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:30.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:31.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:31.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:30 smithi094 ceph-mon[112176]: 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-08T11:33:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:30 smithi003 ceph-mon[96088]: 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-08T11:33:32.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:32.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:33.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:33.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:33.077 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:32 smithi094 ceph-mon[112176]: 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-08T11:33:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:32 smithi003 ceph-mon[96088]: 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-08T11:33:34.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:34.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:35.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:35.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:34 smithi094 ceph-mon[112176]: 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-08T11:33:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:34 smithi003 ceph-mon[96088]: 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-08T11:33:36.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:36.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:36 smithi094 ceph-mon[112176]: 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-08T11:33:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:36 smithi003 ceph-mon[96088]: 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-08T11:33:37.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:37.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:38.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:38.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:39.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:39.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:38 smithi094 ceph-mon[112176]: 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-08T11:33:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:38 smithi003 ceph-mon[96088]: 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-08T11:33:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:40.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:40.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:41.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:41.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:40 smithi094 ceph-mon[112176]: 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-08T11:33:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:40 smithi003 ceph-mon[96088]: 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-08T11:33:42.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:42.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:43.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:43.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:42 smithi094 ceph-mon[112176]: 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-08T11:33:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:42 smithi003 ceph-mon[96088]: 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-08T11:33:44.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:44.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:45.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:45.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:44 smithi094 ceph-mon[112176]: 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-08T11:33:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:44 smithi003 ceph-mon[96088]: 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-08T11:33:46.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:46.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:46.791 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:46 smithi003 ceph-mon[96088]: 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-08T11:33:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:46 smithi094 ceph-mon[112176]: 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-08T11:33:47.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:47.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:48.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:48.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:49.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:49.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:48 smithi094 ceph-mon[112176]: 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-08T11:33:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:48 smithi003 ceph-mon[96088]: 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-08T11:33:50.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:50.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:51.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:51.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:50 smithi094 ceph-mon[112176]: 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-08T11:33:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:50 smithi003 ceph-mon[96088]: 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-08T11:33:52.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:52.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:33:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:33:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:33:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:33:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:33:52.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:33:52.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:33:52.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:33:52.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:33:52.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:33:52.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:33:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:33:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:33:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:33:52.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:33:53.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:53.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:52 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1477M 2023-10-08T11:33:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:52 smithi094 ceph-mon[112176]: 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-08T11:33:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:52 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1477M 2023-10-08T11:33:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:52 smithi003 ceph-mon[96088]: 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-08T11:33:54.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:54.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:55.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:55.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:54 smithi094 ceph-mon[112176]: 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-08T11:33:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:54 smithi003 ceph-mon[96088]: 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-08T11:33:56.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:56.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:56.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:56 smithi003 ceph-mon[96088]: 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-08T11:33:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:56 smithi094 ceph-mon[112176]: 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-08T11:33:57.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:57.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:58.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:58.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:59.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:33:59.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:33:58 smithi094 ceph-mon[112176]: 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-08T11:33:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:33:58 smithi003 ceph-mon[96088]: 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-08T11:34:00.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:00.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:01.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:01.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:00 smithi094 ceph-mon[112176]: 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-08T11:34:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:00 smithi003 ceph-mon[96088]: 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-08T11:34:02.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:02.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:03.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:03.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:02 smithi094 ceph-mon[112176]: 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-08T11:34:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:02 smithi003 ceph-mon[96088]: 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-08T11:34:04.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:04.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:05.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:05.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:04 smithi094 ceph-mon[112176]: 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-08T11:34:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:04 smithi003 ceph-mon[96088]: 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-08T11:34:06.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:06.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:06 smithi094 ceph-mon[112176]: 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-08T11:34:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:06 smithi003 ceph-mon[96088]: 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-08T11:34:07.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:07.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:08.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:08.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:09.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:09.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:08 smithi094 ceph-mon[112176]: 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-08T11:34:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:08 smithi003 ceph-mon[96088]: 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-08T11:34:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:10.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:10.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:11.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:11.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:10 smithi094 ceph-mon[112176]: 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-08T11:34:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:10 smithi003 ceph-mon[96088]: 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-08T11:34:12.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:12.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:13.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:13.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:12 smithi094 ceph-mon[112176]: 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-08T11:34:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:12 smithi003 ceph-mon[96088]: 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-08T11:34:14.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:14.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:15.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:15.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:14 smithi094 ceph-mon[112176]: 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-08T11:34:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:14 smithi003 ceph-mon[96088]: 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-08T11:34:16.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:16.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:16 smithi094 ceph-mon[112176]: 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-08T11:34:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:16 smithi003 ceph-mon[96088]: 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-08T11:34:17.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:17.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:18.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:18.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:18 smithi094 ceph-mon[112176]: 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-08T11:34:19.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:19.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:18 smithi003 ceph-mon[96088]: 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-08T11:34:20.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:20.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:21.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:21.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:20 smithi094 ceph-mon[112176]: 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-08T11:34:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:20 smithi003 ceph-mon[96088]: 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-08T11:34:22.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:22.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:23.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:23.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:22 smithi094 ceph-mon[112176]: 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-08T11:34:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:22 smithi003 ceph-mon[96088]: 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-08T11:34:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:24.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:24.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:25.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:25.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:24 smithi094 ceph-mon[112176]: 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-08T11:34:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:24 smithi003 ceph-mon[96088]: 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-08T11:34:26.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:26.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:26 smithi094 ceph-mon[112176]: 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-08T11:34:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:26 smithi003 ceph-mon[96088]: 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-08T11:34:27.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:27.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:28.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:28.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:28 smithi094 ceph-mon[112176]: 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-08T11:34:29.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:29.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:28 smithi003 ceph-mon[96088]: 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-08T11:34:30.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:30.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:31.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:31.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:30 smithi094 ceph-mon[112176]: 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-08T11:34:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:30 smithi003 ceph-mon[96088]: 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-08T11:34:32.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:32.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:33.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:33.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:32 smithi094 ceph-mon[112176]: 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-08T11:34:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:32 smithi003 ceph-mon[96088]: 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-08T11:34:34.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:34.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:35.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:35.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:34 smithi094 ceph-mon[112176]: 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-08T11:34:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:34 smithi003 ceph-mon[96088]: 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-08T11:34:36.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:36.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:36 smithi094 ceph-mon[112176]: 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-08T11:34:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:36 smithi003 ceph-mon[96088]: 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-08T11:34:37.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:37.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:38.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:38.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:39.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:39.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:38 smithi094 ceph-mon[112176]: 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-08T11:34:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:38 smithi003 ceph-mon[96088]: 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-08T11:34:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:40.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:40.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:41.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:41.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:40 smithi094 ceph-mon[112176]: 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-08T11:34:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:40 smithi003 ceph-mon[96088]: 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-08T11:34:42.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:42.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:43.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:43.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:42 smithi094 ceph-mon[112176]: 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-08T11:34:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:42 smithi003 ceph-mon[96088]: 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-08T11:34:44.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:44.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:45.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:45.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:44 smithi094 ceph-mon[112176]: 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-08T11:34:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:44 smithi003 ceph-mon[96088]: 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-08T11:34:46.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:46.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:46 smithi094 ceph-mon[112176]: 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-08T11:34:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:46 smithi003 ceph-mon[96088]: 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-08T11:34:47.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:47.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:48.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:48.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:49.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:49.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:48 smithi094 ceph-mon[112176]: 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-08T11:34:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:48 smithi003 ceph-mon[96088]: 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-08T11:34:50.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:50.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:51.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:51.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:50 smithi094 ceph-mon[112176]: 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-08T11:34:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:50 smithi003 ceph-mon[96088]: 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-08T11:34:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:34:52.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:52.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:52.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:34:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:52 smithi003 ceph-mon[96088]: 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-08T11:34:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:34:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:34:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:34:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:34:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:34:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:52 smithi094 ceph-mon[112176]: 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-08T11:34:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:34:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:34:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:34:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:34:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:34:53.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:53.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:54.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:54.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:54 smithi094 ceph-mon[112176]: 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-08T11:34:55.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:55.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:54 smithi003 ceph-mon[96088]: 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-08T11:34:56.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:56.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:56 smithi094 ceph-mon[112176]: 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-08T11:34:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:56 smithi003 ceph-mon[96088]: 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-08T11:34:57.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:57.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:58.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:58.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:34:58 smithi094 ceph-mon[112176]: 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-08T11:34:59.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:34:59.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:34:58 smithi003 ceph-mon[96088]: 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-08T11:35:00.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:00.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:00 smithi094 ceph-mon[112176]: 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-08T11:35:01.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:01.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:00 smithi003 ceph-mon[96088]: 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-08T11:35:02.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:02.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:02 smithi003 ceph-mon[96088]: 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-08T11:35:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:02 smithi094 ceph-mon[112176]: 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-08T11:35:03.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:03.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:04.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:04.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:04 smithi094 ceph-mon[112176]: 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-08T11:35:05.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:05.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:04 smithi003 ceph-mon[96088]: 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-08T11:35:06.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:06.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:06 smithi094 ceph-mon[112176]: 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-08T11:35:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:06 smithi003 ceph-mon[96088]: 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-08T11:35:07.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:07.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:08.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:08.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:09.077 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:08 smithi094 ceph-mon[112176]: 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-08T11:35:09.077 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:09.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:09.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:08 smithi003 ceph-mon[96088]: 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-08T11:35:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:10.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:10.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:10 smithi094 ceph-mon[112176]: 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-08T11:35:11.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:11.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:10 smithi003 ceph-mon[96088]: 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-08T11:35:12.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:12.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:12 smithi094 ceph-mon[112176]: 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-08T11:35:13.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:13.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:12 smithi003 ceph-mon[96088]: 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-08T11:35:14.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:14.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:14 smithi094 ceph-mon[112176]: 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-08T11:35:15.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:15.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:14 smithi003 ceph-mon[96088]: 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-08T11:35:16.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:16.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:16 smithi094 ceph-mon[112176]: 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-08T11:35:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:16 smithi003 ceph-mon[96088]: 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-08T11:35:17.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:17.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:18.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:18.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:18 smithi094 ceph-mon[112176]: 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-08T11:35:19.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:19.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:18 smithi003 ceph-mon[96088]: 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-08T11:35:20.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:20.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:20 smithi094 ceph-mon[112176]: 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-08T11:35:21.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:21.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:20 smithi003 ceph-mon[96088]: 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-08T11:35:22.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:22.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:22 smithi094 ceph-mon[112176]: 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-08T11:35:23.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:23.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:22 smithi003 ceph-mon[96088]: 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-08T11:35:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:24.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:24.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:24 smithi094 ceph-mon[112176]: 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-08T11:35:25.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:25.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:24 smithi003 ceph-mon[96088]: 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-08T11:35:26.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:26.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:26 smithi094 ceph-mon[112176]: 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-08T11:35:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:26 smithi003 ceph-mon[96088]: 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-08T11:35:27.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:27.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:28.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:28.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:28 smithi094 ceph-mon[112176]: 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-08T11:35:29.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:29.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:28 smithi003 ceph-mon[96088]: 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-08T11:35:30.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:30.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:30 smithi094 ceph-mon[112176]: 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-08T11:35:31.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:31.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:30 smithi003 ceph-mon[96088]: 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-08T11:35:32.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:32.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:32 smithi094 ceph-mon[112176]: 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-08T11:35:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:32 smithi003 ceph-mon[96088]: 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-08T11:35:33.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:33.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:34.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:34.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:34 smithi094 ceph-mon[112176]: 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-08T11:35:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:34 smithi003 ceph-mon[96088]: 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-08T11:35:35.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:35.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:36.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:36.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:36 smithi094 ceph-mon[112176]: 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-08T11:35:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:36 smithi003 ceph-mon[96088]: 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-08T11:35:37.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:37.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:38.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:38.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:38 smithi094 ceph-mon[112176]: 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-08T11:35:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:38 smithi003 ceph-mon[96088]: 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-08T11:35:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:39.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:39.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:40.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:40.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:40 smithi094 ceph-mon[112176]: 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-08T11:35:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:40 smithi003 ceph-mon[96088]: 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-08T11:35:41.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:41.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:42.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:42.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:43.106 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:42 smithi003 ceph-mon[96088]: 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-08T11:35:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:42 smithi094 ceph-mon[112176]: 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-08T11:35:43.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:43.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:44.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:44.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:44 smithi094 ceph-mon[112176]: 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-08T11:35:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:44 smithi003 ceph-mon[96088]: 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-08T11:35:45.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:45.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:46.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:46.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:46 smithi094 ceph-mon[112176]: 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-08T11:35:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:46 smithi003 ceph-mon[96088]: 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-08T11:35:47.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:47.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:48.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:48.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:48 smithi094 ceph-mon[112176]: 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-08T11:35:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:48 smithi003 ceph-mon[96088]: 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-08T11:35:49.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:49.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:50.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:50.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:50 smithi094 ceph-mon[112176]: 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-08T11:35:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:50 smithi003 ceph-mon[96088]: 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-08T11:35:51.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:51.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:52.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:52.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:52 smithi094 ceph-mon[112176]: 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-08T11:35:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:35:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:35:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:35:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:35:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:35:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:35:53.220 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:52 smithi003 ceph-mon[96088]: 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-08T11:35:53.220 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:35:53.221 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:35:53.221 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:35:53.221 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:35:53.221 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:35:53.221 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:35:53.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:53.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:54.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:54.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:54 smithi094 ceph-mon[112176]: 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-08T11:35:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:54 smithi003 ceph-mon[96088]: 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-08T11:35:55.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:55.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:56.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:56.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:56 smithi094 ceph-mon[112176]: 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-08T11:35:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:56 smithi003 ceph-mon[96088]: 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-08T11:35:57.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:57.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:58.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:58.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:35:58 smithi094 ceph-mon[112176]: 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-08T11:35:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:35:58 smithi003 ceph-mon[96088]: 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-08T11:35:59.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:35:59.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:00.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:00.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:00 smithi094 ceph-mon[112176]: 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-08T11:36:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:00 smithi003 ceph-mon[96088]: 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-08T11:36:01.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:01.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:02.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:02.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:02 smithi094 ceph-mon[112176]: 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-08T11:36:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:02 smithi003 ceph-mon[96088]: 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-08T11:36:03.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:03.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:04.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:04.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:04 smithi094 ceph-mon[112176]: 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-08T11:36:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:04 smithi003 ceph-mon[96088]: 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-08T11:36:05.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:05.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:06.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:06.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:06 smithi094 ceph-mon[112176]: 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-08T11:36:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:06 smithi003 ceph-mon[96088]: 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-08T11:36:07.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:07.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:08.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:08.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:08 smithi094 ceph-mon[112176]: 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-08T11:36:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:08 smithi003 ceph-mon[96088]: 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-08T11:36:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:09.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:09.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:10.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:10.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:10 smithi094 ceph-mon[112176]: 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-08T11:36:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:10 smithi003 ceph-mon[96088]: 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-08T11:36:11.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:11.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:12.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:12.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:12 smithi094 ceph-mon[112176]: 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-08T11:36:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:12 smithi003 ceph-mon[96088]: 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-08T11:36:13.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:13.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:14.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:14.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:14 smithi094 ceph-mon[112176]: 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-08T11:36:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:14 smithi003 ceph-mon[96088]: 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-08T11:36:15.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:15.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:16.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:16.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:16 smithi094 ceph-mon[112176]: 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-08T11:36:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:16 smithi003 ceph-mon[96088]: 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-08T11:36:17.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:17.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:18.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:18.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:18 smithi094 ceph-mon[112176]: 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-08T11:36:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:18 smithi003 ceph-mon[96088]: 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-08T11:36:19.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:19.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:20.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:20.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:20 smithi094 ceph-mon[112176]: 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-08T11:36:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:20 smithi003 ceph-mon[96088]: 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-08T11:36:21.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:21.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:22.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:22.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:22 smithi094 ceph-mon[112176]: 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-08T11:36:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:22 smithi003 ceph-mon[96088]: 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-08T11:36:23.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:23.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:24.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:24.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:24 smithi094 ceph-mon[112176]: 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-08T11:36:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:24 smithi003 ceph-mon[96088]: 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-08T11:36:25.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:25.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:26.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:26.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:26 smithi094 ceph-mon[112176]: 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-08T11:36:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:26 smithi003 ceph-mon[96088]: 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-08T11:36:27.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:27.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:28.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:28.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:28 smithi003 ceph-mon[96088]: 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-08T11:36:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:28 smithi094 ceph-mon[112176]: 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-08T11:36:29.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:29.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:30.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:30.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:30 smithi094 ceph-mon[112176]: 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-08T11:36:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:30 smithi003 ceph-mon[96088]: 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-08T11:36:31.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:31.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:32.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:32.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:32 smithi094 ceph-mon[112176]: 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-08T11:36:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:32 smithi003 ceph-mon[96088]: 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-08T11:36:33.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:33.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:34.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:34.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:34 smithi094 ceph-mon[112176]: 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-08T11:36:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:34 smithi003 ceph-mon[96088]: 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-08T11:36:35.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:35.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:36.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:36.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:36 smithi094 ceph-mon[112176]: 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-08T11:36:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:36 smithi003 ceph-mon[96088]: 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-08T11:36:37.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:37.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:38.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:38.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:38 smithi094 ceph-mon[112176]: 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-08T11:36:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:38 smithi003 ceph-mon[96088]: 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-08T11:36:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:39.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:39.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:40.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:40.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:40 smithi094 ceph-mon[112176]: 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-08T11:36:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:40 smithi003 ceph-mon[96088]: 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-08T11:36:41.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:41.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:42.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:42.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:42 smithi094 ceph-mon[112176]: 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-08T11:36:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:42 smithi003 ceph-mon[96088]: 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-08T11:36:43.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:43.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:44.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:44.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:45.074 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:44 smithi094 ceph-mon[112176]: 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-08T11:36:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:44 smithi003 ceph-mon[96088]: 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-08T11:36:45.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:45.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:46.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:46.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:46 smithi094 ceph-mon[112176]: 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-08T11:36:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:46 smithi003 ceph-mon[96088]: 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-08T11:36:47.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:47.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:48.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:48.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:48 smithi094 ceph-mon[112176]: 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-08T11:36:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:48 smithi003 ceph-mon[96088]: 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-08T11:36:49.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:49.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:50.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:50.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:50 smithi094 ceph-mon[112176]: 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-08T11:36:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:50 smithi003 ceph-mon[96088]: 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-08T11:36:51.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:51.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:52.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:52.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:52 smithi094 ceph-mon[112176]: 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-08T11:36:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:52 smithi003 ceph-mon[96088]: 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-08T11:36:53.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:53.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:36:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:36:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:54.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:54.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:54 smithi094 ceph-mon[112176]: 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-08T11:36:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:54 smithi003 ceph-mon[96088]: 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-08T11:36:55.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:55.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:56.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:56.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:36:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:36:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:56 smithi094 ceph-mon[112176]: 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-08T11:36:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:36:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:36:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:36:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:56 smithi003 ceph-mon[96088]: 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-08T11:36:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:36:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:36:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:36:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:36:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:36:57.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:57.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:58.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:58.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:36:58 smithi094 ceph-mon[112176]: 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-08T11:36:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:36:58 smithi003 ceph-mon[96088]: 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-08T11:36:59.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:36:59.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:00.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:00.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:00 smithi094 ceph-mon[112176]: 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-08T11:37:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:00 smithi003 ceph-mon[96088]: 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-08T11:37:01.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:01.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:02.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:02.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:02 smithi094 ceph-mon[112176]: 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-08T11:37:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:02 smithi003 ceph-mon[96088]: 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-08T11:37:03.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:03.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:04.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:04.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:04 smithi094 ceph-mon[112176]: 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-08T11:37:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:04 smithi003 ceph-mon[96088]: 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-08T11:37:05.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:05.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:06.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:06.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:06 smithi094 ceph-mon[112176]: 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-08T11:37:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:06 smithi003 ceph-mon[96088]: 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-08T11:37:07.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:07.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:08.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:08.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:09.085 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:08 smithi003 ceph-mon[96088]: 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-08T11:37:10.674 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:10.675 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:08 smithi094 ceph-mon[112176]: 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-08T11:37:10.675 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:10.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:10.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:10.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:10.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:10 smithi094 ceph-mon[112176]: 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-08T11:37:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:10 smithi003 ceph-mon[96088]: 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-08T11:37:11.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:11.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:12.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:12.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:12 smithi094 ceph-mon[112176]: 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-08T11:37:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:12 smithi003 ceph-mon[96088]: 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-08T11:37:13.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:13.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:14.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:14.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:14 smithi094 ceph-mon[112176]: 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-08T11:37:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:14 smithi003 ceph-mon[96088]: 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-08T11:37:15.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:15.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:16.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:16.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:16 smithi094 ceph-mon[112176]: 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-08T11:37:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:16 smithi003 ceph-mon[96088]: 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-08T11:37:17.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:17.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:18.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:18.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:18 smithi094 ceph-mon[112176]: 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-08T11:37:19.196 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:18 smithi003 ceph-mon[96088]: 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-08T11:37:19.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:19.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:20.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:20.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:20 smithi094 ceph-mon[112176]: 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-08T11:37:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:20 smithi003 ceph-mon[96088]: 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-08T11:37:21.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:21.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:22.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:22.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:22 smithi094 ceph-mon[112176]: 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-08T11:37:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:22 smithi003 ceph-mon[96088]: 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-08T11:37:23.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:23.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:24.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:24.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:24 smithi094 ceph-mon[112176]: 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-08T11:37:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:24 smithi003 ceph-mon[96088]: 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-08T11:37:25.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:25.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:26.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:26.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:26 smithi094 ceph-mon[112176]: 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-08T11:37:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:26 smithi003 ceph-mon[96088]: 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-08T11:37:27.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:27.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:28.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:28.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:28 smithi094 ceph-mon[112176]: 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-08T11:37:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:28 smithi003 ceph-mon[96088]: 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-08T11:37:29.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:29.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:30.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:30.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:30 smithi094 ceph-mon[112176]: 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-08T11:37:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:30 smithi003 ceph-mon[96088]: 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-08T11:37:31.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:31.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:32.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:32.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:32 smithi094 ceph-mon[112176]: 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-08T11:37:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:32 smithi003 ceph-mon[96088]: 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-08T11:37:33.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:33.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:34.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:34.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:34 smithi094 ceph-mon[112176]: 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-08T11:37:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:34 smithi003 ceph-mon[96088]: 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-08T11:37:35.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:35.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:36.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:36.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:36 smithi094 ceph-mon[112176]: 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-08T11:37:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:36 smithi003 ceph-mon[96088]: 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-08T11:37:37.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:37.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:38.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:38.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:38 smithi094 ceph-mon[112176]: 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-08T11:37:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:38 smithi003 ceph-mon[96088]: 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-08T11:37:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:39.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:39.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:40.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:40.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:40 smithi094 ceph-mon[112176]: 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-08T11:37:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:40 smithi003 ceph-mon[96088]: 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-08T11:37:41.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:41.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:42.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:42.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:42 smithi094 ceph-mon[112176]: 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-08T11:37:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:42 smithi003 ceph-mon[96088]: 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-08T11:37:43.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:43.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:44.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:44.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:44 smithi094 ceph-mon[112176]: 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-08T11:37:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:44 smithi003 ceph-mon[96088]: 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-08T11:37:45.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:45.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:46.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:46.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:46 smithi094 ceph-mon[112176]: 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-08T11:37:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:46 smithi003 ceph-mon[96088]: 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-08T11:37:47.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:47.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:48.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:48.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:48 smithi094 ceph-mon[112176]: 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-08T11:37:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:48 smithi003 ceph-mon[96088]: 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-08T11:37:49.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:49.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:50.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:50.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:50 smithi094 ceph-mon[112176]: 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-08T11:37:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:50 smithi003 ceph-mon[96088]: 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-08T11:37:51.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:51.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:52.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:52.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:52 smithi094 ceph-mon[112176]: 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-08T11:37:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:52 smithi003 ceph-mon[96088]: 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-08T11:37:53.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:53.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:54.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:54.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:54 smithi003 ceph-mon[96088]: 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-08T11:37:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:54 smithi094 ceph-mon[112176]: 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-08T11:37:55.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:55.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:56.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:56.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:56 smithi094 ceph-mon[112176]: 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-08T11:37:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:37:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:56 smithi003 ceph-mon[96088]: 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-08T11:37:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:37:57.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:57.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:37:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:37:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:37:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:37:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:37:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:37:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:37:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:37:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:37:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:37:58.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:58.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:37:58 smithi094 ceph-mon[112176]: 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-08T11:37:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:37:58 smithi003 ceph-mon[96088]: 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-08T11:37:59.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:37:59.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:00.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:00.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:00 smithi094 ceph-mon[112176]: 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-08T11:38:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:00 smithi003 ceph-mon[96088]: 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-08T11:38:01.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:01.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:02.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:02.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:02 smithi094 ceph-mon[112176]: 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-08T11:38:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:02 smithi003 ceph-mon[96088]: 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-08T11:38:03.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:03.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:04.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:04.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:04 smithi003 ceph-mon[96088]: 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-08T11:38:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:04 smithi094 ceph-mon[112176]: 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-08T11:38:05.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:05.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:06.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:06.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:06 smithi094 ceph-mon[112176]: 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-08T11:38:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:06 smithi003 ceph-mon[96088]: 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-08T11:38:07.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:07.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:08.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:08.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:08 smithi094 ceph-mon[112176]: 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-08T11:38:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:08 smithi003 ceph-mon[96088]: 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-08T11:38:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:09.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:09.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:10.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:10.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:10 smithi094 ceph-mon[112176]: 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-08T11:38:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:10 smithi003 ceph-mon[96088]: 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-08T11:38:11.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:11.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:12.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:12.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:12 smithi094 ceph-mon[112176]: 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-08T11:38:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:12 smithi003 ceph-mon[96088]: 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-08T11:38:13.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:13.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:14.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:14.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:14 smithi094 ceph-mon[112176]: 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-08T11:38:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:14 smithi003 ceph-mon[96088]: 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-08T11:38:15.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:15.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:16.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:16.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:16 smithi094 ceph-mon[112176]: 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-08T11:38:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:16 smithi003 ceph-mon[96088]: 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-08T11:38:17.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:17.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:18.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:18.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:18 smithi094 ceph-mon[112176]: 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-08T11:38:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:18 smithi003 ceph-mon[96088]: 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-08T11:38:19.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:19.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:20.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:20.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:20 smithi094 ceph-mon[112176]: 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-08T11:38:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:20 smithi003 ceph-mon[96088]: 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-08T11:38:21.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:21.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:22.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:22.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:22 smithi094 ceph-mon[112176]: 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-08T11:38:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:22 smithi003 ceph-mon[96088]: 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-08T11:38:23.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:23.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:24.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:24.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:24 smithi094 ceph-mon[112176]: 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-08T11:38:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:24 smithi003 ceph-mon[96088]: 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-08T11:38:25.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:25.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:26.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:26.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:26 smithi094 ceph-mon[112176]: 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-08T11:38:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:26 smithi003 ceph-mon[96088]: 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-08T11:38:27.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:27.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:28.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:28.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:28 smithi094 ceph-mon[112176]: 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-08T11:38:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:28 smithi003 ceph-mon[96088]: 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-08T11:38:29.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:29.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:30.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:30.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:30 smithi094 ceph-mon[112176]: 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-08T11:38:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:30 smithi003 ceph-mon[96088]: 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-08T11:38:31.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:31.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:32.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:32.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:32 smithi094 ceph-mon[112176]: 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-08T11:38:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:32 smithi003 ceph-mon[96088]: 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-08T11:38:33.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:33.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:34.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:34.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:34 smithi094 ceph-mon[112176]: 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-08T11:38:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:34 smithi003 ceph-mon[96088]: 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-08T11:38:35.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:35.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:36.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:36.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:36 smithi094 ceph-mon[112176]: 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-08T11:38:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:36 smithi003 ceph-mon[96088]: 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-08T11:38:37.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:37.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:38.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:38.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:38 smithi094 ceph-mon[112176]: 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-08T11:38:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:38 smithi003 ceph-mon[96088]: 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-08T11:38:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:39.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:39.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:40.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:40.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:40 smithi094 ceph-mon[112176]: 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-08T11:38:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:40 smithi003 ceph-mon[96088]: 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-08T11:38:41.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:41.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:42.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:42.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:42 smithi094 ceph-mon[112176]: 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-08T11:38:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:42 smithi003 ceph-mon[96088]: 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-08T11:38:43.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:43.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:44.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:44.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:44 smithi094 ceph-mon[112176]: 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-08T11:38:45.173 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:44 smithi003 ceph-mon[96088]: 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-08T11:38:45.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:45.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:46.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:46.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:46 smithi094 ceph-mon[112176]: 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-08T11:38:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:46 smithi003 ceph-mon[96088]: 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-08T11:38:47.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:47.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:48.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:48.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:48 smithi094 ceph-mon[112176]: 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-08T11:38:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:48 smithi003 ceph-mon[96088]: 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-08T11:38:49.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:49.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:50.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:50.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:50 smithi094 ceph-mon[112176]: 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-08T11:38:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:50 smithi003 ceph-mon[96088]: 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-08T11:38:51.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:51.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:52.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:52.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:52 smithi094 ceph-mon[112176]: 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-08T11:38:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:52 smithi003 ceph-mon[96088]: 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-08T11:38:53.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:53.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:54.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:54.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:54 smithi094 ceph-mon[112176]: 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-08T11:38:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:54 smithi003 ceph-mon[96088]: 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-08T11:38:55.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:55.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:56.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:56.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:56 smithi094 ceph-mon[112176]: 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-08T11:38:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:56 smithi003 ceph-mon[96088]: 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-08T11:38:57.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:57.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:38:57.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:38:58.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:58.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:38:58 smithi094 ceph-mon[112176]: 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-08T11:38:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:38:58 smithi003 ceph-mon[96088]: 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-08T11:38:59.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:38:59.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:00.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:00.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:00 smithi094 ceph-mon[112176]: 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-08T11:39:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:00 smithi003 ceph-mon[96088]: 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-08T11:39:01.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:01.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:02.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:02.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:02 smithi094 ceph-mon[112176]: 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-08T11:39:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:39:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:39:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:39:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:39:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:39:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:39:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:39:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:02 smithi003 ceph-mon[96088]: 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-08T11:39:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:39:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:39:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:39:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:39:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:39:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:39:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:39:03.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:03.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:04.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:04.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:04 smithi094 ceph-mon[112176]: 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-08T11:39:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:04 smithi003 ceph-mon[96088]: 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-08T11:39:05.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:05.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:06.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:06.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:06 smithi094 ceph-mon[112176]: 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-08T11:39:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:06 smithi003 ceph-mon[96088]: 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-08T11:39:07.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:07.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:08.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:08.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:08 smithi094 ceph-mon[112176]: 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-08T11:39:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:08 smithi003 ceph-mon[96088]: 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-08T11:39:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:09.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:09.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:10.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:10.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:10 smithi094 ceph-mon[112176]: 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-08T11:39:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:10 smithi003 ceph-mon[96088]: 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-08T11:39:11.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:11.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:12.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:12.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:12 smithi094 ceph-mon[112176]: 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-08T11:39:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:12 smithi003 ceph-mon[96088]: 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-08T11:39:13.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:13.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:14.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:14.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:14 smithi094 ceph-mon[112176]: 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-08T11:39:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:14 smithi003 ceph-mon[96088]: 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-08T11:39:15.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:15.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:16.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:16.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:16 smithi094 ceph-mon[112176]: 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-08T11:39:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:16 smithi003 ceph-mon[96088]: 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-08T11:39:17.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:17.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:18.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:18.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:18 smithi094 ceph-mon[112176]: 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-08T11:39:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:18 smithi003 ceph-mon[96088]: 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-08T11:39:19.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:19.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:20.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:20.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:20 smithi094 ceph-mon[112176]: 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-08T11:39:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:20 smithi003 ceph-mon[96088]: 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-08T11:39:21.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:21.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:22.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:22.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:22 smithi094 ceph-mon[112176]: 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-08T11:39:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:22 smithi003 ceph-mon[96088]: 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-08T11:39:23.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:23.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:24.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:24.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:24 smithi094 ceph-mon[112176]: 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-08T11:39:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:24 smithi003 ceph-mon[96088]: 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-08T11:39:25.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:25.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:26.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:26.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:26 smithi094 ceph-mon[112176]: 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-08T11:39:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:26 smithi003 ceph-mon[96088]: 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-08T11:39:27.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:27.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:28.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:28.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:28 smithi094 ceph-mon[112176]: 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-08T11:39:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:28 smithi003 ceph-mon[96088]: 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-08T11:39:29.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:29.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:30.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:30.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:30 smithi003 ceph-mon[96088]: 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-08T11:39:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:30 smithi094 ceph-mon[112176]: 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-08T11:39:31.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:31.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:32.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:32.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:32 smithi094 ceph-mon[112176]: 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-08T11:39:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:32 smithi003 ceph-mon[96088]: 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-08T11:39:33.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:33.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:34.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:34.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:34 smithi094 ceph-mon[112176]: 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-08T11:39:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:34 smithi003 ceph-mon[96088]: 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-08T11:39:35.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:35.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:36.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:36.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:36 smithi094 ceph-mon[112176]: 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-08T11:39:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:36 smithi003 ceph-mon[96088]: 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-08T11:39:37.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:37.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:38.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:38.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:38 smithi094 ceph-mon[112176]: 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-08T11:39:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:38 smithi003 ceph-mon[96088]: 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-08T11:39:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:39.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:39.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:40.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:40.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:40 smithi094 ceph-mon[112176]: 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-08T11:39:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:40 smithi003 ceph-mon[96088]: 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-08T11:39:41.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:41.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:42.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:42.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:42 smithi094 ceph-mon[112176]: 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-08T11:39:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:42 smithi003 ceph-mon[96088]: 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-08T11:39:43.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:43.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:44.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:44.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:44 smithi094 ceph-mon[112176]: 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-08T11:39:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:44 smithi003 ceph-mon[96088]: 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-08T11:39:45.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:45.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:46.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:46.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:46 smithi094 ceph-mon[112176]: 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-08T11:39:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:46 smithi003 ceph-mon[96088]: 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-08T11:39:47.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:47.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:48.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:48.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:48 smithi094 ceph-mon[112176]: 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-08T11:39:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:48 smithi003 ceph-mon[96088]: 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-08T11:39:49.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:49.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:50.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:50.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:50 smithi094 ceph-mon[112176]: 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-08T11:39:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:50 smithi003 ceph-mon[96088]: 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-08T11:39:51.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:51.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:52.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:52.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:52 smithi094 ceph-mon[112176]: 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-08T11:39:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:52 smithi003 ceph-mon[96088]: 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-08T11:39:53.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:53.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:54.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:54.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:54 smithi094 ceph-mon[112176]: 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-08T11:39:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:54 smithi003 ceph-mon[96088]: 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-08T11:39:55.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:55.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:56.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:56.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:56 smithi094 ceph-mon[112176]: 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-08T11:39:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:56 smithi003 ceph-mon[96088]: 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-08T11:39:57.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:57.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:58.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:58.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:39:58 smithi094 ceph-mon[112176]: 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-08T11:39:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:39:58 smithi003 ceph-mon[96088]: 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-08T11:39:59.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:39:59.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:00.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:00.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:00 smithi094 ceph-mon[112176]: 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-08T11:40:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T11:40:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:00 smithi003 ceph-mon[96088]: 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-08T11:40:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T11:40:01.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:01.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:02.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:02.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:02 smithi094 ceph-mon[112176]: 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-08T11:40:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:40:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:02 smithi003 ceph-mon[96088]: 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-08T11:40:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:40:03.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:03.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:40:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:40:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:40:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:40:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:40:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:40:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:40:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:04 smithi094 ceph-mon[112176]: 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-08T11:40:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:40:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:40:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:40:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:40:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:40:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:40:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:40:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:04 smithi003 ceph-mon[96088]: 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-08T11:40:04.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:04.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:05.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:05.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:06.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:06.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:06 smithi094 ceph-mon[112176]: 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-08T11:40:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:06 smithi003 ceph-mon[96088]: 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-08T11:40:07.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:07.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:08.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:08.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:08 smithi094 ceph-mon[112176]: 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-08T11:40:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:08 smithi003 ceph-mon[96088]: 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-08T11:40:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:09.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:09.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:10.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:10.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:11.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:10 smithi003 ceph-mon[96088]: 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-08T11:40:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:10 smithi094 ceph-mon[112176]: 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-08T11:40:11.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:11.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:12.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:12.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:12 smithi094 ceph-mon[112176]: 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-08T11:40:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:12 smithi003 ceph-mon[96088]: 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-08T11:40:13.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:13.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:14.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:14.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:14 smithi094 ceph-mon[112176]: 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-08T11:40:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:14 smithi003 ceph-mon[96088]: 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-08T11:40:15.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:15.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:16.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:16.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:16 smithi094 ceph-mon[112176]: 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-08T11:40:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:16 smithi003 ceph-mon[96088]: 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-08T11:40:17.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:17.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:18.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:18.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:18 smithi094 ceph-mon[112176]: 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-08T11:40:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:18 smithi003 ceph-mon[96088]: 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-08T11:40:19.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:19.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:20.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:20.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:20 smithi094 ceph-mon[112176]: 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-08T11:40:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:20 smithi003 ceph-mon[96088]: 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-08T11:40:21.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:21.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:22.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:22.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:22 smithi094 ceph-mon[112176]: 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-08T11:40:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:22 smithi003 ceph-mon[96088]: 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-08T11:40:23.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:23.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:24.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:24.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:24 smithi094 ceph-mon[112176]: 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-08T11:40:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:24 smithi003 ceph-mon[96088]: 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-08T11:40:25.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:25.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:26.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:26.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:26 smithi094 ceph-mon[112176]: 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-08T11:40:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:26 smithi003 ceph-mon[96088]: 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-08T11:40:27.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:27.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:28.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:28.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:28 smithi094 ceph-mon[112176]: 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-08T11:40:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:28 smithi003 ceph-mon[96088]: 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-08T11:40:29.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:29.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:30.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:30.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:30 smithi094 ceph-mon[112176]: 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-08T11:40:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:30 smithi003 ceph-mon[96088]: 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-08T11:40:31.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:31.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:32.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:32.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:32 smithi094 ceph-mon[112176]: 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-08T11:40:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:32 smithi003 ceph-mon[96088]: 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-08T11:40:33.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:33.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:34.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:34.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:34 smithi094 ceph-mon[112176]: 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-08T11:40:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:34 smithi003 ceph-mon[96088]: 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-08T11:40:35.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:35.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:36 smithi003 ceph-mon[96088]: 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-08T11:40:36.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:36.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:36 smithi094 ceph-mon[112176]: 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-08T11:40:37.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:37.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:38.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:38.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:38 smithi094 ceph-mon[112176]: 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-08T11:40:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:38 smithi003 ceph-mon[96088]: 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-08T11:40:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:39.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:39.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:40.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:40.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:40 smithi094 ceph-mon[112176]: 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-08T11:40:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:40 smithi003 ceph-mon[96088]: 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-08T11:40:41.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:41.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:42.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:42.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:42 smithi094 ceph-mon[112176]: 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-08T11:40:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:42 smithi003 ceph-mon[96088]: 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-08T11:40:43.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:43.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:44.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:44.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:44 smithi094 ceph-mon[112176]: 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-08T11:40:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:44 smithi003 ceph-mon[96088]: 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-08T11:40:45.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:45.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:46.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:46.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:46 smithi094 ceph-mon[112176]: 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-08T11:40:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:46 smithi003 ceph-mon[96088]: 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-08T11:40:47.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:47.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:48.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:48.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:48 smithi094 ceph-mon[112176]: 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-08T11:40:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:48 smithi003 ceph-mon[96088]: 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-08T11:40:49.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:49.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:50.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:50.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:50 smithi094 ceph-mon[112176]: 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-08T11:40:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:50 smithi003 ceph-mon[96088]: 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-08T11:40:51.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:51.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:52.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:52.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:52 smithi094 ceph-mon[112176]: 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-08T11:40:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:52 smithi003 ceph-mon[96088]: 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-08T11:40:53.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:53.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:54.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:54.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:54 smithi094 ceph-mon[112176]: 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-08T11:40:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:54 smithi003 ceph-mon[96088]: 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-08T11:40:55.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:55.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:56.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:56.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:56 smithi094 ceph-mon[112176]: 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-08T11:40:56.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:56 smithi003 ceph-mon[96088]: 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-08T11:40:57.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:57.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:58.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:58.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:40:58 smithi094 ceph-mon[112176]: 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-08T11:40:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:40:58 smithi003 ceph-mon[96088]: 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-08T11:40:59.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:40:59.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:00.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:00.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:00 smithi094 ceph-mon[112176]: 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-08T11:41:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:00 smithi003 ceph-mon[96088]: 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-08T11:41:01.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:01.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:02.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:02.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:02 smithi094 ceph-mon[112176]: 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-08T11:41:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:02 smithi003 ceph-mon[96088]: 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-08T11:41:03.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:03.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:41:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:41:04.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:04.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:04 smithi094 ceph-mon[112176]: 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-08T11:41:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:41:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:41:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:41:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:41:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:41:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:04 smithi003 ceph-mon[96088]: 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-08T11:41:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:41:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:41:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:41:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:41:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:41:05.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:05.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:06.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:06.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:06 smithi094 ceph-mon[112176]: 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-08T11:41:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:06 smithi003 ceph-mon[96088]: 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-08T11:41:07.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:07.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:08.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:08.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:08 smithi094 ceph-mon[112176]: 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-08T11:41:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:08 smithi003 ceph-mon[96088]: 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-08T11:41:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:09.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:09.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:10.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:10.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:10 smithi094 ceph-mon[112176]: 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-08T11:41:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:10 smithi003 ceph-mon[96088]: 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-08T11:41:11.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:11.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:12.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:12.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:12 smithi094 ceph-mon[112176]: 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-08T11:41:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:12 smithi003 ceph-mon[96088]: 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-08T11:41:13.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:13.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:14.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:14.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:14 smithi094 ceph-mon[112176]: 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-08T11:41:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:14 smithi003 ceph-mon[96088]: 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-08T11:41:15.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:15.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:16.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:16.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:16.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:16 smithi003 ceph-mon[96088]: 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-08T11:41:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:16 smithi094 ceph-mon[112176]: 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-08T11:41:17.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:17.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:18.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:18.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:18 smithi094 ceph-mon[112176]: 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-08T11:41:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:18 smithi003 ceph-mon[96088]: 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-08T11:41:19.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:19.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:20.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:20.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:20 smithi094 ceph-mon[112176]: 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-08T11:41:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:20 smithi003 ceph-mon[96088]: 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-08T11:41:21.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:21.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:22.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:22.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:22 smithi094 ceph-mon[112176]: 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-08T11:41:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:22 smithi003 ceph-mon[96088]: 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-08T11:41:23.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:23.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:24.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:24.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:24 smithi094 ceph-mon[112176]: 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-08T11:41:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:24 smithi003 ceph-mon[96088]: 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-08T11:41:25.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:25.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:26.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:26.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:26 smithi094 ceph-mon[112176]: 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-08T11:41:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:26 smithi003 ceph-mon[96088]: 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-08T11:41:27.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:27.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:28.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:28.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:28 smithi094 ceph-mon[112176]: 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-08T11:41:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:28 smithi003 ceph-mon[96088]: 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-08T11:41:29.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:29.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:30.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:30.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:30 smithi094 ceph-mon[112176]: 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-08T11:41:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:30 smithi003 ceph-mon[96088]: 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-08T11:41:31.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:31.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:32.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:32.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:32 smithi094 ceph-mon[112176]: 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-08T11:41:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:32 smithi003 ceph-mon[96088]: 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-08T11:41:33.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:33.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:34.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:34.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:34 smithi094 ceph-mon[112176]: 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-08T11:41:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:34 smithi003 ceph-mon[96088]: 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-08T11:41:35.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:35.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:36.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:36.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:36 smithi094 ceph-mon[112176]: 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-08T11:41:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:36 smithi003 ceph-mon[96088]: 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-08T11:41:37.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:37.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:38.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:38.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:38 smithi094 ceph-mon[112176]: 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-08T11:41:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:38 smithi003 ceph-mon[96088]: 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-08T11:41:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:39.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:39.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:40.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:40.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:40 smithi094 ceph-mon[112176]: 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-08T11:41:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:40 smithi003 ceph-mon[96088]: 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-08T11:41:41.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:41.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:42.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:42.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:43.164 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:42 smithi094 ceph-mon[112176]: 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-08T11:41:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:42 smithi003 ceph-mon[96088]: 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-08T11:41:43.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:43.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:44.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:44.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:44 smithi094 ceph-mon[112176]: 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-08T11:41:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:44 smithi003 ceph-mon[96088]: 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-08T11:41:45.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:45.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:46.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:46.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:46 smithi094 ceph-mon[112176]: 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-08T11:41:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:46 smithi003 ceph-mon[96088]: 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-08T11:41:47.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:47.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:48.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:48.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:48 smithi094 ceph-mon[112176]: 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-08T11:41:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:48 smithi003 ceph-mon[96088]: 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-08T11:41:49.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:49.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:50.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:50.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:50 smithi094 ceph-mon[112176]: 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-08T11:41:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:50 smithi003 ceph-mon[96088]: 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-08T11:41:51.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:51.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:52.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:52.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:52 smithi094 ceph-mon[112176]: 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-08T11:41:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:52 smithi003 ceph-mon[96088]: 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-08T11:41:53.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:53.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:54.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:54.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:54 smithi094 ceph-mon[112176]: 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-08T11:41:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:54 smithi003 ceph-mon[96088]: 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-08T11:41:55.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:55.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:56.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:56.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:56 smithi094 ceph-mon[112176]: 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-08T11:41:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:56 smithi003 ceph-mon[96088]: 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-08T11:41:57.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:57.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:58.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:58.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:41:58 smithi094 ceph-mon[112176]: 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-08T11:41:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:41:58 smithi003 ceph-mon[96088]: 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-08T11:41:59.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:41:59.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:00.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:00.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:00 smithi094 ceph-mon[112176]: 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-08T11:42:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:00 smithi003 ceph-mon[96088]: 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-08T11:42:01.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:01.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:02.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:02.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:02 smithi094 ceph-mon[112176]: 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-08T11:42:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:02 smithi003 ceph-mon[96088]: 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-08T11:42:03.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:03.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:04.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:04.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:04 smithi094 ceph-mon[112176]: 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-08T11:42:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:42:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:42:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:42:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:04 smithi003 ceph-mon[96088]: 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-08T11:42:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:42:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:42:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:42:05.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:05.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:42:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:42:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:42:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:42:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:42:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:42:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:42:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:42:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:42:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:42:06.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:06.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:06 smithi094 ceph-mon[112176]: 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-08T11:42:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:06 smithi003 ceph-mon[96088]: 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-08T11:42:07.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:07.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:08.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:08.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:08 smithi003 ceph-mon[96088]: 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-08T11:42:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:08 smithi094 ceph-mon[112176]: 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-08T11:42:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:09.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:09.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:10.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:10.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:10 smithi003 ceph-mon[96088]: 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-08T11:42:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:10 smithi094 ceph-mon[112176]: 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-08T11:42:11.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:11.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:12.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:12.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:12 smithi003 ceph-mon[96088]: 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-08T11:42:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:12 smithi094 ceph-mon[112176]: 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-08T11:42:13.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:13.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:14.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:14.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:14 smithi003 ceph-mon[96088]: 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-08T11:42:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:14 smithi094 ceph-mon[112176]: 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-08T11:42:15.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:15.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:16.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:16.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:16 smithi094 ceph-mon[112176]: 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-08T11:42:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:16 smithi003 ceph-mon[96088]: 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-08T11:42:17.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:17.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:18.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:18.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:18 smithi094 ceph-mon[112176]: 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-08T11:42:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:18 smithi003 ceph-mon[96088]: 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-08T11:42:19.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:19.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:20.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:20.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:20 smithi094 ceph-mon[112176]: 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-08T11:42:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:20 smithi003 ceph-mon[96088]: 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-08T11:42:21.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:21.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:22.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:22.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:22 smithi094 ceph-mon[112176]: 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-08T11:42:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:22 smithi003 ceph-mon[96088]: 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-08T11:42:23.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:23.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:24.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:24.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:24 smithi003 ceph-mon[96088]: 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-08T11:42:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:24 smithi094 ceph-mon[112176]: 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-08T11:42:25.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:25.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:26 smithi094 ceph-mon[112176]: 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-08T11:42:26.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:26.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:26 smithi003 ceph-mon[96088]: 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-08T11:42:27.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:27.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:28.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:28.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:28 smithi094 ceph-mon[112176]: 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-08T11:42:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:28 smithi003 ceph-mon[96088]: 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-08T11:42:29.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:29.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:30.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:30.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:30 smithi094 ceph-mon[112176]: 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-08T11:42:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:30 smithi003 ceph-mon[96088]: 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-08T11:42:31.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:31.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:32.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:32.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:32 smithi094 ceph-mon[112176]: 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-08T11:42:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:32 smithi003 ceph-mon[96088]: 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-08T11:42:33.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:33.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:34.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:34.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:34 smithi003 ceph-mon[96088]: 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-08T11:42:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:34 smithi094 ceph-mon[112176]: 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-08T11:42:35.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:35.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:36 smithi094 ceph-mon[112176]: 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-08T11:42:36.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:36.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:36 smithi003 ceph-mon[96088]: 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-08T11:42:37.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:37.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:38.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:38.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:38 smithi094 ceph-mon[112176]: 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-08T11:42:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:38 smithi003 ceph-mon[96088]: 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-08T11:42:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:39.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:39.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:40.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:40.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:40 smithi094 ceph-mon[112176]: 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-08T11:42:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:40 smithi003 ceph-mon[96088]: 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-08T11:42:41.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:41.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:42.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:42.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:42 smithi003 ceph-mon[96088]: 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-08T11:42:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:42 smithi094 ceph-mon[112176]: 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-08T11:42:43.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:43.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:44.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:44.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:44 smithi003 ceph-mon[96088]: 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-08T11:42:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:44 smithi094 ceph-mon[112176]: 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-08T11:42:45.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:45.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:46 smithi094 ceph-mon[112176]: 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-08T11:42:46.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:46.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:46 smithi003 ceph-mon[96088]: 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-08T11:42:47.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:47.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:48.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:48.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:48 smithi094 ceph-mon[112176]: 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-08T11:42:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:48 smithi003 ceph-mon[96088]: 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-08T11:42:49.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:49.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:50.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:50.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:50 smithi003 ceph-mon[96088]: 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-08T11:42:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:50 smithi094 ceph-mon[112176]: 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-08T11:42:51.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:51.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:52.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:52.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:52 smithi003 ceph-mon[96088]: 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-08T11:42:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:52 smithi094 ceph-mon[112176]: 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-08T11:42:53.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:53.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:54.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:54.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:54 smithi003 ceph-mon[96088]: 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-08T11:42:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:54 smithi094 ceph-mon[112176]: 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-08T11:42:55.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:55.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:56 smithi094 ceph-mon[112176]: 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-08T11:42:56.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:56.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:56 smithi003 ceph-mon[96088]: 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-08T11:42:57.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:57.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:58.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:58.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:42:58 smithi003 ceph-mon[96088]: 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-08T11:42:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:42:58 smithi094 ceph-mon[112176]: 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-08T11:42:59.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:42:59.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:00.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:00.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:00 smithi003 ceph-mon[96088]: 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-08T11:43:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:00 smithi094 ceph-mon[112176]: 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-08T11:43:01.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:01.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:02.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:02.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:02 smithi003 ceph-mon[96088]: 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-08T11:43:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:02 smithi094 ceph-mon[112176]: 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-08T11:43:03.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:03.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:04.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:04.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:04 smithi003 ceph-mon[96088]: 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-08T11:43:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:04 smithi094 ceph-mon[112176]: 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-08T11:43:05.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:05.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:43:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:43:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:43:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:43:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:43:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:43:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:43:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:43:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:43:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:43:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:43:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:43:06.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:06.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:06 smithi003 ceph-mon[96088]: 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-08T11:43:07.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:06 smithi094 ceph-mon[112176]: 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-08T11:43:07.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:07.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:08.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:08.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:08 smithi003 ceph-mon[96088]: 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-08T11:43:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:08 smithi094 ceph-mon[112176]: 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-08T11:43:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:09.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:09.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:11.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:11.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:10 smithi003 ceph-mon[96088]: 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-08T11:43:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:10 smithi094 ceph-mon[112176]: 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-08T11:43:12.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:12.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:13.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:13.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:13.209 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:12 smithi003 ceph-mon[96088]: 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-08T11:43:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:12 smithi094 ceph-mon[112176]: 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-08T11:43:14.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:14.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:15.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:15.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:14 smithi003 ceph-mon[96088]: 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-08T11:43:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:14 smithi094 ceph-mon[112176]: 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-08T11:43:16.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:16.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:16 smithi094 ceph-mon[112176]: 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-08T11:43:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:16 smithi003 ceph-mon[96088]: 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-08T11:43:17.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:17.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:18.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:18.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:19.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:19.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:18 smithi003 ceph-mon[96088]: 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-08T11:43:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:18 smithi094 ceph-mon[112176]: 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-08T11:43:20.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:20.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:21.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:21.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:20 smithi003 ceph-mon[96088]: 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-08T11:43:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:20 smithi094 ceph-mon[112176]: 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-08T11:43:22.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:22.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:23.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:23.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:22 smithi003 ceph-mon[96088]: 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-08T11:43:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:22 smithi094 ceph-mon[112176]: 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-08T11:43:24.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:24.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:24.223 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:25.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:25.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:24 smithi003 ceph-mon[96088]: 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-08T11:43:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:24 smithi094 ceph-mon[112176]: 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-08T11:43:26.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:26.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:26 smithi094 ceph-mon[112176]: 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-08T11:43:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:26 smithi003 ceph-mon[96088]: 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-08T11:43:27.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:27.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:28.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:28.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:29.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:29.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:28 smithi003 ceph-mon[96088]: 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-08T11:43:29.276 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:28 smithi094 ceph-mon[112176]: 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-08T11:43:30.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:30.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:31.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:31.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:30 smithi003 ceph-mon[96088]: 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-08T11:43:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:30 smithi094 ceph-mon[112176]: 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-08T11:43:32.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:32.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:33.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:33.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:32 smithi003 ceph-mon[96088]: 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-08T11:43:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:32 smithi094 ceph-mon[112176]: 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-08T11:43:34.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:34.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:35.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:35.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:34 smithi003 ceph-mon[96088]: 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-08T11:43:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:34 smithi094 ceph-mon[112176]: 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-08T11:43:36.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:36.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:36 smithi094 ceph-mon[112176]: 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-08T11:43:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:36 smithi003 ceph-mon[96088]: 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-08T11:43:37.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:37.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:38.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:38.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:39.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:39.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:38 smithi003 ceph-mon[96088]: 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-08T11:43:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:39.381 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:38 smithi094 ceph-mon[112176]: 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-08T11:43:39.382 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:40.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:40.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:41.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:41.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:40 smithi003 ceph-mon[96088]: 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-08T11:43:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:40 smithi094 ceph-mon[112176]: 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-08T11:43:42.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:42.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:43.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:43.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:42 smithi003 ceph-mon[96088]: 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-08T11:43:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:42 smithi094 ceph-mon[112176]: 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-08T11:43:44.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:44.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:45.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:45.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:44 smithi003 ceph-mon[96088]: 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-08T11:43:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:44 smithi094 ceph-mon[112176]: 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-08T11:43:46.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:46.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:46 smithi094 ceph-mon[112176]: 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-08T11:43:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:46 smithi003 ceph-mon[96088]: 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-08T11:43:47.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:47.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:48.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:48.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:49.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:49.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:48 smithi003 ceph-mon[96088]: 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-08T11:43:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:48 smithi094 ceph-mon[112176]: 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-08T11:43:50.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:50.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:51.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:51.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:50 smithi003 ceph-mon[96088]: 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-08T11:43:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:50 smithi094 ceph-mon[112176]: 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-08T11:43:52.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:52.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:53.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:53.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:52 smithi003 ceph-mon[96088]: 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-08T11:43:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:52 smithi094 ceph-mon[112176]: 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-08T11:43:54.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:54.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:55.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:55.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:54 smithi003 ceph-mon[96088]: 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-08T11:43:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:54 smithi094 ceph-mon[112176]: 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-08T11:43:56.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:56.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:56 smithi003 ceph-mon[96088]: 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-08T11:43:57.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:57.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:56 smithi094 ceph-mon[112176]: 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-08T11:43:58.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:58.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:43:58 smithi003 ceph-mon[96088]: 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-08T11:43:59.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:43:59.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:43:58 smithi094 ceph-mon[112176]: 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-08T11:44:00.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:00.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:01.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:01.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:00 smithi003 ceph-mon[96088]: 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-08T11:44:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:00 smithi094 ceph-mon[112176]: 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-08T11:44:02.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:02.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:03.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:03.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:02 smithi003 ceph-mon[96088]: 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-08T11:44:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:02 smithi094 ceph-mon[112176]: 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-08T11:44:04.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:04.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:05.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:05.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:04 smithi003 ceph-mon[96088]: 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-08T11:44:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:04 smithi094 ceph-mon[112176]: 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-08T11:44:06.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:06.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:06 smithi003 ceph-mon[96088]: 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-08T11:44:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:44:07.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:07.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:06 smithi094 ceph-mon[112176]: 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-08T11:44:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:44:08.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:08.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:08 smithi094 ceph-mon[112176]: 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-08T11:44:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:08 smithi003 ceph-mon[96088]: 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-08T11:44:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:09.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:09.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:10.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:10.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:11.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:11.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:10 smithi003 ceph-mon[96088]: 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-08T11:44:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:10 smithi094 ceph-mon[112176]: 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-08T11:44:12.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:12.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:44:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:44:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:44:13.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:13.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:12 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1469M 2023-10-08T11:44:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:12 smithi094 ceph-mon[112176]: 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-08T11:44:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:12 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1469M 2023-10-08T11:44:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:12 smithi003 ceph-mon[96088]: 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-08T11:44:14.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:14.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:15.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:15.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:14 smithi094 ceph-mon[112176]: 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-08T11:44:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:14 smithi003 ceph-mon[96088]: 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-08T11:44:16.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:16.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:16 smithi003 ceph-mon[96088]: 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-08T11:44:17.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:17.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:16 smithi094 ceph-mon[112176]: 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-08T11:44:18.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:18.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:19.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:19.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:18 smithi003 ceph-mon[96088]: 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-08T11:44:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:18 smithi094 ceph-mon[112176]: 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-08T11:44:20.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:20.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:21.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:21.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:20 smithi003 ceph-mon[96088]: 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-08T11:44:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:20 smithi094 ceph-mon[112176]: 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-08T11:44:22.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:22.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:23.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:23.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:22 smithi003 ceph-mon[96088]: 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-08T11:44:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:22 smithi094 ceph-mon[112176]: 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-08T11:44:24.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:24.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:25.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:25.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:24 smithi094 ceph-mon[112176]: 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-08T11:44:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:24 smithi003 ceph-mon[96088]: 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-08T11:44:26.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:26.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:26 smithi003 ceph-mon[96088]: 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-08T11:44:27.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:27.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:26 smithi094 ceph-mon[112176]: 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-08T11:44:28.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:28.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:29.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:29.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:28 smithi003 ceph-mon[96088]: 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-08T11:44:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:28 smithi094 ceph-mon[112176]: 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-08T11:44:30.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:30.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:31.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:31.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:30 smithi003 ceph-mon[96088]: 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-08T11:44:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:30 smithi094 ceph-mon[112176]: 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-08T11:44:32.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:32.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:33.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:33.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:32 smithi003 ceph-mon[96088]: 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-08T11:44:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:32 smithi094 ceph-mon[112176]: 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-08T11:44:34.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:34.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:35.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:35.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:34 smithi003 ceph-mon[96088]: 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-08T11:44:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:34 smithi094 ceph-mon[112176]: 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-08T11:44:36.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:36.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:36 smithi003 ceph-mon[96088]: 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-08T11:44:37.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:37.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:36 smithi094 ceph-mon[112176]: 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-08T11:44:38.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:38.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:39.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:39.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:38 smithi003 ceph-mon[96088]: 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-08T11:44:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:38 smithi094 ceph-mon[112176]: 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-08T11:44:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:40.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:40.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:41.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:41.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:40 smithi003 ceph-mon[96088]: 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-08T11:44:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:40 smithi094 ceph-mon[112176]: 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-08T11:44:42.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:42.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:43.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:43.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:42 smithi003 ceph-mon[96088]: 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-08T11:44:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:42 smithi094 ceph-mon[112176]: 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-08T11:44:44.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:44.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:45.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:45.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:44 smithi003 ceph-mon[96088]: 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-08T11:44:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:44 smithi094 ceph-mon[112176]: 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-08T11:44:46.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:46.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:46 smithi003 ceph-mon[96088]: 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-08T11:44:47.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:47.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:46 smithi094 ceph-mon[112176]: 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-08T11:44:48.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:48.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:49.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:49.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:48 smithi003 ceph-mon[96088]: 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-08T11:44:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:48 smithi094 ceph-mon[112176]: 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-08T11:44:50.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:50.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:51.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:51.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:50 smithi003 ceph-mon[96088]: 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-08T11:44:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:50 smithi094 ceph-mon[112176]: 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-08T11:44:52.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:52.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:53.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:53.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:52 smithi003 ceph-mon[96088]: 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-08T11:44:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:52 smithi094 ceph-mon[112176]: 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-08T11:44:54.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:54.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:55.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:55.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:55.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:54 smithi003 ceph-mon[96088]: 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-08T11:44:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:54 smithi094 ceph-mon[112176]: 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-08T11:44:56.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:56.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:56 smithi003 ceph-mon[96088]: 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-08T11:44:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:56 smithi094 ceph-mon[112176]: 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-08T11:44:57.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:57.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:58.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:58.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:59.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:44:59.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:44:58 smithi003 ceph-mon[96088]: 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-08T11:44:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:44:58 smithi094 ceph-mon[112176]: 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-08T11:45:00.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:00.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:01.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:01.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:00 smithi003 ceph-mon[96088]: 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-08T11:45:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:00 smithi094 ceph-mon[112176]: 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-08T11:45:02.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:02.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:03.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:03.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:02 smithi003 ceph-mon[96088]: 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-08T11:45:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:02 smithi094 ceph-mon[112176]: 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-08T11:45:04.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:04.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:05.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:05.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:04 smithi003 ceph-mon[96088]: 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-08T11:45:05.278 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:04 smithi094 ceph-mon[112176]: 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-08T11:45:06.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:06.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:06 smithi003 ceph-mon[96088]: 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-08T11:45:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:06 smithi094 ceph-mon[112176]: 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-08T11:45:07.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:07.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:08.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:08.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:09.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:09.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:08 smithi003 ceph-mon[96088]: 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-08T11:45:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:08 smithi094 ceph-mon[112176]: 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-08T11:45:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:10.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:10.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:11.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:11.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:10 smithi003 ceph-mon[96088]: 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-08T11:45:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:10 smithi094 ceph-mon[112176]: 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-08T11:45:12.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:12.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:45:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:45:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:45:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:45:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:45:12.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:45:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:45:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:45:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:45:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:45:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:45:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:45:13.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:13.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:12 smithi003 ceph-mon[96088]: 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-08T11:45:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:12 smithi094 ceph-mon[112176]: 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-08T11:45:14.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:14.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:15.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:15.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:15.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:14 smithi003 ceph-mon[96088]: 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-08T11:45:15.382 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:14 smithi094 ceph-mon[112176]: 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-08T11:45:16.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:16.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:16 smithi003 ceph-mon[96088]: 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-08T11:45:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:16 smithi094 ceph-mon[112176]: 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-08T11:45:17.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:17.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:18.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:18.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:19.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:19.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:18 smithi003 ceph-mon[96088]: 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-08T11:45:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:18 smithi094 ceph-mon[112176]: 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-08T11:45:20.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:20.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:21.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:21.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:21.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:20 smithi003 ceph-mon[96088]: 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-08T11:45:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:20 smithi094 ceph-mon[112176]: 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-08T11:45:22.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:22.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:23.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:23.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:23.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:22 smithi003 ceph-mon[96088]: 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-08T11:45:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:22 smithi094 ceph-mon[112176]: 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-08T11:45:24.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:24.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:25.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:25.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:24 smithi003 ceph-mon[96088]: 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-08T11:45:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:24 smithi094 ceph-mon[112176]: 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-08T11:45:26.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:26.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:26 smithi003 ceph-mon[96088]: 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-08T11:45:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:26 smithi094 ceph-mon[112176]: 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-08T11:45:27.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:27.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:28.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:28.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:28 smithi003 ceph-mon[96088]: 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-08T11:45:29.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:29.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:28 smithi094 ceph-mon[112176]: 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-08T11:45:30.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:30.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:31.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:30 smithi003 ceph-mon[96088]: 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-08T11:45:31.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:31.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:30 smithi094 ceph-mon[112176]: 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-08T11:45:32.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:32.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:32 smithi003 ceph-mon[96088]: 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-08T11:45:33.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:33.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:32 smithi094 ceph-mon[112176]: 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-08T11:45:34.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:34.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:35.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:34 smithi003 ceph-mon[96088]: 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-08T11:45:35.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:35.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:34 smithi094 ceph-mon[112176]: 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-08T11:45:36.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:36.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:36 smithi003 ceph-mon[96088]: 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-08T11:45:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:36 smithi094 ceph-mon[112176]: 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-08T11:45:37.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:37.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:38.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:38.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:38 smithi003 ceph-mon[96088]: 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-08T11:45:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:39.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:39.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:38 smithi094 ceph-mon[112176]: 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-08T11:45:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:40.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:40.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:40 smithi003 ceph-mon[96088]: 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-08T11:45:41.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:41.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:40 smithi094 ceph-mon[112176]: 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-08T11:45:42.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:42.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:42 smithi003 ceph-mon[96088]: 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-08T11:45:43.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:43.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:42 smithi094 ceph-mon[112176]: 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-08T11:45:44.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:44.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:44 smithi003 ceph-mon[96088]: 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-08T11:45:45.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:45.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:44 smithi094 ceph-mon[112176]: 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-08T11:45:46.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:46.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:46 smithi003 ceph-mon[96088]: 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-08T11:45:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:46 smithi094 ceph-mon[112176]: 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-08T11:45:47.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:47.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:48.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:48.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:48 smithi003 ceph-mon[96088]: 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-08T11:45:49.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:49.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:48 smithi094 ceph-mon[112176]: 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-08T11:45:50.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:50.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:50 smithi094 ceph-mon[112176]: 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-08T11:45:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:50 smithi003 ceph-mon[96088]: 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-08T11:45:51.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:51.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:52.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:52.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:53.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:52 smithi003 ceph-mon[96088]: 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-08T11:45:53.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:53.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:52 smithi094 ceph-mon[112176]: 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-08T11:45:54.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:54.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:55.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:55.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:54 smithi094 ceph-mon[112176]: 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-08T11:45:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:54 smithi003 ceph-mon[96088]: 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-08T11:45:56.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:56.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:56 smithi003 ceph-mon[96088]: 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-08T11:45:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:56 smithi094 ceph-mon[112176]: 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-08T11:45:57.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:57.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:58.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:58.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:45:58 smithi003 ceph-mon[96088]: 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-08T11:45:59.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:45:59.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:45:58 smithi094 ceph-mon[112176]: 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-08T11:46:00.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:00.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:00 smithi094 ceph-mon[112176]: 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-08T11:46:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:00 smithi003 ceph-mon[96088]: 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-08T11:46:01.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:01.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:02.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:02.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:02 smithi003 ceph-mon[96088]: 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-08T11:46:03.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:03.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:02 smithi094 ceph-mon[112176]: 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-08T11:46:04.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:04.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:05.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:05.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:04 smithi094 ceph-mon[112176]: 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-08T11:46:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:04 smithi003 ceph-mon[96088]: 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-08T11:46:06.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:06.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:06 smithi003 ceph-mon[96088]: 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-08T11:46:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:06 smithi094 ceph-mon[112176]: 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-08T11:46:07.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:07.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:08.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:08.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:08 smithi003 ceph-mon[96088]: 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-08T11:46:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:09.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:09.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:08 smithi094 ceph-mon[112176]: 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-08T11:46:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:10.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:10.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:11.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:11.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:10 smithi094 ceph-mon[112176]: 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-08T11:46:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:10 smithi003 ceph-mon[96088]: 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-08T11:46:12.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:12.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:13.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:13.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:12 smithi094 ceph-mon[112176]: 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-08T11:46:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:46:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:46:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:46:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:46:13.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:46:13.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:46:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:12 smithi003 ceph-mon[96088]: 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-08T11:46:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:46:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:46:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:46:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:46:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:46:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:46:14.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:14.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:15.270 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:14 smithi003 ceph-mon[96088]: 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-08T11:46:15.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:15.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:14 smithi094 ceph-mon[112176]: 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-08T11:46:16.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:16.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:16 smithi003 ceph-mon[96088]: 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-08T11:46:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:16 smithi094 ceph-mon[112176]: 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-08T11:46:17.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:17.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:18.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:18.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:19.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:19.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:18 smithi094 ceph-mon[112176]: 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-08T11:46:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:18 smithi003 ceph-mon[96088]: 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-08T11:46:20.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:20.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:21.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:21.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:20 smithi094 ceph-mon[112176]: 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-08T11:46:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:20 smithi003 ceph-mon[96088]: 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-08T11:46:22.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:22.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:23.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:23.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:22 smithi094 ceph-mon[112176]: 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-08T11:46:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:22 smithi003 ceph-mon[96088]: 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-08T11:46:24.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:24.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:25.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:25.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:25.385 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:24 smithi003 ceph-mon[96088]: 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-08T11:46:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:24 smithi094 ceph-mon[112176]: 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-08T11:46:26.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:26.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:26 smithi003 ceph-mon[96088]: 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-08T11:46:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:26 smithi094 ceph-mon[112176]: 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-08T11:46:27.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:27.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:28.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:28.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:29.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:29.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:28 smithi094 ceph-mon[112176]: 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-08T11:46:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:28 smithi003 ceph-mon[96088]: 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-08T11:46:30.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:30.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:31.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:31.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:30 smithi094 ceph-mon[112176]: 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-08T11:46:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:30 smithi003 ceph-mon[96088]: 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-08T11:46:32.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:32.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:33.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:33.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:32 smithi094 ceph-mon[112176]: 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-08T11:46:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:32 smithi003 ceph-mon[96088]: 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-08T11:46:34.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:34.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:35.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:35.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:34 smithi094 ceph-mon[112176]: 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-08T11:46:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:34 smithi003 ceph-mon[96088]: 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-08T11:46:36.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:36.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:36 smithi003 ceph-mon[96088]: 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-08T11:46:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:36 smithi094 ceph-mon[112176]: 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-08T11:46:37.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:37.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:38.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:38.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:39.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:39.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:38 smithi094 ceph-mon[112176]: 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-08T11:46:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:38 smithi003 ceph-mon[96088]: 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-08T11:46:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:40.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:40.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:41.277 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:40 smithi094 ceph-mon[112176]: 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-08T11:46:41.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:41.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:40 smithi003 ceph-mon[96088]: 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-08T11:46:42.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:42.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:43.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:43.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:42 smithi094 ceph-mon[112176]: 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-08T11:46:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:42 smithi003 ceph-mon[96088]: 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-08T11:46:44.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:44.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:45.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:45.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:45 smithi094 ceph-mon[112176]: 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-08T11:46:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:45 smithi003 ceph-mon[96088]: 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-08T11:46:46.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:46.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:46 smithi003 ceph-mon[96088]: 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-08T11:46:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:46 smithi094 ceph-mon[112176]: 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-08T11:46:47.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:47.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:48.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:48.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:49.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:49.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:48 smithi094 ceph-mon[112176]: 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-08T11:46:49.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:48 smithi003 ceph-mon[96088]: 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-08T11:46:50.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:50.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:51.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:51.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:51.382 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:51 smithi094 ceph-mon[112176]: 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-08T11:46:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:50 smithi003 ceph-mon[96088]: 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-08T11:46:52.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:52.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:53.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:53.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:53 smithi094 ceph-mon[112176]: 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-08T11:46:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:53 smithi003 ceph-mon[96088]: 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-08T11:46:54.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:54.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:55.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:55.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:55 smithi094 ceph-mon[112176]: 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-08T11:46:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:55 smithi003 ceph-mon[96088]: 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-08T11:46:56.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:56.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:56 smithi003 ceph-mon[96088]: 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-08T11:46:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:56 smithi094 ceph-mon[112176]: 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-08T11:46:57.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:57.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:58.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:58.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:59.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:46:59.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:46:58 smithi094 ceph-mon[112176]: 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-08T11:46:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:46:58 smithi003 ceph-mon[96088]: 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-08T11:47:00.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:00.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:01 smithi003 ceph-mon[96088]: 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-08T11:47:01.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:01.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:01 smithi094 ceph-mon[112176]: 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-08T11:47:02.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:02.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:03.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:03.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:03 smithi094 ceph-mon[112176]: 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-08T11:47:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:03 smithi003 ceph-mon[96088]: 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-08T11:47:04.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:04.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:05.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:05.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:05 smithi094 ceph-mon[112176]: 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-08T11:47:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:05 smithi003 ceph-mon[96088]: 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-08T11:47:06.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:06.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:06 smithi094 ceph-mon[112176]: 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-08T11:47:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:06 smithi003 ceph-mon[96088]: 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-08T11:47:07.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:07.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:08.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:08.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:09.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:09.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:09 smithi094 ceph-mon[112176]: 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-08T11:47:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:09 smithi003 ceph-mon[96088]: 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-08T11:47:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:10.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:10.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:11.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:11 smithi003 ceph-mon[96088]: 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-08T11:47:11.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:11.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:11 smithi094 ceph-mon[112176]: 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-08T11:47:12.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:12.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:13.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:13.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:13 smithi094 ceph-mon[112176]: 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-08T11:47:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:47:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:13 smithi003 ceph-mon[96088]: 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-08T11:47:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:47:14.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:14.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:15.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:15.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:15 smithi094 ceph-mon[112176]: 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-08T11:47:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:15 smithi003 ceph-mon[96088]: 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-08T11:47:16.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:16.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:47:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:47:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:16 smithi094 ceph-mon[112176]: 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-08T11:47:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:47:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:47:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:47:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:47:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:47:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:47:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:47:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:16 smithi003 ceph-mon[96088]: 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-08T11:47:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:47:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:47:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:47:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:47:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:47:17.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:17.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:18.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:18.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:19 smithi094 ceph-mon[112176]: 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-08T11:47:19.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:19.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:19 smithi003 ceph-mon[96088]: 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-08T11:47:20.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:20.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:21 smithi094 ceph-mon[112176]: 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-08T11:47:21.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:21.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:21 smithi003 ceph-mon[96088]: 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-08T11:47:22.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:22.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:23 smithi094 ceph-mon[112176]: 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-08T11:47:23.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:23.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:23 smithi003 ceph-mon[96088]: 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-08T11:47:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:24.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:24.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:25 smithi094 ceph-mon[112176]: 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-08T11:47:25.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:25.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:25 smithi003 ceph-mon[96088]: 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-08T11:47:26.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:26.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:26 smithi003 ceph-mon[96088]: 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-08T11:47:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:26 smithi094 ceph-mon[112176]: 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-08T11:47:27.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:27.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:28.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:28.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:29 smithi094 ceph-mon[112176]: 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-08T11:47:29.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:29.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:29 smithi003 ceph-mon[96088]: 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-08T11:47:30.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:30.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:31 smithi094 ceph-mon[112176]: 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-08T11:47:31.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:31.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:31 smithi003 ceph-mon[96088]: 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-08T11:47:32.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:32.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:33 smithi094 ceph-mon[112176]: 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-08T11:47:33.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:33.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:33 smithi003 ceph-mon[96088]: 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-08T11:47:34.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:34.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:35 smithi094 ceph-mon[112176]: 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-08T11:47:35.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:35.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:35 smithi003 ceph-mon[96088]: 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-08T11:47:36.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:36.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:36 smithi003 ceph-mon[96088]: 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-08T11:47:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:36 smithi094 ceph-mon[112176]: 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-08T11:47:37.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:37.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:38.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:38.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:39 smithi094 ceph-mon[112176]: 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-08T11:47:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:39.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:39.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:39 smithi003 ceph-mon[96088]: 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-08T11:47:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:40.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:40.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:41 smithi094 ceph-mon[112176]: 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-08T11:47:41.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:41.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:41 smithi003 ceph-mon[96088]: 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-08T11:47:42.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:42.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:43 smithi094 ceph-mon[112176]: 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-08T11:47:43.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:43.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:43 smithi003 ceph-mon[96088]: 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-08T11:47:44.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:44.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:45 smithi094 ceph-mon[112176]: 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-08T11:47:45.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:45.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:45 smithi003 ceph-mon[96088]: 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-08T11:47:46.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:46.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:46 smithi003 ceph-mon[96088]: 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-08T11:47:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:46 smithi094 ceph-mon[112176]: 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-08T11:47:47.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:47.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:48.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:48.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:49 smithi094 ceph-mon[112176]: 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-08T11:47:49.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:49.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:49 smithi003 ceph-mon[96088]: 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-08T11:47:50.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:50.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:51.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:51 smithi003 ceph-mon[96088]: 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-08T11:47:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:51 smithi094 ceph-mon[112176]: 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-08T11:47:51.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:51.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:52.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:52.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:53 smithi094 ceph-mon[112176]: 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-08T11:47:53.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:53.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:53 smithi003 ceph-mon[96088]: 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-08T11:47:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:54.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:54.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:55 smithi094 ceph-mon[112176]: 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-08T11:47:55.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:55.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:55 smithi003 ceph-mon[96088]: 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-08T11:47:56.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:56.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:56 smithi003 ceph-mon[96088]: 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-08T11:47:57.061 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:56 smithi094 ceph-mon[112176]: 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-08T11:47:57.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:57.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:58.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:58.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:47:59 smithi094 ceph-mon[112176]: 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-08T11:47:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:47:59 smithi003 ceph-mon[96088]: 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-08T11:47:59.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:47:59.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:00.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:00.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:01 smithi094 ceph-mon[112176]: 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-08T11:48:01.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:01 smithi003 ceph-mon[96088]: 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-08T11:48:01.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:01.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:02.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:02.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:03 smithi094 ceph-mon[112176]: 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-08T11:48:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:03 smithi003 ceph-mon[96088]: 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-08T11:48:03.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:03.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:04.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:04.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:05 smithi094 ceph-mon[112176]: 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-08T11:48:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:05 smithi003 ceph-mon[96088]: 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-08T11:48:05.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:05.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:06.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:06.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:06.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:06 smithi003 ceph-mon[96088]: 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-08T11:48:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:06 smithi094 ceph-mon[112176]: 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-08T11:48:07.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:07.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:08.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:08.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:09 smithi094 ceph-mon[112176]: 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-08T11:48:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:09 smithi003 ceph-mon[96088]: 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-08T11:48:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:09.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:09.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:10.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:10.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:11 smithi094 ceph-mon[112176]: 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-08T11:48:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:11 smithi003 ceph-mon[96088]: 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-08T11:48:11.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:11.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:12.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:12.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:13 smithi094 ceph-mon[112176]: 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-08T11:48:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:13 smithi003 ceph-mon[96088]: 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-08T11:48:13.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:13.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:14.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:14.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:15 smithi094 ceph-mon[112176]: 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-08T11:48:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:15 smithi003 ceph-mon[96088]: 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-08T11:48:15.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:15.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:16.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:16.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:16 smithi003 ceph-mon[96088]: 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-08T11:48:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:48:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:48:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:48:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:48:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:48:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:48:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:16 smithi094 ceph-mon[112176]: 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-08T11:48:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:48:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:48:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:48:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:48:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:48:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:48:17.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:17.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:18.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:18.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:19 smithi094 ceph-mon[112176]: 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-08T11:48:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:19 smithi003 ceph-mon[96088]: 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-08T11:48:19.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:19.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:20.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:20.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:21 smithi094 ceph-mon[112176]: 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-08T11:48:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:21 smithi003 ceph-mon[96088]: 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-08T11:48:21.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:21.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:22.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:22.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:23 smithi094 ceph-mon[112176]: 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-08T11:48:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:23 smithi003 ceph-mon[96088]: 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-08T11:48:23.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:23.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:24.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:24.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:25 smithi094 ceph-mon[112176]: 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-08T11:48:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:25 smithi003 ceph-mon[96088]: 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-08T11:48:25.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:25.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:26.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:26.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:26 smithi003 ceph-mon[96088]: 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-08T11:48:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:26 smithi094 ceph-mon[112176]: 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-08T11:48:27.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:27.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:28.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:28.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:29 smithi094 ceph-mon[112176]: 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-08T11:48:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:29 smithi003 ceph-mon[96088]: 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-08T11:48:29.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:29.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:30.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:30.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:31 smithi094 ceph-mon[112176]: 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-08T11:48:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:31 smithi003 ceph-mon[96088]: 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-08T11:48:31.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:31.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:32.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:32.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:33 smithi094 ceph-mon[112176]: 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-08T11:48:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:33 smithi003 ceph-mon[96088]: 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-08T11:48:33.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:33.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:34.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:34.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:35 smithi094 ceph-mon[112176]: 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-08T11:48:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:35 smithi003 ceph-mon[96088]: 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-08T11:48:35.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:35.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:36.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:36.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:36 smithi003 ceph-mon[96088]: 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-08T11:48:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:36 smithi094 ceph-mon[112176]: 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-08T11:48:37.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:37.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:38.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:38.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:39 smithi094 ceph-mon[112176]: 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-08T11:48:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:39 smithi003 ceph-mon[96088]: 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-08T11:48:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:39.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:39.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:40.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:40.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:41 smithi094 ceph-mon[112176]: 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-08T11:48:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:41 smithi003 ceph-mon[96088]: 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-08T11:48:41.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:41.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:42.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:42.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:43 smithi094 ceph-mon[112176]: 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-08T11:48:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:43 smithi003 ceph-mon[96088]: 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-08T11:48:43.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:43.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:44.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:44.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:45 smithi094 ceph-mon[112176]: 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-08T11:48:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:45 smithi003 ceph-mon[96088]: 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-08T11:48:45.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:45.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:46.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:46.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:46.994 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:46 smithi003 ceph-mon[96088]: 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-08T11:48:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:46 smithi094 ceph-mon[112176]: 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-08T11:48:47.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:47.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:48.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:48.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:49 smithi094 ceph-mon[112176]: 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-08T11:48:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:49 smithi003 ceph-mon[96088]: 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-08T11:48:49.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:49.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:50.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:50.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:51 smithi094 ceph-mon[112176]: 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-08T11:48:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:51 smithi003 ceph-mon[96088]: 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-08T11:48:51.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:51.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:52.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:52.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:53 smithi094 ceph-mon[112176]: 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-08T11:48:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:53 smithi003 ceph-mon[96088]: 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-08T11:48:53.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:53.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:54.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:54.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:55 smithi094 ceph-mon[112176]: 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-08T11:48:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:55 smithi003 ceph-mon[96088]: 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-08T11:48:55.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:55.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:56.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:56.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:57.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:56 smithi003 ceph-mon[96088]: 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-08T11:48:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:56 smithi094 ceph-mon[112176]: 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-08T11:48:57.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:57.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:58.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:58.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:48:59 smithi094 ceph-mon[112176]: 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-08T11:48:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:48:59 smithi003 ceph-mon[96088]: 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-08T11:48:59.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:48:59.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:00.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:00.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:01 smithi094 ceph-mon[112176]: 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-08T11:49:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:01 smithi003 ceph-mon[96088]: 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-08T11:49:01.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:01.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:02.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:02.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:03 smithi094 ceph-mon[112176]: 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-08T11:49:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:03 smithi003 ceph-mon[96088]: 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-08T11:49:03.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:03.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:04.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:04.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:05 smithi094 ceph-mon[112176]: 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-08T11:49:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:05 smithi003 ceph-mon[96088]: 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-08T11:49:05.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:05.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:06.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:06.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:06 smithi094 ceph-mon[112176]: 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-08T11:49:07.222 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:06 smithi003 ceph-mon[96088]: 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-08T11:49:07.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:07.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:08.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:08.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:09 smithi094 ceph-mon[112176]: 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-08T11:49:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:09 smithi003 ceph-mon[96088]: 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-08T11:49:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:09.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:09.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:10.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:10.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:11 smithi094 ceph-mon[112176]: 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-08T11:49:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:11 smithi003 ceph-mon[96088]: 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-08T11:49:11.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:11.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:12.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:12.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:13.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:13 smithi094 ceph-mon[112176]: 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-08T11:49:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:13 smithi003 ceph-mon[96088]: 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-08T11:49:13.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:13.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:14.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:14.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:15 smithi094 ceph-mon[112176]: 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-08T11:49:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:15 smithi003 ceph-mon[96088]: 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-08T11:49:15.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:15.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:16.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:16.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:16 smithi094 ceph-mon[112176]: 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-08T11:49:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:16 smithi003 ceph-mon[96088]: 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-08T11:49:17.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:17.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:49:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:49:18.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:18.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:18 smithi094 ceph-mon[112176]: 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-08T11:49:19.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:18 smithi003 ceph-mon[96088]: 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-08T11:49:19.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:19.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:20.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:20.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:21 smithi094 ceph-mon[112176]: 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-08T11:49:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:21 smithi003 ceph-mon[96088]: 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-08T11:49:21.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:21.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:22.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:22.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:49:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:49:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:49:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:49:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:49:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:49:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:49:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:22 smithi003 ceph-mon[96088]: 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-08T11:49:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:49:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:49:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:49:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:49:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:49:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:49:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:49:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:22 smithi094 ceph-mon[112176]: 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-08T11:49:23.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:23.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:24.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:24.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:25.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:24 smithi003 ceph-mon[96088]: 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-08T11:49:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:24 smithi094 ceph-mon[112176]: 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-08T11:49:25.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:25.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:26.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:26.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:26 smithi094 ceph-mon[112176]: 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-08T11:49:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:26 smithi003 ceph-mon[96088]: 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-08T11:49:27.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:27.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:28.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:28.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:29 smithi094 ceph-mon[112176]: 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-08T11:49:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:29 smithi003 ceph-mon[96088]: 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-08T11:49:29.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:29.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:30.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:30.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:31 smithi094 ceph-mon[112176]: 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-08T11:49:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:31 smithi003 ceph-mon[96088]: 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-08T11:49:31.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:31.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:32.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:32.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:33 smithi094 ceph-mon[112176]: 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-08T11:49:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:33 smithi003 ceph-mon[96088]: 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-08T11:49:33.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:33.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:34.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:34.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:35 smithi094 ceph-mon[112176]: 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-08T11:49:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:35 smithi003 ceph-mon[96088]: 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-08T11:49:35.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:35.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:36.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:36.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:36 smithi094 ceph-mon[112176]: 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-08T11:49:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:36 smithi003 ceph-mon[96088]: 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-08T11:49:37.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:37.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:38.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:38.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:39 smithi094 ceph-mon[112176]: 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-08T11:49:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:39 smithi003 ceph-mon[96088]: 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-08T11:49:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:39.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:39.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:40.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:40.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:41 smithi094 ceph-mon[112176]: 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-08T11:49:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:41 smithi003 ceph-mon[96088]: 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-08T11:49:41.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:41.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:42.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:42.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:43 smithi094 ceph-mon[112176]: 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-08T11:49:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:43 smithi003 ceph-mon[96088]: 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-08T11:49:43.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:43.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:44.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:44.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:45 smithi094 ceph-mon[112176]: 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-08T11:49:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:45 smithi003 ceph-mon[96088]: 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-08T11:49:45.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:45.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:46.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:46.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:46 smithi094 ceph-mon[112176]: 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-08T11:49:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:46 smithi003 ceph-mon[96088]: 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-08T11:49:47.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:47.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:48.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:48.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:49 smithi094 ceph-mon[112176]: 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-08T11:49:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:49 smithi003 ceph-mon[96088]: 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-08T11:49:49.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:49.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:50.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:50.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:51 smithi094 ceph-mon[112176]: 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-08T11:49:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:51 smithi003 ceph-mon[96088]: 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-08T11:49:51.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:51.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:52.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:52.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:53 smithi094 ceph-mon[112176]: 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-08T11:49:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:53 smithi003 ceph-mon[96088]: 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-08T11:49:53.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:53.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:54.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:54.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:55 smithi094 ceph-mon[112176]: 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-08T11:49:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:55 smithi003 ceph-mon[96088]: 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-08T11:49:55.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:55.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:56.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:56.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:56 smithi094 ceph-mon[112176]: 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-08T11:49:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:56 smithi003 ceph-mon[96088]: 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-08T11:49:57.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:57.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:58.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:58.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:49:59 smithi094 ceph-mon[112176]: 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-08T11:49:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:49:59 smithi003 ceph-mon[96088]: 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-08T11:49:59.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:49:59.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T11:50:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T11:50:00.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:00.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:01 smithi094 ceph-mon[112176]: 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-08T11:50:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:01 smithi003 ceph-mon[96088]: 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-08T11:50:01.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:01.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:02.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:02.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:03.368 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:03 smithi094 ceph-mon[112176]: 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-08T11:50:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:03 smithi003 ceph-mon[96088]: 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-08T11:50:03.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:03.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:04.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:04.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:05 smithi094 ceph-mon[112176]: 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-08T11:50:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:05 smithi003 ceph-mon[96088]: 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-08T11:50:05.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:05.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:06.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:06.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:06 smithi094 ceph-mon[112176]: 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-08T11:50:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:06 smithi003 ceph-mon[96088]: 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-08T11:50:07.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:07.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:08.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:08.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:09 smithi094 ceph-mon[112176]: 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-08T11:50:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:09 smithi003 ceph-mon[96088]: 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-08T11:50:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:09.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:09.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:10.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:10.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:11 smithi094 ceph-mon[112176]: 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-08T11:50:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:11 smithi003 ceph-mon[96088]: 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-08T11:50:11.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:11.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:12.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:12.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:13.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:13 smithi003 ceph-mon[96088]: 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-08T11:50:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:13 smithi094 ceph-mon[112176]: 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-08T11:50:13.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:13.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:14.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:14.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:15 smithi094 ceph-mon[112176]: 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-08T11:50:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:15 smithi003 ceph-mon[96088]: 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-08T11:50:15.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:15.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:16.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:16.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:16 smithi094 ceph-mon[112176]: 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-08T11:50:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:16 smithi003 ceph-mon[96088]: 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-08T11:50:17.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:17.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:18.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:18.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:19 smithi094 ceph-mon[112176]: 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-08T11:50:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:19 smithi003 ceph-mon[96088]: 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-08T11:50:19.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:19.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:20.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:20.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:21 smithi094 ceph-mon[112176]: 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-08T11:50:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:21 smithi003 ceph-mon[96088]: 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-08T11:50:21.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:21.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:22.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:22.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: 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-08T11:50:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:50:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:50:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:50:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:50:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:50:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:50:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:50:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:50:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: 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-08T11:50:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:50:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:50:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:50:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:50:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:50:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:50:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:50:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:50:23.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:23.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:24.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:24.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:25 smithi094 ceph-mon[112176]: 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-08T11:50:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:25 smithi003 ceph-mon[96088]: 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-08T11:50:25.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:25.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:26.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:26.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:26 smithi094 ceph-mon[112176]: 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-08T11:50:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:26 smithi003 ceph-mon[96088]: 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-08T11:50:27.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:27.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:28.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:28.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:29 smithi094 ceph-mon[112176]: 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-08T11:50:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:29 smithi003 ceph-mon[96088]: 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-08T11:50:29.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:29.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:30.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:30.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:31 smithi094 ceph-mon[112176]: 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-08T11:50:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:31 smithi003 ceph-mon[96088]: 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-08T11:50:31.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:31.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:32.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:32.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:33 smithi094 ceph-mon[112176]: 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-08T11:50:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:33 smithi003 ceph-mon[96088]: 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-08T11:50:33.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:33.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:34.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:34.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:35 smithi094 ceph-mon[112176]: 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-08T11:50:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:35 smithi003 ceph-mon[96088]: 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-08T11:50:35.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:35.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:36.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:36.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:36 smithi094 ceph-mon[112176]: 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-08T11:50:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:36 smithi003 ceph-mon[96088]: 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-08T11:50:37.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:37.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:38.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:38.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:39 smithi094 ceph-mon[112176]: 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-08T11:50:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:39 smithi003 ceph-mon[96088]: 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-08T11:50:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:39.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:39.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:40.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:40.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:41 smithi094 ceph-mon[112176]: 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-08T11:50:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:41 smithi003 ceph-mon[96088]: 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-08T11:50:41.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:41.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:42.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:42.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:43 smithi094 ceph-mon[112176]: 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-08T11:50:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:43 smithi003 ceph-mon[96088]: 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-08T11:50:43.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:43.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:44.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:44.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:45 smithi094 ceph-mon[112176]: 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-08T11:50:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:45 smithi003 ceph-mon[96088]: 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-08T11:50:45.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:45.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:46.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:46.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:46 smithi094 ceph-mon[112176]: 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-08T11:50:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:46 smithi003 ceph-mon[96088]: 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-08T11:50:47.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:47.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:48.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:48.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:49 smithi094 ceph-mon[112176]: 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-08T11:50:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:49 smithi003 ceph-mon[96088]: 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-08T11:50:49.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:49.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:50.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:50.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:51 smithi094 ceph-mon[112176]: 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-08T11:50:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:51 smithi003 ceph-mon[96088]: 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-08T11:50:51.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:51.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:52.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:52.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:53 smithi094 ceph-mon[112176]: 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-08T11:50:53.428 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:53 smithi003 ceph-mon[96088]: 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-08T11:50:53.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:53.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:54.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:54.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:55 smithi094 ceph-mon[112176]: 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-08T11:50:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:55 smithi003 ceph-mon[96088]: 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-08T11:50:55.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:55.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:56.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:56.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:56 smithi094 ceph-mon[112176]: 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-08T11:50:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:56 smithi003 ceph-mon[96088]: 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-08T11:50:57.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:57.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:58.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:58.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:50:59 smithi094 ceph-mon[112176]: 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-08T11:50:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:50:59 smithi003 ceph-mon[96088]: 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-08T11:50:59.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:50:59.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:00.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:00.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:01 smithi094 ceph-mon[112176]: 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-08T11:51:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:01 smithi003 ceph-mon[96088]: 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-08T11:51:01.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:01.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:02.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:02.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:03.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:03 smithi094 ceph-mon[112176]: 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-08T11:51:03.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:03 smithi003 ceph-mon[96088]: 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-08T11:51:03.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:03.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:04.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:04.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:05 smithi094 ceph-mon[112176]: 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-08T11:51:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:05 smithi003 ceph-mon[96088]: 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-08T11:51:05.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:05.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:06.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:06.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:06 smithi094 ceph-mon[112176]: 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-08T11:51:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:06 smithi003 ceph-mon[96088]: 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-08T11:51:07.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:07.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:08.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:08.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:09 smithi094 ceph-mon[112176]: 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-08T11:51:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:09 smithi003 ceph-mon[96088]: 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-08T11:51:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:09.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:09.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:10.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:10.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:11 smithi094 ceph-mon[112176]: 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-08T11:51:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:11 smithi003 ceph-mon[96088]: 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-08T11:51:11.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:11.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:12.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:12.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:13.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:13 smithi094 ceph-mon[112176]: 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-08T11:51:13.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:13 smithi003 ceph-mon[96088]: 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-08T11:51:13.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:13.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:14.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:14.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:15 smithi094 ceph-mon[112176]: 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-08T11:51:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:15 smithi003 ceph-mon[96088]: 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-08T11:51:15.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:15.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:16.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:16.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:16 smithi094 ceph-mon[112176]: 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-08T11:51:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:16 smithi003 ceph-mon[96088]: 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-08T11:51:17.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:17.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:18.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:18.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:19 smithi094 ceph-mon[112176]: 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-08T11:51:19.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:19 smithi003 ceph-mon[96088]: 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-08T11:51:19.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:19.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:20.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:20.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:21 smithi094 ceph-mon[112176]: 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-08T11:51:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:21 smithi003 ceph-mon[96088]: 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-08T11:51:21.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:21.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:22.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:22.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:23 smithi094 ceph-mon[112176]: 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-08T11:51:23.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:51:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:23 smithi003 ceph-mon[96088]: 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-08T11:51:23.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:51:23.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:23.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:51:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:51:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:51:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:51:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:51:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:51:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:51:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:51:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:51:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:51:24.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:24.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:25 smithi094 ceph-mon[112176]: 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-08T11:51:25.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:25 smithi003 ceph-mon[96088]: 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-08T11:51:25.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:25.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:26.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:26.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:26 smithi094 ceph-mon[112176]: 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-08T11:51:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:26 smithi003 ceph-mon[96088]: 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-08T11:51:27.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:27.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:28.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:28.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:29 smithi094 ceph-mon[112176]: 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-08T11:51:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:29 smithi003 ceph-mon[96088]: 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-08T11:51:29.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:29.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:30.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:30.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:31.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:31 smithi094 ceph-mon[112176]: 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-08T11:51:31.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:31 smithi003 ceph-mon[96088]: 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-08T11:51:31.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:31.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:32.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:32.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:33 smithi094 ceph-mon[112176]: 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-08T11:51:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:33 smithi003 ceph-mon[96088]: 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-08T11:51:33.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:33.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:34.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:34.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:35.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:35 smithi094 ceph-mon[112176]: 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-08T11:51:35.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:35 smithi003 ceph-mon[96088]: 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-08T11:51:35.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:35.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:36.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:36.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:36 smithi094 ceph-mon[112176]: 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-08T11:51:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:36 smithi003 ceph-mon[96088]: 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-08T11:51:37.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:37.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:38.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:38.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:39 smithi003 ceph-mon[96088]: 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-08T11:51:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:39.347 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:39 smithi094 ceph-mon[112176]: 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-08T11:51:39.347 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:39.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:39.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:40.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:40.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:41 smithi094 ceph-mon[112176]: 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-08T11:51:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:41 smithi003 ceph-mon[96088]: 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-08T11:51:41.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:41.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:42.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:42.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:43.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:43 smithi094 ceph-mon[112176]: 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-08T11:51:43.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:43 smithi003 ceph-mon[96088]: 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-08T11:51:43.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:43.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:44.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:44.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:45.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:45 smithi094 ceph-mon[112176]: 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-08T11:51:45.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:45 smithi003 ceph-mon[96088]: 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-08T11:51:45.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:45.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:46.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:46.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:46 smithi094 ceph-mon[112176]: 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-08T11:51:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:46 smithi003 ceph-mon[96088]: 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-08T11:51:47.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:47.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:48.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:48.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:49.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:49 smithi094 ceph-mon[112176]: 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-08T11:51:49.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:49 smithi003 ceph-mon[96088]: 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-08T11:51:49.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:49.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:50.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:50.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:51.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:51 smithi094 ceph-mon[112176]: 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-08T11:51:51.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:51 smithi003 ceph-mon[96088]: 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-08T11:51:51.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:51.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:52.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:52.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:53 smithi094 ceph-mon[112176]: 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-08T11:51:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:53 smithi003 ceph-mon[96088]: 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-08T11:51:53.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:53.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:54.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:54.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:55 smithi094 ceph-mon[112176]: 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-08T11:51:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:55 smithi003 ceph-mon[96088]: 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-08T11:51:55.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:55.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:56.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:56.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:56 smithi094 ceph-mon[112176]: 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-08T11:51:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:56 smithi003 ceph-mon[96088]: 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-08T11:51:57.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:57.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:58.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:58.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:59.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:51:59 smithi094 ceph-mon[112176]: 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-08T11:51:59.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:51:59 smithi003 ceph-mon[96088]: 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-08T11:51:59.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:51:59.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:00.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:00.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:01.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:01 smithi094 ceph-mon[112176]: 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-08T11:52:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:01 smithi003 ceph-mon[96088]: 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-08T11:52:01.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:01.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:02 smithi094 ceph-mon[112176]: 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-08T11:52:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:02 smithi003 ceph-mon[96088]: 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-08T11:52:02.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:02.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:03.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:03.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:04.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:04.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:05.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:05 smithi094 ceph-mon[112176]: 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-08T11:52:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:05 smithi003 ceph-mon[96088]: 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-08T11:52:05.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:05.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:06.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:06.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:06 smithi094 ceph-mon[112176]: 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-08T11:52:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:06 smithi003 ceph-mon[96088]: 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-08T11:52:07.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:07.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:08.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:08.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:09 smithi094 ceph-mon[112176]: 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-08T11:52:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:09 smithi003 ceph-mon[96088]: 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-08T11:52:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:09.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:09.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:10.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:10.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:11.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:11 smithi094 ceph-mon[112176]: 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-08T11:52:11.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:11 smithi003 ceph-mon[96088]: 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-08T11:52:11.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:11.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:12 smithi094 ceph-mon[112176]: 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-08T11:52:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:12 smithi003 ceph-mon[96088]: 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-08T11:52:12.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:12.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:13.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:13.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:14.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:14.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:15.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:15 smithi094 ceph-mon[112176]: 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-08T11:52:15.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:15 smithi003 ceph-mon[96088]: 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-08T11:52:15.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:15.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:16.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:16.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:16 smithi094 ceph-mon[112176]: 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-08T11:52:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:16 smithi003 ceph-mon[96088]: 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-08T11:52:17.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:17.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:18.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:18.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:19.410 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:19 smithi003 ceph-mon[96088]: 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-08T11:52:19.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:19 smithi094 ceph-mon[112176]: 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-08T11:52:19.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:19.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:20.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:20.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:21.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:21 smithi094 ceph-mon[112176]: 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-08T11:52:21.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:21 smithi003 ceph-mon[96088]: 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-08T11:52:21.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:21.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:22 smithi094 ceph-mon[112176]: 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-08T11:52:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:22 smithi003 ceph-mon[96088]: 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-08T11:52:22.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:22.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:23.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:23.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:52:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:24 smithi003 ceph-mon[96088]: 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-08T11:52:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:52:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:52:24.815 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:52:24.815 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:24 smithi094 ceph-mon[112176]: 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-08T11:52:24.815 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:52:24.815 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:52:24.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:24.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:52:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:52:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:52:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:52:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:52:25.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:25.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:52:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:52:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:52:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:52:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:52:26.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:26.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:26 smithi094 ceph-mon[112176]: 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-08T11:52:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:26 smithi003 ceph-mon[96088]: 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-08T11:52:27.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:27.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:28.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:28.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:29.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:29 smithi094 ceph-mon[112176]: 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-08T11:52:29.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:29 smithi003 ceph-mon[96088]: 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-08T11:52:29.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:29.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:30 smithi094 ceph-mon[112176]: 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-08T11:52:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:30 smithi003 ceph-mon[96088]: 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-08T11:52:30.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:30.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:31.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:31.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:32.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:32.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:33.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:33 smithi094 ceph-mon[112176]: 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-08T11:52:33.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:33 smithi003 ceph-mon[96088]: 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-08T11:52:33.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:33.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:34 smithi094 ceph-mon[112176]: 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-08T11:52:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:34 smithi003 ceph-mon[96088]: 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-08T11:52:34.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:34.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:35.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:35.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:36.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:36.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:36 smithi094 ceph-mon[112176]: 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-08T11:52:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:36 smithi003 ceph-mon[96088]: 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-08T11:52:37.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:37.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:38 smithi094 ceph-mon[112176]: 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-08T11:52:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:38 smithi003 ceph-mon[96088]: 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-08T11:52:38.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:38.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:39.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:39.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:40 smithi094 ceph-mon[112176]: 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-08T11:52:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:40 smithi003 ceph-mon[96088]: 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-08T11:52:40.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:40.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:41.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:41.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:42 smithi094 ceph-mon[112176]: 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-08T11:52:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:42 smithi003 ceph-mon[96088]: 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-08T11:52:42.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:42.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:43.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:43.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:44 smithi094 ceph-mon[112176]: 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-08T11:52:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:44 smithi003 ceph-mon[96088]: 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-08T11:52:44.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:44.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:45.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:45.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:46.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:46.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:46 smithi094 ceph-mon[112176]: 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-08T11:52:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:46 smithi003 ceph-mon[96088]: 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-08T11:52:47.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:47.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:48 smithi094 ceph-mon[112176]: 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-08T11:52:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:48 smithi003 ceph-mon[96088]: 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-08T11:52:48.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:48.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:49.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:49.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:50 smithi094 ceph-mon[112176]: 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-08T11:52:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:50 smithi003 ceph-mon[96088]: 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-08T11:52:50.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:50.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:51.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:51.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:52 smithi003 ceph-mon[96088]: 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-08T11:52:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:52 smithi094 ceph-mon[112176]: 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-08T11:52:52.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:52.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:53.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:53.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:54.810 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:54 smithi003 ceph-mon[96088]: 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-08T11:52:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:54 smithi094 ceph-mon[112176]: 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-08T11:52:55.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:55.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:56.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:56.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:57.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:57.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:56 smithi094 ceph-mon[112176]: 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-08T11:52:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:56 smithi003 ceph-mon[96088]: 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-08T11:52:58.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:58.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:52:58 smithi094 ceph-mon[112176]: 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-08T11:52:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:52:58 smithi003 ceph-mon[96088]: 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-08T11:52:59.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:52:59.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:00.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:00.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:00 smithi094 ceph-mon[112176]: 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-08T11:53:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:00 smithi003 ceph-mon[96088]: 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-08T11:53:01.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:01.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:02.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:02.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:02 smithi003 ceph-mon[96088]: 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-08T11:53:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:02 smithi094 ceph-mon[112176]: 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-08T11:53:03.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:03.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:04.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:04.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:04 smithi003 ceph-mon[96088]: 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-08T11:53:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:04 smithi094 ceph-mon[112176]: 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-08T11:53:05.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:05.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:06.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:06.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:07.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:07.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:06 smithi094 ceph-mon[112176]: 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-08T11:53:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:06 smithi003 ceph-mon[96088]: 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-08T11:53:08.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:08.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:08 smithi003 ceph-mon[96088]: 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-08T11:53:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:08 smithi094 ceph-mon[112176]: 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-08T11:53:09.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:09.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:10.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:10.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:10 smithi003 ceph-mon[96088]: 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-08T11:53:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:10 smithi094 ceph-mon[112176]: 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-08T11:53:11.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:11.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:12.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:12.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:12 smithi003 ceph-mon[96088]: 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-08T11:53:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:12 smithi094 ceph-mon[112176]: 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-08T11:53:13.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:13.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:14.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:14.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:14 smithi003 ceph-mon[96088]: 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-08T11:53:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:14 smithi094 ceph-mon[112176]: 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-08T11:53:15.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:15.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:16.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:16.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:17.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:17.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:16 smithi094 ceph-mon[112176]: 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-08T11:53:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:16 smithi003 ceph-mon[96088]: 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-08T11:53:18.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:18.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:18 smithi003 ceph-mon[96088]: 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-08T11:53:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:18 smithi094 ceph-mon[112176]: 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-08T11:53:19.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:19.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:20.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:20.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:20 smithi003 ceph-mon[96088]: 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-08T11:53:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:20 smithi094 ceph-mon[112176]: 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-08T11:53:21.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:21.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:22.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:22.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:22 smithi003 ceph-mon[96088]: 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-08T11:53:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:22 smithi094 ceph-mon[112176]: 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-08T11:53:23.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:23.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:24.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:24.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:24 smithi094 ceph-mon[112176]: 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-08T11:53:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:24 smithi003 ceph-mon[96088]: 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-08T11:53:25.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:25.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:53:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:53:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:53:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:53:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:53:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:53:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:53:25.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:53:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:53:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:53:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:53:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:53:26.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:26.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:27.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:27.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:26 smithi094 ceph-mon[112176]: 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-08T11:53:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:26 smithi003 ceph-mon[96088]: 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-08T11:53:28.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:28.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:28 smithi003 ceph-mon[96088]: 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-08T11:53:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:28 smithi094 ceph-mon[112176]: 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-08T11:53:29.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:29.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:30.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:30.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:30 smithi003 ceph-mon[96088]: 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-08T11:53:30.495 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:30 smithi094 ceph-mon[112176]: 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-08T11:53:31.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:31.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:32.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:32.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:32 smithi003 ceph-mon[96088]: 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-08T11:53:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:32 smithi094 ceph-mon[112176]: 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-08T11:53:33.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:33.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:34.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:34.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:34 smithi003 ceph-mon[96088]: 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-08T11:53:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:34 smithi094 ceph-mon[112176]: 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-08T11:53:35.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:35.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:36.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:36.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:37.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:37.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:36 smithi094 ceph-mon[112176]: 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-08T11:53:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:36 smithi003 ceph-mon[96088]: 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-08T11:53:38.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:38.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:38 smithi003 ceph-mon[96088]: 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-08T11:53:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:38 smithi094 ceph-mon[112176]: 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-08T11:53:39.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:39.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:40.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:40.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:40 smithi003 ceph-mon[96088]: 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-08T11:53:40.601 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:40 smithi094 ceph-mon[112176]: 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-08T11:53:41.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:41.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:42.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:42.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:42 smithi003 ceph-mon[96088]: 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-08T11:53:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:42 smithi094 ceph-mon[112176]: 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-08T11:53:43.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:43.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:44.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:44.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:44 smithi003 ceph-mon[96088]: 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-08T11:53:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:44 smithi094 ceph-mon[112176]: 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-08T11:53:45.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:45.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:46.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:46.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:47.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:47.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:46 smithi094 ceph-mon[112176]: 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-08T11:53:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:46 smithi003 ceph-mon[96088]: 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-08T11:53:48.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:48.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:48 smithi003 ceph-mon[96088]: 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-08T11:53:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:48 smithi094 ceph-mon[112176]: 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-08T11:53:49.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:49.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:50.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:50.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:50.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:50 smithi003 ceph-mon[96088]: 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-08T11:53:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:50 smithi094 ceph-mon[112176]: 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-08T11:53:51.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:51.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:52.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:52.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:52 smithi003 ceph-mon[96088]: 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-08T11:53:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:52 smithi094 ceph-mon[112176]: 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-08T11:53:53.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:53.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:54.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:54.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:54 smithi094 ceph-mon[112176]: 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-08T11:53:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:54 smithi003 ceph-mon[96088]: 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-08T11:53:55.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:55.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:56.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:56.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:57.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:57.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:56 smithi094 ceph-mon[112176]: 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-08T11:53:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:56 smithi003 ceph-mon[96088]: 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-08T11:53:58.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:58.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:53:58 smithi003 ceph-mon[96088]: 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-08T11:53:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:53:58 smithi094 ceph-mon[112176]: 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-08T11:53:59.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:53:59.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:00.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:00.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:00 smithi003 ceph-mon[96088]: 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-08T11:54:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:00 smithi094 ceph-mon[112176]: 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-08T11:54:01.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:01.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:02.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:02.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:02 smithi003 ceph-mon[96088]: 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-08T11:54:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:02 smithi094 ceph-mon[112176]: 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-08T11:54:03.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:03.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:04.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:04.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:04 smithi003 ceph-mon[96088]: 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-08T11:54:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:04 smithi094 ceph-mon[112176]: 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-08T11:54:05.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:05.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:06.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:06.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:07.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:07.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:06 smithi094 ceph-mon[112176]: 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-08T11:54:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:06 smithi003 ceph-mon[96088]: 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-08T11:54:08.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:08.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:08 smithi003 ceph-mon[96088]: 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-08T11:54:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:08 smithi094 ceph-mon[112176]: 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-08T11:54:09.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:09.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:10 smithi003 ceph-mon[96088]: 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-08T11:54:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:10 smithi094 ceph-mon[112176]: 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-08T11:54:11.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:11.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:12.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:12.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:12 smithi003 ceph-mon[96088]: 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-08T11:54:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:12 smithi094 ceph-mon[112176]: 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-08T11:54:13.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:13.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:14.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:14.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:14 smithi003 ceph-mon[96088]: 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-08T11:54:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:14 smithi094 ceph-mon[112176]: 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-08T11:54:15.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:15.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:16.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:16.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:17.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:17.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:16 smithi094 ceph-mon[112176]: 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-08T11:54:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:16 smithi003 ceph-mon[96088]: 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-08T11:54:18.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:18.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:18 smithi003 ceph-mon[96088]: 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-08T11:54:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:18 smithi094 ceph-mon[112176]: 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-08T11:54:19.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:19.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:20.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:20.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:20 smithi003 ceph-mon[96088]: 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-08T11:54:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:20 smithi094 ceph-mon[112176]: 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-08T11:54:21.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:21.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:22.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:22.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:22 smithi003 ceph-mon[96088]: 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-08T11:54:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:22 smithi094 ceph-mon[112176]: 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-08T11:54:23.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:23.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:24.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:24.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:24 smithi094 ceph-mon[112176]: 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-08T11:54:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:24 smithi003 ceph-mon[96088]: 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-08T11:54:25.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:25.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:25.850 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:25 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:54:25.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:25 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:54:26.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:26.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:27.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:27.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1461M 2023-10-08T11:54:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:54:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:54:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:54:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:54:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:54:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:54:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:26 smithi094 ceph-mon[112176]: 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-08T11:54:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1461M 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:54:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:54:27.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:26 smithi003 ceph-mon[96088]: 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-08T11:54:28.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:28.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:28 smithi003 ceph-mon[96088]: 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-08T11:54:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:28 smithi094 ceph-mon[112176]: 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-08T11:54:29.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:29.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:30.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:30.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:30 smithi003 ceph-mon[96088]: 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-08T11:54:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:30 smithi094 ceph-mon[112176]: 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-08T11:54:31.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:31.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:32.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:32.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:32 smithi003 ceph-mon[96088]: 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-08T11:54:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:32 smithi094 ceph-mon[112176]: 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-08T11:54:33.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:33.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:34.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:34.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:34 smithi003 ceph-mon[96088]: 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-08T11:54:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:34 smithi094 ceph-mon[112176]: 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-08T11:54:35.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:35.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:36.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:36.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:36 smithi094 ceph-mon[112176]: 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-08T11:54:37.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:37.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:36 smithi003 ceph-mon[96088]: 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-08T11:54:38.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:38.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:38 smithi003 ceph-mon[96088]: 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-08T11:54:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:38 smithi094 ceph-mon[112176]: 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-08T11:54:39.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:39.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:40.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:40.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:40 smithi003 ceph-mon[96088]: 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-08T11:54:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:40 smithi094 ceph-mon[112176]: 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-08T11:54:41.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:41.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:42.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:42.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:42 smithi003 ceph-mon[96088]: 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-08T11:54:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:42 smithi094 ceph-mon[112176]: 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-08T11:54:43.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:43.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:44.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:44.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:44 smithi003 ceph-mon[96088]: 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-08T11:54:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:44 smithi094 ceph-mon[112176]: 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-08T11:54:45.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:45.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:46.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:46.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:46 smithi094 ceph-mon[112176]: 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-08T11:54:47.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:47.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:46 smithi003 ceph-mon[96088]: 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-08T11:54:48.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:48.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:48 smithi003 ceph-mon[96088]: 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-08T11:54:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:48 smithi094 ceph-mon[112176]: 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-08T11:54:49.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:49.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:50.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:50.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:50 smithi003 ceph-mon[96088]: 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-08T11:54:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:50 smithi094 ceph-mon[112176]: 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-08T11:54:51.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:51.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:52.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:52.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:52 smithi003 ceph-mon[96088]: 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-08T11:54:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:52 smithi094 ceph-mon[112176]: 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-08T11:54:53.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:53.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:54.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:54.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:54 smithi094 ceph-mon[112176]: 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-08T11:54:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:54 smithi003 ceph-mon[96088]: 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-08T11:54:55.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:55.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:56.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:56.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:56 smithi094 ceph-mon[112176]: 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-08T11:54:57.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:57.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:56 smithi003 ceph-mon[96088]: 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-08T11:54:58.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:58.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:54:58 smithi003 ceph-mon[96088]: 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-08T11:54:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:54:58 smithi094 ceph-mon[112176]: 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-08T11:54:59.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:54:59.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:00.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:00.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:00 smithi003 ceph-mon[96088]: 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-08T11:55:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:00 smithi094 ceph-mon[112176]: 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-08T11:55:01.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:01.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:02.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:02.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:02 smithi003 ceph-mon[96088]: 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-08T11:55:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:02 smithi094 ceph-mon[112176]: 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-08T11:55:03.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:03.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:04.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:04.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:04 smithi003 ceph-mon[96088]: 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-08T11:55:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:04 smithi094 ceph-mon[112176]: 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-08T11:55:05.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:05.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:06.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:06.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:06 smithi094 ceph-mon[112176]: 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-08T11:55:07.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:07.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:06 smithi003 ceph-mon[96088]: 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-08T11:55:08.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:08.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:08 smithi003 ceph-mon[96088]: 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-08T11:55:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:08 smithi094 ceph-mon[112176]: 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-08T11:55:09.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:09.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:10.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:10.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:10 smithi003 ceph-mon[96088]: 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-08T11:55:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:10 smithi094 ceph-mon[112176]: 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-08T11:55:11.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:11.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:12.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:12.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:12 smithi003 ceph-mon[96088]: 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-08T11:55:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:12 smithi094 ceph-mon[112176]: 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-08T11:55:13.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:13.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:14.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:14.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:14 smithi003 ceph-mon[96088]: 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-08T11:55:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:14 smithi094 ceph-mon[112176]: 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-08T11:55:15.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:15.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:16.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:16.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:16 smithi094 ceph-mon[112176]: 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-08T11:55:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:16 smithi003 ceph-mon[96088]: 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-08T11:55:17.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:17.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:18.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:18.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:18 smithi003 ceph-mon[96088]: 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-08T11:55:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:18 smithi094 ceph-mon[112176]: 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-08T11:55:19.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:19.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:20.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:20.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:20 smithi003 ceph-mon[96088]: 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-08T11:55:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:20 smithi094 ceph-mon[112176]: 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-08T11:55:21.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:21.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:22.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:22.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:22 smithi003 ceph-mon[96088]: 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-08T11:55:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:22 smithi094 ceph-mon[112176]: 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-08T11:55:23.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:23.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:23.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:24.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:24.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:24 smithi094 ceph-mon[112176]: 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-08T11:55:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:24 smithi003 ceph-mon[96088]: 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-08T11:55:25.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:25.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:26.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:26.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:55:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:26 smithi094 ceph-mon[112176]: 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-08T11:55:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:55:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:55:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:55:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:55:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:55:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:55:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:26 smithi003 ceph-mon[96088]: 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-08T11:55:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:55:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:55:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:55:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:55:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:55:27.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:27.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:28.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:28.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:28 smithi003 ceph-mon[96088]: 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-08T11:55:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:28 smithi094 ceph-mon[112176]: 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-08T11:55:29.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:29.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:30.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:30.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:30 smithi003 ceph-mon[96088]: 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-08T11:55:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:30 smithi094 ceph-mon[112176]: 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-08T11:55:31.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:31.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:32.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:32.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:32 smithi003 ceph-mon[96088]: 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-08T11:55:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:32 smithi094 ceph-mon[112176]: 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-08T11:55:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:34.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:34.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:34 smithi003 ceph-mon[96088]: 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-08T11:55:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:34 smithi094 ceph-mon[112176]: 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-08T11:55:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:35.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:36 smithi003 ceph-mon[96088]: 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-08T11:55:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:36 smithi094 ceph-mon[112176]: 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-08T11:55:37.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:37.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:38.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:38.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:38 smithi003 ceph-mon[96088]: 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-08T11:55:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:38 smithi094 ceph-mon[112176]: 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-08T11:55:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:40.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:40.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:40 smithi003 ceph-mon[96088]: 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-08T11:55:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:40 smithi094 ceph-mon[112176]: 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-08T11:55:41.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:41.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:42.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:42.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:42 smithi003 ceph-mon[96088]: 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-08T11:55:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:42 smithi094 ceph-mon[112176]: 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-08T11:55:43.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:43.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:44.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:44.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:44 smithi003 ceph-mon[96088]: 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-08T11:55:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:44 smithi094 ceph-mon[112176]: 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-08T11:55:45.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:45.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:46.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:46.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:46 smithi094 ceph-mon[112176]: 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-08T11:55:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:46 smithi003 ceph-mon[96088]: 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-08T11:55:47.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:47.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:48.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:48.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:48 smithi003 ceph-mon[96088]: 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-08T11:55:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:48 smithi094 ceph-mon[112176]: 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-08T11:55:49.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:49.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:50.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:50.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:50 smithi003 ceph-mon[96088]: 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-08T11:55:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:50 smithi094 ceph-mon[112176]: 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-08T11:55:51.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:51.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:52.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:52.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:52 smithi094 ceph-mon[112176]: 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-08T11:55:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:52 smithi003 ceph-mon[96088]: 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-08T11:55:53.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:53.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:54.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:54.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:54 smithi094 ceph-mon[112176]: 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-08T11:55:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:54 smithi003 ceph-mon[96088]: 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-08T11:55:55.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:55.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:56.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:56.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:56 smithi094 ceph-mon[112176]: 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-08T11:55:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:56 smithi003 ceph-mon[96088]: 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-08T11:55:57.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:57.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:58.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:58.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:55:58 smithi003 ceph-mon[96088]: 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-08T11:55:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:55:58 smithi094 ceph-mon[112176]: 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-08T11:55:59.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:55:59.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:00.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:00.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:00 smithi003 ceph-mon[96088]: 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-08T11:56:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:00 smithi094 ceph-mon[112176]: 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-08T11:56:01.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:01.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:02.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:02.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:02 smithi094 ceph-mon[112176]: 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-08T11:56:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:02 smithi003 ceph-mon[96088]: 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-08T11:56:03.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:03.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:04.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:04.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:04 smithi003 ceph-mon[96088]: 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-08T11:56:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:04 smithi094 ceph-mon[112176]: 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-08T11:56:05.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:05.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:06.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:06.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:07.126 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:06 smithi094 ceph-mon[112176]: 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-08T11:56:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:06 smithi003 ceph-mon[96088]: 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-08T11:56:07.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:07.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:08.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:08.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:08 smithi003 ceph-mon[96088]: 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-08T11:56:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:08 smithi094 ceph-mon[112176]: 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-08T11:56:09.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:09.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:10.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:10.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:10 smithi003 ceph-mon[96088]: 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-08T11:56:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:10 smithi094 ceph-mon[112176]: 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-08T11:56:11.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:11.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:12.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:12.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:12 smithi003 ceph-mon[96088]: 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-08T11:56:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:12 smithi094 ceph-mon[112176]: 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-08T11:56:13.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:13.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:14.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:14.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:14 smithi003 ceph-mon[96088]: 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-08T11:56:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:14 smithi094 ceph-mon[112176]: 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-08T11:56:15.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:15.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:16.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:16.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:17.114 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:16 smithi003 ceph-mon[96088]: 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-08T11:56:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:16 smithi094 ceph-mon[112176]: 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-08T11:56:17.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:17.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:18.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:18.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:18 smithi003 ceph-mon[96088]: 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-08T11:56:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:18 smithi094 ceph-mon[112176]: 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-08T11:56:19.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:19.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:20.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:20.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:20 smithi003 ceph-mon[96088]: 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-08T11:56:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:20 smithi094 ceph-mon[112176]: 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-08T11:56:21.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:21.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:22.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:22.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:22 smithi003 ceph-mon[96088]: 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-08T11:56:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:22 smithi094 ceph-mon[112176]: 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-08T11:56:23.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:23.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:24.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:24.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:24 smithi094 ceph-mon[112176]: 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-08T11:56:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:24 smithi003 ceph-mon[96088]: 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-08T11:56:25.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:25.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:26.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:26.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:26 smithi094 ceph-mon[112176]: 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-08T11:56:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:56:27.228 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:26 smithi003 ceph-mon[96088]: 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-08T11:56:27.228 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:56:27.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:27.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:56:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:56:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:56:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:56:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:56:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:56:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:56:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:56:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:56:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:56:28.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:28.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:28 smithi094 ceph-mon[112176]: 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-08T11:56:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:28 smithi003 ceph-mon[96088]: 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-08T11:56:29.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:29.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:30.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:30.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:30 smithi003 ceph-mon[96088]: 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-08T11:56:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:30 smithi094 ceph-mon[112176]: 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-08T11:56:31.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:31.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:32.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:32.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:32 smithi003 ceph-mon[96088]: 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-08T11:56:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:32 smithi094 ceph-mon[112176]: 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-08T11:56:33.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:33.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:34.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:34.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:34 smithi003 ceph-mon[96088]: 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-08T11:56:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:34 smithi094 ceph-mon[112176]: 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-08T11:56:35.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:35.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:36.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:36.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:36 smithi094 ceph-mon[112176]: 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-08T11:56:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:36 smithi003 ceph-mon[96088]: 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-08T11:56:37.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:37.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:38.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:38.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:38 smithi003 ceph-mon[96088]: 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-08T11:56:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:38 smithi094 ceph-mon[112176]: 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-08T11:56:39.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:39.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:40.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:40.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:40 smithi003 ceph-mon[96088]: 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-08T11:56:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:40 smithi094 ceph-mon[112176]: 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-08T11:56:41.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:41.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:42.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:42.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:42 smithi003 ceph-mon[96088]: 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-08T11:56:42.489 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:42 smithi094 ceph-mon[112176]: 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-08T11:56:43.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:43.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:44.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:44.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:44.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:44 smithi003 ceph-mon[96088]: 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-08T11:56:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:44 smithi094 ceph-mon[112176]: 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-08T11:56:45.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:45.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:46.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:46.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:46 smithi094 ceph-mon[112176]: 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-08T11:56:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:46 smithi003 ceph-mon[96088]: 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-08T11:56:47.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:47.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:48.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:48.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:48 smithi003 ceph-mon[96088]: 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-08T11:56:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:48 smithi094 ceph-mon[112176]: 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-08T11:56:49.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:49.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:50.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:50.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:50 smithi003 ceph-mon[96088]: 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-08T11:56:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:50 smithi094 ceph-mon[112176]: 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-08T11:56:51.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:51.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:52.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:52.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:52 smithi003 ceph-mon[96088]: 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-08T11:56:52.595 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:52 smithi094 ceph-mon[112176]: 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-08T11:56:53.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:53.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:54.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:54.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:54 smithi094 ceph-mon[112176]: 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-08T11:56:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:54 smithi003 ceph-mon[96088]: 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-08T11:56:55.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:55.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:56.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:56.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:56 smithi094 ceph-mon[112176]: 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-08T11:56:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:56 smithi003 ceph-mon[96088]: 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-08T11:56:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:58.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:58.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:56:58 smithi003 ceph-mon[96088]: 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-08T11:56:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:56:58 smithi094 ceph-mon[112176]: 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-08T11:56:59.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:56:59.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:00.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:00.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:00 smithi003 ceph-mon[96088]: 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-08T11:57:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:00 smithi094 ceph-mon[112176]: 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-08T11:57:01.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:01.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:02.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:02.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:02 smithi003 ceph-mon[96088]: 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-08T11:57:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:02 smithi094 ceph-mon[112176]: 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-08T11:57:03.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:03.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:04.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:04.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:04 smithi003 ceph-mon[96088]: 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-08T11:57:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:04 smithi094 ceph-mon[112176]: 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-08T11:57:05.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:05.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:06.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:06.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:06 smithi094 ceph-mon[112176]: 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-08T11:57:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:06 smithi003 ceph-mon[96088]: 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-08T11:57:07.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:07.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:08.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:08.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:08 smithi003 ceph-mon[96088]: 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-08T11:57:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:08 smithi094 ceph-mon[112176]: 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-08T11:57:09.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:09.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:10.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:10.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:10 smithi003 ceph-mon[96088]: 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-08T11:57:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:10 smithi094 ceph-mon[112176]: 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-08T11:57:11.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:11.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:12.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:12.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:12 smithi003 ceph-mon[96088]: 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-08T11:57:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:12 smithi094 ceph-mon[112176]: 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-08T11:57:13.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:13.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:14.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:14.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:14 smithi003 ceph-mon[96088]: 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-08T11:57:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:14 smithi094 ceph-mon[112176]: 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-08T11:57:15.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:15.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:16.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:16.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:16 smithi094 ceph-mon[112176]: 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-08T11:57:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:16 smithi003 ceph-mon[96088]: 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-08T11:57:17.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:17.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:18.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:18.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:18 smithi003 ceph-mon[96088]: 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-08T11:57:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:18 smithi094 ceph-mon[112176]: 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-08T11:57:19.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:19.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:20.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:20.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:20 smithi003 ceph-mon[96088]: 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-08T11:57:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:20 smithi094 ceph-mon[112176]: 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-08T11:57:21.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:21.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:22.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:22.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:22 smithi003 ceph-mon[96088]: 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-08T11:57:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:22 smithi094 ceph-mon[112176]: 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-08T11:57:23.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:23.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:24.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:24.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:24 smithi094 ceph-mon[112176]: 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-08T11:57:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:24 smithi003 ceph-mon[96088]: 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-08T11:57:25.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:25.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:26.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:26.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:26 smithi094 ceph-mon[112176]: 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-08T11:57:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:26 smithi003 ceph-mon[96088]: 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-08T11:57:27.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:27.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:28.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:57:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:57:28.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:28.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:28 smithi094 ceph-mon[112176]: 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-08T11:57:29.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:28 smithi003 ceph-mon[96088]: 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-08T11:57:29.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:29.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:30.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:30.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:30 smithi003 ceph-mon[96088]: 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-08T11:57:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:30 smithi094 ceph-mon[112176]: 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-08T11:57:31.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:31.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:57:31.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:57:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:57:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:57:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:57:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:57:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:57:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:57:31.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:57:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:57:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:57:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:57:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:57:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:57:32.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:32.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:32 smithi094 ceph-mon[112176]: 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-08T11:57:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:32 smithi003 ceph-mon[96088]: 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-08T11:57:33.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:33.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:34.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:34.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:34 smithi003 ceph-mon[96088]: 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-08T11:57:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:34 smithi094 ceph-mon[112176]: 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-08T11:57:35.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:35.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:36.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:36.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:36 smithi094 ceph-mon[112176]: 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-08T11:57:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:36 smithi003 ceph-mon[96088]: 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-08T11:57:37.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:37.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:38 smithi094 ceph-mon[112176]: 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-08T11:57:38.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:38.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:38 smithi003 ceph-mon[96088]: 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-08T11:57:39.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:39.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:40.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:40.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:40 smithi003 ceph-mon[96088]: 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-08T11:57:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:40 smithi094 ceph-mon[112176]: 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-08T11:57:41.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:41.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:42 smithi003 ceph-mon[96088]: 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-08T11:57:42.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:42.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:42 smithi094 ceph-mon[112176]: 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-08T11:57:43.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:43.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:44 smithi003 ceph-mon[96088]: 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-08T11:57:44.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:44.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:44 smithi094 ceph-mon[112176]: 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-08T11:57:45.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:45.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:46.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:46.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:46 smithi094 ceph-mon[112176]: 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-08T11:57:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:46 smithi003 ceph-mon[96088]: 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-08T11:57:47.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:47.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:48 smithi003 ceph-mon[96088]: 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-08T11:57:48.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:48.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:48 smithi094 ceph-mon[112176]: 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-08T11:57:49.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:49.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:50 smithi003 ceph-mon[96088]: 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-08T11:57:50.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:50.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:50 smithi094 ceph-mon[112176]: 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-08T11:57:51.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:51.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:52 smithi003 ceph-mon[96088]: 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-08T11:57:52.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:52.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:52 smithi094 ceph-mon[112176]: 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-08T11:57:53.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:53.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:54.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:54.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:54 smithi094 ceph-mon[112176]: 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-08T11:57:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:54 smithi003 ceph-mon[96088]: 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-08T11:57:55.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:55.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:56.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:56.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:56 smithi094 ceph-mon[112176]: 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-08T11:57:57.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:56 smithi003 ceph-mon[96088]: 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-08T11:57:57.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:57.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:57:58 smithi003 ceph-mon[96088]: 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-08T11:57:58.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:58.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:57:58 smithi094 ceph-mon[112176]: 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-08T11:57:59.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:57:59.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:00 smithi003 ceph-mon[96088]: 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-08T11:58:00.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:00.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:00 smithi094 ceph-mon[112176]: 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-08T11:58:01.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:01.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:02 smithi003 ceph-mon[96088]: 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-08T11:58:02.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:02.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:02 smithi094 ceph-mon[112176]: 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-08T11:58:03.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:03.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:04 smithi003 ceph-mon[96088]: 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-08T11:58:04.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:04.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:04 smithi094 ceph-mon[112176]: 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-08T11:58:05.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:05.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:06.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:06.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:06 smithi094 ceph-mon[112176]: 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-08T11:58:07.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:06 smithi003 ceph-mon[96088]: 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-08T11:58:07.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:07.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:08 smithi003 ceph-mon[96088]: 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-08T11:58:08.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:08.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:08 smithi094 ceph-mon[112176]: 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-08T11:58:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:09.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:09.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:10 smithi003 ceph-mon[96088]: 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-08T11:58:10.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:10.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:10 smithi094 ceph-mon[112176]: 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-08T11:58:11.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:11.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:12 smithi003 ceph-mon[96088]: 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-08T11:58:12.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:12.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:12 smithi094 ceph-mon[112176]: 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-08T11:58:13.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:13.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:14 smithi003 ceph-mon[96088]: 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-08T11:58:14.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:14.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:14 smithi094 ceph-mon[112176]: 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-08T11:58:15.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:15.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:16.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:16.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:16 smithi094 ceph-mon[112176]: 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-08T11:58:17.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:16 smithi003 ceph-mon[96088]: 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-08T11:58:17.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:17.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:18.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:18 smithi003 ceph-mon[96088]: 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-08T11:58:18.491 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:18 smithi094 ceph-mon[112176]: 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-08T11:58:18.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:18.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:19.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:19.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:20 smithi003 ceph-mon[96088]: 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-08T11:58:20.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:20.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:20 smithi094 ceph-mon[112176]: 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-08T11:58:21.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:21.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:22 smithi003 ceph-mon[96088]: 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-08T11:58:22.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:22.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:22 smithi094 ceph-mon[112176]: 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-08T11:58:23.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:23.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:24.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:24.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:24 smithi094 ceph-mon[112176]: 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-08T11:58:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:24 smithi003 ceph-mon[96088]: 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-08T11:58:25.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:25.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:26.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:26.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:26 smithi094 ceph-mon[112176]: 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-08T11:58:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:26 smithi003 ceph-mon[96088]: 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-08T11:58:27.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:27.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:28 smithi003 ceph-mon[96088]: 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-08T11:58:28.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:28.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:28.596 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:28 smithi094 ceph-mon[112176]: 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-08T11:58:29.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:29.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:30 smithi003 ceph-mon[96088]: 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-08T11:58:30.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:30.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:30 smithi094 ceph-mon[112176]: 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-08T11:58:31.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:31.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:58:32.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:58:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:58:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:58:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:58:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:58:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:58:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:58:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:58:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:58:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:58:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:58:32.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:32.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:32 smithi094 ceph-mon[112176]: 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-08T11:58:33.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:32 smithi003 ceph-mon[96088]: 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-08T11:58:33.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:33.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:34 smithi003 ceph-mon[96088]: 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-08T11:58:34.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:34.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:34.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:34 smithi094 ceph-mon[112176]: 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-08T11:58:35.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:35.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:36.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:36.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:36 smithi094 ceph-mon[112176]: 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-08T11:58:37.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:36 smithi003 ceph-mon[96088]: 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-08T11:58:37.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:37.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:38 smithi003 ceph-mon[96088]: 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-08T11:58:38.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:38.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:38 smithi094 ceph-mon[112176]: 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-08T11:58:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:39.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:39.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:40.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:40.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:40 smithi094 ceph-mon[112176]: 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-08T11:58:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:40 smithi003 ceph-mon[96088]: 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-08T11:58:41.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:41.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:42 smithi003 ceph-mon[96088]: 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-08T11:58:42.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:42.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:42 smithi094 ceph-mon[112176]: 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-08T11:58:43.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:43.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:44 smithi003 ceph-mon[96088]: 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-08T11:58:44.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:44.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:44 smithi094 ceph-mon[112176]: 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-08T11:58:45.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:45.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:46.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:46.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:46 smithi094 ceph-mon[112176]: 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-08T11:58:47.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:46 smithi003 ceph-mon[96088]: 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-08T11:58:47.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:47.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:48 smithi003 ceph-mon[96088]: 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-08T11:58:48.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:48.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:48 smithi094 ceph-mon[112176]: 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-08T11:58:49.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:49.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:50.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:50 smithi003 ceph-mon[96088]: 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-08T11:58:50.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:50.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:50 smithi094 ceph-mon[112176]: 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-08T11:58:51.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:51.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:52 smithi003 ceph-mon[96088]: 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-08T11:58:52.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:52.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:52 smithi094 ceph-mon[112176]: 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-08T11:58:53.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:53.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:53.855 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:53.879 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:54.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:54.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:55.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:55.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:55.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:55 smithi094 ceph-mon[112176]: 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-08T11:58:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:55 smithi003 ceph-mon[96088]: 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-08T11:58:56.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:56.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:57.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:57.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:57 smithi094 ceph-mon[112176]: 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-08T11:58:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:57 smithi003 ceph-mon[96088]: 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-08T11:58:58.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:58.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:59.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:58:59.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:58:59 smithi094 ceph-mon[112176]: 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-08T11:59:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:58:59 smithi003 ceph-mon[96088]: 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-08T11:59:00.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:00.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:01.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:01.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:01 smithi094 ceph-mon[112176]: 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-08T11:59:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:01 smithi003 ceph-mon[96088]: 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-08T11:59:02.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:02.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:03.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:03.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:03 smithi094 ceph-mon[112176]: 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-08T11:59:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:03 smithi003 ceph-mon[96088]: 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-08T11:59:04.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:04.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:05.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:05.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:05 smithi094 ceph-mon[112176]: 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-08T11:59:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:05 smithi003 ceph-mon[96088]: 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-08T11:59:06.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:06.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:07.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:07.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:07 smithi094 ceph-mon[112176]: 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-08T11:59:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:07 smithi003 ceph-mon[96088]: 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-08T11:59:08.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:08.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:09.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:09.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:09 smithi094 ceph-mon[112176]: 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-08T11:59:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:09 smithi003 ceph-mon[96088]: 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-08T11:59:10.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:10.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:11.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:11.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:12.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:11 smithi094 ceph-mon[112176]: 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-08T11:59:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:11 smithi003 ceph-mon[96088]: 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-08T11:59:12.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:12.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:13.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:13.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:14.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:13 smithi094 ceph-mon[112176]: 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-08T11:59:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:13 smithi003 ceph-mon[96088]: 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-08T11:59:14.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:14.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:15.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:15.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:16.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:15 smithi094 ceph-mon[112176]: 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-08T11:59:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:15 smithi003 ceph-mon[96088]: 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-08T11:59:16.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:16.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:17.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:17.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:17 smithi094 ceph-mon[112176]: 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-08T11:59:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:17 smithi003 ceph-mon[96088]: 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-08T11:59:18.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:18.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:19.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:19.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:19 smithi003 ceph-mon[96088]: 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-08T11:59:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:19 smithi094 ceph-mon[112176]: 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-08T11:59:20.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:20.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:21.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:21.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:21 smithi003 ceph-mon[96088]: 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-08T11:59:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:21 smithi094 ceph-mon[112176]: 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-08T11:59:22.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:22.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:23.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:23.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:24.220 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:23 smithi003 ceph-mon[96088]: 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-08T11:59:24.221 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:23 smithi094 ceph-mon[112176]: 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-08T11:59:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:24.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:24.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:25.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:25.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:25 smithi003 ceph-mon[96088]: 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-08T11:59:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:25 smithi094 ceph-mon[112176]: 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-08T11:59:26.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:26.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:27.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:27.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:27 smithi003 ceph-mon[96088]: 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-08T11:59:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:27 smithi094 ceph-mon[112176]: 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-08T11:59:28.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:28.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:29.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:29.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:29 smithi003 ceph-mon[96088]: 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-08T11:59:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:29 smithi094 ceph-mon[112176]: 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-08T11:59:30.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:30.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:31.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:31.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:31 smithi003 ceph-mon[96088]: 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-08T11:59:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:59:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:31 smithi094 ceph-mon[112176]: 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-08T11:59:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:59:32.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:32.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:33.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:33.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:33 smithi003 ceph-mon[96088]: 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-08T11:59:34.273 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:33 smithi094 ceph-mon[112176]: 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-08T11:59:34.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:34.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:35.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:35.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:35 smithi003 ceph-mon[96088]: 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-08T11:59:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:35 smithi094 ceph-mon[112176]: 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-08T11:59:36.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:36.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:37.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:37.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:37 smithi003 ceph-mon[96088]: 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-08T11:59:37.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:59:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:59:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:59:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:59:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:59:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:59:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:59:37.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:37 smithi094 ceph-mon[112176]: 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-08T11:59:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:59:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:59:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:59:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:59:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:59:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:59:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T11:59:38.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:38.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:39 smithi094 ceph-mon[112176]: 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-08T11:59:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:39.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:39.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:39 smithi003 ceph-mon[96088]: 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-08T11:59:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:40.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:40.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:41.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:41.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:41 smithi094 ceph-mon[112176]: 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-08T11:59:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:41 smithi003 ceph-mon[96088]: 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-08T11:59:42.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:42.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:43.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:43.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:44.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:43 smithi094 ceph-mon[112176]: 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-08T11:59:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:43 smithi003 ceph-mon[96088]: 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-08T11:59:44.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:44.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:45.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:45.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:46.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:45 smithi094 ceph-mon[112176]: 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-08T11:59:46.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:45 smithi003 ceph-mon[96088]: 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-08T11:59:46.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:46.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:47.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:47.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:48.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:47 smithi094 ceph-mon[112176]: 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-08T11:59:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:47 smithi003 ceph-mon[96088]: 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-08T11:59:48.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:48.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:49.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:49.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:49 smithi094 ceph-mon[112176]: 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-08T11:59:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:49 smithi003 ceph-mon[96088]: 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-08T11:59:50.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:50.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:51 smithi094 ceph-mon[112176]: 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-08T11:59:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:51 smithi003 ceph-mon[96088]: 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-08T11:59:52.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:52.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:53.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:53.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:53 smithi094 ceph-mon[112176]: 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-08T11:59:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:53 smithi003 ceph-mon[96088]: 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-08T11:59:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:54.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:54.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:55.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:55.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:56.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:55 smithi094 ceph-mon[112176]: 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-08T11:59:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:55 smithi003 ceph-mon[96088]: 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-08T11:59:56.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:56.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:57.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:57.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:58.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:57 smithi094 ceph-mon[112176]: 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-08T11:59:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:57 smithi003 ceph-mon[96088]: 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-08T11:59:58.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:58.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:59.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T11:59:59.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 11:59:59 smithi094 ceph-mon[112176]: 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-08T12:00:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 11:59:59 smithi003 ceph-mon[96088]: 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-08T12:00:00.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:00.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:01.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T12:00:01.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T12:00:01.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:01.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:01 smithi003 ceph-mon[96088]: 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-08T12:00:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:01 smithi094 ceph-mon[112176]: 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-08T12:00:02.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:02.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:03.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:03.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:03 smithi003 ceph-mon[96088]: 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-08T12:00:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:03 smithi094 ceph-mon[112176]: 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-08T12:00:04.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:04.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:05.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:05.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:05 smithi003 ceph-mon[96088]: 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-08T12:00:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:05 smithi094 ceph-mon[112176]: 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-08T12:00:06.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:06.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:07.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:07.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:07 smithi003 ceph-mon[96088]: 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-08T12:00:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:07 smithi094 ceph-mon[112176]: 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-08T12:00:08.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:08.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:09.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:09.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:09 smithi003 ceph-mon[96088]: 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-08T12:00:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:09 smithi094 ceph-mon[112176]: 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-08T12:00:10.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:10.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:11.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:11.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:11 smithi003 ceph-mon[96088]: 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-08T12:00:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:11 smithi094 ceph-mon[112176]: 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-08T12:00:12.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:12.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:13.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:13.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:13 smithi003 ceph-mon[96088]: 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-08T12:00:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:13 smithi094 ceph-mon[112176]: 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-08T12:00:14.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:14.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:15.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:15.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:15 smithi003 ceph-mon[96088]: 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-08T12:00:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:15 smithi094 ceph-mon[112176]: 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-08T12:00:16.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:16.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:17.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:17.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:17 smithi003 ceph-mon[96088]: 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-08T12:00:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:17 smithi094 ceph-mon[112176]: 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-08T12:00:18.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:18.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:19.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:19.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:20.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:19 smithi094 ceph-mon[112176]: 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-08T12:00:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:19 smithi003 ceph-mon[96088]: 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-08T12:00:20.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:20.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:21.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:21.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:21 smithi003 ceph-mon[96088]: 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-08T12:00:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:21 smithi094 ceph-mon[112176]: 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-08T12:00:22.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:22.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:23.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:23.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:23 smithi003 ceph-mon[96088]: 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-08T12:00:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:23 smithi094 ceph-mon[112176]: 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-08T12:00:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:24.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:24.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:25.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:25.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:26.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:25 smithi003 ceph-mon[96088]: 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-08T12:00:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:25 smithi094 ceph-mon[112176]: 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-08T12:00:26.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:26.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:27.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:27.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:27 smithi003 ceph-mon[96088]: 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-08T12:00:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:27 smithi094 ceph-mon[112176]: 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-08T12:00:28.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:28.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:29.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:29.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:30.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:29 smithi094 ceph-mon[112176]: 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-08T12:00:30.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:29 smithi003 ceph-mon[96088]: 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-08T12:00:30.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:30.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:31.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:31.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:32.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:31 smithi003 ceph-mon[96088]: 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-08T12:00:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:31 smithi094 ceph-mon[112176]: 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-08T12:00:32.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:32.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:33.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:33.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:34.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:33 smithi003 ceph-mon[96088]: 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-08T12:00:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:33 smithi094 ceph-mon[112176]: 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-08T12:00:34.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:34.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:35.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:35.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:35 smithi003 ceph-mon[96088]: 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-08T12:00:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:35 smithi094 ceph-mon[112176]: 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-08T12:00:36.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:36.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:37.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:37.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: 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-08T12:00:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:00:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:00:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:00:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:00:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:00:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:00:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:00:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:00:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: 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-08T12:00:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:00:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:00:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:00:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:00:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:00:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:00:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:00:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:00:38.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:38.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:39.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:39.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:39 smithi094 ceph-mon[112176]: 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-08T12:00:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:39 smithi003 ceph-mon[96088]: 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-08T12:00:40.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:40.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:41.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:41.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:41 smithi094 ceph-mon[112176]: 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-08T12:00:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:41 smithi003 ceph-mon[96088]: 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-08T12:00:42.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:42.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:43.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:43.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:43 smithi094 ceph-mon[112176]: 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-08T12:00:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:43 smithi003 ceph-mon[96088]: 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-08T12:00:44.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:44.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:45.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:45.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:45 smithi094 ceph-mon[112176]: 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-08T12:00:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:45 smithi003 ceph-mon[96088]: 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-08T12:00:46.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:46.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:47.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:47.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:48 smithi003 ceph-mon[96088]: 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-08T12:00:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:48 smithi094 ceph-mon[112176]: 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-08T12:00:48.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:48.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:49.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:49.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:50 smithi094 ceph-mon[112176]: 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-08T12:00:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:50 smithi003 ceph-mon[96088]: 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-08T12:00:50.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:50.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:51.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:51.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:52 smithi094 ceph-mon[112176]: 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-08T12:00:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:52 smithi003 ceph-mon[96088]: 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-08T12:00:52.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:52.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:53.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:53.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:54 smithi094 ceph-mon[112176]: 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-08T12:00:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:54 smithi003 ceph-mon[96088]: 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-08T12:00:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:54.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:54.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:55.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:55.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:56 smithi094 ceph-mon[112176]: 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-08T12:00:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:56 smithi003 ceph-mon[96088]: 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-08T12:00:56.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:56.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:57.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:57.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:00:58 smithi003 ceph-mon[96088]: 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-08T12:00:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:00:58 smithi094 ceph-mon[112176]: 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-08T12:00:58.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:58.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:59.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:00:59.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:00.312 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:00 smithi003 ceph-mon[96088]: 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-08T12:01:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:00 smithi094 ceph-mon[112176]: 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-08T12:01:00.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:00.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:01.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:01.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:02 smithi094 ceph-mon[112176]: 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-08T12:01:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:02 smithi003 ceph-mon[96088]: 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-08T12:01:02.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:02.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:03.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:03.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:04 smithi094 ceph-mon[112176]: 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-08T12:01:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:04 smithi003 ceph-mon[96088]: 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-08T12:01:04.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:04.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:05.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:05.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:06 smithi094 ceph-mon[112176]: 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-08T12:01:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:06 smithi003 ceph-mon[96088]: 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-08T12:01:06.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:06.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:07.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:07.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:08 smithi003 ceph-mon[96088]: 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-08T12:01:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:08 smithi094 ceph-mon[112176]: 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-08T12:01:08.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:08.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:09.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:09.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:09.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:10 smithi094 ceph-mon[112176]: 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-08T12:01:10.427 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:10 smithi003 ceph-mon[96088]: 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-08T12:01:10.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:10.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:11.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:11.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:12 smithi094 ceph-mon[112176]: 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-08T12:01:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:12 smithi003 ceph-mon[96088]: 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-08T12:01:12.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:12.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:13.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:13.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:14 smithi094 ceph-mon[112176]: 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-08T12:01:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:14 smithi003 ceph-mon[96088]: 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-08T12:01:14.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:14.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:15.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:15.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:16 smithi094 ceph-mon[112176]: 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-08T12:01:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:16 smithi003 ceph-mon[96088]: 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-08T12:01:16.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:16.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:17.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:17.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:18.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:18 smithi003 ceph-mon[96088]: 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-08T12:01:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:18 smithi094 ceph-mon[112176]: 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-08T12:01:18.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:18.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:19.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:19.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:20.370 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:20 smithi094 ceph-mon[112176]: 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-08T12:01:20.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:20 smithi003 ceph-mon[96088]: 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-08T12:01:20.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:20.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:21.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:21.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:22 smithi094 ceph-mon[112176]: 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-08T12:01:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:22 smithi003 ceph-mon[96088]: 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-08T12:01:22.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:22.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:23.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:23.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:24 smithi094 ceph-mon[112176]: 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-08T12:01:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:24 smithi003 ceph-mon[96088]: 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-08T12:01:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:24.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:24.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:25.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:25.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:26 smithi094 ceph-mon[112176]: 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-08T12:01:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:26 smithi003 ceph-mon[96088]: 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-08T12:01:26.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:26.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:27.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:27.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:28 smithi003 ceph-mon[96088]: 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-08T12:01:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:28 smithi094 ceph-mon[112176]: 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-08T12:01:28.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:28.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:29.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:29.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:30 smithi094 ceph-mon[112176]: 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-08T12:01:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:30 smithi003 ceph-mon[96088]: 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-08T12:01:30.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:30.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:31.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:31.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:32 smithi094 ceph-mon[112176]: 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-08T12:01:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:32 smithi003 ceph-mon[96088]: 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-08T12:01:32.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:32.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:33.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:33.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:34 smithi094 ceph-mon[112176]: 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-08T12:01:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:34 smithi003 ceph-mon[96088]: 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-08T12:01:34.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:34.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:35.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:35.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:36 smithi094 ceph-mon[112176]: 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-08T12:01:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:36 smithi003 ceph-mon[96088]: 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-08T12:01:36.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:36.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:37.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:37.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:38 smithi003 ceph-mon[96088]: 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-08T12:01:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:01:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:38 smithi094 ceph-mon[112176]: 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-08T12:01:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:01:38.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:38.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:01:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:01:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:01:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:01:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:01:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:01:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:01:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:01:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:01:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:01:39.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:39.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:40 smithi094 ceph-mon[112176]: 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-08T12:01:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:40 smithi003 ceph-mon[96088]: 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-08T12:01:40.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:40.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:41.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:41.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:42 smithi094 ceph-mon[112176]: 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-08T12:01:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:42 smithi003 ceph-mon[96088]: 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-08T12:01:42.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:42.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:43.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:43.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:44 smithi094 ceph-mon[112176]: 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-08T12:01:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:44 smithi003 ceph-mon[96088]: 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-08T12:01:44.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:44.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:45.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:45.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:46 smithi094 ceph-mon[112176]: 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-08T12:01:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:46 smithi003 ceph-mon[96088]: 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-08T12:01:46.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:46.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:47.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:47.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:48 smithi003 ceph-mon[96088]: 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-08T12:01:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:48 smithi094 ceph-mon[112176]: 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-08T12:01:48.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:48.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:49.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:49.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:50 smithi094 ceph-mon[112176]: 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-08T12:01:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:50 smithi003 ceph-mon[96088]: 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-08T12:01:50.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:50.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:51.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:51.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:52 smithi094 ceph-mon[112176]: 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-08T12:01:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:52 smithi003 ceph-mon[96088]: 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-08T12:01:52.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:52.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:53.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:53.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:54 smithi094 ceph-mon[112176]: 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-08T12:01:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:54 smithi003 ceph-mon[96088]: 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-08T12:01:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:54.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:54.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:55.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:55.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:56.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:56 smithi003 ceph-mon[96088]: 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-08T12:01:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:56 smithi094 ceph-mon[112176]: 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-08T12:01:56.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:56.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:57.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:57.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:01:58 smithi094 ceph-mon[112176]: 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-08T12:01:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:01:58 smithi003 ceph-mon[96088]: 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-08T12:01:58.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:58.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:59.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:01:59.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:00 smithi094 ceph-mon[112176]: 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-08T12:02:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:00 smithi003 ceph-mon[96088]: 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-08T12:02:00.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:00.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:01.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:01.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:02 smithi094 ceph-mon[112176]: 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-08T12:02:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:02 smithi003 ceph-mon[96088]: 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-08T12:02:02.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:02.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:03.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:03.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:04 smithi094 ceph-mon[112176]: 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-08T12:02:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:04 smithi003 ceph-mon[96088]: 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-08T12:02:04.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:04.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:05.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:05.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:06 smithi094 ceph-mon[112176]: 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-08T12:02:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:06 smithi003 ceph-mon[96088]: 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-08T12:02:06.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:06.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:07.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:07.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:08 smithi094 ceph-mon[112176]: 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-08T12:02:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:08 smithi003 ceph-mon[96088]: 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-08T12:02:08.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:08.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:09.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:09.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:10 smithi094 ceph-mon[112176]: 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-08T12:02:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:10 smithi003 ceph-mon[96088]: 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-08T12:02:10.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:10.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:11.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:11.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:12 smithi094 ceph-mon[112176]: 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-08T12:02:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:12 smithi003 ceph-mon[96088]: 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-08T12:02:12.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:12.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:13.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:13.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:14 smithi094 ceph-mon[112176]: 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-08T12:02:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:14 smithi003 ceph-mon[96088]: 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-08T12:02:14.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:14.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:15.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:15.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:16 smithi094 ceph-mon[112176]: 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-08T12:02:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:16 smithi003 ceph-mon[96088]: 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-08T12:02:16.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:16.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:17.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:17.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:18 smithi094 ceph-mon[112176]: 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-08T12:02:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:18 smithi003 ceph-mon[96088]: 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-08T12:02:18.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:18.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:19.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:19.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:20 smithi094 ceph-mon[112176]: 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-08T12:02:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:20 smithi003 ceph-mon[96088]: 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-08T12:02:20.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:20.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:21.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:21.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:22 smithi003 ceph-mon[96088]: 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-08T12:02:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:22 smithi094 ceph-mon[112176]: 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-08T12:02:22.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:22.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:23.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:23.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:24 smithi003 ceph-mon[96088]: 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-08T12:02:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:24 smithi094 ceph-mon[112176]: 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-08T12:02:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:24.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:24.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:25.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:25.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:26 smithi094 ceph-mon[112176]: 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-08T12:02:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:26 smithi003 ceph-mon[96088]: 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-08T12:02:26.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:26.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:27.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:27.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:28 smithi003 ceph-mon[96088]: 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-08T12:02:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:28 smithi094 ceph-mon[112176]: 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-08T12:02:28.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:28.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:29.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:29.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:30 smithi003 ceph-mon[96088]: 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-08T12:02:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:30 smithi094 ceph-mon[112176]: 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-08T12:02:30.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:30.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:31.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:31.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:32 smithi003 ceph-mon[96088]: 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-08T12:02:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:32 smithi094 ceph-mon[112176]: 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-08T12:02:32.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:32.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:33.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:33.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:34 smithi003 ceph-mon[96088]: 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-08T12:02:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:34 smithi094 ceph-mon[112176]: 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-08T12:02:34.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:34.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:35.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:35.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:36 smithi094 ceph-mon[112176]: 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-08T12:02:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:36 smithi003 ceph-mon[96088]: 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-08T12:02:36.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:36.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:37.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:37.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:38 smithi003 ceph-mon[96088]: 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-08T12:02:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:38 smithi094 ceph-mon[112176]: 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-08T12:02:38.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:38.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:02:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:02:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:02:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:02:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:02:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:02:39.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:39.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:40 smithi003 ceph-mon[96088]: 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-08T12:02:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:02:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:02:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:02:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:02:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:02:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:40 smithi094 ceph-mon[112176]: 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-08T12:02:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:02:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:02:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:02:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:02:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:02:40.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:40.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:41.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:41.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:42 smithi003 ceph-mon[96088]: 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-08T12:02:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:42 smithi094 ceph-mon[112176]: 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-08T12:02:42.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:42.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:43.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:43.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:44 smithi003 ceph-mon[96088]: 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-08T12:02:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:44 smithi094 ceph-mon[112176]: 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-08T12:02:44.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:44.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:45.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:45.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:46 smithi003 ceph-mon[96088]: 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-08T12:02:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:46 smithi094 ceph-mon[112176]: 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-08T12:02:46.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:46.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:48.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:48.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:48 smithi003 ceph-mon[96088]: 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-08T12:02:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:48 smithi094 ceph-mon[112176]: 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-08T12:02:49.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:49.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:50.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:50.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:50 smithi003 ceph-mon[96088]: 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-08T12:02:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:50 smithi094 ceph-mon[112176]: 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-08T12:02:51.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:51.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:52.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:52.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:52 smithi003 ceph-mon[96088]: 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-08T12:02:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:52 smithi094 ceph-mon[112176]: 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-08T12:02:53.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:53.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:54.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:54.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:54 smithi003 ceph-mon[96088]: 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-08T12:02:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:54 smithi094 ceph-mon[112176]: 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-08T12:02:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:55.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:55.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:55 smithi003 ceph-mon[96088]: 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-08T12:02:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:55 smithi094 ceph-mon[112176]: 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-08T12:02:56.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:56.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:57.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:57.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:58.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:58.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:57 smithi003 ceph-mon[96088]: 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-08T12:02:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:57 smithi094 ceph-mon[112176]: 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-08T12:02:59.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:02:59.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:00.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:00.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:02:59 smithi003 ceph-mon[96088]: 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-08T12:03:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:02:59 smithi094 ceph-mon[112176]: 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-08T12:03:01.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:01.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:02.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:02.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:01 smithi003 ceph-mon[96088]: 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-08T12:03:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:01 smithi094 ceph-mon[112176]: 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-08T12:03:03.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:03.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:04.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:04.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:03 smithi003 ceph-mon[96088]: 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-08T12:03:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:03 smithi094 ceph-mon[112176]: 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-08T12:03:05.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:05.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:06.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:06.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:05 smithi003 ceph-mon[96088]: 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-08T12:03:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:05 smithi094 ceph-mon[112176]: 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-08T12:03:07.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:07.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:08.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:08.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:07 smithi003 ceph-mon[96088]: 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-08T12:03:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:07 smithi094 ceph-mon[112176]: 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-08T12:03:09.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:09.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:09.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:10.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:10.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:10.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:09 smithi003 ceph-mon[96088]: 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-08T12:03:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:09 smithi094 ceph-mon[112176]: 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-08T12:03:11.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:11.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:12.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:12.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:12.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:11 smithi003 ceph-mon[96088]: 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-08T12:03:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:11 smithi094 ceph-mon[112176]: 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-08T12:03:13.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:13.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:14.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:14.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:13 smithi003 ceph-mon[96088]: 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-08T12:03:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:13 smithi094 ceph-mon[112176]: 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-08T12:03:15.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:15.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:16.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:16.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:16.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:15 smithi003 ceph-mon[96088]: 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-08T12:03:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:15 smithi094 ceph-mon[112176]: 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-08T12:03:17.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:17.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:18.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:18.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:17 smithi003 ceph-mon[96088]: 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-08T12:03:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:17 smithi094 ceph-mon[112176]: 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-08T12:03:19.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:19.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:20.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:20.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:20.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:19 smithi003 ceph-mon[96088]: 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-08T12:03:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:19 smithi094 ceph-mon[112176]: 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-08T12:03:21.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:21.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:22.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:22.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:22.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:21 smithi003 ceph-mon[96088]: 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-08T12:03:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:21 smithi094 ceph-mon[112176]: 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-08T12:03:23.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:23.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:24.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:24.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:23 smithi003 ceph-mon[96088]: 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-08T12:03:24.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:23 smithi094 ceph-mon[112176]: 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-08T12:03:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:25.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:25.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:26.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:26.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:25 smithi094 ceph-mon[112176]: 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-08T12:03:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:25 smithi003 ceph-mon[96088]: 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-08T12:03:27.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:27.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:28.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:28.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:27 smithi003 ceph-mon[96088]: 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-08T12:03:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:27 smithi094 ceph-mon[112176]: 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-08T12:03:29.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:29.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:30.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:30.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:29 smithi094 ceph-mon[112176]: 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-08T12:03:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:29 smithi003 ceph-mon[96088]: 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-08T12:03:31.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:31.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:32.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:32.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:31 smithi094 ceph-mon[112176]: 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-08T12:03:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:31 smithi003 ceph-mon[96088]: 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-08T12:03:33.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:33.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:34.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:34.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:34 smithi094 ceph-mon[112176]: 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-08T12:03:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:34 smithi003 ceph-mon[96088]: 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-08T12:03:35.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:35.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:36.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:36.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:36 smithi094 ceph-mon[112176]: 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-08T12:03:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:36 smithi003 ceph-mon[96088]: 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-08T12:03:37.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:37.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:38.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:38.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:38 smithi003 ceph-mon[96088]: 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-08T12:03:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:38 smithi094 ceph-mon[112176]: 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-08T12:03:39.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:39.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:40.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:40.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:40 smithi094 ceph-mon[112176]: 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-08T12:03:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:03:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:40 smithi003 ceph-mon[96088]: 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-08T12:03:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:03:41.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:41.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:03:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:03:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:03:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:03:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:03:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:03:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:03:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:03:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:03:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:03:42.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:42.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:42 smithi094 ceph-mon[112176]: 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-08T12:03:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:42 smithi003 ceph-mon[96088]: 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-08T12:03:43.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:43.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:44.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:44.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:44 smithi094 ceph-mon[112176]: 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-08T12:03:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:44 smithi003 ceph-mon[96088]: 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-08T12:03:45.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:45.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:46.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:46.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:46 smithi094 ceph-mon[112176]: 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-08T12:03:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:46 smithi003 ceph-mon[96088]: 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-08T12:03:47.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:47.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:48.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:48.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:48 smithi094 ceph-mon[112176]: 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-08T12:03:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:48 smithi003 ceph-mon[96088]: 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-08T12:03:49.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:49.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:50.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:50.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:50 smithi094 ceph-mon[112176]: 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-08T12:03:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:50 smithi003 ceph-mon[96088]: 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-08T12:03:51.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:51.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:52.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:52.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:52 smithi094 ceph-mon[112176]: 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-08T12:03:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:52 smithi003 ceph-mon[96088]: 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-08T12:03:53.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:53.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:54.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:54.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:54 smithi094 ceph-mon[112176]: 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-08T12:03:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:54 smithi003 ceph-mon[96088]: 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-08T12:03:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:55.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:55.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:56.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:56.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:56 smithi094 ceph-mon[112176]: 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-08T12:03:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:56 smithi003 ceph-mon[96088]: 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-08T12:03:57.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:57.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:58.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:58.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:03:58 smithi094 ceph-mon[112176]: 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-08T12:03:58.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:03:58 smithi003 ceph-mon[96088]: 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-08T12:03:59.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:03:59.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:00.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:00.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:00 smithi094 ceph-mon[112176]: 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-08T12:04:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:00 smithi003 ceph-mon[96088]: 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-08T12:04:01.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:01.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:02.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:02.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:02 smithi094 ceph-mon[112176]: 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-08T12:04:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:02 smithi003 ceph-mon[96088]: 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-08T12:04:03.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:03.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:04.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:04.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:04 smithi094 ceph-mon[112176]: 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-08T12:04:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:04 smithi003 ceph-mon[96088]: 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-08T12:04:05.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:05.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:06.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:06.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:06 smithi094 ceph-mon[112176]: 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-08T12:04:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:06 smithi003 ceph-mon[96088]: 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-08T12:04:07.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:07.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:08.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:08.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:08 smithi094 ceph-mon[112176]: 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-08T12:04:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:08 smithi003 ceph-mon[96088]: 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-08T12:04:09.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:09.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:10.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:10.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:10 smithi094 ceph-mon[112176]: 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-08T12:04:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:10 smithi003 ceph-mon[96088]: 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-08T12:04:11.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:11.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:12.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:12.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:12 smithi094 ceph-mon[112176]: 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-08T12:04:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:12 smithi003 ceph-mon[96088]: 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-08T12:04:13.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:13.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:14.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:14.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:14 smithi003 ceph-mon[96088]: 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-08T12:04:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:14 smithi094 ceph-mon[112176]: 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-08T12:04:15.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:15.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:16.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:16.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:16 smithi003 ceph-mon[96088]: 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-08T12:04:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:16 smithi094 ceph-mon[112176]: 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-08T12:04:17.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:17.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:18.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:18.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:18 smithi003 ceph-mon[96088]: 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-08T12:04:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:18 smithi094 ceph-mon[112176]: 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-08T12:04:19.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:19.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:20.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:20.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:20 smithi003 ceph-mon[96088]: 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-08T12:04:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:20 smithi094 ceph-mon[112176]: 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-08T12:04:21.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:21.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:22.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:22.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:22 smithi003 ceph-mon[96088]: 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-08T12:04:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:22 smithi094 ceph-mon[112176]: 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-08T12:04:23.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:23.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:24.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:24.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:24 smithi003 ceph-mon[96088]: 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-08T12:04:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:24 smithi094 ceph-mon[112176]: 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-08T12:04:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:25.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:25.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:26.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:26.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:26 smithi003 ceph-mon[96088]: 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-08T12:04:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:26 smithi094 ceph-mon[112176]: 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-08T12:04:27.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:27.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:28.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:28.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:28 smithi003 ceph-mon[96088]: 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-08T12:04:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:28 smithi094 ceph-mon[112176]: 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-08T12:04:29.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:29.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:30.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:30.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:30 smithi003 ceph-mon[96088]: 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-08T12:04:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:30 smithi094 ceph-mon[112176]: 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-08T12:04:31.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:31.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:32.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:32.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:32 smithi003 ceph-mon[96088]: 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-08T12:04:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:32 smithi094 ceph-mon[112176]: 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-08T12:04:33.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:33.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:34.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:34.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:34 smithi003 ceph-mon[96088]: 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-08T12:04:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:34 smithi094 ceph-mon[112176]: 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-08T12:04:35.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:35.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:36.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:36.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:36 smithi003 ceph-mon[96088]: 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-08T12:04:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:36 smithi094 ceph-mon[112176]: 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-08T12:04:37.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:37.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:38.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:38.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:38 smithi003 ceph-mon[96088]: 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-08T12:04:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:38 smithi094 ceph-mon[112176]: 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-08T12:04:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:39.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:40.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:40.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:40 smithi003 ceph-mon[96088]: 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-08T12:04:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:40 smithi094 ceph-mon[112176]: 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-08T12:04:41.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:41.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:04:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:04:41.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:04:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:04:41.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:04:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:04:42.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:42.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:42 smithi003 ceph-mon[96088]: 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-08T12:04:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:42 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1453M 2023-10-08T12:04:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:42 smithi094 ceph-mon[112176]: 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-08T12:04:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:42 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1453M 2023-10-08T12:04:43.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:43.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:44.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:44.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:44 smithi003 ceph-mon[96088]: 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-08T12:04:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:44 smithi094 ceph-mon[112176]: 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-08T12:04:45.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:45.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:46.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:46.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:46 smithi094 ceph-mon[112176]: 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-08T12:04:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:46 smithi003 ceph-mon[96088]: 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-08T12:04:47.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:47.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:48.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:48.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:48 smithi094 ceph-mon[112176]: 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-08T12:04:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:48 smithi003 ceph-mon[96088]: 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-08T12:04:49.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:49.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:50.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:50.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:50 smithi094 ceph-mon[112176]: 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-08T12:04:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:50 smithi003 ceph-mon[96088]: 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-08T12:04:51.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:51.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:52.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:52.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:52.575 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:52 smithi094 ceph-mon[112176]: 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-08T12:04:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:52 smithi003 ceph-mon[96088]: 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-08T12:04:53.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:53.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:53 smithi094 ceph-mon[112176]: 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-08T12:04:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:53 smithi003 ceph-mon[96088]: 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-08T12:04:54.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:54.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:55.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:55.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:55 smithi094 ceph-mon[112176]: 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-08T12:04:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:55 smithi003 ceph-mon[96088]: 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-08T12:04:56.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:56.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:57.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:57.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:58.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:58.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:57 smithi003 ceph-mon[96088]: 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-08T12:04:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:57 smithi094 ceph-mon[112176]: 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-08T12:04:59.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:04:59.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:00.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:00.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:04:59 smithi003 ceph-mon[96088]: 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-08T12:05:00.419 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:04:59 smithi094 ceph-mon[112176]: 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-08T12:05:01.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:01.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:02.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:02.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:02.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:01 smithi003 ceph-mon[96088]: 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-08T12:05:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:01 smithi094 ceph-mon[112176]: 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-08T12:05:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:04.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:04.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:04.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:03 smithi003 ceph-mon[96088]: 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-08T12:05:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:03 smithi094 ceph-mon[112176]: 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-08T12:05:05.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:05.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:06.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:06.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:06.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:05 smithi003 ceph-mon[96088]: 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-08T12:05:06.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:05 smithi094 ceph-mon[112176]: 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-08T12:05:07.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:07.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:08.118 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:07 smithi003 ceph-mon[96088]: 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-08T12:05:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:07 smithi094 ceph-mon[112176]: 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-08T12:05:08.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:08.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:09.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:09.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:10.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:10.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:09 smithi094 ceph-mon[112176]: 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-08T12:05:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:09 smithi003 ceph-mon[96088]: 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-08T12:05:11.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:11.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:12.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:12.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:11 smithi094 ceph-mon[112176]: 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-08T12:05:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:11 smithi003 ceph-mon[96088]: 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-08T12:05:13.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:13.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:14.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:14.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:13 smithi094 ceph-mon[112176]: 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-08T12:05:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:13 smithi003 ceph-mon[96088]: 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-08T12:05:15.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:15.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:16.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:16.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:15 smithi094 ceph-mon[112176]: 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-08T12:05:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:15 smithi003 ceph-mon[96088]: 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-08T12:05:17.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:17.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:18.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:18 smithi094 ceph-mon[112176]: 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-08T12:05:18.232 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:18 smithi003 ceph-mon[96088]: 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-08T12:05:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:19.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:19.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:20.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:20.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:20 smithi094 ceph-mon[112176]: 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-08T12:05:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:20 smithi003 ceph-mon[96088]: 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-08T12:05:21.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:21.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:22.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:22.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:22 smithi094 ceph-mon[112176]: 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-08T12:05:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:22 smithi003 ceph-mon[96088]: 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-08T12:05:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:23.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:24 smithi094 ceph-mon[112176]: 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-08T12:05:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:24 smithi003 ceph-mon[96088]: 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-08T12:05:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:25.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:25.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:26.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:26.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:26 smithi094 ceph-mon[112176]: 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-08T12:05:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:26 smithi003 ceph-mon[96088]: 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-08T12:05:27.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:27.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:28 smithi003 ceph-mon[96088]: 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-08T12:05:28.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:28.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:28 smithi094 ceph-mon[112176]: 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-08T12:05:29.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:29.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:30.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:30.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:30 smithi094 ceph-mon[112176]: 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-08T12:05:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:30 smithi003 ceph-mon[96088]: 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-08T12:05:31.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:31.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:32.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:32.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:32 smithi094 ceph-mon[112176]: 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-08T12:05:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:32 smithi003 ceph-mon[96088]: 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-08T12:05:33.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:33.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:34.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:34.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:34.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:34 smithi094 ceph-mon[112176]: 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-08T12:05:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:34 smithi003 ceph-mon[96088]: 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-08T12:05:35.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:35.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:36.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:36.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:36 smithi094 ceph-mon[112176]: 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-08T12:05:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:36 smithi003 ceph-mon[96088]: 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-08T12:05:37.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:37.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:38 smithi003 ceph-mon[96088]: 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-08T12:05:38.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:38.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:38 smithi094 ceph-mon[112176]: 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-08T12:05:39.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:39.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:40.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:40.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:40 smithi094 ceph-mon[112176]: 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-08T12:05:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:40 smithi003 ceph-mon[96088]: 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-08T12:05:41.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:41.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:41.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:05:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:05:42.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:42.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:42 smithi094 ceph-mon[112176]: 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-08T12:05:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:05:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:05:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:05:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:05:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:05:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:42 smithi003 ceph-mon[96088]: 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-08T12:05:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:05:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:05:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:05:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:05:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:05:43.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:43.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:44.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:44.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:44 smithi094 ceph-mon[112176]: 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-08T12:05:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:44 smithi003 ceph-mon[96088]: 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-08T12:05:45.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:45.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:46.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:46.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:46 smithi094 ceph-mon[112176]: 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-08T12:05:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:46 smithi003 ceph-mon[96088]: 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-08T12:05:47.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:47.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:48 smithi003 ceph-mon[96088]: 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-08T12:05:48.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:48.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:48 smithi094 ceph-mon[112176]: 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-08T12:05:49.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:49.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:50.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:50.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:50 smithi094 ceph-mon[112176]: 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-08T12:05:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:50 smithi003 ceph-mon[96088]: 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-08T12:05:51.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:51.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:52.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:52.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:52 smithi094 ceph-mon[112176]: 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-08T12:05:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:52 smithi003 ceph-mon[96088]: 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-08T12:05:53.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:53.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:54.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:54.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:54 smithi094 ceph-mon[112176]: 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-08T12:05:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:54 smithi003 ceph-mon[96088]: 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-08T12:05:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:55.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:55.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:56.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:56.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:56 smithi094 ceph-mon[112176]: 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-08T12:05:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:56 smithi003 ceph-mon[96088]: 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-08T12:05:57.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:57.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:05:58 smithi003 ceph-mon[96088]: 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-08T12:05:58.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:58.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:05:58 smithi094 ceph-mon[112176]: 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-08T12:05:59.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:05:59.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:00.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:00.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:00 smithi094 ceph-mon[112176]: 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-08T12:06:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:00 smithi003 ceph-mon[96088]: 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-08T12:06:01.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:01.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:02.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:02.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:02 smithi094 ceph-mon[112176]: 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-08T12:06:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:02 smithi003 ceph-mon[96088]: 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-08T12:06:03.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:03.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:04.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:04.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:04 smithi094 ceph-mon[112176]: 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-08T12:06:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:04 smithi003 ceph-mon[96088]: 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-08T12:06:05.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:05.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:06.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:06.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:06 smithi094 ceph-mon[112176]: 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-08T12:06:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:06 smithi003 ceph-mon[96088]: 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-08T12:06:07.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:07.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:08 smithi003 ceph-mon[96088]: 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-08T12:06:08.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:08.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:08.365 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:08 smithi094 ceph-mon[112176]: 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-08T12:06:09.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:09.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:09.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:10.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:10.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:10 smithi094 ceph-mon[112176]: 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-08T12:06:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:10 smithi003 ceph-mon[96088]: 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-08T12:06:11.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:11.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:12.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:12.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:12 smithi094 ceph-mon[112176]: 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-08T12:06:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:12 smithi003 ceph-mon[96088]: 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-08T12:06:13.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:13.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:14.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:14 smithi003 ceph-mon[96088]: 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-08T12:06:14.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:14.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:14 smithi094 ceph-mon[112176]: 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-08T12:06:15.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:15.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:16.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:16.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:16 smithi094 ceph-mon[112176]: 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-08T12:06:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:16 smithi003 ceph-mon[96088]: 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-08T12:06:17.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:17.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:18 smithi003 ceph-mon[96088]: 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-08T12:06:18.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:18.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:18 smithi094 ceph-mon[112176]: 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-08T12:06:19.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:19.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:20.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:20.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:20 smithi094 ceph-mon[112176]: 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-08T12:06:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:20 smithi003 ceph-mon[96088]: 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-08T12:06:21.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:21.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:22.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:22.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:22 smithi094 ceph-mon[112176]: 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-08T12:06:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:22 smithi003 ceph-mon[96088]: 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-08T12:06:23.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:23.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:24 smithi003 ceph-mon[96088]: 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-08T12:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:24.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:24.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:24 smithi094 ceph-mon[112176]: 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-08T12:06:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:25.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:25.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:26.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:26.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:26 smithi094 ceph-mon[112176]: 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-08T12:06:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:26 smithi003 ceph-mon[96088]: 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-08T12:06:27.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:27.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:28.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:28.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:28 smithi094 ceph-mon[112176]: 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-08T12:06:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:28 smithi003 ceph-mon[96088]: 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-08T12:06:29.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:29.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:30.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:30.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:30 smithi094 ceph-mon[112176]: 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-08T12:06:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:30 smithi003 ceph-mon[96088]: 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-08T12:06:31.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:31.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:32.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:32.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:32 smithi094 ceph-mon[112176]: 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-08T12:06:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:32 smithi003 ceph-mon[96088]: 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-08T12:06:33.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:33.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:34.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:34.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:34 smithi094 ceph-mon[112176]: 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-08T12:06:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:34 smithi003 ceph-mon[96088]: 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-08T12:06:35.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:35.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:36.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:36.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:36 smithi094 ceph-mon[112176]: 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-08T12:06:36.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:36 smithi003 ceph-mon[96088]: 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-08T12:06:37.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:37.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:38.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:38.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:38 smithi094 ceph-mon[112176]: 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-08T12:06:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:38 smithi003 ceph-mon[96088]: 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-08T12:06:39.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:39.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:40.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:40.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:40 smithi094 ceph-mon[112176]: 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-08T12:06:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:40 smithi003 ceph-mon[96088]: 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-08T12:06:41.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:41.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:42.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:42.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:42 smithi094 ceph-mon[112176]: 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-08T12:06:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:06:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:06:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:06:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:06:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:06:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:06:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:42 smithi003 ceph-mon[96088]: 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-08T12:06:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:06:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:06:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:06:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:06:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:06:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:06:43.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:43.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:44.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:44.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:44 smithi094 ceph-mon[112176]: 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-08T12:06:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:44 smithi003 ceph-mon[96088]: 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-08T12:06:45.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:45.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:46.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:46.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:46 smithi094 ceph-mon[112176]: 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-08T12:06:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:46 smithi003 ceph-mon[96088]: 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-08T12:06:47.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:47.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:48.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:48.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:48 smithi094 ceph-mon[112176]: 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-08T12:06:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:48 smithi003 ceph-mon[96088]: 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-08T12:06:49.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:49.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:50.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:50.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:50 smithi094 ceph-mon[112176]: 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-08T12:06:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:50 smithi003 ceph-mon[96088]: 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-08T12:06:51.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:51.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:52.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:52.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:52 smithi094 ceph-mon[112176]: 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-08T12:06:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:52 smithi003 ceph-mon[96088]: 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-08T12:06:53.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:53.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:54.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:54.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:54 smithi003 ceph-mon[96088]: 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-08T12:06:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:54 smithi094 ceph-mon[112176]: 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-08T12:06:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:55.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:55.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:56.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:56.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:56 smithi003 ceph-mon[96088]: 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-08T12:06:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:56 smithi094 ceph-mon[112176]: 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-08T12:06:57.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:57.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:58.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:58.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:06:58 smithi003 ceph-mon[96088]: 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-08T12:06:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:06:58 smithi094 ceph-mon[112176]: 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-08T12:06:59.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:06:59.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:00.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:00.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:00 smithi003 ceph-mon[96088]: 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-08T12:07:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:00 smithi094 ceph-mon[112176]: 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-08T12:07:01.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:01.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:02.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:02.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:02 smithi003 ceph-mon[96088]: 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-08T12:07:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:02 smithi094 ceph-mon[112176]: 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-08T12:07:03.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:03.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:04 smithi094 ceph-mon[112176]: 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-08T12:07:04.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:04.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:04.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:04 smithi003 ceph-mon[96088]: 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-08T12:07:05.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:05.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:06.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:06.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:06 smithi003 ceph-mon[96088]: 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-08T12:07:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:06 smithi094 ceph-mon[112176]: 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-08T12:07:07.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:07.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:08.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:08.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:08 smithi003 ceph-mon[96088]: 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-08T12:07:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:08 smithi094 ceph-mon[112176]: 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-08T12:07:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:09.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:09.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:10.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:10.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:10 smithi003 ceph-mon[96088]: 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-08T12:07:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:10 smithi094 ceph-mon[112176]: 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-08T12:07:11.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:11.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:12.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:12.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:12 smithi003 ceph-mon[96088]: 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-08T12:07:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:12 smithi094 ceph-mon[112176]: 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-08T12:07:13.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:13.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:14 smithi094 ceph-mon[112176]: 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-08T12:07:14.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:14.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:14 smithi003 ceph-mon[96088]: 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-08T12:07:15.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:15.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:16.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:16.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:16 smithi003 ceph-mon[96088]: 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-08T12:07:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:16 smithi094 ceph-mon[112176]: 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-08T12:07:17.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:17.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:18.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:18.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:18 smithi003 ceph-mon[96088]: 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-08T12:07:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:18 smithi094 ceph-mon[112176]: 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-08T12:07:19.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:19.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:20.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:20.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:20 smithi003 ceph-mon[96088]: 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-08T12:07:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:20 smithi094 ceph-mon[112176]: 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-08T12:07:21.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:21.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:22.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:22.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:22 smithi003 ceph-mon[96088]: 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-08T12:07:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:22 smithi094 ceph-mon[112176]: 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-08T12:07:23.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:23.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:24 smithi094 ceph-mon[112176]: 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-08T12:07:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:24.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:24.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:24 smithi003 ceph-mon[96088]: 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-08T12:07:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:25.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:25.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:26.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:26.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:26 smithi003 ceph-mon[96088]: 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-08T12:07:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:26 smithi094 ceph-mon[112176]: 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-08T12:07:27.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:27.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:28.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:28.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:28 smithi003 ceph-mon[96088]: 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-08T12:07:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:28 smithi094 ceph-mon[112176]: 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-08T12:07:29.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:29.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:30.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:30.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:30 smithi003 ceph-mon[96088]: 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-08T12:07:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:30 smithi094 ceph-mon[112176]: 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-08T12:07:31.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:31.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:32.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:32.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:32 smithi003 ceph-mon[96088]: 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-08T12:07:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:32 smithi094 ceph-mon[112176]: 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-08T12:07:33.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:33.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:34.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:34.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:34 smithi003 ceph-mon[96088]: 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-08T12:07:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:34 smithi094 ceph-mon[112176]: 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-08T12:07:35.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:35.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:36.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:36.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:36 smithi094 ceph-mon[112176]: 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-08T12:07:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:36 smithi003 ceph-mon[96088]: 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-08T12:07:37.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:37.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:38.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:38.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:38 smithi094 ceph-mon[112176]: 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-08T12:07:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:38 smithi003 ceph-mon[96088]: 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-08T12:07:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:40.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:40.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:40 smithi094 ceph-mon[112176]: 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-08T12:07:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:40 smithi003 ceph-mon[96088]: 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-08T12:07:41.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:41.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:42.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:42.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:42 smithi094 ceph-mon[112176]: 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-08T12:07:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:07:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:42 smithi003 ceph-mon[96088]: 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-08T12:07:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:07:43.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:43.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:44.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:44.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:44 smithi094 ceph-mon[112176]: 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-08T12:07:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:44 smithi003 ceph-mon[96088]: 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-08T12:07:45.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:45.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:46 smithi094 ceph-mon[112176]: 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-08T12:07:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:07:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:07:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:07:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:07:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:07:46.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:07:46.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:07:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:46 smithi003 ceph-mon[96088]: 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-08T12:07:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:07:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:07:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:07:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:07:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:07:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:07:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:07:46.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:46.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:47.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:47.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:48 smithi003 ceph-mon[96088]: 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-08T12:07:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:48 smithi094 ceph-mon[112176]: 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-08T12:07:48.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:48.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:49.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:49.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:50.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:50 smithi003 ceph-mon[96088]: 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-08T12:07:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:50 smithi094 ceph-mon[112176]: 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-08T12:07:50.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:50.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:51.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:51.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:52 smithi094 ceph-mon[112176]: 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-08T12:07:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:52 smithi003 ceph-mon[96088]: 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-08T12:07:52.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:52.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:53.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:53.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:54 smithi094 ceph-mon[112176]: 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-08T12:07:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:54 smithi003 ceph-mon[96088]: 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-08T12:07:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:54.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:54.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:55.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:55.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:56 smithi094 ceph-mon[112176]: 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-08T12:07:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:56 smithi003 ceph-mon[96088]: 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-08T12:07:56.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:56.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:57.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:57.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:07:58 smithi003 ceph-mon[96088]: 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-08T12:07:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:07:58 smithi094 ceph-mon[112176]: 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-08T12:07:58.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:58.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:59.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:07:59.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:00 smithi094 ceph-mon[112176]: 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-08T12:08:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:00 smithi003 ceph-mon[96088]: 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-08T12:08:00.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:00.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:01.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:01.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:02 smithi094 ceph-mon[112176]: 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-08T12:08:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:02 smithi003 ceph-mon[96088]: 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-08T12:08:02.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:02.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:03.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:03.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:04 smithi094 ceph-mon[112176]: 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-08T12:08:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:04 smithi003 ceph-mon[96088]: 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-08T12:08:04.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:04.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:05.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:05.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:06 smithi094 ceph-mon[112176]: 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-08T12:08:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:06 smithi003 ceph-mon[96088]: 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-08T12:08:06.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:06.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:07.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:07.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:08 smithi003 ceph-mon[96088]: 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-08T12:08:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:08 smithi094 ceph-mon[112176]: 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-08T12:08:08.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:08.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:09.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:09.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:10 smithi094 ceph-mon[112176]: 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-08T12:08:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:10 smithi003 ceph-mon[96088]: 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-08T12:08:10.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:10.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:11.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:11.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:12 smithi094 ceph-mon[112176]: 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-08T12:08:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:12 smithi003 ceph-mon[96088]: 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-08T12:08:12.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:12.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:13.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:13.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:14 smithi094 ceph-mon[112176]: 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-08T12:08:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:14 smithi003 ceph-mon[96088]: 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-08T12:08:14.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:14.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:15.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:15.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:16 smithi094 ceph-mon[112176]: 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-08T12:08:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:16 smithi003 ceph-mon[96088]: 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-08T12:08:16.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:16.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:17.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:17.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:18 smithi003 ceph-mon[96088]: 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-08T12:08:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:18 smithi094 ceph-mon[112176]: 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-08T12:08:18.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:18.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:19.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:19.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:20 smithi094 ceph-mon[112176]: 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-08T12:08:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:20 smithi003 ceph-mon[96088]: 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-08T12:08:20.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:20.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:21.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:21.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:22 smithi094 ceph-mon[112176]: 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-08T12:08:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:22 smithi003 ceph-mon[96088]: 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-08T12:08:22.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:22.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:23.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:23.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:24 smithi094 ceph-mon[112176]: 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-08T12:08:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:24 smithi003 ceph-mon[96088]: 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-08T12:08:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:24.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:24.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:25.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:25.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:26 smithi094 ceph-mon[112176]: 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-08T12:08:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:26 smithi003 ceph-mon[96088]: 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-08T12:08:26.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:26.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:27.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:27.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:28 smithi003 ceph-mon[96088]: 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-08T12:08:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:28 smithi094 ceph-mon[112176]: 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-08T12:08:28.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:28.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:29.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:29.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:30.408 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:30 smithi003 ceph-mon[96088]: 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-08T12:08:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:30 smithi094 ceph-mon[112176]: 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-08T12:08:30.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:30.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:31.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:31.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:32 smithi094 ceph-mon[112176]: 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-08T12:08:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:32 smithi003 ceph-mon[96088]: 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-08T12:08:32.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:32.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:33.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:33.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:34 smithi094 ceph-mon[112176]: 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-08T12:08:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:34 smithi003 ceph-mon[96088]: 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-08T12:08:34.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:34.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:35.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:35.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:36 smithi094 ceph-mon[112176]: 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-08T12:08:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:36 smithi003 ceph-mon[96088]: 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-08T12:08:36.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:36.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:37.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:37.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:38 smithi094 ceph-mon[112176]: 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-08T12:08:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:38 smithi003 ceph-mon[96088]: 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-08T12:08:38.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:38.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:39.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:39.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:40 smithi094 ceph-mon[112176]: 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-08T12:08:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:40 smithi003 ceph-mon[96088]: 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-08T12:08:40.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:40.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:41.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:41.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:42 smithi094 ceph-mon[112176]: 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-08T12:08:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:42 smithi003 ceph-mon[96088]: 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-08T12:08:42.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:42.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:43.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:43.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:44 smithi094 ceph-mon[112176]: 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-08T12:08:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:44 smithi003 ceph-mon[96088]: 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-08T12:08:44.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:44.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:45.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:45.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:46 smithi094 ceph-mon[112176]: 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-08T12:08:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:08:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:08:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:08:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:08:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:08:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:08:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:46 smithi003 ceph-mon[96088]: 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-08T12:08:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:08:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:08:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:08:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:08:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:08:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:08:46.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:46.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:47.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:47.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:48 smithi094 ceph-mon[112176]: 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-08T12:08:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:48 smithi003 ceph-mon[96088]: 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-08T12:08:48.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:48.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:49.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:49.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:50 smithi094 ceph-mon[112176]: 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-08T12:08:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:50 smithi003 ceph-mon[96088]: 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-08T12:08:50.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:50.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:51.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:51.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:52 smithi094 ceph-mon[112176]: 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-08T12:08:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:52 smithi003 ceph-mon[96088]: 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-08T12:08:52.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:52.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:53.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:53.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:54 smithi094 ceph-mon[112176]: 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-08T12:08:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:54 smithi003 ceph-mon[96088]: 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-08T12:08:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:54.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:54.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:55.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:55.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:56 smithi094 ceph-mon[112176]: 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-08T12:08:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:56 smithi003 ceph-mon[96088]: 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-08T12:08:56.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:56.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:57.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:57.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:08:58 smithi094 ceph-mon[112176]: 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-08T12:08:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:08:58 smithi003 ceph-mon[96088]: 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-08T12:08:58.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:58.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:59.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:08:59.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:00.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:00 smithi094 ceph-mon[112176]: 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-08T12:09:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:00 smithi003 ceph-mon[96088]: 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-08T12:09:00.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:00.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:01.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:01.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:02 smithi094 ceph-mon[112176]: 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-08T12:09:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:02 smithi003 ceph-mon[96088]: 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-08T12:09:02.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:02.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:03.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:03.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:04 smithi003 ceph-mon[96088]: 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-08T12:09:04.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:04.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:04 smithi094 ceph-mon[112176]: 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-08T12:09:05.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:05.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:06 smithi003 ceph-mon[96088]: 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-08T12:09:06.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:06.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:06 smithi094 ceph-mon[112176]: 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-08T12:09:07.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:07.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:08 smithi003 ceph-mon[96088]: 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-08T12:09:08.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:08.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:08 smithi094 ceph-mon[112176]: 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-08T12:09:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:09.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:09.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:10 smithi003 ceph-mon[96088]: 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-08T12:09:10.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:10.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:10 smithi094 ceph-mon[112176]: 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-08T12:09:11.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:11.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:12 smithi003 ceph-mon[96088]: 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-08T12:09:12.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:12.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:12 smithi094 ceph-mon[112176]: 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-08T12:09:13.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:13.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:14 smithi003 ceph-mon[96088]: 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-08T12:09:14.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:14.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:14 smithi094 ceph-mon[112176]: 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-08T12:09:15.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:15.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:16 smithi003 ceph-mon[96088]: 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-08T12:09:16.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:16.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:16 smithi094 ceph-mon[112176]: 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-08T12:09:17.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:17.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:18 smithi003 ceph-mon[96088]: 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-08T12:09:18.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:18.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:18 smithi094 ceph-mon[112176]: 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-08T12:09:19.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:19.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:20 smithi003 ceph-mon[96088]: 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-08T12:09:20.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:20.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:20 smithi094 ceph-mon[112176]: 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-08T12:09:21.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:21.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:22 smithi003 ceph-mon[96088]: 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-08T12:09:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:22 smithi094 ceph-mon[112176]: 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-08T12:09:22.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:22.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:23.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:23.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:24 smithi003 ceph-mon[96088]: 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-08T12:09:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:24 smithi094 ceph-mon[112176]: 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-08T12:09:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:24.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:24.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:25.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:25.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:26 smithi003 ceph-mon[96088]: 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-08T12:09:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:26 smithi094 ceph-mon[112176]: 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-08T12:09:26.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:26.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:27.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:27.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:28 smithi003 ceph-mon[96088]: 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-08T12:09:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:28 smithi094 ceph-mon[112176]: 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-08T12:09:28.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:28.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:29.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:29.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:30 smithi003 ceph-mon[96088]: 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-08T12:09:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:30 smithi094 ceph-mon[112176]: 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-08T12:09:30.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:30.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:31.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:31.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:32 smithi003 ceph-mon[96088]: 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-08T12:09:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:32 smithi094 ceph-mon[112176]: 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-08T12:09:32.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:32.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:33.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:33.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:34 smithi003 ceph-mon[96088]: 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-08T12:09:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:34 smithi094 ceph-mon[112176]: 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-08T12:09:34.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:34.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:35.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:35.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:36 smithi003 ceph-mon[96088]: 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-08T12:09:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:36 smithi094 ceph-mon[112176]: 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-08T12:09:36.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:36.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:37.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:37.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:38 smithi003 ceph-mon[96088]: 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-08T12:09:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:38 smithi094 ceph-mon[112176]: 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-08T12:09:38.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:38.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:39.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:39.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:40.558 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:40 smithi094 ceph-mon[112176]: 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-08T12:09:40.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:40.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:40 smithi003 ceph-mon[96088]: 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-08T12:09:41.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:41.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:42 smithi094 ceph-mon[112176]: 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-08T12:09:42.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:42.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:42 smithi003 ceph-mon[96088]: 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-08T12:09:43.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:43.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:44 smithi094 ceph-mon[112176]: 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-08T12:09:44.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:44.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:44 smithi003 ceph-mon[96088]: 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-08T12:09:45.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:45.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:46 smithi094 ceph-mon[112176]: 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-08T12:09:46.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:46.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:46 smithi003 ceph-mon[96088]: 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-08T12:09:47.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:09:47.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:47.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:47.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:09:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:48 smithi094 ceph-mon[112176]: 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-08T12:09:48.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:48.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:48 smithi003 ceph-mon[96088]: 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-08T12:09:49.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:49.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:50.662 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:50 smithi094 ceph-mon[112176]: 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-08T12:09:50.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:50.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:50 smithi003 ceph-mon[96088]: 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-08T12:09:51.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:51.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:52 smithi094 ceph-mon[112176]: 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-08T12:09:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:09:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:09:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:09:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:09:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:09:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:09:52.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:09:52.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:52.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:52 smithi003 ceph-mon[96088]: 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-08T12:09:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:09:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:09:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:09:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:09:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:09:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:09:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:09:53.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:53.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:54 smithi094 ceph-mon[112176]: 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-08T12:09:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:54.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:54.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:54 smithi003 ceph-mon[96088]: 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-08T12:09:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:55.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:55.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:56 smithi094 ceph-mon[112176]: 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-08T12:09:56.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:56.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:56 smithi003 ceph-mon[96088]: 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-08T12:09:57.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:57.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:09:58 smithi094 ceph-mon[112176]: 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-08T12:09:58.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:58.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:09:58 smithi003 ceph-mon[96088]: 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-08T12:09:59.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:09:59.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:00 smithi094 ceph-mon[112176]: 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-08T12:10:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T12:10:00.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:00.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:00 smithi003 ceph-mon[96088]: 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-08T12:10:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T12:10:01.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:01.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:02 smithi094 ceph-mon[112176]: 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-08T12:10:02.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:02.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:02.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:02 smithi003 ceph-mon[96088]: 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-08T12:10:03.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:03.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:04 smithi094 ceph-mon[112176]: 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-08T12:10:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:04 smithi003 ceph-mon[96088]: 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-08T12:10:04.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:04.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:05.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:05.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:06 smithi094 ceph-mon[112176]: 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-08T12:10:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:06 smithi003 ceph-mon[96088]: 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-08T12:10:06.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:06.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:07.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:07.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:08.671 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:08 smithi094 ceph-mon[112176]: 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-08T12:10:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:08 smithi003 ceph-mon[96088]: 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-08T12:10:08.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:08.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:09.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:09.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:10 smithi094 ceph-mon[112176]: 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-08T12:10:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:10 smithi003 ceph-mon[96088]: 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-08T12:10:10.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:10.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:11.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:11.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:12 smithi094 ceph-mon[112176]: 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-08T12:10:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:12 smithi003 ceph-mon[96088]: 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-08T12:10:12.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:12.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:13.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:13.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:14 smithi094 ceph-mon[112176]: 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-08T12:10:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:14 smithi003 ceph-mon[96088]: 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-08T12:10:14.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:14.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:15 smithi094 ceph-mon[112176]: 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-08T12:10:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:15 smithi003 ceph-mon[96088]: 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-08T12:10:15.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:15.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:16.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:16.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:17.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:17.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:18 smithi003 ceph-mon[96088]: 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-08T12:10:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:18 smithi094 ceph-mon[112176]: 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-08T12:10:18.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:18.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:19.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:19.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:20 smithi094 ceph-mon[112176]: 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-08T12:10:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:20 smithi003 ceph-mon[96088]: 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-08T12:10:20.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:20.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:21.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:21.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:22 smithi094 ceph-mon[112176]: 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-08T12:10:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:22 smithi003 ceph-mon[96088]: 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-08T12:10:22.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:22.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:23.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:23.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:24 smithi094 ceph-mon[112176]: 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-08T12:10:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:24 smithi003 ceph-mon[96088]: 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-08T12:10:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:24.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:24.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:25.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:25.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:26 smithi094 ceph-mon[112176]: 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-08T12:10:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:26 smithi003 ceph-mon[96088]: 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-08T12:10:26.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:26.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:27.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:27.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:28 smithi003 ceph-mon[96088]: 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-08T12:10:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:28 smithi094 ceph-mon[112176]: 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-08T12:10:28.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:28.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:29.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:29.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:30 smithi094 ceph-mon[112176]: 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-08T12:10:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:30 smithi003 ceph-mon[96088]: 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-08T12:10:30.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:30.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:31.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:31.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:32 smithi094 ceph-mon[112176]: 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-08T12:10:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:32 smithi003 ceph-mon[96088]: 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-08T12:10:32.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:32.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:33.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:33.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:34 smithi094 ceph-mon[112176]: 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-08T12:10:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:34 smithi003 ceph-mon[96088]: 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-08T12:10:34.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:34.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:35.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:35.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:36 smithi094 ceph-mon[112176]: 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-08T12:10:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:36 smithi003 ceph-mon[96088]: 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-08T12:10:36.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:36.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:37.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:37.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:38.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:38 smithi003 ceph-mon[96088]: 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-08T12:10:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:38 smithi094 ceph-mon[112176]: 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-08T12:10:38.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:38.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:39.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:39.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:40 smithi094 ceph-mon[112176]: 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-08T12:10:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:40 smithi003 ceph-mon[96088]: 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-08T12:10:40.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:40.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:41.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:41.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:42.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:42 smithi003 ceph-mon[96088]: 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-08T12:10:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:42 smithi094 ceph-mon[112176]: 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-08T12:10:42.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:42.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:43.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:43.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:44 smithi094 ceph-mon[112176]: 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-08T12:10:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:44 smithi003 ceph-mon[96088]: 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-08T12:10:44.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:44.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:45.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:45.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:46 smithi094 ceph-mon[112176]: 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-08T12:10:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:46 smithi003 ceph-mon[96088]: 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-08T12:10:46.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:46.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:47.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:47.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:48 smithi003 ceph-mon[96088]: 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-08T12:10:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:48 smithi094 ceph-mon[112176]: 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-08T12:10:48.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:48.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:49.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:49.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:50 smithi094 ceph-mon[112176]: 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-08T12:10:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:50 smithi003 ceph-mon[96088]: 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-08T12:10:50.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:50.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:51.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:51.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:52 smithi094 ceph-mon[112176]: 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-08T12:10:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:10:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:52 smithi003 ceph-mon[96088]: 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-08T12:10:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:10:52.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:52.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:10:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:10:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:53 smithi094 ceph-mon[112176]: 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-08T12:10:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:10:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:10:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:10:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:10:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:10:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:10:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:10:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:53 smithi003 ceph-mon[96088]: 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-08T12:10:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:10:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:10:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:10:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:10:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:10:53.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:53.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:54.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:54.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:55 smithi094 ceph-mon[112176]: 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-08T12:10:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:55 smithi003 ceph-mon[96088]: 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-08T12:10:55.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:55.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:56.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:56.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:57.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:57.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:10:58 smithi003 ceph-mon[96088]: 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-08T12:10:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:10:58 smithi094 ceph-mon[112176]: 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-08T12:10:58.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:58.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:59.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:10:59.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:00 smithi094 ceph-mon[112176]: 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-08T12:11:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:00 smithi003 ceph-mon[96088]: 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-08T12:11:00.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:00.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:01.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:01.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:02 smithi094 ceph-mon[112176]: 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-08T12:11:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:02 smithi003 ceph-mon[96088]: 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-08T12:11:02.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:02.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:03.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:03.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:04 smithi094 ceph-mon[112176]: 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-08T12:11:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:04 smithi003 ceph-mon[96088]: 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-08T12:11:04.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:04.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:05.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:05.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:06 smithi094 ceph-mon[112176]: 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-08T12:11:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:06 smithi003 ceph-mon[96088]: 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-08T12:11:06.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:06.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:07.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:07.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:08.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:08 smithi003 ceph-mon[96088]: 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-08T12:11:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:08 smithi094 ceph-mon[112176]: 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-08T12:11:08.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:08.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:09.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:09.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:10 smithi094 ceph-mon[112176]: 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-08T12:11:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:10 smithi003 ceph-mon[96088]: 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-08T12:11:10.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:10.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:11.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:11.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:12 smithi094 ceph-mon[112176]: 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-08T12:11:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:12 smithi003 ceph-mon[96088]: 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-08T12:11:12.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:12.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:13.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:13.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:14 smithi094 ceph-mon[112176]: 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-08T12:11:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:14 smithi003 ceph-mon[96088]: 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-08T12:11:14.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:14.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:15.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:15.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:16 smithi094 ceph-mon[112176]: 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-08T12:11:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:16 smithi003 ceph-mon[96088]: 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-08T12:11:16.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:16.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:17.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:17.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:18.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:18 smithi003 ceph-mon[96088]: 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-08T12:11:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:18 smithi094 ceph-mon[112176]: 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-08T12:11:18.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:18.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:19.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:19.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:20 smithi094 ceph-mon[112176]: 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-08T12:11:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:20 smithi003 ceph-mon[96088]: 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-08T12:11:20.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:20.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:21.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:21.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:22.366 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:22 smithi003 ceph-mon[96088]: 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-08T12:11:22.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:22 smithi094 ceph-mon[112176]: 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-08T12:11:22.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:22.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:23.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:23.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:24 smithi094 ceph-mon[112176]: 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-08T12:11:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:24 smithi003 ceph-mon[96088]: 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-08T12:11:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:24.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:24.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:25.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:25.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:26 smithi094 ceph-mon[112176]: 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-08T12:11:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:26 smithi003 ceph-mon[96088]: 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-08T12:11:26.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:26.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:27.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:27.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:28.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:28 smithi003 ceph-mon[96088]: 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-08T12:11:28.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:28 smithi094 ceph-mon[112176]: 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-08T12:11:28.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:28.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:29.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:29.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:30.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:30 smithi094 ceph-mon[112176]: 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-08T12:11:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:30 smithi003 ceph-mon[96088]: 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-08T12:11:30.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:30.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:31.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:31.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:32 smithi094 ceph-mon[112176]: 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-08T12:11:32.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:32 smithi003 ceph-mon[96088]: 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-08T12:11:32.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:32.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:33.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:33.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:34 smithi094 ceph-mon[112176]: 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-08T12:11:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:34 smithi003 ceph-mon[96088]: 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-08T12:11:34.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:34.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:35.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:35.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:36 smithi094 ceph-mon[112176]: 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-08T12:11:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:36 smithi003 ceph-mon[96088]: 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-08T12:11:36.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:36.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:37.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:37.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:38 smithi094 ceph-mon[112176]: 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-08T12:11:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:38 smithi003 ceph-mon[96088]: 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-08T12:11:38.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:38.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:39.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:39.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:40 smithi094 ceph-mon[112176]: 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-08T12:11:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:40 smithi003 ceph-mon[96088]: 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-08T12:11:40.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:40.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:41.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:41.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:42 smithi094 ceph-mon[112176]: 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-08T12:11:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:42 smithi003 ceph-mon[96088]: 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-08T12:11:42.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:42.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:43.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:43.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:44 smithi094 ceph-mon[112176]: 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-08T12:11:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:44 smithi003 ceph-mon[96088]: 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-08T12:11:44.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:44.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:45.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:45.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:46 smithi094 ceph-mon[112176]: 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-08T12:11:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:46 smithi003 ceph-mon[96088]: 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-08T12:11:46.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:46.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:47.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:47.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:48 smithi094 ceph-mon[112176]: 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-08T12:11:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:48 smithi003 ceph-mon[96088]: 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-08T12:11:48.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:48.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:49.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:49.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:50 smithi094 ceph-mon[112176]: 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-08T12:11:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:50 smithi003 ceph-mon[96088]: 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-08T12:11:50.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:50.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:51.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:51.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:52.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:52 smithi094 ceph-mon[112176]: 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-08T12:11:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:52 smithi003 ceph-mon[96088]: 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-08T12:11:52.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:52.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:53.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:11:53.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:11:53.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:53.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:54 smithi094 ceph-mon[112176]: 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-08T12:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:11:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:11:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:54 smithi003 ceph-mon[96088]: 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-08T12:11:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:11:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:11:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:11:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:11:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:11:54.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:54.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:55.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:55.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:56 smithi094 ceph-mon[112176]: 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-08T12:11:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:56 smithi003 ceph-mon[96088]: 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-08T12:11:56.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:56.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:57.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:57.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:11:58 smithi094 ceph-mon[112176]: 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-08T12:11:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:11:58 smithi003 ceph-mon[96088]: 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-08T12:11:58.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:58.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:59.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:11:59.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:00 smithi094 ceph-mon[112176]: 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-08T12:12:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:00 smithi003 ceph-mon[96088]: 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-08T12:12:00.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:00.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:01.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:01.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:02 smithi094 ceph-mon[112176]: 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-08T12:12:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:02 smithi003 ceph-mon[96088]: 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-08T12:12:02.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:02.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:03.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:03.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:04 smithi003 ceph-mon[96088]: 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-08T12:12:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:04 smithi094 ceph-mon[112176]: 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-08T12:12:04.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:04.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:05.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:05.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:06 smithi003 ceph-mon[96088]: 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-08T12:12:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:06 smithi094 ceph-mon[112176]: 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-08T12:12:06.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:06.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:07.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:07.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:08 smithi003 ceph-mon[96088]: 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-08T12:12:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:08 smithi094 ceph-mon[112176]: 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-08T12:12:08.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:08.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:09.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:09.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:10 smithi003 ceph-mon[96088]: 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-08T12:12:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:10 smithi094 ceph-mon[112176]: 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-08T12:12:10.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:10.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:11.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:11.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:12 smithi094 ceph-mon[112176]: 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-08T12:12:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:12 smithi003 ceph-mon[96088]: 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-08T12:12:12.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:12.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:13.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:13.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:14 smithi003 ceph-mon[96088]: 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-08T12:12:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:14 smithi094 ceph-mon[112176]: 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-08T12:12:14.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:14.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:15.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:15.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:16 smithi003 ceph-mon[96088]: 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-08T12:12:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:16 smithi094 ceph-mon[112176]: 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-08T12:12:16.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:16.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:17.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:17.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:18 smithi003 ceph-mon[96088]: 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-08T12:12:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:18 smithi094 ceph-mon[112176]: 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-08T12:12:18.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:18.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:19.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:19.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:20 smithi003 ceph-mon[96088]: 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-08T12:12:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:20 smithi094 ceph-mon[112176]: 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-08T12:12:20.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:20.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:21.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:21.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:22 smithi003 ceph-mon[96088]: 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-08T12:12:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:22 smithi094 ceph-mon[112176]: 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-08T12:12:22.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:22.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:23.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:23.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:24 smithi003 ceph-mon[96088]: 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-08T12:12:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:24 smithi094 ceph-mon[112176]: 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-08T12:12:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:24.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:24.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:25.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:25.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:26 smithi003 ceph-mon[96088]: 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-08T12:12:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:26 smithi094 ceph-mon[112176]: 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-08T12:12:26.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:26.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:27.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:27.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:28 smithi003 ceph-mon[96088]: 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-08T12:12:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:28 smithi094 ceph-mon[112176]: 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-08T12:12:28.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:28.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:29.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:29.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:30 smithi003 ceph-mon[96088]: 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-08T12:12:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:30 smithi094 ceph-mon[112176]: 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-08T12:12:30.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:30.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:31.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:31.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:32 smithi003 ceph-mon[96088]: 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-08T12:12:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:32 smithi094 ceph-mon[112176]: 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-08T12:12:32.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:32.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:33.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:33.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:34 smithi003 ceph-mon[96088]: 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-08T12:12:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:34 smithi094 ceph-mon[112176]: 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-08T12:12:34.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:34.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:35.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:35.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:36 smithi003 ceph-mon[96088]: 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-08T12:12:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:36 smithi094 ceph-mon[112176]: 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-08T12:12:36.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:36.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:37.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:37.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:38 smithi003 ceph-mon[96088]: 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-08T12:12:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:38 smithi094 ceph-mon[112176]: 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-08T12:12:38.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:38.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:39.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:39.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:40 smithi003 ceph-mon[96088]: 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-08T12:12:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:40 smithi094 ceph-mon[112176]: 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-08T12:12:40.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:40.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:41.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:41.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:42 smithi003 ceph-mon[96088]: 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-08T12:12:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:42 smithi094 ceph-mon[112176]: 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-08T12:12:43.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:43.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:44.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:44.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:44 smithi003 ceph-mon[96088]: 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-08T12:12:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:44 smithi094 ceph-mon[112176]: 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-08T12:12:45.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:45.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:46.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:46.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:46 smithi094 ceph-mon[112176]: 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-08T12:12:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:46 smithi003 ceph-mon[96088]: 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-08T12:12:47.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:47.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:48.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:48.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:48 smithi094 ceph-mon[112176]: 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-08T12:12:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:48 smithi003 ceph-mon[96088]: 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-08T12:12:49.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:49.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:50.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:50.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:50 smithi094 ceph-mon[112176]: 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-08T12:12:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:50 smithi003 ceph-mon[96088]: 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-08T12:12:51.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:51.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:52.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:52.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:52.540 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:52 smithi094 ceph-mon[112176]: 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-08T12:12:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:52 smithi003 ceph-mon[96088]: 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-08T12:12:53.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:53.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:54.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:54.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:54 smithi094 ceph-mon[112176]: 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-08T12:12:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:12:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:12:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:12:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:54 smithi003 ceph-mon[96088]: 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-08T12:12:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:12:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:12:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:12:55.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:55.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:55.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:12:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:12:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:12:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:12:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:12:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:12:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:12:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:12:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:12:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:12:56.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:56.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:56 smithi094 ceph-mon[112176]: 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-08T12:12:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:56 smithi003 ceph-mon[96088]: 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-08T12:12:57.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:57.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:58.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:58.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:12:58 smithi094 ceph-mon[112176]: 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-08T12:12:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:12:58 smithi003 ceph-mon[96088]: 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-08T12:12:59.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:12:59.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:00.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:00.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:00 smithi094 ceph-mon[112176]: 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-08T12:13:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:00 smithi003 ceph-mon[96088]: 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-08T12:13:01.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:01.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:02.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:02.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:02.644 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:02 smithi094 ceph-mon[112176]: 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-08T12:13:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:02 smithi003 ceph-mon[96088]: 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-08T12:13:03.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:03.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:04.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:04.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:04 smithi094 ceph-mon[112176]: 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-08T12:13:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:04 smithi003 ceph-mon[96088]: 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-08T12:13:05.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:05.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:06.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:06.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:06 smithi094 ceph-mon[112176]: 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-08T12:13:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:06 smithi003 ceph-mon[96088]: 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-08T12:13:07.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:07.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:08.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:08.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:08.568 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:08 smithi003 ceph-mon[96088]: 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-08T12:13:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:08 smithi094 ceph-mon[112176]: 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-08T12:13:09.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:09.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:10.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:10.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:10 smithi094 ceph-mon[112176]: 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-08T12:13:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:10 smithi003 ceph-mon[96088]: 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-08T12:13:11.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:11.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:12.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:12.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:12 smithi094 ceph-mon[112176]: 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-08T12:13:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:12 smithi003 ceph-mon[96088]: 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-08T12:13:13.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:13.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:14.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:14.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:14 smithi094 ceph-mon[112176]: 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-08T12:13:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:14 smithi003 ceph-mon[96088]: 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-08T12:13:15.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:15.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:16.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:16.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:16 smithi094 ceph-mon[112176]: 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-08T12:13:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:16 smithi003 ceph-mon[96088]: 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-08T12:13:17.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:17.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:18.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:18.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:18 smithi094 ceph-mon[112176]: 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-08T12:13:18.683 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:18 smithi003 ceph-mon[96088]: 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-08T12:13:19.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:19.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:20.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:20.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:20 smithi094 ceph-mon[112176]: 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-08T12:13:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:20 smithi003 ceph-mon[96088]: 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-08T12:13:21.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:21.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:22.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:22.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:22 smithi094 ceph-mon[112176]: 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-08T12:13:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:22 smithi003 ceph-mon[96088]: 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-08T12:13:23.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:23.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:24.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:24.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:24 smithi094 ceph-mon[112176]: 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-08T12:13:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:24 smithi003 ceph-mon[96088]: 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-08T12:13:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:25.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:25.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:26.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:26.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:26 smithi094 ceph-mon[112176]: 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-08T12:13:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:26 smithi003 ceph-mon[96088]: 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-08T12:13:27.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:27.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:28.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:28.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:28 smithi094 ceph-mon[112176]: 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-08T12:13:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:28 smithi003 ceph-mon[96088]: 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-08T12:13:29.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:29.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:30.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:30.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:30 smithi094 ceph-mon[112176]: 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-08T12:13:30.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:30 smithi003 ceph-mon[96088]: 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-08T12:13:31.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:31.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:32.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:32.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:32 smithi094 ceph-mon[112176]: 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-08T12:13:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:32 smithi003 ceph-mon[96088]: 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-08T12:13:33.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:33.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:34.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:34.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:34 smithi094 ceph-mon[112176]: 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-08T12:13:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:34 smithi003 ceph-mon[96088]: 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-08T12:13:35.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:35.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:36.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:36.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:36 smithi094 ceph-mon[112176]: 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-08T12:13:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:36 smithi003 ceph-mon[96088]: 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-08T12:13:37.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:37.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:38.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:38.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:38 smithi094 ceph-mon[112176]: 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-08T12:13:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:38 smithi003 ceph-mon[96088]: 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-08T12:13:39.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:39.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:40.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:40.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:40 smithi094 ceph-mon[112176]: 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-08T12:13:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:40 smithi003 ceph-mon[96088]: 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-08T12:13:41.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:41.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:42.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:42.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:42 smithi094 ceph-mon[112176]: 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-08T12:13:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:42 smithi003 ceph-mon[96088]: 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-08T12:13:43.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:43.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:43 smithi094 ceph-mon[112176]: 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-08T12:13:43.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:43 smithi003 ceph-mon[96088]: 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-08T12:13:44.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:44.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:45.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:45.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:45.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:45 smithi094 ceph-mon[112176]: 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-08T12:13:45.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:45 smithi003 ceph-mon[96088]: 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-08T12:13:46.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:46.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:47.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:47.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:48.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:48.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:48.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:48 smithi003 ceph-mon[96088]: 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-08T12:13:48.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:48 smithi094 ceph-mon[112176]: 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-08T12:13:49.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:49.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:50.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:50.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:50 smithi094 ceph-mon[112176]: 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-08T12:13:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:50 smithi003 ceph-mon[96088]: 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-08T12:13:51.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:51.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:52.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:52.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:52.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:52 smithi094 ceph-mon[112176]: 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-08T12:13:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:52 smithi003 ceph-mon[96088]: 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-08T12:13:53.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:53.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:54.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:54.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:54 smithi094 ceph-mon[112176]: 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-08T12:13:54.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:54 smithi003 ceph-mon[96088]: 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-08T12:13:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:55.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:55.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:55.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:13:55.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:13:56.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:56.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:56 smithi094 ceph-mon[112176]: 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-08T12:13:56.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:13:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:13:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:13:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:13:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:13:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:56 smithi003 ceph-mon[96088]: 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-08T12:13:56.524 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:13:56.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:13:56.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:13:56.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:13:56.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:13:57.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:57.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:58.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:58.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:58.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:13:58 smithi003 ceph-mon[96088]: 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-08T12:13:58.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:13:58 smithi094 ceph-mon[112176]: 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-08T12:13:59.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:13:59.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:00.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:00.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:00 smithi094 ceph-mon[112176]: 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-08T12:14:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:00 smithi003 ceph-mon[96088]: 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-08T12:14:01.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:01.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:02.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:02.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:02 smithi094 ceph-mon[112176]: 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-08T12:14:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:02 smithi003 ceph-mon[96088]: 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-08T12:14:03.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:03.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:04.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:04.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:04.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:04 smithi094 ceph-mon[112176]: 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-08T12:14:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:04 smithi003 ceph-mon[96088]: 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-08T12:14:05.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:05.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:06.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:06.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:06 smithi094 ceph-mon[112176]: 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-08T12:14:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:06 smithi003 ceph-mon[96088]: 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-08T12:14:07.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:07.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:08.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:08.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:08.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:08 smithi094 ceph-mon[112176]: 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-08T12:14:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:08 smithi003 ceph-mon[96088]: 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-08T12:14:09.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:09.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:10.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:10.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:10.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:10 smithi094 ceph-mon[112176]: 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-08T12:14:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:10 smithi003 ceph-mon[96088]: 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-08T12:14:11.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:11.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:12.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:12.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:12.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:12 smithi094 ceph-mon[112176]: 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-08T12:14:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:12 smithi003 ceph-mon[96088]: 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-08T12:14:13.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:13.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:14.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:14.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:14.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:14 smithi094 ceph-mon[112176]: 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-08T12:14:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:14 smithi003 ceph-mon[96088]: 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-08T12:14:15.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:15.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:16.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:16.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:16.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:16 smithi094 ceph-mon[112176]: 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-08T12:14:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:16 smithi003 ceph-mon[96088]: 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-08T12:14:17.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:17.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:18.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:18.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:18.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:18 smithi094 ceph-mon[112176]: 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-08T12:14:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:18 smithi003 ceph-mon[96088]: 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-08T12:14:19.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:19.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:20.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:20.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:20 smithi094 ceph-mon[112176]: 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-08T12:14:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:20 smithi003 ceph-mon[96088]: 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-08T12:14:21.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:21.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:22.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:22.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:22 smithi094 ceph-mon[112176]: 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-08T12:14:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:22 smithi003 ceph-mon[96088]: 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-08T12:14:23.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:23.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:24.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:24.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:24 smithi094 ceph-mon[112176]: 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-08T12:14:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:24.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:24 smithi003 ceph-mon[96088]: 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-08T12:14:24.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:25.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:25.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:26.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:26.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:26.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:26 smithi094 ceph-mon[112176]: 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-08T12:14:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:26 smithi003 ceph-mon[96088]: 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-08T12:14:27.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:27.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:28.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:28.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:28.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:28 smithi003 ceph-mon[96088]: 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-08T12:14:28.533 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:28 smithi094 ceph-mon[112176]: 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-08T12:14:29.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:29.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:30.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:30.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:30 smithi003 ceph-mon[96088]: 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-08T12:14:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:30 smithi094 ceph-mon[112176]: 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-08T12:14:31.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:31.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:32.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:32.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:32 smithi003 ceph-mon[96088]: 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-08T12:14:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:32 smithi094 ceph-mon[112176]: 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-08T12:14:33.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:33.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:34.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:34.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:34 smithi003 ceph-mon[96088]: 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-08T12:14:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:34 smithi094 ceph-mon[112176]: 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-08T12:14:35.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:35.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:36.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:36.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:36.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:36 smithi003 ceph-mon[96088]: 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-08T12:14:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:36 smithi094 ceph-mon[112176]: 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-08T12:14:37.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:37.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:38.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:38.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:38.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:38 smithi003 ceph-mon[96088]: 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-08T12:14:38.638 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:38 smithi094 ceph-mon[112176]: 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-08T12:14:39.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:39.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:40.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:40.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:40.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:40 smithi003 ceph-mon[96088]: 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-08T12:14:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:40 smithi094 ceph-mon[112176]: 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-08T12:14:41.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:41.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:42.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:42.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:42 smithi003 ceph-mon[96088]: 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-08T12:14:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:42 smithi094 ceph-mon[112176]: 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-08T12:14:43.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:43.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:44.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:44.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:44 smithi003 ceph-mon[96088]: 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-08T12:14:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:44 smithi094 ceph-mon[112176]: 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-08T12:14:45.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:45.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:46.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:46.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:46 smithi003 ceph-mon[96088]: 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-08T12:14:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:46 smithi094 ceph-mon[112176]: 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-08T12:14:47.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:47.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:48.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:48.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:48 smithi003 ceph-mon[96088]: 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-08T12:14:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:48 smithi094 ceph-mon[112176]: 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-08T12:14:49.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:49.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:50.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:50.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:50 smithi003 ceph-mon[96088]: 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-08T12:14:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:50 smithi094 ceph-mon[112176]: 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-08T12:14:51.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:51.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:52.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:52.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:52 smithi003 ceph-mon[96088]: 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-08T12:14:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:52 smithi094 ceph-mon[112176]: 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-08T12:14:53.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:53.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:54.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:54.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:54 smithi003 ceph-mon[96088]: 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-08T12:14:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:54 smithi094 ceph-mon[112176]: 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-08T12:14:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:55.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:55.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:56.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:56.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:56 smithi003 ceph-mon[96088]: 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-08T12:14:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:14:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:14:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:14:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:14:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:14:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:56 smithi094 ceph-mon[112176]: 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-08T12:14:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:14:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:14:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:14:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:14:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:14:57.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:57.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:58.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:58.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:14:58 smithi003 ceph-mon[96088]: 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-08T12:14:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:14:58 smithi094 ceph-mon[112176]: 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-08T12:14:59.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:14:59.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:00.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:00.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: 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-08T12:15:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:15:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:15:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:15:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: 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-08T12:15:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:15:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:15:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:15:00.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:15:01.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:01.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:01 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1446M 2023-10-08T12:15:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:01 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1446M 2023-10-08T12:15:02.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:02.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:02 smithi003 ceph-mon[96088]: 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-08T12:15:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:02 smithi094 ceph-mon[112176]: 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-08T12:15:03.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:03.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:04.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:04.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:04 smithi003 ceph-mon[96088]: 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-08T12:15:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:04 smithi094 ceph-mon[112176]: 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-08T12:15:05.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:05.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:06.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:06.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:06 smithi003 ceph-mon[96088]: 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-08T12:15:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:06 smithi094 ceph-mon[112176]: 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-08T12:15:07.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:07.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:08.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:08.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:08 smithi094 ceph-mon[112176]: 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-08T12:15:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:08 smithi003 ceph-mon[96088]: 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-08T12:15:09.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:09.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:10.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:10.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:10 smithi094 ceph-mon[112176]: 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-08T12:15:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:10 smithi003 ceph-mon[96088]: 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-08T12:15:11.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:11.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:12.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:12.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:12 smithi094 ceph-mon[112176]: 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-08T12:15:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:12 smithi003 ceph-mon[96088]: 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-08T12:15:13.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:13.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:14.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:14.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:14 smithi094 ceph-mon[112176]: 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-08T12:15:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:14 smithi003 ceph-mon[96088]: 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-08T12:15:15.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:15.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:16.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:16.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:16 smithi094 ceph-mon[112176]: 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-08T12:15:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:16 smithi003 ceph-mon[96088]: 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-08T12:15:17.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:17.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:18.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:18.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:18 smithi094 ceph-mon[112176]: 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-08T12:15:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:18 smithi003 ceph-mon[96088]: 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-08T12:15:19.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:19.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:20.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:20.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:20 smithi003 ceph-mon[96088]: 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-08T12:15:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:20 smithi094 ceph-mon[112176]: 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-08T12:15:21.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:21.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:22.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:22.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:22 smithi094 ceph-mon[112176]: 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-08T12:15:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:22 smithi003 ceph-mon[96088]: 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-08T12:15:23.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:23.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:24.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:24.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:24 smithi094 ceph-mon[112176]: 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-08T12:15:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:24 smithi003 ceph-mon[96088]: 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-08T12:15:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:25.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:25.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:26.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:26.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:26 smithi094 ceph-mon[112176]: 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-08T12:15:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:26 smithi003 ceph-mon[96088]: 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-08T12:15:27.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:27.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:28.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:28.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:28 smithi094 ceph-mon[112176]: 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-08T12:15:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:28 smithi003 ceph-mon[96088]: 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-08T12:15:29.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:29.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:30.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:30.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:30 smithi003 ceph-mon[96088]: 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-08T12:15:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:30 smithi094 ceph-mon[112176]: 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-08T12:15:31.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:31.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:32.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:32.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:32 smithi094 ceph-mon[112176]: 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-08T12:15:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:32 smithi003 ceph-mon[96088]: 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-08T12:15:33.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:33.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:34.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:34.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:34 smithi094 ceph-mon[112176]: 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-08T12:15:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:34 smithi003 ceph-mon[96088]: 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-08T12:15:35.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:35.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:36.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:36.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:36 smithi094 ceph-mon[112176]: 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-08T12:15:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:36 smithi003 ceph-mon[96088]: 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-08T12:15:37.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:37.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:38.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:38.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:38 smithi094 ceph-mon[112176]: 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-08T12:15:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:38 smithi003 ceph-mon[96088]: 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-08T12:15:39.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:39.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:40.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:40.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:40 smithi094 ceph-mon[112176]: 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-08T12:15:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:40 smithi003 ceph-mon[96088]: 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-08T12:15:41.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:41.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:42.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:42.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:42 smithi094 ceph-mon[112176]: 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-08T12:15:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:42 smithi003 ceph-mon[96088]: 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-08T12:15:43.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:43.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:44.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:44.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:44 smithi094 ceph-mon[112176]: 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-08T12:15:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:44 smithi003 ceph-mon[96088]: 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-08T12:15:45.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:45.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:46.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:46.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:46 smithi094 ceph-mon[112176]: 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-08T12:15:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:46 smithi003 ceph-mon[96088]: 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-08T12:15:47.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:47.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:48.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:48.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:48 smithi094 ceph-mon[112176]: 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-08T12:15:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:48 smithi003 ceph-mon[96088]: 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-08T12:15:49.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:49.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:50.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:50.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:50 smithi094 ceph-mon[112176]: 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-08T12:15:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:50 smithi003 ceph-mon[96088]: 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-08T12:15:51.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:51.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:52.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:52.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:52 smithi094 ceph-mon[112176]: 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-08T12:15:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:52 smithi003 ceph-mon[96088]: 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-08T12:15:53.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:53.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:54.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:54.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:54 smithi094 ceph-mon[112176]: 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-08T12:15:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:54 smithi003 ceph-mon[96088]: 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-08T12:15:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:55.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:55.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:56.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:56.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:56 smithi094 ceph-mon[112176]: 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-08T12:15:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:56 smithi003 ceph-mon[96088]: 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-08T12:15:57.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:57.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:58.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:58.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:15:58 smithi094 ceph-mon[112176]: 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-08T12:15:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:15:58 smithi003 ceph-mon[96088]: 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-08T12:15:59.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:15:59.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:00.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:00.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:00 smithi094 ceph-mon[112176]: 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-08T12:16:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:16:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:00 smithi003 ceph-mon[96088]: 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-08T12:16:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:16:01.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:01.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:16:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:16:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:16:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:16:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:16:01.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:16:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:16:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:16:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:16:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:16:02.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:02.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:02 smithi094 ceph-mon[112176]: 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-08T12:16:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:02 smithi003 ceph-mon[96088]: 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-08T12:16:03.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:03.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:04.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:04.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:04 smithi094 ceph-mon[112176]: 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-08T12:16:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:04 smithi003 ceph-mon[96088]: 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-08T12:16:05.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:05.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:06.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:06.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:06 smithi094 ceph-mon[112176]: 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-08T12:16:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:06 smithi003 ceph-mon[96088]: 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-08T12:16:07.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:07.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:08.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:08.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:08 smithi094 ceph-mon[112176]: 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-08T12:16:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:08 smithi003 ceph-mon[96088]: 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-08T12:16:09.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:09.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:10.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:10.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:10.631 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:10 smithi003 ceph-mon[96088]: 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-08T12:16:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:10 smithi094 ceph-mon[112176]: 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-08T12:16:11.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:11.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:12.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:12.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:12 smithi094 ceph-mon[112176]: 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-08T12:16:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:12 smithi003 ceph-mon[96088]: 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-08T12:16:13.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:13.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:14.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:14.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:14.614 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:14 smithi094 ceph-mon[112176]: 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-08T12:16:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:14 smithi003 ceph-mon[96088]: 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-08T12:16:15.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:15.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:16.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:16.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:16 smithi094 ceph-mon[112176]: 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-08T12:16:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:16 smithi003 ceph-mon[96088]: 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-08T12:16:17.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:17.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:18.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:18.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:18 smithi094 ceph-mon[112176]: 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-08T12:16:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:18 smithi003 ceph-mon[96088]: 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-08T12:16:19.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:19.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:20.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:20.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:20 smithi094 ceph-mon[112176]: 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-08T12:16:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:20 smithi003 ceph-mon[96088]: 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-08T12:16:21.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:21.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:22.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:22.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:22 smithi094 ceph-mon[112176]: 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-08T12:16:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:22 smithi003 ceph-mon[96088]: 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-08T12:16:23.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:23.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:24.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:24.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:24 smithi094 ceph-mon[112176]: 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-08T12:16:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:24 smithi003 ceph-mon[96088]: 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-08T12:16:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:25.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:25.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:26.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:26.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:26 smithi094 ceph-mon[112176]: 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-08T12:16:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:26 smithi003 ceph-mon[96088]: 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-08T12:16:27.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:27.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:28.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:28.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:28 smithi094 ceph-mon[112176]: 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-08T12:16:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:28 smithi003 ceph-mon[96088]: 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-08T12:16:29.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:29.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:29 smithi003 ceph-mon[96088]: 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-08T12:16:29.769 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:29 smithi094 ceph-mon[112176]: 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-08T12:16:30.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:30.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:31.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:31.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:32.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:32.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:32.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:32 smithi094 ceph-mon[112176]: 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-08T12:16:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:32 smithi003 ceph-mon[96088]: 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-08T12:16:33.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:33.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:34.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:34.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:34 smithi094 ceph-mon[112176]: 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-08T12:16:34.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:34 smithi003 ceph-mon[96088]: 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-08T12:16:35.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:35.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:36.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:36 smithi003 ceph-mon[96088]: 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-08T12:16:36.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:36.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:36 smithi094 ceph-mon[112176]: 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-08T12:16:37.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:37.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:38.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:38.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:38.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:38 smithi094 ceph-mon[112176]: 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-08T12:16:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:38 smithi003 ceph-mon[96088]: 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-08T12:16:39.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:39.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:39.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:39.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:40.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:40.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:40 smithi094 ceph-mon[112176]: 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-08T12:16:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:40 smithi003 ceph-mon[96088]: 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-08T12:16:41.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:41.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:42.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:42.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:42.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:42 smithi094 ceph-mon[112176]: 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-08T12:16:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:42 smithi003 ceph-mon[96088]: 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-08T12:16:43.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:43.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:44.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:44.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:44 smithi094 ceph-mon[112176]: 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-08T12:16:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:44 smithi003 ceph-mon[96088]: 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-08T12:16:45.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:45.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:46.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:46.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:46 smithi094 ceph-mon[112176]: 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-08T12:16:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:46 smithi003 ceph-mon[96088]: 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-08T12:16:47.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:47.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:48.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:48.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:48 smithi094 ceph-mon[112176]: 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-08T12:16:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:48 smithi003 ceph-mon[96088]: 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-08T12:16:49.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:49.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:50.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:50.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:50.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:50 smithi094 ceph-mon[112176]: 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-08T12:16:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:50 smithi003 ceph-mon[96088]: 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-08T12:16:51.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:51.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:52.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:52.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:52.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:52 smithi003 ceph-mon[96088]: 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-08T12:16:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:52 smithi094 ceph-mon[112176]: 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-08T12:16:53.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:53.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:54.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:54.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:54 smithi003 ceph-mon[96088]: 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-08T12:16:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:54 smithi094 ceph-mon[112176]: 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-08T12:16:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:55.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:55.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:56.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:56.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:56.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:56 smithi003 ceph-mon[96088]: 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-08T12:16:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:56 smithi094 ceph-mon[112176]: 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-08T12:16:57.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:57.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:58.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:58.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:16:58 smithi003 ceph-mon[96088]: 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-08T12:16:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:16:58 smithi094 ceph-mon[112176]: 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-08T12:16:59.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:16:59.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:00.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:00 smithi094 ceph-mon[112176]: 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-08T12:17:00.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:00.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:00 smithi003 ceph-mon[96088]: 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-08T12:17:01.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:01.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:01.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:17:01.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:17:02.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:02.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:02 smithi003 ceph-mon[96088]: 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-08T12:17:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:17:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:17:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:17:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:17:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:17:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:02 smithi094 ceph-mon[112176]: 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-08T12:17:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:17:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:17:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:17:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:17:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:17:03.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:03.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:04.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:04.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:04 smithi003 ceph-mon[96088]: 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-08T12:17:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:04 smithi094 ceph-mon[112176]: 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-08T12:17:05.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:05.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:06.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:06.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:06 smithi003 ceph-mon[96088]: 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-08T12:17:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:06 smithi094 ceph-mon[112176]: 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-08T12:17:07.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:07.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:08.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:08.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:08 smithi003 ceph-mon[96088]: 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-08T12:17:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:08 smithi094 ceph-mon[112176]: 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-08T12:17:09.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:09.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:10.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:10.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:10.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:10 smithi003 ceph-mon[96088]: 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-08T12:17:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:10 smithi094 ceph-mon[112176]: 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-08T12:17:11.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:11.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:12.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:12.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:12 smithi003 ceph-mon[96088]: 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-08T12:17:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:12 smithi094 ceph-mon[112176]: 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-08T12:17:13.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:13.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:14.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:14.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:14 smithi003 ceph-mon[96088]: 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-08T12:17:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:14 smithi094 ceph-mon[112176]: 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-08T12:17:15.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:15.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:16.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:16.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:16 smithi003 ceph-mon[96088]: 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-08T12:17:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:16 smithi094 ceph-mon[112176]: 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-08T12:17:17.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:17.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:18.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:18.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:18 smithi003 ceph-mon[96088]: 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-08T12:17:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:18 smithi094 ceph-mon[112176]: 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-08T12:17:19.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:19.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:20.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:20.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:20 smithi003 ceph-mon[96088]: 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-08T12:17:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:20 smithi094 ceph-mon[112176]: 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-08T12:17:21.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:21.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:22.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:22.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:22 smithi003 ceph-mon[96088]: 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-08T12:17:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:22 smithi094 ceph-mon[112176]: 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-08T12:17:23.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:23.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:24.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:24.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:24 smithi003 ceph-mon[96088]: 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-08T12:17:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:24 smithi094 ceph-mon[112176]: 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-08T12:17:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:25.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:25.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:26.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:26.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:26 smithi003 ceph-mon[96088]: 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-08T12:17:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:26 smithi094 ceph-mon[112176]: 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-08T12:17:27.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:27.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:28.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:28.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:28 smithi094 ceph-mon[112176]: 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-08T12:17:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:28 smithi003 ceph-mon[96088]: 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-08T12:17:29.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:29.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:30.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:30.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:30 smithi094 ceph-mon[112176]: 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-08T12:17:30.884 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:30 smithi003 ceph-mon[96088]: 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-08T12:17:31.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:31.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:32.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:32.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:32 smithi094 ceph-mon[112176]: 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-08T12:17:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:32 smithi003 ceph-mon[96088]: 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-08T12:17:33.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:33.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:34.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:34.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:34 smithi094 ceph-mon[112176]: 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-08T12:17:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:34 smithi003 ceph-mon[96088]: 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-08T12:17:35.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:35.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:36.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:36.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:36.600 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:36 smithi003 ceph-mon[96088]: 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-08T12:17:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:36 smithi094 ceph-mon[112176]: 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-08T12:17:37.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:37.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:38.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:38.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:38 smithi094 ceph-mon[112176]: 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-08T12:17:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:38 smithi003 ceph-mon[96088]: 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-08T12:17:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:40.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:40.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:40 smithi094 ceph-mon[112176]: 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-08T12:17:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:40 smithi003 ceph-mon[96088]: 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-08T12:17:41.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:41.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:42.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:42.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:42 smithi094 ceph-mon[112176]: 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-08T12:17:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:42 smithi003 ceph-mon[96088]: 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-08T12:17:43.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:43.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:44.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:44.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:44 smithi094 ceph-mon[112176]: 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-08T12:17:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:44 smithi003 ceph-mon[96088]: 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-08T12:17:45.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:45.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:46.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:46.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:46 smithi094 ceph-mon[112176]: 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-08T12:17:46.715 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:46 smithi003 ceph-mon[96088]: 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-08T12:17:47.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:47.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:48.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:48.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:48 smithi094 ceph-mon[112176]: 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-08T12:17:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:48 smithi003 ceph-mon[96088]: 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-08T12:17:49.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:49.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:50.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:50.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:50.596 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:50 smithi094 ceph-mon[112176]: 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-08T12:17:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:50 smithi003 ceph-mon[96088]: 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-08T12:17:51.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:51.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:52.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:52.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:52 smithi094 ceph-mon[112176]: 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-08T12:17:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:52 smithi003 ceph-mon[96088]: 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-08T12:17:53.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:53.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:54.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:54.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:54 smithi094 ceph-mon[112176]: 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-08T12:17:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:54 smithi003 ceph-mon[96088]: 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-08T12:17:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:55.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:55.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:56.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:56.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:56 smithi094 ceph-mon[112176]: 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-08T12:17:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:56 smithi003 ceph-mon[96088]: 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-08T12:17:57.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:57.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:58.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:58.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:17:58 smithi094 ceph-mon[112176]: 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-08T12:17:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:17:58 smithi003 ceph-mon[96088]: 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-08T12:17:59.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:17:59.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:00.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:00.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:00 smithi094 ceph-mon[112176]: 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-08T12:18:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:00 smithi003 ceph-mon[96088]: 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-08T12:18:01.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:01.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:02.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:02.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:02 smithi094 ceph-mon[112176]: 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-08T12:18:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:18:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:02 smithi003 ceph-mon[96088]: 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-08T12:18:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:18:03.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:03.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:04.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:04.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:04 smithi094 ceph-mon[112176]: 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-08T12:18:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:04 smithi003 ceph-mon[96088]: 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-08T12:18:05.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:05.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:18:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:18:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:18:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:18:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:18:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:18:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:18:05.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:18:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:18:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:18:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:18:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:18:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:18:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:18:06.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:06.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:06 smithi094 ceph-mon[112176]: 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-08T12:18:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:06 smithi003 ceph-mon[96088]: 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-08T12:18:07.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:07.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:08.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:08.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:08 smithi094 ceph-mon[112176]: 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-08T12:18:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:08 smithi003 ceph-mon[96088]: 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-08T12:18:09.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:09.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:10.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:10.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:10 smithi094 ceph-mon[112176]: 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-08T12:18:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:10 smithi003 ceph-mon[96088]: 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-08T12:18:11.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:11.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:12.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:12.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:12 smithi094 ceph-mon[112176]: 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-08T12:18:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:12 smithi003 ceph-mon[96088]: 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-08T12:18:13.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:13.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:14.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:14.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:14 smithi094 ceph-mon[112176]: 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-08T12:18:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:14 smithi003 ceph-mon[96088]: 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-08T12:18:15.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:15.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:16.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:16.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:16 smithi094 ceph-mon[112176]: 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-08T12:18:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:16 smithi003 ceph-mon[96088]: 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-08T12:18:17.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:17.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:18.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:18.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:18 smithi094 ceph-mon[112176]: 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-08T12:18:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:18 smithi003 ceph-mon[96088]: 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-08T12:18:19.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:19.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:20.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:20.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:20 smithi094 ceph-mon[112176]: 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-08T12:18:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:20 smithi003 ceph-mon[96088]: 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-08T12:18:21.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:21.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:22 smithi003 ceph-mon[96088]: 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-08T12:18:22.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:22.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:22 smithi094 ceph-mon[112176]: 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-08T12:18:23.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:23.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:24.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:24.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:24 smithi094 ceph-mon[112176]: 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-08T12:18:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:24 smithi003 ceph-mon[96088]: 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-08T12:18:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:25.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:25.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:26.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:26.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:26 smithi094 ceph-mon[112176]: 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-08T12:18:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:26 smithi003 ceph-mon[96088]: 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-08T12:18:27.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:27.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:28.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:28.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:28 smithi094 ceph-mon[112176]: 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-08T12:18:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:28 smithi003 ceph-mon[96088]: 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-08T12:18:29.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:29.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:30 smithi003 ceph-mon[96088]: 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-08T12:18:30.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:30.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:30 smithi094 ceph-mon[112176]: 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-08T12:18:31.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:31.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:32.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:32.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:32 smithi094 ceph-mon[112176]: 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-08T12:18:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:32 smithi003 ceph-mon[96088]: 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-08T12:18:33.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:33.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:34.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:34.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:34 smithi094 ceph-mon[112176]: 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-08T12:18:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:34 smithi003 ceph-mon[96088]: 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-08T12:18:35.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:35.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:36.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:36.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:36 smithi094 ceph-mon[112176]: 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-08T12:18:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:36 smithi003 ceph-mon[96088]: 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-08T12:18:37.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:37.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:38.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:38.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:38 smithi094 ceph-mon[112176]: 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-08T12:18:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:38 smithi003 ceph-mon[96088]: 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-08T12:18:39.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:39.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:40.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:40.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:40 smithi094 ceph-mon[112176]: 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-08T12:18:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:40 smithi003 ceph-mon[96088]: 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-08T12:18:41.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:41.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:42.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:42.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:42 smithi094 ceph-mon[112176]: 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-08T12:18:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:42 smithi003 ceph-mon[96088]: 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-08T12:18:43.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:43.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:44.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:44.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:44 smithi094 ceph-mon[112176]: 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-08T12:18:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:44 smithi003 ceph-mon[96088]: 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-08T12:18:45.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:45.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:46.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:46.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:46 smithi094 ceph-mon[112176]: 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-08T12:18:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:46 smithi003 ceph-mon[96088]: 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-08T12:18:47.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:47.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:48.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:48.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:48 smithi094 ceph-mon[112176]: 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-08T12:18:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:48 smithi003 ceph-mon[96088]: 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-08T12:18:49.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:49.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:50.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:50.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:50 smithi094 ceph-mon[112176]: 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-08T12:18:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:50 smithi003 ceph-mon[96088]: 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-08T12:18:51.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:51.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:52.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:52.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:52 smithi094 ceph-mon[112176]: 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-08T12:18:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:52 smithi003 ceph-mon[96088]: 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-08T12:18:53.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:53.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:53.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:53 smithi094 ceph-mon[112176]: 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-08T12:18:53.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:53 smithi003 ceph-mon[96088]: 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-08T12:18:54.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:54.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:55.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:55.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:55.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:55 smithi003 ceph-mon[96088]: 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-08T12:18:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:55 smithi094 ceph-mon[112176]: 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-08T12:18:56.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:56.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:57.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:57.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:18:58 smithi003 ceph-mon[96088]: 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-08T12:18:58.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:58.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:18:58 smithi094 ceph-mon[112176]: 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-08T12:18:59.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:18:59.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:00 smithi003 ceph-mon[96088]: 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-08T12:19:00.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:00.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:00 smithi094 ceph-mon[112176]: 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-08T12:19:01.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:01.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:02 smithi003 ceph-mon[96088]: 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-08T12:19:02.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:02.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:02 smithi094 ceph-mon[112176]: 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-08T12:19:03.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:03.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:04 smithi003 ceph-mon[96088]: 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-08T12:19:04.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:04.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:04 smithi094 ceph-mon[112176]: 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-08T12:19:05.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:19:05.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:05.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:05.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:19:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:06 smithi003 ceph-mon[96088]: 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-08T12:19:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:19:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:19:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:19:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:19:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:19:06.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:06.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:06 smithi094 ceph-mon[112176]: 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-08T12:19:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:19:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:19:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:19:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:19:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:19:07.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:07.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:08 smithi003 ceph-mon[96088]: 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-08T12:19:08.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:08.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:08 smithi094 ceph-mon[112176]: 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-08T12:19:09.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:09.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:09.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:10 smithi003 ceph-mon[96088]: 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-08T12:19:10.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:10.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:10 smithi094 ceph-mon[112176]: 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-08T12:19:11.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:11.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:12 smithi003 ceph-mon[96088]: 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-08T12:19:12.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:12.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:12 smithi094 ceph-mon[112176]: 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-08T12:19:13.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:13.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:14 smithi003 ceph-mon[96088]: 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-08T12:19:14.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:14.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:14 smithi094 ceph-mon[112176]: 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-08T12:19:15.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:15.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:16.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:16 smithi003 ceph-mon[96088]: 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-08T12:19:16.489 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:16 smithi094 ceph-mon[112176]: 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-08T12:19:16.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:16.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:17.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:17.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:18.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:18 smithi003 ceph-mon[96088]: 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-08T12:19:18.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:18.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:18 smithi094 ceph-mon[112176]: 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-08T12:19:19.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:19.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:20.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:20 smithi003 ceph-mon[96088]: 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-08T12:19:20.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:20.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:20 smithi094 ceph-mon[112176]: 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-08T12:19:21.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:21.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:22.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:22 smithi003 ceph-mon[96088]: 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-08T12:19:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:22 smithi094 ceph-mon[112176]: 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-08T12:19:22.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:22.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:23.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:23.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:24 smithi003 ceph-mon[96088]: 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-08T12:19:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:24 smithi094 ceph-mon[112176]: 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-08T12:19:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:24.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:24.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:25.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:25.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:26 smithi003 ceph-mon[96088]: 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-08T12:19:26.593 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:26 smithi094 ceph-mon[112176]: 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-08T12:19:26.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:26.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:27.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:27.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:28 smithi003 ceph-mon[96088]: 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-08T12:19:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:28 smithi094 ceph-mon[112176]: 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-08T12:19:28.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:28.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:29.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:29.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:30 smithi003 ceph-mon[96088]: 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-08T12:19:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:30 smithi094 ceph-mon[112176]: 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-08T12:19:30.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:30.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:31.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:31.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:32.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:32 smithi003 ceph-mon[96088]: 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-08T12:19:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:32 smithi094 ceph-mon[112176]: 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-08T12:19:32.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:32.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:33.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:33.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:34 smithi094 ceph-mon[112176]: 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-08T12:19:34.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:34.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:34 smithi003 ceph-mon[96088]: 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-08T12:19:35.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:35.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:36 smithi094 ceph-mon[112176]: 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-08T12:19:36.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:36.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:36 smithi003 ceph-mon[96088]: 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-08T12:19:37.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:37.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:38 smithi094 ceph-mon[112176]: 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-08T12:19:38.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:38.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:38 smithi003 ceph-mon[96088]: 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-08T12:19:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:39.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:39.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:40 smithi094 ceph-mon[112176]: 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-08T12:19:40.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:40.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:40 smithi003 ceph-mon[96088]: 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-08T12:19:41.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:41.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:42 smithi094 ceph-mon[112176]: 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-08T12:19:42.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:42.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:42 smithi003 ceph-mon[96088]: 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-08T12:19:43.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:43.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:44 smithi094 ceph-mon[112176]: 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-08T12:19:44.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:44.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:44 smithi003 ceph-mon[96088]: 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-08T12:19:45.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:45.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:46 smithi094 ceph-mon[112176]: 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-08T12:19:46.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:46.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:46 smithi003 ceph-mon[96088]: 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-08T12:19:47.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:47.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:48 smithi094 ceph-mon[112176]: 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-08T12:19:48.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:48.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:48 smithi003 ceph-mon[96088]: 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-08T12:19:49.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:49.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:50 smithi094 ceph-mon[112176]: 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-08T12:19:50.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:50.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:50 smithi003 ceph-mon[96088]: 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-08T12:19:51.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:51.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:52 smithi094 ceph-mon[112176]: 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-08T12:19:52.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:52.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:52 smithi003 ceph-mon[96088]: 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-08T12:19:53.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:53.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:54 smithi094 ceph-mon[112176]: 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-08T12:19:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:54.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:54.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:54 smithi003 ceph-mon[96088]: 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-08T12:19:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:56 smithi094 ceph-mon[112176]: 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-08T12:19:56.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:56.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:56 smithi003 ceph-mon[96088]: 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-08T12:19:57.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:57.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:19:58 smithi003 ceph-mon[96088]: 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-08T12:19:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:19:58 smithi094 ceph-mon[112176]: 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-08T12:19:58.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:58.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:59.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:19:59.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:00 smithi094 ceph-mon[112176]: 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-08T12:20:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T12:20:00.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:00.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:00 smithi003 ceph-mon[96088]: 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-08T12:20:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T12:20:01.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:01.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:02 smithi094 ceph-mon[112176]: 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-08T12:20:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:02 smithi003 ceph-mon[96088]: 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-08T12:20:02.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:02.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:03.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:03.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:04 smithi094 ceph-mon[112176]: 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-08T12:20:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:04 smithi003 ceph-mon[96088]: 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-08T12:20:04.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:04.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:05.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:05.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:06 smithi094 ceph-mon[112176]: 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-08T12:20:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:20:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:06 smithi003 ceph-mon[96088]: 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-08T12:20:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:20:06.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:06.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:07.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:07.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:08 smithi094 ceph-mon[112176]: 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-08T12:20:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:08 smithi003 ceph-mon[96088]: 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-08T12:20:08.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:08.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:09.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:09.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:10 smithi094 ceph-mon[112176]: 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-08T12:20:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:10 smithi003 ceph-mon[96088]: 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-08T12:20:10.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:10.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:20:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:20:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:20:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:20:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:20:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:20:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:20:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:20:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:20:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:20:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:20:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:20:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:20:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:20:11.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:11.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:12 smithi094 ceph-mon[112176]: 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-08T12:20:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:12 smithi003 ceph-mon[96088]: 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-08T12:20:12.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:12.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:13.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:13.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:14 smithi094 ceph-mon[112176]: 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-08T12:20:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:14 smithi003 ceph-mon[96088]: 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-08T12:20:14.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:14.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:15.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:15.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:16 smithi094 ceph-mon[112176]: 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-08T12:20:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:16 smithi003 ceph-mon[96088]: 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-08T12:20:16.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:16.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:17.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:17.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:18 smithi094 ceph-mon[112176]: 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-08T12:20:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:18 smithi003 ceph-mon[96088]: 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-08T12:20:18.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:18.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:19.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:19.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:20 smithi094 ceph-mon[112176]: 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-08T12:20:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:20 smithi003 ceph-mon[96088]: 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-08T12:20:20.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:20.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:21.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:21.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:22 smithi094 ceph-mon[112176]: 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-08T12:20:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:22 smithi003 ceph-mon[96088]: 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-08T12:20:22.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:22.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:23.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:23.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:24 smithi094 ceph-mon[112176]: 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-08T12:20:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:24 smithi003 ceph-mon[96088]: 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-08T12:20:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:24.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:24.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:25.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:25.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:26 smithi094 ceph-mon[112176]: 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-08T12:20:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:26 smithi003 ceph-mon[96088]: 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-08T12:20:26.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:26.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:27.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:27.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:28 smithi094 ceph-mon[112176]: 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-08T12:20:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:28 smithi003 ceph-mon[96088]: 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-08T12:20:28.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:28.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:29.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:29.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:30 smithi094 ceph-mon[112176]: 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-08T12:20:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:30 smithi003 ceph-mon[96088]: 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-08T12:20:30.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:30.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:31.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:31.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:32 smithi094 ceph-mon[112176]: 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-08T12:20:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:32 smithi003 ceph-mon[96088]: 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-08T12:20:32.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:32.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:33.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:33.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:34 smithi094 ceph-mon[112176]: 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-08T12:20:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:34 smithi003 ceph-mon[96088]: 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-08T12:20:34.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:34.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:35.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:35.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:36 smithi003 ceph-mon[96088]: 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-08T12:20:36.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:36.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:36.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:36 smithi094 ceph-mon[112176]: 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-08T12:20:37.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:37.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:38 smithi003 ceph-mon[96088]: 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-08T12:20:38.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:38.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:38 smithi094 ceph-mon[112176]: 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-08T12:20:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:39.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:39.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:40 smithi003 ceph-mon[96088]: 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-08T12:20:40.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:40.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:40 smithi094 ceph-mon[112176]: 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-08T12:20:41.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:41.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:42 smithi003 ceph-mon[96088]: 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-08T12:20:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:42 smithi094 ceph-mon[112176]: 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-08T12:20:42.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:42.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:43.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:43.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:44 smithi003 ceph-mon[96088]: 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-08T12:20:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:44 smithi094 ceph-mon[112176]: 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-08T12:20:44.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:44.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:45.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:45.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:46.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:46 smithi003 ceph-mon[96088]: 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-08T12:20:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:46 smithi094 ceph-mon[112176]: 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-08T12:20:46.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:46.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:47.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:47.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:48.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:48 smithi003 ceph-mon[96088]: 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-08T12:20:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:48 smithi094 ceph-mon[112176]: 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-08T12:20:48.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:48.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:49.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:49.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:50.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:50 smithi003 ceph-mon[96088]: 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-08T12:20:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:50 smithi094 ceph-mon[112176]: 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-08T12:20:50.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:50.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:51.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:51.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:52 smithi003 ceph-mon[96088]: 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-08T12:20:52.487 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:52 smithi094 ceph-mon[112176]: 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-08T12:20:52.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:52.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:53.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:53.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:54.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:54 smithi003 ceph-mon[96088]: 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-08T12:20:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:54 smithi094 ceph-mon[112176]: 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-08T12:20:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:54.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:54.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:55.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:55.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:56 smithi003 ceph-mon[96088]: 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-08T12:20:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:56 smithi094 ceph-mon[112176]: 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-08T12:20:56.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:56.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:57.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:57.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:58.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:20:58 smithi003 ceph-mon[96088]: 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-08T12:20:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:20:58 smithi094 ceph-mon[112176]: 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-08T12:20:58.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:58.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:59.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:20:59.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:00.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:00 smithi003 ceph-mon[96088]: 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-08T12:21:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:00 smithi094 ceph-mon[112176]: 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-08T12:21:00.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:00.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:01.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:01.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:02 smithi003 ceph-mon[96088]: 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-08T12:21:02.592 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:02 smithi094 ceph-mon[112176]: 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-08T12:21:02.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:02.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:03.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:03.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:04 smithi003 ceph-mon[96088]: 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-08T12:21:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:04 smithi094 ceph-mon[112176]: 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-08T12:21:04.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:04.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:05.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:05.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:06 smithi003 ceph-mon[96088]: 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-08T12:21:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:06 smithi094 ceph-mon[112176]: 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-08T12:21:06.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:06.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:07.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:07.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:08 smithi003 ceph-mon[96088]: 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-08T12:21:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:08 smithi094 ceph-mon[112176]: 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-08T12:21:08.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:08.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:09.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:09.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:10 smithi094 ceph-mon[112176]: 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-08T12:21:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:10 smithi003 ceph-mon[96088]: 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-08T12:21:10.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:10.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:11.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:21:11.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:21:11.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:11.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:12 smithi094 ceph-mon[112176]: 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-08T12:21:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:21:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:21:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:21:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:21:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:21:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:21:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:21:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:12 smithi003 ceph-mon[96088]: 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-08T12:21:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:21:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:21:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:21:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:21:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:21:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:21:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:21:12.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:12.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:13.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:13.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:14.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:14 smithi003 ceph-mon[96088]: 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-08T12:21:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:14 smithi094 ceph-mon[112176]: 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-08T12:21:14.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:14.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:15.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:15.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:16 smithi094 ceph-mon[112176]: 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-08T12:21:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:16 smithi003 ceph-mon[96088]: 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-08T12:21:16.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:16.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:17.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:17.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:18 smithi094 ceph-mon[112176]: 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-08T12:21:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:18 smithi003 ceph-mon[96088]: 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-08T12:21:18.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:18.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:19.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:19.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:20 smithi094 ceph-mon[112176]: 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-08T12:21:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:20 smithi003 ceph-mon[96088]: 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-08T12:21:20.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:20.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:21.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:21.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:22 smithi094 ceph-mon[112176]: 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-08T12:21:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:22 smithi003 ceph-mon[96088]: 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-08T12:21:22.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:22.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:23.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:23.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:24.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:24 smithi003 ceph-mon[96088]: 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-08T12:21:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:24 smithi094 ceph-mon[112176]: 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-08T12:21:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:24.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:24.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:25.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:25.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:26 smithi094 ceph-mon[112176]: 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-08T12:21:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:26 smithi003 ceph-mon[96088]: 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-08T12:21:26.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:26.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:27.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:27.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:28 smithi094 ceph-mon[112176]: 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-08T12:21:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:28 smithi003 ceph-mon[96088]: 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-08T12:21:28.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:28.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:29.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:29.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:30 smithi094 ceph-mon[112176]: 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-08T12:21:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:30 smithi003 ceph-mon[96088]: 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-08T12:21:30.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:30.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:31.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:31.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:32 smithi094 ceph-mon[112176]: 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-08T12:21:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:32 smithi003 ceph-mon[96088]: 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-08T12:21:32.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:32.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:33.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:33.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:34 smithi094 ceph-mon[112176]: 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-08T12:21:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:34 smithi003 ceph-mon[96088]: 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-08T12:21:34.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:34.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:35.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:35.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:36 smithi094 ceph-mon[112176]: 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-08T12:21:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:36 smithi003 ceph-mon[96088]: 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-08T12:21:36.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:36.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:37.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:37.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:38 smithi094 ceph-mon[112176]: 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-08T12:21:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:38 smithi003 ceph-mon[96088]: 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-08T12:21:38.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:38.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:39.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:39.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:40 smithi094 ceph-mon[112176]: 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-08T12:21:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:40 smithi003 ceph-mon[96088]: 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-08T12:21:40.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:40.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:41.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:41.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:42 smithi094 ceph-mon[112176]: 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-08T12:21:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:42 smithi003 ceph-mon[96088]: 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-08T12:21:42.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:42.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:43.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:43.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:44 smithi094 ceph-mon[112176]: 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-08T12:21:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:44 smithi003 ceph-mon[96088]: 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-08T12:21:44.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:44.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:45.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:45.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:46 smithi094 ceph-mon[112176]: 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-08T12:21:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:46 smithi003 ceph-mon[96088]: 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-08T12:21:46.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:46.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:47.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:47.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:48 smithi094 ceph-mon[112176]: 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-08T12:21:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:48 smithi003 ceph-mon[96088]: 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-08T12:21:48.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:48.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:49.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:49.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:50 smithi094 ceph-mon[112176]: 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-08T12:21:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:50 smithi003 ceph-mon[96088]: 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-08T12:21:50.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:50.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:51.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:51.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:52 smithi094 ceph-mon[112176]: 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-08T12:21:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:52 smithi003 ceph-mon[96088]: 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-08T12:21:52.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:53.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:53.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:53.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:54 smithi094 ceph-mon[112176]: 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-08T12:21:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:54 smithi003 ceph-mon[96088]: 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-08T12:21:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:54.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:54.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:55.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:55.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:56 smithi094 ceph-mon[112176]: 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-08T12:21:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:56 smithi003 ceph-mon[96088]: 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-08T12:21:56.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:56.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:57.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:57.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:21:58 smithi094 ceph-mon[112176]: 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-08T12:21:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:21:58 smithi003 ceph-mon[96088]: 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-08T12:21:58.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:58.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:59.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:21:59.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:00 smithi094 ceph-mon[112176]: 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-08T12:22:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:00 smithi003 ceph-mon[96088]: 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-08T12:22:00.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:00.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:01.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:01.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:02 smithi094 ceph-mon[112176]: 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-08T12:22:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:02 smithi003 ceph-mon[96088]: 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-08T12:22:02.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:02.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:03.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:03.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:04.645 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:04 smithi003 ceph-mon[96088]: 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-08T12:22:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:04 smithi094 ceph-mon[112176]: 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-08T12:22:04.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:04.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:05.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:05.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:06 smithi094 ceph-mon[112176]: 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-08T12:22:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:06 smithi003 ceph-mon[96088]: 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-08T12:22:06.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:06.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:07.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:07.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:08 smithi094 ceph-mon[112176]: 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-08T12:22:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:08 smithi003 ceph-mon[96088]: 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-08T12:22:08.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:08.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:09.702 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:09.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:09.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:10 smithi094 ceph-mon[112176]: 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-08T12:22:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:10 smithi003 ceph-mon[96088]: 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-08T12:22:10.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:10.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:11.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:11.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:12 smithi094 ceph-mon[112176]: 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-08T12:22:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:22:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:12 smithi003 ceph-mon[96088]: 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-08T12:22:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:22:12.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:12.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:22:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:22:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:22:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:22:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:22:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:22:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:22:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:22:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:22:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:22:13.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:13.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:14 smithi094 ceph-mon[112176]: 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-08T12:22:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:14 smithi003 ceph-mon[96088]: 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-08T12:22:14.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:14.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:15.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:15.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:16 smithi094 ceph-mon[112176]: 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-08T12:22:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:16 smithi003 ceph-mon[96088]: 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-08T12:22:16.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:16.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:17.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:17.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:18 smithi094 ceph-mon[112176]: 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-08T12:22:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:18 smithi003 ceph-mon[96088]: 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-08T12:22:18.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:18.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:19.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:19.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:20 smithi094 ceph-mon[112176]: 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-08T12:22:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:20 smithi003 ceph-mon[96088]: 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-08T12:22:20.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:20.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:21.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:21.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:22 smithi094 ceph-mon[112176]: 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-08T12:22:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:22 smithi003 ceph-mon[96088]: 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-08T12:22:22.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:22.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:23.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:23.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:24 smithi094 ceph-mon[112176]: 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-08T12:22:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:24 smithi003 ceph-mon[96088]: 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-08T12:22:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:24.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:24.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:25.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:25.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:26 smithi094 ceph-mon[112176]: 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-08T12:22:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:26 smithi003 ceph-mon[96088]: 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-08T12:22:26.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:26.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:27.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:27.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:28 smithi094 ceph-mon[112176]: 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-08T12:22:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:28 smithi003 ceph-mon[96088]: 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-08T12:22:28.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:28.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:29.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:29.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:30 smithi094 ceph-mon[112176]: 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-08T12:22:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:30 smithi003 ceph-mon[96088]: 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-08T12:22:30.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:30.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:31.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:31.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:32 smithi094 ceph-mon[112176]: 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-08T12:22:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:32 smithi003 ceph-mon[96088]: 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-08T12:22:32.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:32.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:33.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:33.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:34 smithi094 ceph-mon[112176]: 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-08T12:22:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:34 smithi003 ceph-mon[96088]: 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-08T12:22:34.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:34.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:35.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:35.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:36 smithi094 ceph-mon[112176]: 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-08T12:22:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:36 smithi003 ceph-mon[96088]: 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-08T12:22:36.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:36.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:37.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:37.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:38 smithi094 ceph-mon[112176]: 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-08T12:22:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:38 smithi003 ceph-mon[96088]: 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-08T12:22:38.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:38.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:39.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:39.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:40 smithi003 ceph-mon[96088]: 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-08T12:22:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:40 smithi094 ceph-mon[112176]: 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-08T12:22:40.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:40.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:42.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:42.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:42 smithi003 ceph-mon[96088]: 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-08T12:22:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:42 smithi094 ceph-mon[112176]: 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-08T12:22:43.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:43.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:44.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:44.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:44 smithi003 ceph-mon[96088]: 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-08T12:22:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:44 smithi094 ceph-mon[112176]: 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-08T12:22:45.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:45.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:46.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:46.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:46 smithi003 ceph-mon[96088]: 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-08T12:22:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:46 smithi094 ceph-mon[112176]: 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-08T12:22:47.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:47.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:48.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:48.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:48.691 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:48 smithi094 ceph-mon[112176]: 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-08T12:22:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:48 smithi003 ceph-mon[96088]: 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-08T12:22:49.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:49.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:50.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:50.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:50 smithi003 ceph-mon[96088]: 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-08T12:22:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:50 smithi094 ceph-mon[112176]: 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-08T12:22:51.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:51.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:52.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:52.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:52 smithi003 ceph-mon[96088]: 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-08T12:22:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:52 smithi094 ceph-mon[112176]: 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-08T12:22:53.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:53.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:54.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:54.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:54 smithi003 ceph-mon[96088]: 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-08T12:22:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:54 smithi094 ceph-mon[112176]: 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-08T12:22:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:55.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:55.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:56.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:56.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:56 smithi003 ceph-mon[96088]: 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-08T12:22:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:56 smithi094 ceph-mon[112176]: 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-08T12:22:57.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:57.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:57.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:57 smithi003 ceph-mon[96088]: 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-08T12:22:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:57 smithi094 ceph-mon[112176]: 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-08T12:22:58.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:58.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:59.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:22:59.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:22:59 smithi003 ceph-mon[96088]: 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-08T12:23:00.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:00.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:22:59 smithi094 ceph-mon[112176]: 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-08T12:23:01.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:01.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:02.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:02.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:02.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:02 smithi003 ceph-mon[96088]: 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-08T12:23:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:02 smithi094 ceph-mon[112176]: 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-08T12:23:03.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:03.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:04.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:04.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:04.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:04 smithi003 ceph-mon[96088]: 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-08T12:23:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:04 smithi094 ceph-mon[112176]: 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-08T12:23:05.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:05.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:06.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:06.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:06.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:06 smithi003 ceph-mon[96088]: 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-08T12:23:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:06 smithi094 ceph-mon[112176]: 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-08T12:23:07.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:07.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:08.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:08.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:08.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:08 smithi003 ceph-mon[96088]: 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-08T12:23:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:08 smithi094 ceph-mon[112176]: 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-08T12:23:09.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:09.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:10.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:10.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:10 smithi094 ceph-mon[112176]: 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-08T12:23:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:10 smithi003 ceph-mon[96088]: 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-08T12:23:11.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:11.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:12.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:12.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:12 smithi094 ceph-mon[112176]: 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-08T12:23:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:12 smithi003 ceph-mon[96088]: 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-08T12:23:13.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:13.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:13.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:23:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:23:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:23:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:23:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:23:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:23:14.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:14.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:14 smithi094 ceph-mon[112176]: 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-08T12:23:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:23:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:23:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:23:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:23:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:23:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:14 smithi003 ceph-mon[96088]: 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-08T12:23:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:23:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:23:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:23:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:23:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:23:15.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:15.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:16.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:16.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:16 smithi094 ceph-mon[112176]: 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-08T12:23:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:16 smithi003 ceph-mon[96088]: 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-08T12:23:17.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:17.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:18.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:18.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:18 smithi094 ceph-mon[112176]: 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-08T12:23:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:18 smithi003 ceph-mon[96088]: 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-08T12:23:19.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:19.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:20.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:20.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:20 smithi094 ceph-mon[112176]: 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-08T12:23:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:20 smithi003 ceph-mon[96088]: 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-08T12:23:21.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:21.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:22.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:22.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:22 smithi094 ceph-mon[112176]: 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-08T12:23:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:22 smithi003 ceph-mon[96088]: 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-08T12:23:23.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:23.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:24.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:24.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:24.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:24 smithi094 ceph-mon[112176]: 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-08T12:23:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:24 smithi003 ceph-mon[96088]: 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-08T12:23:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:25.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:25.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:26.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:26 smithi094 ceph-mon[112176]: 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-08T12:23:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:26 smithi003 ceph-mon[96088]: 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-08T12:23:27.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:27.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:28.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:28.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:28 smithi094 ceph-mon[112176]: 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-08T12:23:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:28 smithi003 ceph-mon[96088]: 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-08T12:23:29.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:29.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:30.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:30.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:30.617 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:30 smithi003 ceph-mon[96088]: 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-08T12:23:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:30 smithi094 ceph-mon[112176]: 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-08T12:23:31.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:31.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:32.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:32.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:32 smithi094 ceph-mon[112176]: 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-08T12:23:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:32 smithi003 ceph-mon[96088]: 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-08T12:23:33.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:33.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:34.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:34.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:34 smithi094 ceph-mon[112176]: 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-08T12:23:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:34 smithi003 ceph-mon[96088]: 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-08T12:23:35.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:35.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:36.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:36.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:36 smithi094 ceph-mon[112176]: 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-08T12:23:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:36 smithi003 ceph-mon[96088]: 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-08T12:23:37.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:37.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:38.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:38.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:38 smithi094 ceph-mon[112176]: 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-08T12:23:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:38 smithi003 ceph-mon[96088]: 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-08T12:23:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:40.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:40.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:40 smithi094 ceph-mon[112176]: 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-08T12:23:40.732 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:40 smithi003 ceph-mon[96088]: 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-08T12:23:41.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:41.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:42.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:42.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:42 smithi094 ceph-mon[112176]: 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-08T12:23:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:42 smithi003 ceph-mon[96088]: 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-08T12:23:43.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:43.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:44.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:44.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:44 smithi094 ceph-mon[112176]: 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-08T12:23:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:44 smithi003 ceph-mon[96088]: 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-08T12:23:45.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:45.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:46.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:46.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:46 smithi094 ceph-mon[112176]: 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-08T12:23:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:46 smithi003 ceph-mon[96088]: 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-08T12:23:47.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:47.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:48.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:48.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:48 smithi094 ceph-mon[112176]: 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-08T12:23:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:48 smithi003 ceph-mon[96088]: 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-08T12:23:49.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:49.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:50.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:50.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:50 smithi094 ceph-mon[112176]: 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-08T12:23:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:50 smithi003 ceph-mon[96088]: 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-08T12:23:51.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:51.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:52.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:52.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:52 smithi094 ceph-mon[112176]: 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-08T12:23:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:52 smithi003 ceph-mon[96088]: 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-08T12:23:53.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:53.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:54.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:54.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:54 smithi094 ceph-mon[112176]: 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-08T12:23:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:54 smithi003 ceph-mon[96088]: 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-08T12:23:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:55.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:55.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:56.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:56.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:56 smithi094 ceph-mon[112176]: 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-08T12:23:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:56 smithi003 ceph-mon[96088]: 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-08T12:23:57.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:57.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:58.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:58.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:23:58 smithi094 ceph-mon[112176]: 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-08T12:23:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:23:58 smithi003 ceph-mon[96088]: 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-08T12:23:59.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:23:59.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:00.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:00.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:00 smithi094 ceph-mon[112176]: 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-08T12:24:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:00 smithi003 ceph-mon[96088]: 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-08T12:24:01.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:01.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:02.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:02.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:02 smithi094 ceph-mon[112176]: 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-08T12:24:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:02 smithi003 ceph-mon[96088]: 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-08T12:24:03.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:03.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:04.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:04.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:04 smithi094 ceph-mon[112176]: 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-08T12:24:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:04 smithi003 ceph-mon[96088]: 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-08T12:24:05.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:05.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:06.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:06.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:06 smithi094 ceph-mon[112176]: 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-08T12:24:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:06 smithi003 ceph-mon[96088]: 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-08T12:24:07.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:07.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:08.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:08.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:08 smithi094 ceph-mon[112176]: 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-08T12:24:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:08 smithi003 ceph-mon[96088]: 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-08T12:24:09.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:09.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:10.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:10.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:10 smithi094 ceph-mon[112176]: 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-08T12:24:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:10 smithi003 ceph-mon[96088]: 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-08T12:24:11.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:11.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:12.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:12.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:12 smithi094 ceph-mon[112176]: 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-08T12:24:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:12 smithi003 ceph-mon[96088]: 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-08T12:24:13.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:13.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:14.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:14.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:14 smithi094 ceph-mon[112176]: 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-08T12:24:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:24:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:24:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:24:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:24:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:24:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:24:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:14 smithi003 ceph-mon[96088]: 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-08T12:24:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:24:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:24:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:24:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:24:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:24:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:24:15.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:15.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:16.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:16.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:16 smithi003 ceph-mon[96088]: 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-08T12:24:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:16 smithi094 ceph-mon[112176]: 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-08T12:24:17.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:17.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:18.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:18.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:18 smithi094 ceph-mon[112176]: 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-08T12:24:18.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:18 smithi003 ceph-mon[96088]: 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-08T12:24:19.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:19.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:20.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:20.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:20 smithi094 ceph-mon[112176]: 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-08T12:24:20.759 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:20 smithi003 ceph-mon[96088]: 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-08T12:24:21.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:21.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:22.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:22.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:22.690 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:22 smithi094 ceph-mon[112176]: 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-08T12:24:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:22 smithi003 ceph-mon[96088]: 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-08T12:24:23.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:23.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:24.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:24.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:24 smithi094 ceph-mon[112176]: 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-08T12:24:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:24.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:24 smithi003 ceph-mon[96088]: 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-08T12:24:24.777 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:25.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:25.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:26.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:26.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:26 smithi094 ceph-mon[112176]: 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-08T12:24:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:26 smithi003 ceph-mon[96088]: 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-08T12:24:27.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:27.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:28.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:28.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:28 smithi094 ceph-mon[112176]: 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-08T12:24:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:28 smithi003 ceph-mon[96088]: 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-08T12:24:29.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:29.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:30.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:30.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:30 smithi094 ceph-mon[112176]: 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-08T12:24:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:30 smithi003 ceph-mon[96088]: 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-08T12:24:31.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:31.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:32.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:32.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:32 smithi094 ceph-mon[112176]: 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-08T12:24:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:32 smithi003 ceph-mon[96088]: 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-08T12:24:33.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:33.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:34.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:34.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:34 smithi094 ceph-mon[112176]: 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-08T12:24:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:34 smithi003 ceph-mon[96088]: 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-08T12:24:35.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:35.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:36.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:36.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:36 smithi094 ceph-mon[112176]: 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-08T12:24:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:36 smithi003 ceph-mon[96088]: 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-08T12:24:37.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:37.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:38.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:38.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:38 smithi094 ceph-mon[112176]: 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-08T12:24:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:38 smithi003 ceph-mon[96088]: 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-08T12:24:39.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:39.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:40.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:40.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:40 smithi094 ceph-mon[112176]: 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-08T12:24:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:40 smithi003 ceph-mon[96088]: 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-08T12:24:41.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:41.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:42.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:42.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:42 smithi094 ceph-mon[112176]: 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-08T12:24:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:42 smithi003 ceph-mon[96088]: 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-08T12:24:43.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:43.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:44.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:44.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:44 smithi094 ceph-mon[112176]: 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-08T12:24:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:44 smithi003 ceph-mon[96088]: 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-08T12:24:45.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:45.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:46.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:46.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:46 smithi003 ceph-mon[96088]: 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-08T12:24:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:46 smithi094 ceph-mon[112176]: 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-08T12:24:47.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:47.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:48.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:48.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:48 smithi003 ceph-mon[96088]: 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-08T12:24:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:48 smithi094 ceph-mon[112176]: 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-08T12:24:49.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:49.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:50.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:50.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:50 smithi003 ceph-mon[96088]: 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-08T12:24:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:50 smithi094 ceph-mon[112176]: 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-08T12:24:51.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:51.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:52.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:52.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:52 smithi003 ceph-mon[96088]: 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-08T12:24:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:52 smithi094 ceph-mon[112176]: 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-08T12:24:53.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:53.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:54.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:54.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:54 smithi003 ceph-mon[96088]: 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-08T12:24:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:54 smithi094 ceph-mon[112176]: 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-08T12:24:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:55.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:55.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:56.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:56.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:56 smithi003 ceph-mon[96088]: 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-08T12:24:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:56 smithi094 ceph-mon[112176]: 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-08T12:24:57.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:57.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:58.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:58.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:24:58 smithi003 ceph-mon[96088]: 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-08T12:24:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:24:58 smithi094 ceph-mon[112176]: 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-08T12:24:59.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:24:59.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:00.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:00.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:00 smithi003 ceph-mon[96088]: 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-08T12:25:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:00 smithi094 ceph-mon[112176]: 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-08T12:25:01.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:01.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:02.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:02.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:02 smithi003 ceph-mon[96088]: 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-08T12:25:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:02 smithi094 ceph-mon[112176]: 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-08T12:25:03.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:03.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:04.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:04.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:04 smithi003 ceph-mon[96088]: 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-08T12:25:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:04 smithi094 ceph-mon[112176]: 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-08T12:25:05.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:05.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:06.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:06.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:06.704 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:06 smithi003 ceph-mon[96088]: 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-08T12:25:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:06 smithi094 ceph-mon[112176]: 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-08T12:25:07.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:07.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:08.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:08.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:08 smithi003 ceph-mon[96088]: 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-08T12:25:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:08 smithi094 ceph-mon[112176]: 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-08T12:25:09.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:09.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:10.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:10.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:10 smithi003 ceph-mon[96088]: 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-08T12:25:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:10 smithi094 ceph-mon[112176]: 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-08T12:25:11.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:11.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:12.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:12.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:12 smithi003 ceph-mon[96088]: 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-08T12:25:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:12 smithi094 ceph-mon[112176]: 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-08T12:25:13.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:13.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:14.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:14.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:14 smithi003 ceph-mon[96088]: 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-08T12:25:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:25:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:14 smithi094 ceph-mon[112176]: 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-08T12:25:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:25:15.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:15.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: 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-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1438M 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:25:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:25:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:25:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:25:15.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: 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-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1438M 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:25:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:25:15.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:25:16.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:16.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:17.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:17.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:18.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:18.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:18 smithi094 ceph-mon[112176]: 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-08T12:25:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:18 smithi003 ceph-mon[96088]: 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-08T12:25:19.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:19.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:20.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:20.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:20 smithi094 ceph-mon[112176]: 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-08T12:25:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:20 smithi003 ceph-mon[96088]: 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-08T12:25:21.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:21.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:22.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:22.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:22 smithi094 ceph-mon[112176]: 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-08T12:25:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:22 smithi003 ceph-mon[96088]: 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-08T12:25:23.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:23.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:24.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:24.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:24 smithi094 ceph-mon[112176]: 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-08T12:25:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:24 smithi003 ceph-mon[96088]: 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-08T12:25:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:25.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:25.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:26.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:26.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:26 smithi094 ceph-mon[112176]: 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-08T12:25:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:26 smithi003 ceph-mon[96088]: 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-08T12:25:27.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:27.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:28.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:28 smithi094 ceph-mon[112176]: 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-08T12:25:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:28 smithi003 ceph-mon[96088]: 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-08T12:25:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:30.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:30.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:30 smithi094 ceph-mon[112176]: 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-08T12:25:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:30 smithi003 ceph-mon[96088]: 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-08T12:25:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:32 smithi094 ceph-mon[112176]: 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-08T12:25:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:32 smithi003 ceph-mon[96088]: 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-08T12:25:33.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:33.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:34.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:34.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:34 smithi094 ceph-mon[112176]: 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-08T12:25:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:34 smithi003 ceph-mon[96088]: 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-08T12:25:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:36.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:36.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:36 smithi094 ceph-mon[112176]: 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-08T12:25:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:36 smithi003 ceph-mon[96088]: 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-08T12:25:37.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:37.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:38.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:38.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:38 smithi094 ceph-mon[112176]: 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-08T12:25:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:38 smithi003 ceph-mon[96088]: 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-08T12:25:39.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:39.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:40.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:40.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:40 smithi094 ceph-mon[112176]: 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-08T12:25:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:40 smithi003 ceph-mon[96088]: 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-08T12:25:41.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:41.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:42.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:42.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:42.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:42 smithi003 ceph-mon[96088]: 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-08T12:25:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:42 smithi094 ceph-mon[112176]: 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-08T12:25:43.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:43.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:44.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:44.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:44 smithi094 ceph-mon[112176]: 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-08T12:25:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:44 smithi003 ceph-mon[96088]: 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-08T12:25:45.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:45.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:46.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:46.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:46 smithi094 ceph-mon[112176]: 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-08T12:25:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:46 smithi003 ceph-mon[96088]: 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-08T12:25:47.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:47.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:48.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:48.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:48 smithi094 ceph-mon[112176]: 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-08T12:25:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:48 smithi003 ceph-mon[96088]: 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-08T12:25:49.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:49.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:50.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:50.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:50 smithi094 ceph-mon[112176]: 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-08T12:25:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:50 smithi003 ceph-mon[96088]: 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-08T12:25:51.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:51.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:52.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:52.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:52 smithi003 ceph-mon[96088]: 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-08T12:25:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:52 smithi094 ceph-mon[112176]: 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-08T12:25:53.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:53.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:54.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:54.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:54 smithi094 ceph-mon[112176]: 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-08T12:25:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:54 smithi003 ceph-mon[96088]: 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-08T12:25:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:55.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:55.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:56.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:56.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:56 smithi094 ceph-mon[112176]: 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-08T12:25:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:56 smithi003 ceph-mon[96088]: 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-08T12:25:57.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:57.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:58.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:58.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:25:58 smithi094 ceph-mon[112176]: 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-08T12:25:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:25:58 smithi003 ceph-mon[96088]: 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-08T12:25:59.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:25:59.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:00.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:00.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:00 smithi094 ceph-mon[112176]: 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-08T12:26:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:00 smithi003 ceph-mon[96088]: 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-08T12:26:01.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:01.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:02.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:02.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:02 smithi094 ceph-mon[112176]: 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-08T12:26:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:02 smithi003 ceph-mon[96088]: 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-08T12:26:03.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:03.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:04.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:04.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:04 smithi094 ceph-mon[112176]: 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-08T12:26:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:04 smithi003 ceph-mon[96088]: 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-08T12:26:05.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:05.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:06.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:06.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:06 smithi094 ceph-mon[112176]: 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-08T12:26:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:06 smithi003 ceph-mon[96088]: 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-08T12:26:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:08.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:08.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:08 smithi094 ceph-mon[112176]: 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-08T12:26:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:08 smithi003 ceph-mon[96088]: 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-08T12:26:09.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:09.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:10.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:10.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:10 smithi094 ceph-mon[112176]: 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-08T12:26:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:10 smithi003 ceph-mon[96088]: 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-08T12:26:11.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:11.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:12.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:12.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:12 smithi094 ceph-mon[112176]: 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-08T12:26:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:12 smithi003 ceph-mon[96088]: 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-08T12:26:13.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:13.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:14.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:14.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:14 smithi094 ceph-mon[112176]: 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-08T12:26:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:14 smithi003 ceph-mon[96088]: 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-08T12:26:15.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:15.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:15.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:26:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:26:16.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:16.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:16 smithi094 ceph-mon[112176]: 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-08T12:26:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:26:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:26:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:26:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:26:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:26:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:16 smithi003 ceph-mon[96088]: 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-08T12:26:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:26:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:26:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:26:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:26:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:26:17.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:17.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:18.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:18.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:18 smithi094 ceph-mon[112176]: 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-08T12:26:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:18 smithi003 ceph-mon[96088]: 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-08T12:26:19.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:19.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:20.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:20.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:20 smithi094 ceph-mon[112176]: 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-08T12:26:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:20 smithi003 ceph-mon[96088]: 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-08T12:26:21.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:21.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:22.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:22.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:22 smithi094 ceph-mon[112176]: 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-08T12:26:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:22 smithi003 ceph-mon[96088]: 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-08T12:26:23.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:23.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:24.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:24.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:24 smithi094 ceph-mon[112176]: 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-08T12:26:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:24 smithi003 ceph-mon[96088]: 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-08T12:26:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:25.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:25.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:26.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:26.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:26 smithi094 ceph-mon[112176]: 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-08T12:26:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:26 smithi003 ceph-mon[96088]: 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-08T12:26:27.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:27.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:28.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:28.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:28 smithi094 ceph-mon[112176]: 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-08T12:26:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:28 smithi003 ceph-mon[96088]: 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-08T12:26:29.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:29.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:30.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:30.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:30 smithi094 ceph-mon[112176]: 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-08T12:26:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:30 smithi003 ceph-mon[96088]: 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-08T12:26:31.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:31.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:32.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:32.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:32 smithi094 ceph-mon[112176]: 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-08T12:26:32.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:32 smithi003 ceph-mon[96088]: 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-08T12:26:33.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:33.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:34.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:34.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:34 smithi094 ceph-mon[112176]: 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-08T12:26:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:34 smithi003 ceph-mon[96088]: 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-08T12:26:35.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:35.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:36.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:36.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:36 smithi094 ceph-mon[112176]: 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-08T12:26:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:36 smithi003 ceph-mon[96088]: 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-08T12:26:37.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:37.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:38.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:38.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:38 smithi094 ceph-mon[112176]: 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-08T12:26:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:38 smithi003 ceph-mon[96088]: 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-08T12:26:39.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:39.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:40.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:40.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:40 smithi094 ceph-mon[112176]: 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-08T12:26:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:40 smithi003 ceph-mon[96088]: 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-08T12:26:41.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:41.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:42.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:42.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:42 smithi094 ceph-mon[112176]: 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-08T12:26:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:42 smithi003 ceph-mon[96088]: 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-08T12:26:43.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:43.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:44.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:44.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:44 smithi094 ceph-mon[112176]: 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-08T12:26:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:44 smithi003 ceph-mon[96088]: 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-08T12:26:45.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:45.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:46.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:46.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:46 smithi094 ceph-mon[112176]: 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-08T12:26:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:46 smithi003 ceph-mon[96088]: 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-08T12:26:47.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:47.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:48.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:48.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:48 smithi094 ceph-mon[112176]: 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-08T12:26:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:48 smithi003 ceph-mon[96088]: 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-08T12:26:49.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:49.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:50.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:50.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:50 smithi003 ceph-mon[96088]: 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-08T12:26:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:50 smithi094 ceph-mon[112176]: 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-08T12:26:51.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:51.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:52.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:52.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:52 smithi003 ceph-mon[96088]: 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-08T12:26:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:52 smithi094 ceph-mon[112176]: 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-08T12:26:53.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:53.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:54.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:54.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:54 smithi003 ceph-mon[96088]: 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-08T12:26:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:54 smithi094 ceph-mon[112176]: 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-08T12:26:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:55.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:55.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:56.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:56.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:56 smithi094 ceph-mon[112176]: 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-08T12:26:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:56 smithi003 ceph-mon[96088]: 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-08T12:26:57.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:57.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:58.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:58.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:26:58 smithi003 ceph-mon[96088]: 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-08T12:26:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:26:58 smithi094 ceph-mon[112176]: 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-08T12:26:59.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:26:59.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:00.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:00.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:00 smithi003 ceph-mon[96088]: 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-08T12:27:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:00 smithi094 ceph-mon[112176]: 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-08T12:27:01.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:01.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:02.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:02.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:02 smithi003 ceph-mon[96088]: 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-08T12:27:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:02 smithi094 ceph-mon[112176]: 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-08T12:27:03.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:03.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:04.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:04.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:04.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:04 smithi003 ceph-mon[96088]: 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-08T12:27:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:04 smithi094 ceph-mon[112176]: 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-08T12:27:05.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:05.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:06.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:06.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:06 smithi094 ceph-mon[112176]: 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-08T12:27:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:06 smithi003 ceph-mon[96088]: 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-08T12:27:07.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:07.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:08.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:08.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:08 smithi003 ceph-mon[96088]: 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-08T12:27:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:08 smithi094 ceph-mon[112176]: 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-08T12:27:09.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:09.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:10.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:10.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:10 smithi003 ceph-mon[96088]: 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-08T12:27:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:10 smithi094 ceph-mon[112176]: 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-08T12:27:11.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:11.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:12.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:12.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:12 smithi003 ceph-mon[96088]: 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-08T12:27:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:12 smithi094 ceph-mon[112176]: 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-08T12:27:13.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:13.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:14.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:14.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:14 smithi003 ceph-mon[96088]: 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-08T12:27:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:14 smithi094 ceph-mon[112176]: 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-08T12:27:15.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:15.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:16.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:16.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:16 smithi003 ceph-mon[96088]: 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-08T12:27:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:27:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:27:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:27:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:27:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:27:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:27:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:16 smithi094 ceph-mon[112176]: 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-08T12:27:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:27:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:27:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:27:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:27:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:27:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:27:17.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:17.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:18.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:18.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:18 smithi003 ceph-mon[96088]: 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-08T12:27:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:18 smithi094 ceph-mon[112176]: 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-08T12:27:19.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:19.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:20.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:20.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:20 smithi003 ceph-mon[96088]: 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-08T12:27:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:20 smithi094 ceph-mon[112176]: 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-08T12:27:21.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:21.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:22.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:22.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:22 smithi003 ceph-mon[96088]: 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-08T12:27:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:22 smithi094 ceph-mon[112176]: 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-08T12:27:23.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:23.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:24.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:24.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:24 smithi003 ceph-mon[96088]: 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-08T12:27:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:24 smithi094 ceph-mon[112176]: 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-08T12:27:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:25.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:25.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:26.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:26.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:26 smithi003 ceph-mon[96088]: 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-08T12:27:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:26 smithi094 ceph-mon[112176]: 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-08T12:27:27.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:27.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:28.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:28.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:28 smithi003 ceph-mon[96088]: 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-08T12:27:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:28 smithi094 ceph-mon[112176]: 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-08T12:27:29.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:29.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:30.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:30.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:30 smithi003 ceph-mon[96088]: 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-08T12:27:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:30 smithi094 ceph-mon[112176]: 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-08T12:27:31.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:31.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:32.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:32.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:32 smithi003 ceph-mon[96088]: 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-08T12:27:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:32 smithi094 ceph-mon[112176]: 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-08T12:27:33.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:33.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:34.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:34.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:34 smithi094 ceph-mon[112176]: 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-08T12:27:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:34 smithi003 ceph-mon[96088]: 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-08T12:27:35.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:35.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:36.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:36.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:36 smithi094 ceph-mon[112176]: 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-08T12:27:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:36 smithi003 ceph-mon[96088]: 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-08T12:27:37.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:37.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:38.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:38.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:38 smithi003 ceph-mon[96088]: 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-08T12:27:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:38 smithi094 ceph-mon[112176]: 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-08T12:27:39.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:39.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:39.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:40.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:40.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:40 smithi094 ceph-mon[112176]: 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-08T12:27:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:40 smithi003 ceph-mon[96088]: 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-08T12:27:41.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:41.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:42.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:42.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:42 smithi094 ceph-mon[112176]: 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-08T12:27:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:42 smithi003 ceph-mon[96088]: 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-08T12:27:43.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:43.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:44.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:44.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:44 smithi094 ceph-mon[112176]: 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-08T12:27:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:44 smithi003 ceph-mon[96088]: 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-08T12:27:45.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:45.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:46.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:46.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:46 smithi094 ceph-mon[112176]: 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-08T12:27:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:46 smithi003 ceph-mon[96088]: 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-08T12:27:47.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:47.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:48.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:48.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:48 smithi094 ceph-mon[112176]: 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-08T12:27:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:48 smithi003 ceph-mon[96088]: 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-08T12:27:49.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:49.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:50.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:50.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:50 smithi094 ceph-mon[112176]: 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-08T12:27:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:50 smithi003 ceph-mon[96088]: 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-08T12:27:51.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:51.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:52.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:52.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:52 smithi094 ceph-mon[112176]: 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-08T12:27:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:52 smithi003 ceph-mon[96088]: 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-08T12:27:53.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:53.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:54.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:54.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:54.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:54 smithi094 ceph-mon[112176]: 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-08T12:27:54.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:54 smithi003 ceph-mon[96088]: 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-08T12:27:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:55.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:55.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:56.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:56.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:56 smithi094 ceph-mon[112176]: 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-08T12:27:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:56 smithi003 ceph-mon[96088]: 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-08T12:27:57.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:57.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:58.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:58.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:58.654 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:27:58 smithi003 ceph-mon[96088]: 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-08T12:27:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:27:58 smithi094 ceph-mon[112176]: 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-08T12:27:59.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:27:59.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:00.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:00.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:00 smithi094 ceph-mon[112176]: 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-08T12:28:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:00 smithi003 ceph-mon[96088]: 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-08T12:28:01.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:01.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:02.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:02.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:02 smithi094 ceph-mon[112176]: 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-08T12:28:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:02 smithi003 ceph-mon[96088]: 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-08T12:28:03.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:03.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:04.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:04.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:04 smithi094 ceph-mon[112176]: 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-08T12:28:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:04 smithi003 ceph-mon[96088]: 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-08T12:28:05.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:05.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:06.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:06.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:06 smithi094 ceph-mon[112176]: 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-08T12:28:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:06 smithi003 ceph-mon[96088]: 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-08T12:28:07.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:07.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:08.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:08.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:08 smithi094 ceph-mon[112176]: 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-08T12:28:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:08 smithi003 ceph-mon[96088]: 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-08T12:28:09.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:09.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:10.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:10.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:10 smithi094 ceph-mon[112176]: 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-08T12:28:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:10 smithi003 ceph-mon[96088]: 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-08T12:28:11.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:11.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:12.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:12.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:12 smithi094 ceph-mon[112176]: 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-08T12:28:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:12 smithi003 ceph-mon[96088]: 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-08T12:28:13.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:13.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:14.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:14.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:14 smithi094 ceph-mon[112176]: 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-08T12:28:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:14 smithi003 ceph-mon[96088]: 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-08T12:28:15.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:15.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:16.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:16.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:16 smithi094 ceph-mon[112176]: 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-08T12:28:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:28:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:16 smithi003 ceph-mon[96088]: 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-08T12:28:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:28:17.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:17.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:18.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:18.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:18 smithi094 ceph-mon[112176]: 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-08T12:28:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:18 smithi003 ceph-mon[96088]: 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-08T12:28:19.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:19.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:20.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:20 smithi094 ceph-mon[112176]: 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-08T12:28:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:28:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:28:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:28:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:28:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:28:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:28:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:28:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:20 smithi003 ceph-mon[96088]: 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-08T12:28:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:28:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:28:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:28:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:28:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:28:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:28:20.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:28:20.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:20.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:21.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:21.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:22 smithi094 ceph-mon[112176]: 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-08T12:28:22.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:22.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:22 smithi003 ceph-mon[96088]: 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-08T12:28:23.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:23.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:24.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:24.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:24 smithi094 ceph-mon[112176]: 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-08T12:28:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:24 smithi003 ceph-mon[96088]: 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-08T12:28:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:25.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:25.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:26.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:26.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:26 smithi094 ceph-mon[112176]: 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-08T12:28:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:26 smithi003 ceph-mon[96088]: 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-08T12:28:27.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:27.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:28.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:28.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:28 smithi094 ceph-mon[112176]: 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-08T12:28:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:28 smithi003 ceph-mon[96088]: 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-08T12:28:29.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:29.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:30.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:30 smithi003 ceph-mon[96088]: 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-08T12:28:30.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:30.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:30 smithi094 ceph-mon[112176]: 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-08T12:28:31.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:31.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:32.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:32.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:32 smithi094 ceph-mon[112176]: 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-08T12:28:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:32 smithi003 ceph-mon[96088]: 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-08T12:28:33.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:33.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:34.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:34.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:34 smithi094 ceph-mon[112176]: 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-08T12:28:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:34 smithi003 ceph-mon[96088]: 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-08T12:28:35.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:35.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:36.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:36.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:36 smithi094 ceph-mon[112176]: 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-08T12:28:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:36 smithi003 ceph-mon[96088]: 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-08T12:28:37.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:37.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:38.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:38.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:38 smithi094 ceph-mon[112176]: 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-08T12:28:38.745 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:38 smithi003 ceph-mon[96088]: 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-08T12:28:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:39.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:39.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:40.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:40.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:40 smithi094 ceph-mon[112176]: 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-08T12:28:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:40 smithi003 ceph-mon[96088]: 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-08T12:28:41.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:41.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:42.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:42.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:42 smithi094 ceph-mon[112176]: 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-08T12:28:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:42 smithi003 ceph-mon[96088]: 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-08T12:28:43.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:43.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:44 smithi003 ceph-mon[96088]: 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-08T12:28:44.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:44.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:44 smithi094 ceph-mon[112176]: 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-08T12:28:45.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:45.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:46.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:46.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:46 smithi094 ceph-mon[112176]: 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-08T12:28:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:46 smithi003 ceph-mon[96088]: 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-08T12:28:47.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:47.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:48.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:48.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:48.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:48 smithi094 ceph-mon[112176]: 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-08T12:28:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:48 smithi003 ceph-mon[96088]: 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-08T12:28:49.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:49.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:50.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:50.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:50 smithi094 ceph-mon[112176]: 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-08T12:28:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:50 smithi003 ceph-mon[96088]: 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-08T12:28:51.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:51.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:52.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:52.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:52 smithi094 ceph-mon[112176]: 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-08T12:28:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:52 smithi003 ceph-mon[96088]: 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-08T12:28:53.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:53.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:54.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:54.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:54 smithi094 ceph-mon[112176]: 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-08T12:28:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:54 smithi003 ceph-mon[96088]: 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-08T12:28:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:55.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:55.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:56.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:56.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:56 smithi094 ceph-mon[112176]: 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-08T12:28:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:56 smithi003 ceph-mon[96088]: 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-08T12:28:57.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:57.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:58.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:58.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:28:58 smithi094 ceph-mon[112176]: 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-08T12:28:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:28:58 smithi003 ceph-mon[96088]: 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-08T12:28:59.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:28:59.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:00.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:00.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:00 smithi094 ceph-mon[112176]: 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-08T12:29:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:00 smithi003 ceph-mon[96088]: 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-08T12:29:01.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:01.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:02.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:02.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:02 smithi094 ceph-mon[112176]: 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-08T12:29:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:02 smithi003 ceph-mon[96088]: 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-08T12:29:03.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:03.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:04.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:04.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:04 smithi094 ceph-mon[112176]: 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-08T12:29:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:04 smithi003 ceph-mon[96088]: 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-08T12:29:05.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:05.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:06.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:06.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:06 smithi094 ceph-mon[112176]: 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-08T12:29:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:06 smithi003 ceph-mon[96088]: 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-08T12:29:07.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:07.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:08.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:08.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:08 smithi094 ceph-mon[112176]: 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-08T12:29:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:08 smithi003 ceph-mon[96088]: 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-08T12:29:09.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:09.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:09.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:10.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:10.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:10 smithi094 ceph-mon[112176]: 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-08T12:29:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:10 smithi003 ceph-mon[96088]: 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-08T12:29:11.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:11.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:12.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:12.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:12.662 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:12 smithi094 ceph-mon[112176]: 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-08T12:29:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:12 smithi003 ceph-mon[96088]: 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-08T12:29:13.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:13.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:14.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:14.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:14 smithi094 ceph-mon[112176]: 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-08T12:29:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:14 smithi003 ceph-mon[96088]: 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-08T12:29:15.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:15.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:16.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:16.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:16 smithi094 ceph-mon[112176]: 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-08T12:29:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:16 smithi003 ceph-mon[96088]: 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-08T12:29:17.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:17.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:18.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:18.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:18 smithi094 ceph-mon[112176]: 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-08T12:29:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:18 smithi003 ceph-mon[96088]: 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-08T12:29:19.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:19.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:20 smithi094 ceph-mon[112176]: 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-08T12:29:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:29:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:29:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:29:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:29:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:29:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:29:20.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:20.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:20 smithi003 ceph-mon[96088]: 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-08T12:29:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:29:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:29:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:29:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:29:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:29:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:29:21.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:21.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:22 smithi094 ceph-mon[112176]: 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-08T12:29:22.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:22.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:22 smithi003 ceph-mon[96088]: 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-08T12:29:23.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:23.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:24.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:24 smithi094 ceph-mon[112176]: 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-08T12:29:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:24.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:24.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:24 smithi003 ceph-mon[96088]: 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-08T12:29:24.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:25.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:25.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:26 smithi094 ceph-mon[112176]: 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-08T12:29:26.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:26.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:26 smithi003 ceph-mon[96088]: 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-08T12:29:27.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:27.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:28 smithi094 ceph-mon[112176]: 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-08T12:29:28.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:28.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:28 smithi003 ceph-mon[96088]: 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-08T12:29:29.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:29.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:30 smithi094 ceph-mon[112176]: 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-08T12:29:30.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:30.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:30 smithi003 ceph-mon[96088]: 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-08T12:29:31.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:31.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:32.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:32.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:32 smithi003 ceph-mon[96088]: 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-08T12:29:32.872 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:32 smithi094 ceph-mon[112176]: 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-08T12:29:33.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:33.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:34.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:34.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:34 smithi003 ceph-mon[96088]: 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-08T12:29:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:34 smithi094 ceph-mon[112176]: 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-08T12:29:35.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:35.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:36.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:36.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:36.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:36 smithi003 ceph-mon[96088]: 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-08T12:29:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:36 smithi094 ceph-mon[112176]: 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-08T12:29:37.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:37.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:38.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:38.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:38 smithi003 ceph-mon[96088]: 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-08T12:29:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:38 smithi094 ceph-mon[112176]: 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-08T12:29:39.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:39.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:40.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:40.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:40.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:40 smithi003 ceph-mon[96088]: 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-08T12:29:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:40 smithi094 ceph-mon[112176]: 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-08T12:29:41.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:41.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:42.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:42.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:42 smithi003 ceph-mon[96088]: 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-08T12:29:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:42 smithi094 ceph-mon[112176]: 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-08T12:29:43.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:43.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:44.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:44.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:44 smithi003 ceph-mon[96088]: 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-08T12:29:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:44 smithi094 ceph-mon[112176]: 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-08T12:29:45.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:45.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:46.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:46.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:46.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:46 smithi003 ceph-mon[96088]: 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-08T12:29:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:46 smithi094 ceph-mon[112176]: 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-08T12:29:47.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:47.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:48.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:48.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:48 smithi003 ceph-mon[96088]: 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-08T12:29:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:48 smithi094 ceph-mon[112176]: 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-08T12:29:49.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:49.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:50.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:50.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:50 smithi003 ceph-mon[96088]: 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-08T12:29:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:50 smithi094 ceph-mon[112176]: 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-08T12:29:51.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:51.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:52.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:52.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:52 smithi003 ceph-mon[96088]: 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-08T12:29:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:52 smithi094 ceph-mon[112176]: 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-08T12:29:53.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:53.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:54.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:54.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:54 smithi003 ceph-mon[96088]: 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-08T12:29:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:54 smithi094 ceph-mon[112176]: 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-08T12:29:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:55.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:55.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:56.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:56.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:56 smithi003 ceph-mon[96088]: 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-08T12:29:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:56 smithi094 ceph-mon[112176]: 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-08T12:29:57.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:57.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:58.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:58.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:29:58 smithi003 ceph-mon[96088]: 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-08T12:29:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:29:58 smithi094 ceph-mon[112176]: 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-08T12:29:59.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:29:59.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:00 smithi003 ceph-mon[96088]: 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-08T12:30:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T12:30:00.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:00.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:00 smithi094 ceph-mon[112176]: 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-08T12:30:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T12:30:01.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:01.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:02 smithi003 ceph-mon[96088]: 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-08T12:30:02.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:02.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:02 smithi094 ceph-mon[112176]: 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-08T12:30:03.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:03.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:04 smithi003 ceph-mon[96088]: 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-08T12:30:04.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:04.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:04 smithi094 ceph-mon[112176]: 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-08T12:30:05.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:05.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:06 smithi003 ceph-mon[96088]: 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-08T12:30:06.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:06.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:06 smithi094 ceph-mon[112176]: 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-08T12:30:07.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:07.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:08 smithi094 ceph-mon[112176]: 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-08T12:30:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:08 smithi003 ceph-mon[96088]: 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-08T12:30:08.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:08.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:09.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:09.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:10.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:10.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:10 smithi094 ceph-mon[112176]: 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-08T12:30:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:10 smithi003 ceph-mon[96088]: 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-08T12:30:11.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:11.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:12.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:12.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:12 smithi094 ceph-mon[112176]: 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-08T12:30:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:12 smithi003 ceph-mon[96088]: 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-08T12:30:13.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:13.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:14.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:14.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:14 smithi094 ceph-mon[112176]: 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-08T12:30:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:14 smithi003 ceph-mon[96088]: 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-08T12:30:15.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:15.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:16.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:16.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:16 smithi094 ceph-mon[112176]: 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-08T12:30:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:16 smithi003 ceph-mon[96088]: 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-08T12:30:17.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:17.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:18 smithi094 ceph-mon[112176]: 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-08T12:30:18.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:18.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:18 smithi003 ceph-mon[96088]: 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-08T12:30:19.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:19.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:20 smithi003 ceph-mon[96088]: 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-08T12:30:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:30:20.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:20.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:20 smithi094 ceph-mon[112176]: 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-08T12:30:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:30:21.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:21.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:22.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:22.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:22 smithi094 ceph-mon[112176]: 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-08T12:30:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:22 smithi003 ceph-mon[96088]: 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-08T12:30:23.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:23.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:24.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:24.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:24 smithi094 ceph-mon[112176]: 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-08T12:30:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:24 smithi003 ceph-mon[96088]: 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-08T12:30:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:25.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:25.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:26 smithi094 ceph-mon[112176]: 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-08T12:30:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:30:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:30:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:30:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:30:26.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:30:26.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:30:26.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:30:26.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:26 smithi003 ceph-mon[96088]: 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-08T12:30:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:30:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:30:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:30:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:30:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:30:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:30:26.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:30:26.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:26.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:27.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:27.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:28 smithi094 ceph-mon[112176]: 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-08T12:30:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:28 smithi003 ceph-mon[96088]: 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-08T12:30:28.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:28.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:29.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:29.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:30 smithi094 ceph-mon[112176]: 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-08T12:30:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:30 smithi003 ceph-mon[96088]: 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-08T12:30:30.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:30.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:31.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:31.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:32 smithi094 ceph-mon[112176]: 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-08T12:30:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:32 smithi003 ceph-mon[96088]: 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-08T12:30:32.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:32.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:33.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:33.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:34 smithi094 ceph-mon[112176]: 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-08T12:30:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:34 smithi003 ceph-mon[96088]: 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-08T12:30:34.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:34.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:35.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:35.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:36.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:36 smithi094 ceph-mon[112176]: 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-08T12:30:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:36 smithi003 ceph-mon[96088]: 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-08T12:30:36.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:36.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:37.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:37.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:38 smithi094 ceph-mon[112176]: 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-08T12:30:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:38 smithi003 ceph-mon[96088]: 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-08T12:30:38.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:38.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:39.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:39.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:40.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:40 smithi094 ceph-mon[112176]: 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-08T12:30:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:40 smithi003 ceph-mon[96088]: 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-08T12:30:40.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:40.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:41.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:41.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:42.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:42 smithi094 ceph-mon[112176]: 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-08T12:30:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:42 smithi003 ceph-mon[96088]: 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-08T12:30:42.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:42.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:43.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:43.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:44.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:44 smithi094 ceph-mon[112176]: 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-08T12:30:44.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:44 smithi003 ceph-mon[96088]: 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-08T12:30:44.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:44.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:45.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:45.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:46.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:46 smithi094 ceph-mon[112176]: 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-08T12:30:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:46 smithi003 ceph-mon[96088]: 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-08T12:30:46.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:46.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:47.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:47.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:48.660 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:48 smithi094 ceph-mon[112176]: 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-08T12:30:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:48 smithi003 ceph-mon[96088]: 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-08T12:30:48.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:48.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:49.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:49.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:50.619 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:50 smithi003 ceph-mon[96088]: 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-08T12:30:50.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:50 smithi094 ceph-mon[112176]: 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-08T12:30:50.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:50.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:51.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:51.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:52.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:52 smithi094 ceph-mon[112176]: 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-08T12:30:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:52 smithi003 ceph-mon[96088]: 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-08T12:30:52.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:52.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:53.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:53.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:54 smithi094 ceph-mon[112176]: 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-08T12:30:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:54 smithi003 ceph-mon[96088]: 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-08T12:30:54.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:54.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:54.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:55.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:55.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:56 smithi094 ceph-mon[112176]: 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-08T12:30:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:56 smithi003 ceph-mon[96088]: 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-08T12:30:56.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:56.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:57.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:57.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:30:58 smithi094 ceph-mon[112176]: 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-08T12:30:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:30:58 smithi003 ceph-mon[96088]: 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-08T12:30:58.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:58.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:59.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:30:59.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:00.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:00 smithi094 ceph-mon[112176]: 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-08T12:31:00.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:00 smithi003 ceph-mon[96088]: 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-08T12:31:00.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:00.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:01.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:01.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:02 smithi094 ceph-mon[112176]: 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-08T12:31:02.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:02 smithi003 ceph-mon[96088]: 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-08T12:31:02.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:02.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:03.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:03.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:04 smithi094 ceph-mon[112176]: 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-08T12:31:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:04 smithi003 ceph-mon[96088]: 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-08T12:31:04.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:04.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:05.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:05.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:06 smithi094 ceph-mon[112176]: 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-08T12:31:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:06 smithi003 ceph-mon[96088]: 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-08T12:31:06.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:06.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:07.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:07.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:08 smithi094 ceph-mon[112176]: 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-08T12:31:08.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:08 smithi003 ceph-mon[96088]: 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-08T12:31:08.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:08.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:09.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:09.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:10 smithi094 ceph-mon[112176]: 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-08T12:31:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:10 smithi003 ceph-mon[96088]: 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-08T12:31:10.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:10.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:11.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:11.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:12 smithi094 ceph-mon[112176]: 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-08T12:31:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:12 smithi003 ceph-mon[96088]: 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-08T12:31:12.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:13.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:13.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:13.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:14 smithi003 ceph-mon[96088]: 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-08T12:31:14.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:14.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:14 smithi094 ceph-mon[112176]: 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-08T12:31:15.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:15.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:16.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:16 smithi003 ceph-mon[96088]: 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-08T12:31:16.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:16.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:16 smithi094 ceph-mon[112176]: 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-08T12:31:17.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:17.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:18 smithi003 ceph-mon[96088]: 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-08T12:31:18.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:18.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:18 smithi094 ceph-mon[112176]: 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-08T12:31:19.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:19.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:20 smithi003 ceph-mon[96088]: 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-08T12:31:20.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:20.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:20 smithi094 ceph-mon[112176]: 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-08T12:31:21.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:21.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:22 smithi003 ceph-mon[96088]: 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-08T12:31:22.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:22.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:22 smithi094 ceph-mon[112176]: 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-08T12:31:23.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:23.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:24 smithi003 ceph-mon[96088]: 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-08T12:31:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:24.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:24.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:24 smithi094 ceph-mon[112176]: 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-08T12:31:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:25.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:25.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:26.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:26 smithi003 ceph-mon[96088]: 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-08T12:31:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:31:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:31:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:31:26.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:26.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:26 smithi094 ceph-mon[112176]: 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-08T12:31:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:31:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:31:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:31:27.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:31:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:31:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:31:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:31:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:31:27.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:27.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:31:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:31:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:31:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:31:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:31:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:28 smithi003 ceph-mon[96088]: 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-08T12:31:28.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:28.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:28 smithi094 ceph-mon[112176]: 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-08T12:31:29.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:29.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:30 smithi003 ceph-mon[96088]: 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-08T12:31:30.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:30.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:30 smithi094 ceph-mon[112176]: 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-08T12:31:31.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:31.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:32.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:32.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:32 smithi094 ceph-mon[112176]: 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-08T12:31:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:32 smithi003 ceph-mon[96088]: 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-08T12:31:33.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:33.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:34.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:34.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:34 smithi094 ceph-mon[112176]: 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-08T12:31:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:34 smithi003 ceph-mon[96088]: 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-08T12:31:35.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:35.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:36.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:36.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:36 smithi094 ceph-mon[112176]: 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-08T12:31:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:36 smithi003 ceph-mon[96088]: 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-08T12:31:37.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:37.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:38.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:38.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:38 smithi094 ceph-mon[112176]: 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-08T12:31:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:38 smithi003 ceph-mon[96088]: 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-08T12:31:39.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:39.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:40.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:40.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:40 smithi094 ceph-mon[112176]: 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-08T12:31:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:40 smithi003 ceph-mon[96088]: 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-08T12:31:41.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:41.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:42.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:42.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:42 smithi094 ceph-mon[112176]: 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-08T12:31:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:42 smithi003 ceph-mon[96088]: 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-08T12:31:43.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:43.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:44.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:44.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:44 smithi094 ceph-mon[112176]: 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-08T12:31:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:44 smithi003 ceph-mon[96088]: 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-08T12:31:45.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:45.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:46.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:46.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:46 smithi094 ceph-mon[112176]: 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-08T12:31:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:46 smithi003 ceph-mon[96088]: 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-08T12:31:47.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:47.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:48.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:48.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:48 smithi094 ceph-mon[112176]: 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-08T12:31:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:48 smithi003 ceph-mon[96088]: 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-08T12:31:49.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:49.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:50 smithi094 ceph-mon[112176]: 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-08T12:31:50.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:50.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:50 smithi003 ceph-mon[96088]: 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-08T12:31:51.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:51.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:52 smithi094 ceph-mon[112176]: 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-08T12:31:52.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:52.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:52 smithi003 ceph-mon[96088]: 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-08T12:31:53.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:53.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:54 smithi094 ceph-mon[112176]: 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-08T12:31:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:54.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:54.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:54 smithi003 ceph-mon[96088]: 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-08T12:31:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:55.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:55.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:56 smithi003 ceph-mon[96088]: 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-08T12:31:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:56 smithi094 ceph-mon[112176]: 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-08T12:31:56.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:56.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:57.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:57.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:31:58 smithi094 ceph-mon[112176]: 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-08T12:31:58.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:58.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:31:58 smithi003 ceph-mon[96088]: 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-08T12:31:59.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:31:59.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:00 smithi094 ceph-mon[112176]: 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-08T12:32:00.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:00.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:00 smithi003 ceph-mon[96088]: 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-08T12:32:01.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:01.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:02 smithi094 ceph-mon[112176]: 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-08T12:32:02.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:02.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:02 smithi003 ceph-mon[96088]: 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-08T12:32:03.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:03 smithi094 ceph-mon[112176]: 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-08T12:32:03.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:03.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:03 smithi003 ceph-mon[96088]: 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-08T12:32:04.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:04.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:05.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:05.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:06.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:05 smithi094 ceph-mon[112176]: 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-08T12:32:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:05 smithi003 ceph-mon[96088]: 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-08T12:32:06.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:06.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:07.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:07.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:08 smithi094 ceph-mon[112176]: 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-08T12:32:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:08 smithi003 ceph-mon[96088]: 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-08T12:32:08.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:08.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:09.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:09.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:10 smithi094 ceph-mon[112176]: 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-08T12:32:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:10 smithi003 ceph-mon[96088]: 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-08T12:32:10.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:10.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:11.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:11.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:12 smithi094 ceph-mon[112176]: 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-08T12:32:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:12 smithi003 ceph-mon[96088]: 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-08T12:32:12.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:12.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:13.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:13.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:14.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:14 smithi094 ceph-mon[112176]: 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-08T12:32:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:14 smithi003 ceph-mon[96088]: 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-08T12:32:14.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:14.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:15.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:15.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:16.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:16 smithi094 ceph-mon[112176]: 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-08T12:32:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:16 smithi003 ceph-mon[96088]: 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-08T12:32:16.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:16.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:17.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:17.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:18 smithi094 ceph-mon[112176]: 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-08T12:32:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:18 smithi003 ceph-mon[96088]: 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-08T12:32:18.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:18.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:19.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:19.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:20 smithi094 ceph-mon[112176]: 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-08T12:32:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:20 smithi003 ceph-mon[96088]: 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-08T12:32:20.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:20.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:21.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:21.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:22.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:22 smithi094 ceph-mon[112176]: 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-08T12:32:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:22 smithi003 ceph-mon[96088]: 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-08T12:32:22.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:22.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:23.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:23.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:24.657 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:24 smithi094 ceph-mon[112176]: 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-08T12:32:24.657 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:24 smithi003 ceph-mon[96088]: 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-08T12:32:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:24.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:24.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:25.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:25.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:26.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:26 smithi094 ceph-mon[112176]: 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-08T12:32:26.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:26 smithi003 ceph-mon[96088]: 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-08T12:32:26.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:26.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:27.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:32:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:32:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:32:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:32:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:32:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:32:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:32:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:32:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:32:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:32:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:32:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:32:27.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:27.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:28.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:28 smithi094 ceph-mon[112176]: 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-08T12:32:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:28 smithi003 ceph-mon[96088]: 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-08T12:32:28.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:28.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:29.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:29.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:30 smithi094 ceph-mon[112176]: 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-08T12:32:30.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:30 smithi003 ceph-mon[96088]: 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-08T12:32:30.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:30.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:31.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:31.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:32 smithi094 ceph-mon[112176]: 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-08T12:32:32.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:32 smithi003 ceph-mon[96088]: 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-08T12:32:32.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:32.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:33.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:33.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:34 smithi094 ceph-mon[112176]: 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-08T12:32:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:34 smithi003 ceph-mon[96088]: 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-08T12:32:34.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:34.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:35.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:35.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:36 smithi094 ceph-mon[112176]: 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-08T12:32:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:36 smithi003 ceph-mon[96088]: 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-08T12:32:36.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:36.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:37.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:37.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:38.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:38 smithi094 ceph-mon[112176]: 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-08T12:32:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:38 smithi003 ceph-mon[96088]: 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-08T12:32:38.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:38.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:39.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:39.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:39.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:40 smithi003 ceph-mon[96088]: 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-08T12:32:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:40 smithi094 ceph-mon[112176]: 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-08T12:32:41.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:41.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:42.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:42.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:42.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:42 smithi003 ceph-mon[96088]: 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-08T12:32:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:42 smithi094 ceph-mon[112176]: 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-08T12:32:43.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:43.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:44.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:44.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:44 smithi003 ceph-mon[96088]: 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-08T12:32:44.867 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:44 smithi094 ceph-mon[112176]: 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-08T12:32:45.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:45.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:46.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:46.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:46 smithi003 ceph-mon[96088]: 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-08T12:32:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:46 smithi094 ceph-mon[112176]: 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-08T12:32:47.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:47.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:48.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:48.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:48 smithi003 ceph-mon[96088]: 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-08T12:32:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:48 smithi094 ceph-mon[112176]: 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-08T12:32:49.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:49.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:50.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:50.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:50 smithi003 ceph-mon[96088]: 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-08T12:32:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:50 smithi094 ceph-mon[112176]: 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-08T12:32:51.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:51.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:52.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:52.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:52 smithi003 ceph-mon[96088]: 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-08T12:32:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:52 smithi094 ceph-mon[112176]: 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-08T12:32:53.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:53.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:54.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:54.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:54 smithi003 ceph-mon[96088]: 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-08T12:32:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:54 smithi094 ceph-mon[112176]: 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-08T12:32:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:55.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:55.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:56.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:56.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:56 smithi003 ceph-mon[96088]: 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-08T12:32:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:56 smithi094 ceph-mon[112176]: 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-08T12:32:57.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:57.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:58.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:58.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:32:58 smithi003 ceph-mon[96088]: 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-08T12:32:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:32:58 smithi094 ceph-mon[112176]: 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-08T12:32:59.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:32:59.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:00.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:00.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:00 smithi003 ceph-mon[96088]: 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-08T12:33:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:00 smithi094 ceph-mon[112176]: 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-08T12:33:01.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:01.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:02.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:02.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:02 smithi003 ceph-mon[96088]: 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-08T12:33:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:02 smithi094 ceph-mon[112176]: 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-08T12:33:03.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:03.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:04.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:04.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:04 smithi003 ceph-mon[96088]: 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-08T12:33:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:04 smithi094 ceph-mon[112176]: 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-08T12:33:05.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:05.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:06.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:06.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:06 smithi003 ceph-mon[96088]: 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-08T12:33:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:06 smithi094 ceph-mon[112176]: 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-08T12:33:07.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:07.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:08.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:08.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:08 smithi003 ceph-mon[96088]: 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-08T12:33:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:08 smithi094 ceph-mon[112176]: 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-08T12:33:09.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:09.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:10.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:10.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:10 smithi003 ceph-mon[96088]: 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-08T12:33:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:10 smithi094 ceph-mon[112176]: 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-08T12:33:11.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:11.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:12.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:12.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:12.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:12 smithi003 ceph-mon[96088]: 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-08T12:33:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:12 smithi094 ceph-mon[112176]: 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-08T12:33:13.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:13.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:14.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:14.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:14 smithi003 ceph-mon[96088]: 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-08T12:33:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:14 smithi094 ceph-mon[112176]: 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-08T12:33:15.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:15.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:16.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:16.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:16 smithi094 ceph-mon[112176]: 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-08T12:33:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:16 smithi003 ceph-mon[96088]: 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-08T12:33:17.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:17.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:18.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:18.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:18 smithi094 ceph-mon[112176]: 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-08T12:33:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:18 smithi003 ceph-mon[96088]: 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-08T12:33:19.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:19.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:20.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:20.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:20 smithi094 ceph-mon[112176]: 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-08T12:33:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:20 smithi003 ceph-mon[96088]: 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-08T12:33:21.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:21.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:22.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:22.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:22 smithi003 ceph-mon[96088]: 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-08T12:33:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:22 smithi094 ceph-mon[112176]: 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-08T12:33:23.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:23.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:24.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:24.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:24 smithi094 ceph-mon[112176]: 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-08T12:33:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:24 smithi003 ceph-mon[96088]: 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-08T12:33:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:25.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:25.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:26 smithi094 ceph-mon[112176]: 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-08T12:33:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:26 smithi003 ceph-mon[96088]: 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-08T12:33:27.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:27.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:33:27.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:33:28.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:28.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:28 smithi094 ceph-mon[112176]: 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-08T12:33:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:33:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:33:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:33:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:33:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:33:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:33:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:28 smithi003 ceph-mon[96088]: 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-08T12:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:33:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:33:29.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:29.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:30.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:30.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:30 smithi094 ceph-mon[112176]: 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-08T12:33:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:30 smithi003 ceph-mon[96088]: 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-08T12:33:31.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:31.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:32.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:32.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:32 smithi003 ceph-mon[96088]: 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-08T12:33:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:32 smithi094 ceph-mon[112176]: 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-08T12:33:33.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:33.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:34.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:34.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:34 smithi094 ceph-mon[112176]: 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-08T12:33:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:34 smithi003 ceph-mon[96088]: 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-08T12:33:35.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:35.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:36.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:36.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:36 smithi094 ceph-mon[112176]: 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-08T12:33:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:36 smithi003 ceph-mon[96088]: 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-08T12:33:37.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:37.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:38.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:38.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:38 smithi094 ceph-mon[112176]: 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-08T12:33:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:38 smithi003 ceph-mon[96088]: 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-08T12:33:39.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:39.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:40.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:40.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:40 smithi094 ceph-mon[112176]: 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-08T12:33:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:40 smithi003 ceph-mon[96088]: 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-08T12:33:41.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:41.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:42.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:42.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:42 smithi094 ceph-mon[112176]: 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-08T12:33:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:42 smithi003 ceph-mon[96088]: 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-08T12:33:43.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:43.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:44.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:44.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:44 smithi094 ceph-mon[112176]: 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-08T12:33:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:44 smithi003 ceph-mon[96088]: 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-08T12:33:45.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:45.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:46.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:46.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:46 smithi094 ceph-mon[112176]: 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-08T12:33:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:46 smithi003 ceph-mon[96088]: 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-08T12:33:47.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:47.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:48.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:48.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:48 smithi094 ceph-mon[112176]: 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-08T12:33:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:48 smithi003 ceph-mon[96088]: 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-08T12:33:49.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:49.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:50.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:50.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:50 smithi094 ceph-mon[112176]: 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-08T12:33:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:50 smithi003 ceph-mon[96088]: 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-08T12:33:51.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:51.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:52.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:52.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:52.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:52 smithi094 ceph-mon[112176]: 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-08T12:33:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:52 smithi003 ceph-mon[96088]: 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-08T12:33:53.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:53.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:54.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:54.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:54 smithi094 ceph-mon[112176]: 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-08T12:33:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:54 smithi003 ceph-mon[96088]: 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-08T12:33:55.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:55.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:55 smithi094 ceph-mon[112176]: 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-08T12:33:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:55 smithi003 ceph-mon[96088]: 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-08T12:33:56.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:56.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:57.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:57.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:58.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:58.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:58.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:33:58 smithi094 ceph-mon[112176]: 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-08T12:33:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:33:58 smithi003 ceph-mon[96088]: 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-08T12:33:59.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:33:59.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:00.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:00.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:00.653 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:00 smithi094 ceph-mon[112176]: 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-08T12:34:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:00 smithi003 ceph-mon[96088]: 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-08T12:34:01.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:01.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:02.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:02.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:02.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:02 smithi094 ceph-mon[112176]: 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-08T12:34:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:02 smithi003 ceph-mon[96088]: 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-08T12:34:03.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:03.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:04.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:04.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:04.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:04 smithi094 ceph-mon[112176]: 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-08T12:34:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:04 smithi003 ceph-mon[96088]: 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-08T12:34:05.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:05.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:06.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:06.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:06 smithi094 ceph-mon[112176]: 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-08T12:34:06.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:06 smithi003 ceph-mon[96088]: 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-08T12:34:07.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:07.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:08.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:08.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:08.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:08 smithi094 ceph-mon[112176]: 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-08T12:34:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:08 smithi003 ceph-mon[96088]: 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-08T12:34:09.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:09.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:09.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:10.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:10.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:10.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:10 smithi094 ceph-mon[112176]: 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-08T12:34:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:10 smithi003 ceph-mon[96088]: 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-08T12:34:11.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:11.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:12.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:12.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:12 smithi094 ceph-mon[112176]: 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-08T12:34:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:12 smithi003 ceph-mon[96088]: 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-08T12:34:13.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:13.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:14.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:14.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:14 smithi003 ceph-mon[96088]: 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-08T12:34:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:14 smithi094 ceph-mon[112176]: 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-08T12:34:15.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:15.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:16.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:16.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:16 smithi003 ceph-mon[96088]: 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-08T12:34:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:16 smithi094 ceph-mon[112176]: 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-08T12:34:17.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:17.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:18.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:18.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:18 smithi003 ceph-mon[96088]: 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-08T12:34:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:18 smithi094 ceph-mon[112176]: 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-08T12:34:19.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:19.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:20.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:20.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:20 smithi003 ceph-mon[96088]: 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-08T12:34:20.867 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:20 smithi094 ceph-mon[112176]: 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-08T12:34:21.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:21.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:22.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:22.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:22 smithi003 ceph-mon[96088]: 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-08T12:34:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:22 smithi094 ceph-mon[112176]: 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-08T12:34:23.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:23.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:24.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:24.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:24 smithi003 ceph-mon[96088]: 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-08T12:34:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:24 smithi094 ceph-mon[112176]: 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-08T12:34:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:25.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:25.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:26.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:26.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:26 smithi003 ceph-mon[96088]: 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-08T12:34:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:26 smithi094 ceph-mon[112176]: 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-08T12:34:27.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:27.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:28.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:28.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:28 smithi003 ceph-mon[96088]: 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-08T12:34:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:34:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:28 smithi094 ceph-mon[112176]: 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-08T12:34:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:34:29.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:29.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:29.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:34:29.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:34:29.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:34:29.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:34:29.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:34:29.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:34:29.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:34:29.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:34:29.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:34:29.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:34:30.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:30.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:30 smithi003 ceph-mon[96088]: 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-08T12:34:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:30 smithi094 ceph-mon[112176]: 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-08T12:34:31.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:31.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:32.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:32.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:32 smithi003 ceph-mon[96088]: 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-08T12:34:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:32 smithi094 ceph-mon[112176]: 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-08T12:34:33.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:33.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:34.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:34.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:34 smithi003 ceph-mon[96088]: 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-08T12:34:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:34 smithi094 ceph-mon[112176]: 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-08T12:34:35.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:35.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:36.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:36.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:36 smithi003 ceph-mon[96088]: 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-08T12:34:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:36 smithi094 ceph-mon[112176]: 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-08T12:34:37.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:37.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:38.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:38.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:38.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:38 smithi003 ceph-mon[96088]: 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-08T12:34:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:38 smithi094 ceph-mon[112176]: 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-08T12:34:39.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:39.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:40.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:40.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:40 smithi003 ceph-mon[96088]: 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-08T12:34:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:40 smithi094 ceph-mon[112176]: 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-08T12:34:41.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:41.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:42.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:42.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:42 smithi003 ceph-mon[96088]: 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-08T12:34:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:42 smithi094 ceph-mon[112176]: 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-08T12:34:43.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:43.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:44.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:44.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:44 smithi003 ceph-mon[96088]: 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-08T12:34:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:44 smithi094 ceph-mon[112176]: 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-08T12:34:45.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:45.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:46.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:46.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:46 smithi003 ceph-mon[96088]: 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-08T12:34:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:46 smithi094 ceph-mon[112176]: 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-08T12:34:47.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:47.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:48.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:48.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:48 smithi003 ceph-mon[96088]: 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-08T12:34:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:48 smithi094 ceph-mon[112176]: 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-08T12:34:49.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:49.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:50.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:50.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:50 smithi003 ceph-mon[96088]: 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-08T12:34:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:50 smithi094 ceph-mon[112176]: 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-08T12:34:51.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:51.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:52.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:52.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:52 smithi003 ceph-mon[96088]: 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-08T12:34:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:52 smithi094 ceph-mon[112176]: 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-08T12:34:53.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:53.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:54.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:54.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:54 smithi003 ceph-mon[96088]: 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-08T12:34:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:54 smithi094 ceph-mon[112176]: 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-08T12:34:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:55.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:55.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:56.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:56.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:56.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:56 smithi094 ceph-mon[112176]: 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-08T12:34:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:56 smithi003 ceph-mon[96088]: 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-08T12:34:57.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:57.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:58.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:58.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:58.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:34:58 smithi003 ceph-mon[96088]: 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-08T12:34:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:34:58 smithi094 ceph-mon[112176]: 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-08T12:34:59.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:34:59.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:00.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:00.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:00 smithi094 ceph-mon[112176]: 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-08T12:35:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:00 smithi003 ceph-mon[96088]: 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-08T12:35:01.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:01.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:02.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:02.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:02.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:02 smithi094 ceph-mon[112176]: 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-08T12:35:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:02 smithi003 ceph-mon[96088]: 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-08T12:35:03.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:03.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:04.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:04.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:04 smithi094 ceph-mon[112176]: 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-08T12:35:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:04 smithi003 ceph-mon[96088]: 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-08T12:35:05.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:05.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:06.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:06.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:06.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:06 smithi094 ceph-mon[112176]: 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-08T12:35:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:06 smithi003 ceph-mon[96088]: 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-08T12:35:07.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:07.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:08.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:08.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:08 smithi094 ceph-mon[112176]: 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-08T12:35:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:08 smithi003 ceph-mon[96088]: 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-08T12:35:09.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:09.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:10.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:10.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:10 smithi094 ceph-mon[112176]: 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-08T12:35:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:10 smithi003 ceph-mon[96088]: 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-08T12:35:11.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:11.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:12.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:12.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:12 smithi094 ceph-mon[112176]: 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-08T12:35:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:12 smithi003 ceph-mon[96088]: 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-08T12:35:13.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:13.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:14.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:14.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:14 smithi094 ceph-mon[112176]: 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-08T12:35:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:14 smithi003 ceph-mon[96088]: 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-08T12:35:15.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:15.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:16.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:16.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:16 smithi094 ceph-mon[112176]: 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-08T12:35:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:16 smithi003 ceph-mon[96088]: 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-08T12:35:17.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:17.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:18.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:18.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:18 smithi094 ceph-mon[112176]: 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-08T12:35:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:18 smithi003 ceph-mon[96088]: 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-08T12:35:19.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:19.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:20.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:20.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:20 smithi094 ceph-mon[112176]: 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-08T12:35:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:20 smithi003 ceph-mon[96088]: 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-08T12:35:21.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:21.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:22.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:22.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:22 smithi094 ceph-mon[112176]: 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-08T12:35:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:22 smithi003 ceph-mon[96088]: 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-08T12:35:23.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:23.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:24.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:24.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:24 smithi094 ceph-mon[112176]: 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-08T12:35:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:24 smithi003 ceph-mon[96088]: 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-08T12:35:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:25.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:25.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:26.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:26.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:26 smithi094 ceph-mon[112176]: 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-08T12:35:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:26 smithi003 ceph-mon[96088]: 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-08T12:35:27.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:27.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:28.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:28.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:28 smithi094 ceph-mon[112176]: 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-08T12:35:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:28 smithi003 ceph-mon[96088]: 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-08T12:35:29.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:29.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:35:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:35:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:35:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:35:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:35:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:35:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:35:29.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:35:29.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:35:29.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:35:29.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:35:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:35:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:35:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:35:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:35:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:35:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:35:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:35:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:35:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:35:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:35:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:35:30.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:30.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:30 smithi094 ceph-mon[112176]: 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-08T12:35:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:30 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1430M 2023-10-08T12:35:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:30 smithi003 ceph-mon[96088]: 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-08T12:35:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:30 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1430M 2023-10-08T12:35:31.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:31.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:32.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:32.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:32 smithi094 ceph-mon[112176]: 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-08T12:35:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:32 smithi003 ceph-mon[96088]: 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-08T12:35:33.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:33.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:34.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:34.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:34 smithi094 ceph-mon[112176]: 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-08T12:35:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:34 smithi003 ceph-mon[96088]: 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-08T12:35:35.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:35.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:36.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:36.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:36 smithi094 ceph-mon[112176]: 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-08T12:35:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:36 smithi003 ceph-mon[96088]: 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-08T12:35:37.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:37.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:38.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:38.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:38.899 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:38 smithi003 ceph-mon[96088]: 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-08T12:35:38.899 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:38 smithi094 ceph-mon[112176]: 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-08T12:35:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:39.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:39.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:40.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:40.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:40 smithi094 ceph-mon[112176]: 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-08T12:35:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:40 smithi003 ceph-mon[96088]: 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-08T12:35:41.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:41.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:42.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:42.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:42 smithi094 ceph-mon[112176]: 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-08T12:35:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:42 smithi003 ceph-mon[96088]: 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-08T12:35:43.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:43.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:44.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:44.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:44 smithi094 ceph-mon[112176]: 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-08T12:35:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:44 smithi003 ceph-mon[96088]: 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-08T12:35:45.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:45.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:46.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:46.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:46 smithi094 ceph-mon[112176]: 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-08T12:35:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:46 smithi003 ceph-mon[96088]: 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-08T12:35:47.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:47.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:48.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:48.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:48 smithi094 ceph-mon[112176]: 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-08T12:35:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:48 smithi003 ceph-mon[96088]: 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-08T12:35:49.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:49.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:50.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:50.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:50 smithi094 ceph-mon[112176]: 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-08T12:35:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:50 smithi003 ceph-mon[96088]: 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-08T12:35:51.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:51.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:52.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:52.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:52 smithi094 ceph-mon[112176]: 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-08T12:35:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:52 smithi003 ceph-mon[96088]: 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-08T12:35:53.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:53.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:54.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:54.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:54 smithi094 ceph-mon[112176]: 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-08T12:35:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:54 smithi003 ceph-mon[96088]: 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-08T12:35:55.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:55.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:55 smithi094 ceph-mon[112176]: 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-08T12:35:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:55 smithi003 ceph-mon[96088]: 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-08T12:35:56.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:56.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:57.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:57.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:58.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:58.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:35:58 smithi094 ceph-mon[112176]: 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-08T12:35:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:35:58 smithi003 ceph-mon[96088]: 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-08T12:35:59.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:35:59.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:00.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:00.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:00 smithi003 ceph-mon[96088]: 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-08T12:36:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:00 smithi094 ceph-mon[112176]: 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-08T12:36:01.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:01.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:02.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:02.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:02 smithi003 ceph-mon[96088]: 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-08T12:36:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:02 smithi094 ceph-mon[112176]: 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-08T12:36:03.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:03.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:04.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:04.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:04 smithi003 ceph-mon[96088]: 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-08T12:36:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:04 smithi094 ceph-mon[112176]: 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-08T12:36:05.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:05.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:06.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:06.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:06 smithi003 ceph-mon[96088]: 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-08T12:36:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:06 smithi094 ceph-mon[112176]: 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-08T12:36:07.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:08.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:08.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:08 smithi003 ceph-mon[96088]: 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-08T12:36:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:08 smithi094 ceph-mon[112176]: 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-08T12:36:09.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:09.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:10.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:10.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:10.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:10 smithi003 ceph-mon[96088]: 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-08T12:36:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:10 smithi094 ceph-mon[112176]: 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-08T12:36:11.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:11.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:12.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:12.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:12 smithi003 ceph-mon[96088]: 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-08T12:36:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:12 smithi094 ceph-mon[112176]: 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-08T12:36:13.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:13.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:14.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:14.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:14 smithi003 ceph-mon[96088]: 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-08T12:36:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:14 smithi094 ceph-mon[112176]: 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-08T12:36:15.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:15.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:16.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:16.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:16 smithi003 ceph-mon[96088]: 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-08T12:36:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:16 smithi094 ceph-mon[112176]: 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-08T12:36:17.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:17.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:18.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:18.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:18 smithi003 ceph-mon[96088]: 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-08T12:36:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:18 smithi094 ceph-mon[112176]: 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-08T12:36:19.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:19.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:20.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:20.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:20 smithi003 ceph-mon[96088]: 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-08T12:36:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:20 smithi094 ceph-mon[112176]: 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-08T12:36:21.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:21.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:22.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:22.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:22 smithi003 ceph-mon[96088]: 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-08T12:36:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:22 smithi094 ceph-mon[112176]: 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-08T12:36:23.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:23.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:24.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:24.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:24 smithi003 ceph-mon[96088]: 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-08T12:36:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:24 smithi094 ceph-mon[112176]: 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-08T12:36:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:25.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:25.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:26.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:26.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:26 smithi003 ceph-mon[96088]: 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-08T12:36:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:26 smithi094 ceph-mon[112176]: 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-08T12:36:27.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:27.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:28.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:28.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:28 smithi003 ceph-mon[96088]: 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-08T12:36:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:28 smithi094 ceph-mon[112176]: 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-08T12:36:29.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:29.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:29.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:36:29.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:36:30.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:30.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:30 smithi003 ceph-mon[96088]: 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-08T12:36:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:36:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:36:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:36:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:36:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:36:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:30 smithi094 ceph-mon[112176]: 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-08T12:36:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:36:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:36:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:36:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:36:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:36:31.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:31.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:32.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:32.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:32.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:32 smithi094 ceph-mon[112176]: 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-08T12:36:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:32 smithi003 ceph-mon[96088]: 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-08T12:36:33.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:33.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:34.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:34.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:34 smithi003 ceph-mon[96088]: 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-08T12:36:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:34 smithi094 ceph-mon[112176]: 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-08T12:36:35.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:35.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:36.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:36.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:36 smithi003 ceph-mon[96088]: 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-08T12:36:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:36 smithi094 ceph-mon[112176]: 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-08T12:36:37.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:37.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:38.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:38.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:38 smithi094 ceph-mon[112176]: 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-08T12:36:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:38 smithi003 ceph-mon[96088]: 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-08T12:36:39.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:39.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:40.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:40.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:40 smithi094 ceph-mon[112176]: 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-08T12:36:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:40 smithi003 ceph-mon[96088]: 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-08T12:36:41.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:41.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:42.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:42.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:42 smithi094 ceph-mon[112176]: 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-08T12:36:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:42 smithi003 ceph-mon[96088]: 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-08T12:36:43.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:43.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:44.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:44.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:44.852 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:44 smithi003 ceph-mon[96088]: 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-08T12:36:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:44 smithi094 ceph-mon[112176]: 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-08T12:36:45.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:45.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:46.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:46.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:46 smithi094 ceph-mon[112176]: 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-08T12:36:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:46 smithi003 ceph-mon[96088]: 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-08T12:36:47.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:47.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:48.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:48.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:48 smithi094 ceph-mon[112176]: 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-08T12:36:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:48 smithi003 ceph-mon[96088]: 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-08T12:36:49.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:49.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:50.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:50.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:50 smithi094 ceph-mon[112176]: 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-08T12:36:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:50 smithi003 ceph-mon[96088]: 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-08T12:36:51.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:51.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:52.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:52.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:52 smithi094 ceph-mon[112176]: 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-08T12:36:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:52 smithi003 ceph-mon[96088]: 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-08T12:36:53.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:53.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:54.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:54.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:54 smithi094 ceph-mon[112176]: 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-08T12:36:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:54 smithi003 ceph-mon[96088]: 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-08T12:36:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:55.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:55.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:56.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:56.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:56 smithi094 ceph-mon[112176]: 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-08T12:36:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:56 smithi003 ceph-mon[96088]: 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-08T12:36:57.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:57.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:58.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:58.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:36:58 smithi094 ceph-mon[112176]: 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-08T12:36:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:36:58 smithi003 ceph-mon[96088]: 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-08T12:36:59.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:36:59.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:00.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:00.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:00 smithi094 ceph-mon[112176]: 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-08T12:37:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:00 smithi003 ceph-mon[96088]: 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-08T12:37:01.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:01.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:02.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:02.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:02 smithi094 ceph-mon[112176]: 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-08T12:37:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:02 smithi003 ceph-mon[96088]: 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-08T12:37:03.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:03.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:04.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:04.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:04.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:04 smithi003 ceph-mon[96088]: 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-08T12:37:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:04 smithi094 ceph-mon[112176]: 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-08T12:37:05.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:05.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:06.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:06.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:06.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:06 smithi094 ceph-mon[112176]: 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-08T12:37:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:06 smithi003 ceph-mon[96088]: 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-08T12:37:07.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:07.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:08.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:08.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:08 smithi094 ceph-mon[112176]: 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-08T12:37:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:08 smithi003 ceph-mon[96088]: 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-08T12:37:09.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:09.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:09.931 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:10.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:10.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:10 smithi094 ceph-mon[112176]: 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-08T12:37:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:10 smithi003 ceph-mon[96088]: 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-08T12:37:11.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:11.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:12.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:12.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:12 smithi094 ceph-mon[112176]: 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-08T12:37:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:12 smithi003 ceph-mon[96088]: 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-08T12:37:13.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:13.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:14.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:14.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:14 smithi094 ceph-mon[112176]: 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-08T12:37:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:14 smithi003 ceph-mon[96088]: 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-08T12:37:15.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:15.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:16.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:16.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:16 smithi094 ceph-mon[112176]: 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-08T12:37:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:16 smithi003 ceph-mon[96088]: 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-08T12:37:17.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:17.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:18.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:18.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:18 smithi094 ceph-mon[112176]: 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-08T12:37:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:18 smithi003 ceph-mon[96088]: 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-08T12:37:19.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:19.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:20.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:20.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:20 smithi094 ceph-mon[112176]: 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-08T12:37:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:20 smithi003 ceph-mon[96088]: 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-08T12:37:21.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:21.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:22.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:22.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:22 smithi094 ceph-mon[112176]: 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-08T12:37:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:22 smithi003 ceph-mon[96088]: 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-08T12:37:23.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:23.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:24.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:24.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:24 smithi094 ceph-mon[112176]: 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-08T12:37:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:24 smithi003 ceph-mon[96088]: 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-08T12:37:25.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:25.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:26.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:26.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:26 smithi094 ceph-mon[112176]: 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-08T12:37:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:26 smithi003 ceph-mon[96088]: 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-08T12:37:27.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:27.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:28.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:28.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:28 smithi094 ceph-mon[112176]: 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-08T12:37:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:28 smithi003 ceph-mon[96088]: 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-08T12:37:29.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:29.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:30.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:30.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:30 smithi094 ceph-mon[112176]: 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-08T12:37:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:37:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:30 smithi003 ceph-mon[96088]: 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-08T12:37:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:37:31.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:31.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:37:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:37:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:37:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:37:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:37:31.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:37:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:37:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:37:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:37:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:37:32.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:32.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:32.864 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:32 smithi094 ceph-mon[112176]: 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-08T12:37:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:32 smithi003 ceph-mon[96088]: 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-08T12:37:33.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:33.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:34.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:34.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:34 smithi094 ceph-mon[112176]: 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-08T12:37:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:34 smithi003 ceph-mon[96088]: 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-08T12:37:35.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:35.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:36.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:36.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:36 smithi094 ceph-mon[112176]: 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-08T12:37:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:36 smithi003 ceph-mon[96088]: 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-08T12:37:37.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:37.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:38.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:38.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:38 smithi094 ceph-mon[112176]: 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-08T12:37:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:38 smithi003 ceph-mon[96088]: 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-08T12:37:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:39.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:39.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:39 smithi094 ceph-mon[112176]: 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-08T12:37:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:39 smithi003 ceph-mon[96088]: 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-08T12:37:40.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:40.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:41.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:41.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:42.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:42.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:42 smithi003 ceph-mon[96088]: 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-08T12:37:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:42 smithi094 ceph-mon[112176]: 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-08T12:37:43.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:43.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:44.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:44.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:44 smithi003 ceph-mon[96088]: 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-08T12:37:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:44 smithi094 ceph-mon[112176]: 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-08T12:37:45.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:45.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:46.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:46.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:46 smithi003 ceph-mon[96088]: 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-08T12:37:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:46 smithi094 ceph-mon[112176]: 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-08T12:37:47.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:47.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:48.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:48.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:48.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:48 smithi003 ceph-mon[96088]: 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-08T12:37:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:48 smithi094 ceph-mon[112176]: 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-08T12:37:49.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:49.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:50.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:50.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:50.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:50 smithi003 ceph-mon[96088]: 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-08T12:37:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:50 smithi094 ceph-mon[112176]: 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-08T12:37:51.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:51.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:52.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:52.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:52.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:52 smithi003 ceph-mon[96088]: 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-08T12:37:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:52 smithi094 ceph-mon[112176]: 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-08T12:37:53.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:53.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:54.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:54.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:54 smithi003 ceph-mon[96088]: 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-08T12:37:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:54 smithi094 ceph-mon[112176]: 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-08T12:37:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:55.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:55.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:56.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:56.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:56 smithi003 ceph-mon[96088]: 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-08T12:37:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:56 smithi094 ceph-mon[112176]: 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-08T12:37:57.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:57.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:58.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:58.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:37:58 smithi003 ceph-mon[96088]: 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-08T12:37:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:37:58 smithi094 ceph-mon[112176]: 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-08T12:37:59.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:37:59.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:00.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:00.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:00 smithi003 ceph-mon[96088]: 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-08T12:38:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:00 smithi094 ceph-mon[112176]: 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-08T12:38:01.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:01.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:02.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:02.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:02 smithi003 ceph-mon[96088]: 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-08T12:38:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:02 smithi094 ceph-mon[112176]: 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-08T12:38:03.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:03.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:04.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:04.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:04 smithi003 ceph-mon[96088]: 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-08T12:38:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:04 smithi094 ceph-mon[112176]: 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-08T12:38:05.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:05.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:06.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:06.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:06 smithi003 ceph-mon[96088]: 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-08T12:38:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:06 smithi094 ceph-mon[112176]: 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-08T12:38:07.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:07.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:08.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:08.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:08 smithi003 ceph-mon[96088]: 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-08T12:38:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:08 smithi094 ceph-mon[112176]: 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-08T12:38:09.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:09.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:10.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:10.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:10 smithi094 ceph-mon[112176]: 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-08T12:38:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:10 smithi003 ceph-mon[96088]: 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-08T12:38:11.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:11.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:12.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:12.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:12 smithi094 ceph-mon[112176]: 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-08T12:38:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:12 smithi003 ceph-mon[96088]: 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-08T12:38:13.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:13.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:14.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:14.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:14 smithi094 ceph-mon[112176]: 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-08T12:38:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:14 smithi003 ceph-mon[96088]: 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-08T12:38:15.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:15.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:16.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:16.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:16 smithi094 ceph-mon[112176]: 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-08T12:38:16.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:16 smithi003 ceph-mon[96088]: 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-08T12:38:17.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:17.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:18.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:18.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:18.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:18 smithi094 ceph-mon[112176]: 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-08T12:38:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:18 smithi003 ceph-mon[96088]: 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-08T12:38:19.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:19.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:20.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:20.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:20 smithi094 ceph-mon[112176]: 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-08T12:38:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:20 smithi003 ceph-mon[96088]: 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-08T12:38:21.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:21.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:22.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:22.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:22 smithi094 ceph-mon[112176]: 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-08T12:38:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:22 smithi003 ceph-mon[96088]: 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-08T12:38:23.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:23.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:24.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:24.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:24 smithi094 ceph-mon[112176]: 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-08T12:38:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:24 smithi003 ceph-mon[96088]: 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-08T12:38:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:25.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:25.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:26.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:26.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:26 smithi094 ceph-mon[112176]: 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-08T12:38:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:26 smithi003 ceph-mon[96088]: 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-08T12:38:27.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:27.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:28.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:28.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:28 smithi094 ceph-mon[112176]: 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-08T12:38:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:28 smithi003 ceph-mon[96088]: 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-08T12:38:29.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:29.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:30.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:30.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:30.848 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:30 smithi003 ceph-mon[96088]: 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-08T12:38:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:30 smithi094 ceph-mon[112176]: 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-08T12:38:31.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:31.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:31.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:38:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:38:32.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:32.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:32 smithi094 ceph-mon[112176]: 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-08T12:38:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:32 smithi003 ceph-mon[96088]: 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-08T12:38:33.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:33.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:34.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:34.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:34 smithi094 ceph-mon[112176]: 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-08T12:38:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:38:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:38:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:38:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:38:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:38:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:38:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:38:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:34 smithi003 ceph-mon[96088]: 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-08T12:38:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:38:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:38:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:38:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:38:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:38:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:38:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:38:35.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:35.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:36.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:36.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:36 smithi094 ceph-mon[112176]: 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-08T12:38:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:36 smithi003 ceph-mon[96088]: 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-08T12:38:37.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:37.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:38.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:38.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:38 smithi094 ceph-mon[112176]: 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-08T12:38:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:38 smithi003 ceph-mon[96088]: 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-08T12:38:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:39.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:39.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:40.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:40.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:40 smithi094 ceph-mon[112176]: 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-08T12:38:40.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:40 smithi003 ceph-mon[96088]: 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-08T12:38:41.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:41.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:42.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:42.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:42 smithi094 ceph-mon[112176]: 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-08T12:38:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:42 smithi003 ceph-mon[96088]: 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-08T12:38:43.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:43.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:44.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:44.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:44 smithi094 ceph-mon[112176]: 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-08T12:38:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:44 smithi003 ceph-mon[96088]: 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-08T12:38:45.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:45.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:46.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:46.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:46 smithi094 ceph-mon[112176]: 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-08T12:38:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:46 smithi003 ceph-mon[96088]: 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-08T12:38:47.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:47.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:48.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:48.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:48 smithi094 ceph-mon[112176]: 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-08T12:38:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:48 smithi003 ceph-mon[96088]: 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-08T12:38:49.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:49.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:50.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:50.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:50 smithi094 ceph-mon[112176]: 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-08T12:38:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:50 smithi003 ceph-mon[96088]: 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-08T12:38:51.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:51.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:52.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:52.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:52 smithi094 ceph-mon[112176]: 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-08T12:38:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:52 smithi003 ceph-mon[96088]: 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-08T12:38:53.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:53.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:54.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:54.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:54 smithi094 ceph-mon[112176]: 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-08T12:38:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:54 smithi003 ceph-mon[96088]: 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-08T12:38:55.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:55.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:56.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:56.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:56 smithi094 ceph-mon[112176]: 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-08T12:38:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:56 smithi003 ceph-mon[96088]: 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-08T12:38:57.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:57.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:58.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:58.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:38:58 smithi094 ceph-mon[112176]: 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-08T12:38:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:38:58 smithi003 ceph-mon[96088]: 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-08T12:38:59.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:38:59.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:00.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:00.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:00 smithi094 ceph-mon[112176]: 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-08T12:39:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:00 smithi003 ceph-mon[96088]: 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-08T12:39:01.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:01.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:02.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:02.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:02 smithi094 ceph-mon[112176]: 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-08T12:39:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:02 smithi003 ceph-mon[96088]: 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-08T12:39:03.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:03.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:04.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:04.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:04 smithi094 ceph-mon[112176]: 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-08T12:39:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:04 smithi003 ceph-mon[96088]: 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-08T12:39:05.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:05.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:06.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:06.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:06 smithi094 ceph-mon[112176]: 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-08T12:39:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:06 smithi003 ceph-mon[96088]: 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-08T12:39:07.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:07.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:07.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:07 smithi003 ceph-mon[96088]: 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-08T12:39:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:07 smithi094 ceph-mon[112176]: 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-08T12:39:08.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:08.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:09.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:09.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:09 smithi003 ceph-mon[96088]: 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-08T12:39:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:09 smithi094 ceph-mon[112176]: 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-08T12:39:10.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:10.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:11.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:11.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:12.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:12.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:12 smithi003 ceph-mon[96088]: 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-08T12:39:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:12 smithi094 ceph-mon[112176]: 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-08T12:39:13.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:13.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:14.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:14.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:14.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:14 smithi003 ceph-mon[96088]: 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-08T12:39:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:14 smithi094 ceph-mon[112176]: 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-08T12:39:15.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:15.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:16.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:16.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:16 smithi003 ceph-mon[96088]: 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-08T12:39:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:16 smithi094 ceph-mon[112176]: 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-08T12:39:17.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:17.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:18.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:18.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:18.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:18 smithi003 ceph-mon[96088]: 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-08T12:39:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:18 smithi094 ceph-mon[112176]: 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-08T12:39:19.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:19.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:20.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:20.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:20 smithi003 ceph-mon[96088]: 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-08T12:39:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:20 smithi094 ceph-mon[112176]: 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-08T12:39:21.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:21.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:22.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:22.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:22.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:22 smithi003 ceph-mon[96088]: 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-08T12:39:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:22 smithi094 ceph-mon[112176]: 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-08T12:39:23.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:23.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:24.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:24.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:24 smithi003 ceph-mon[96088]: 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-08T12:39:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:24 smithi094 ceph-mon[112176]: 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-08T12:39:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:25.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:25.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:26.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:26.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:26 smithi003 ceph-mon[96088]: 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-08T12:39:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:26 smithi094 ceph-mon[112176]: 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-08T12:39:27.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:27.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:28.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:28.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:28.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:28 smithi003 ceph-mon[96088]: 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-08T12:39:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:28 smithi094 ceph-mon[112176]: 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-08T12:39:29.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:29.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:30.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:30.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:30 smithi094 ceph-mon[112176]: 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-08T12:39:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:30 smithi003 ceph-mon[96088]: 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-08T12:39:31.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:31.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:32.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:32.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:32 smithi094 ceph-mon[112176]: 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-08T12:39:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:32 smithi003 ceph-mon[96088]: 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-08T12:39:33.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:33.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:34.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:34.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:34 smithi094 ceph-mon[112176]: 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-08T12:39:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:39:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:34 smithi003 ceph-mon[96088]: 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-08T12:39:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:39:35.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:35.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:39:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:39:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:39:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:39:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:39:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:39:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:39:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:39:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:39:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:39:36.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:36.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:36 smithi094 ceph-mon[112176]: 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-08T12:39:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:36 smithi003 ceph-mon[96088]: 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-08T12:39:37.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:37.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:38.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:38.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:38 smithi094 ceph-mon[112176]: 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-08T12:39:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:38 smithi003 ceph-mon[96088]: 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-08T12:39:39.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:39.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:40.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:40.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:40 smithi094 ceph-mon[112176]: 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-08T12:39:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:40 smithi003 ceph-mon[96088]: 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-08T12:39:41.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:41.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:42.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:42.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:42 smithi094 ceph-mon[112176]: 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-08T12:39:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:42 smithi003 ceph-mon[96088]: 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-08T12:39:43.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:43.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:44.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:44.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:44 smithi094 ceph-mon[112176]: 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-08T12:39:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:44 smithi003 ceph-mon[96088]: 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-08T12:39:45.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:45.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:46.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:46.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:46 smithi094 ceph-mon[112176]: 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-08T12:39:46.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:46 smithi003 ceph-mon[96088]: 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-08T12:39:47.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:47.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:48.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:48.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:48 smithi094 ceph-mon[112176]: 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-08T12:39:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:48 smithi003 ceph-mon[96088]: 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-08T12:39:49.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:49.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:50.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:50.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:50 smithi094 ceph-mon[112176]: 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-08T12:39:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:50 smithi003 ceph-mon[96088]: 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-08T12:39:51.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:51.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:52.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:52.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:52 smithi094 ceph-mon[112176]: 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-08T12:39:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:52 smithi003 ceph-mon[96088]: 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-08T12:39:53.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:53.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:54.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:54 smithi094 ceph-mon[112176]: 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-08T12:39:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:54.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:54.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:54 smithi003 ceph-mon[96088]: 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-08T12:39:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:55.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:55.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:56.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:56.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:56.826 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:56 smithi003 ceph-mon[96088]: 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-08T12:39:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:56 smithi094 ceph-mon[112176]: 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-08T12:39:57.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:57.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:58.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:58.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:39:58 smithi094 ceph-mon[112176]: 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-08T12:39:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:39:58 smithi003 ceph-mon[96088]: 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-08T12:39:59.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:39:59.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:00.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:00.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:00 smithi094 ceph-mon[112176]: 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-08T12:40:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T12:40:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:00 smithi003 ceph-mon[96088]: 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-08T12:40:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T12:40:01.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:01.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:02.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:02.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:02 smithi094 ceph-mon[112176]: 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-08T12:40:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:02 smithi003 ceph-mon[96088]: 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-08T12:40:03.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:03.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:04.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:04.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:04 smithi094 ceph-mon[112176]: 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-08T12:40:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:04 smithi003 ceph-mon[96088]: 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-08T12:40:05.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:05.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:06.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:06.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:06 smithi094 ceph-mon[112176]: 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-08T12:40:06.942 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:06 smithi003 ceph-mon[96088]: 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-08T12:40:07.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:07.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:08.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:08.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:08 smithi094 ceph-mon[112176]: 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-08T12:40:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:08 smithi003 ceph-mon[96088]: 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-08T12:40:09.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:09.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:09.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:10.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:10.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:10.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:10 smithi094 ceph-mon[112176]: 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-08T12:40:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:10 smithi003 ceph-mon[96088]: 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-08T12:40:11.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:11.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:12.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:12.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:12 smithi094 ceph-mon[112176]: 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-08T12:40:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:12 smithi003 ceph-mon[96088]: 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-08T12:40:13.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:13.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:14.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:14.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:14.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:14 smithi094 ceph-mon[112176]: 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-08T12:40:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:14 smithi003 ceph-mon[96088]: 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-08T12:40:15.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:15.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:16.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:16.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:16 smithi094 ceph-mon[112176]: 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-08T12:40:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:16 smithi003 ceph-mon[96088]: 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-08T12:40:17.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:17.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:18.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:18.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:18 smithi094 ceph-mon[112176]: 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-08T12:40:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:18 smithi003 ceph-mon[96088]: 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-08T12:40:19.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:19.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:20.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:20.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:20 smithi094 ceph-mon[112176]: 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-08T12:40:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:20 smithi003 ceph-mon[96088]: 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-08T12:40:21.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:21.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:22.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:22.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:22 smithi094 ceph-mon[112176]: 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-08T12:40:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:22 smithi003 ceph-mon[96088]: 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-08T12:40:23.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:23.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:24.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:24.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:24 smithi094 ceph-mon[112176]: 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-08T12:40:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:24 smithi003 ceph-mon[96088]: 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-08T12:40:25.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:25.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:26.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:26.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:26 smithi094 ceph-mon[112176]: 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-08T12:40:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:26 smithi003 ceph-mon[96088]: 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-08T12:40:27.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:27.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:28.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:28.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:28 smithi094 ceph-mon[112176]: 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-08T12:40:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:28 smithi003 ceph-mon[96088]: 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-08T12:40:29.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:29.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:30.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:30.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:30 smithi094 ceph-mon[112176]: 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-08T12:40:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:30 smithi003 ceph-mon[96088]: 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-08T12:40:31.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:31.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:32.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:32.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:32 smithi094 ceph-mon[112176]: 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-08T12:40:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:32 smithi003 ceph-mon[96088]: 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-08T12:40:33.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:33.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:34.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:34.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:34 smithi094 ceph-mon[112176]: 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-08T12:40:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:34 smithi003 ceph-mon[96088]: 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-08T12:40:35.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:35.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:35.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:40:35.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:40:36.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:36.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:36 smithi094 ceph-mon[112176]: 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-08T12:40:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:36 smithi003 ceph-mon[96088]: 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-08T12:40:37.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:37.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:38.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:38.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:38 smithi094 ceph-mon[112176]: 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-08T12:40:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:38 smithi003 ceph-mon[96088]: 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-08T12:40:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:39.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:39.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:40.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:40.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:40 smithi094 ceph-mon[112176]: 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-08T12:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:40:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:40 smithi003 ceph-mon[96088]: 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-08T12:40:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:40:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:40:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:40:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:40:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:40:40.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:40:40.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:40:41.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:41.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:42.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:42.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:42 smithi094 ceph-mon[112176]: 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-08T12:40:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:42 smithi003 ceph-mon[96088]: 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-08T12:40:43.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:43.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:44.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:44.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:44 smithi094 ceph-mon[112176]: 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-08T12:40:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:44 smithi003 ceph-mon[96088]: 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-08T12:40:45.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:45.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:46.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:46.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:46 smithi094 ceph-mon[112176]: 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-08T12:40:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:46 smithi003 ceph-mon[96088]: 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-08T12:40:47.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:47.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:48.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:48.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:48 smithi094 ceph-mon[112176]: 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-08T12:40:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:48 smithi003 ceph-mon[96088]: 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-08T12:40:49.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:49.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:50.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:50.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:50 smithi094 ceph-mon[112176]: 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-08T12:40:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:50 smithi003 ceph-mon[96088]: 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-08T12:40:51.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:51.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:52 smithi003 ceph-mon[96088]: 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-08T12:40:52.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:52.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:52 smithi094 ceph-mon[112176]: 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-08T12:40:53.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:53.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:54.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:54.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:54 smithi094 ceph-mon[112176]: 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-08T12:40:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:54 smithi003 ceph-mon[96088]: 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-08T12:40:55.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:55.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:55.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:55 smithi094 ceph-mon[112176]: 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-08T12:40:55.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:55 smithi003 ceph-mon[96088]: 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-08T12:40:56.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:56.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:57.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:57.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:58.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:58.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:40:58 smithi094 ceph-mon[112176]: 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-08T12:40:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:40:58 smithi003 ceph-mon[96088]: 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-08T12:40:59.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:40:59.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:00.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:00.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:00 smithi094 ceph-mon[112176]: 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-08T12:41:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:00 smithi003 ceph-mon[96088]: 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-08T12:41:01.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:01.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:02.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:02.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:02 smithi094 ceph-mon[112176]: 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-08T12:41:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:02 smithi003 ceph-mon[96088]: 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-08T12:41:03.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:03.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:04.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:04.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:04 smithi094 ceph-mon[112176]: 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-08T12:41:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:04 smithi003 ceph-mon[96088]: 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-08T12:41:05.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:05.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:06.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:06.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:06 smithi094 ceph-mon[112176]: 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-08T12:41:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:06 smithi003 ceph-mon[96088]: 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-08T12:41:07.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:07.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:08.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:08.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:08 smithi094 ceph-mon[112176]: 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-08T12:41:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:08 smithi003 ceph-mon[96088]: 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-08T12:41:09.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:09.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:10.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:10.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:10 smithi094 ceph-mon[112176]: 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-08T12:41:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:10 smithi003 ceph-mon[96088]: 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-08T12:41:11.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:11.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:12.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:12.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:12 smithi094 ceph-mon[112176]: 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-08T12:41:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:12 smithi003 ceph-mon[96088]: 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-08T12:41:13.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:13.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:14.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:14.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:14 smithi094 ceph-mon[112176]: 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-08T12:41:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:14 smithi003 ceph-mon[96088]: 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-08T12:41:15.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:15.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:16.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:16.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:16 smithi094 ceph-mon[112176]: 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-08T12:41:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:16 smithi003 ceph-mon[96088]: 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-08T12:41:17.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:17.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:18.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:18.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:18 smithi094 ceph-mon[112176]: 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-08T12:41:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:18 smithi003 ceph-mon[96088]: 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-08T12:41:19.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:19.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:20.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:20.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:20 smithi094 ceph-mon[112176]: 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-08T12:41:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:20 smithi003 ceph-mon[96088]: 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-08T12:41:21.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:21.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:22.803 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:22 smithi003 ceph-mon[96088]: 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-08T12:41:22.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:22.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:22 smithi094 ceph-mon[112176]: 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-08T12:41:23.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:23.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:24.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:24.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:24 smithi094 ceph-mon[112176]: 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-08T12:41:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:24 smithi003 ceph-mon[96088]: 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-08T12:41:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:25.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:25.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:26.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:26.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:26 smithi094 ceph-mon[112176]: 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-08T12:41:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:26 smithi003 ceph-mon[96088]: 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-08T12:41:27.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:27.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:28.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:28.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:28 smithi094 ceph-mon[112176]: 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-08T12:41:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:28 smithi003 ceph-mon[96088]: 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-08T12:41:29.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:29.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:30.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:30 smithi094 ceph-mon[112176]: 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-08T12:41:30.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:30.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:30 smithi003 ceph-mon[96088]: 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-08T12:41:31.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:31.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:32.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:32.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:32 smithi094 ceph-mon[112176]: 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-08T12:41:32.917 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:32 smithi003 ceph-mon[96088]: 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-08T12:41:33.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:33.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:34.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:34.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:34 smithi094 ceph-mon[112176]: 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-08T12:41:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:34 smithi003 ceph-mon[96088]: 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-08T12:41:35.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:35.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:36.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:36.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:36 smithi094 ceph-mon[112176]: 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-08T12:41:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:36 smithi003 ceph-mon[96088]: 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-08T12:41:37.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:37.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:38.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:38.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:38 smithi094 ceph-mon[112176]: 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-08T12:41:38.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:38 smithi003 ceph-mon[96088]: 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-08T12:41:39.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:39.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:39.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:40.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:40.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:40 smithi094 ceph-mon[112176]: 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-08T12:41:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:41:40.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:40 smithi003 ceph-mon[96088]: 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-08T12:41:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:41:41.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:41.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:41.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:41:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:41:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:41 smithi003 ceph-mon[96088]: 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-08T12:41:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:41:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:41:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:41:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:41:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:41:42.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:41 smithi094 ceph-mon[112176]: 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-08T12:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:41:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:41:42.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:42.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:43.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:43.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:44.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:44 smithi094 ceph-mon[112176]: 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-08T12:41:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:44 smithi003 ceph-mon[96088]: 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-08T12:41:44.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:44.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:45.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:45.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:46.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:46 smithi094 ceph-mon[112176]: 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-08T12:41:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:46 smithi003 ceph-mon[96088]: 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-08T12:41:46.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:46.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:47.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:47.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:48.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:48.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:48 smithi094 ceph-mon[112176]: 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-08T12:41:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:48 smithi003 ceph-mon[96088]: 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-08T12:41:49.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:49.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:50 smithi094 ceph-mon[112176]: 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-08T12:41:50.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:50.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:50 smithi003 ceph-mon[96088]: 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-08T12:41:51.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:51.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:52 smithi094 ceph-mon[112176]: 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-08T12:41:52.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:52.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:52 smithi003 ceph-mon[96088]: 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-08T12:41:53.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:53.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:54 smithi094 ceph-mon[112176]: 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-08T12:41:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:54.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:54.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:54 smithi003 ceph-mon[96088]: 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-08T12:41:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:55.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:55.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:56 smithi094 ceph-mon[112176]: 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-08T12:41:56.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:56.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:56 smithi003 ceph-mon[96088]: 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-08T12:41:57.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:57.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:41:58 smithi094 ceph-mon[112176]: 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-08T12:41:58.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:58.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:41:58 smithi003 ceph-mon[96088]: 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-08T12:41:59.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:41:59.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:00 smithi094 ceph-mon[112176]: 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-08T12:42:00.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:00.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:00 smithi003 ceph-mon[96088]: 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-08T12:42:01.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:01.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:02 smithi094 ceph-mon[112176]: 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-08T12:42:02.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:02.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:02 smithi003 ceph-mon[96088]: 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-08T12:42:03.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:03.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:04 smithi094 ceph-mon[112176]: 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-08T12:42:04.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:04.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:04 smithi003 ceph-mon[96088]: 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-08T12:42:05.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:05.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:06 smithi094 ceph-mon[112176]: 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-08T12:42:06.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:06.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:06 smithi003 ceph-mon[96088]: 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-08T12:42:07.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:07.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:08 smithi003 ceph-mon[96088]: 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-08T12:42:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:08 smithi094 ceph-mon[112176]: 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-08T12:42:08.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:08.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:09.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:09.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:09.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:10 smithi094 ceph-mon[112176]: 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-08T12:42:10.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:10.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:10 smithi003 ceph-mon[96088]: 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-08T12:42:11.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:11.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:12 smithi094 ceph-mon[112176]: 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-08T12:42:12.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:12.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:12 smithi003 ceph-mon[96088]: 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-08T12:42:13.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:13.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:14 smithi094 ceph-mon[112176]: 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-08T12:42:14.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:14.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:14 smithi003 ceph-mon[96088]: 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-08T12:42:15.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:15.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:16 smithi094 ceph-mon[112176]: 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-08T12:42:16.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:16.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:16 smithi003 ceph-mon[96088]: 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-08T12:42:17.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:17.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:18 smithi003 ceph-mon[96088]: 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-08T12:42:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:18 smithi094 ceph-mon[112176]: 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-08T12:42:18.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:18.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:19.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:19.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:20.867 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:20 smithi094 ceph-mon[112176]: 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-08T12:42:20.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:20.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:20 smithi003 ceph-mon[96088]: 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-08T12:42:21.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:21.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:22 smithi094 ceph-mon[112176]: 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-08T12:42:22.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:22.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:22 smithi003 ceph-mon[96088]: 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-08T12:42:23.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:23.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:24 smithi094 ceph-mon[112176]: 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-08T12:42:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:24.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:24.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:24 smithi003 ceph-mon[96088]: 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-08T12:42:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:25.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:25.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:26 smithi094 ceph-mon[112176]: 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-08T12:42:26.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:26.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:26 smithi003 ceph-mon[96088]: 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-08T12:42:27.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:27.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:28 smithi094 ceph-mon[112176]: 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-08T12:42:28.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:28.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:28 smithi003 ceph-mon[96088]: 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-08T12:42:29.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:29.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:30 smithi094 ceph-mon[112176]: 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-08T12:42:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:30 smithi003 ceph-mon[96088]: 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-08T12:42:30.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:30.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:31.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:31.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:32 smithi094 ceph-mon[112176]: 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-08T12:42:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:32 smithi003 ceph-mon[96088]: 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-08T12:42:32.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:32.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:33.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:33.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:34 smithi094 ceph-mon[112176]: 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-08T12:42:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:34 smithi003 ceph-mon[96088]: 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-08T12:42:34.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:34.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:35.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:35.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:36.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:36 smithi094 ceph-mon[112176]: 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-08T12:42:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:36 smithi003 ceph-mon[96088]: 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-08T12:42:36.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:36.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:37.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:37.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:38 smithi094 ceph-mon[112176]: 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-08T12:42:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:38 smithi003 ceph-mon[96088]: 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-08T12:42:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:38.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:38.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:39.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:40.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:40 smithi094 ceph-mon[112176]: 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-08T12:42:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:40 smithi003 ceph-mon[96088]: 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-08T12:42:41.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:41.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:41.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:42:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:42:42.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:42.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:42 smithi094 ceph-mon[112176]: 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-08T12:42:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:42:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:42:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:42:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:42:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:42:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:42 smithi003 ceph-mon[96088]: 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-08T12:42:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:42:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:42:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:42:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:42:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:42:43.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:43.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:44.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:44.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:44 smithi094 ceph-mon[112176]: 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-08T12:42:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:44 smithi003 ceph-mon[96088]: 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-08T12:42:45.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:45.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:46.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:46.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:46 smithi094 ceph-mon[112176]: 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-08T12:42:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:46 smithi003 ceph-mon[96088]: 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-08T12:42:47.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:47.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:48.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:48.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:48 smithi094 ceph-mon[112176]: 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-08T12:42:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:48 smithi003 ceph-mon[96088]: 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-08T12:42:49.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:49.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:50.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:50.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:50 smithi094 ceph-mon[112176]: 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-08T12:42:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:50 smithi003 ceph-mon[96088]: 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-08T12:42:51.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:51.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:52.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:52.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:52 smithi094 ceph-mon[112176]: 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-08T12:42:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:52 smithi003 ceph-mon[96088]: 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-08T12:42:53.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:53.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:54.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:54.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:54 smithi094 ceph-mon[112176]: 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-08T12:42:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:54 smithi003 ceph-mon[96088]: 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-08T12:42:55.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:55.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:56.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:56.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:56 smithi094 ceph-mon[112176]: 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-08T12:42:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:56 smithi003 ceph-mon[96088]: 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-08T12:42:57.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:57.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:58.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:58.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:58.892 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:42:58 smithi003 ceph-mon[96088]: 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-08T12:42:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:42:58 smithi094 ceph-mon[112176]: 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-08T12:42:59.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:42:59.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:00.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:00.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:00 smithi094 ceph-mon[112176]: 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-08T12:43:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:00 smithi003 ceph-mon[96088]: 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-08T12:43:01.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:01.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:02.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:02.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:02 smithi094 ceph-mon[112176]: 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-08T12:43:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:02 smithi003 ceph-mon[96088]: 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-08T12:43:03.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:03.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:04.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:04.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:04 smithi094 ceph-mon[112176]: 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-08T12:43:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:04 smithi003 ceph-mon[96088]: 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-08T12:43:05.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:05.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:06.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:06.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:06 smithi094 ceph-mon[112176]: 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-08T12:43:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:06 smithi003 ceph-mon[96088]: 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-08T12:43:07.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:07.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:08.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:08.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:08 smithi094 ceph-mon[112176]: 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-08T12:43:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:08 smithi003 ceph-mon[96088]: 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-08T12:43:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:09.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:09.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:10.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:10.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:10 smithi094 ceph-mon[112176]: 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-08T12:43:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:10 smithi003 ceph-mon[96088]: 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-08T12:43:11.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:11.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:12.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:12.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:12 smithi094 ceph-mon[112176]: 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-08T12:43:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:12 smithi003 ceph-mon[96088]: 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-08T12:43:13.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:13.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:14.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:14.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:14 smithi094 ceph-mon[112176]: 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-08T12:43:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:14 smithi003 ceph-mon[96088]: 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-08T12:43:15.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:15.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:16.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:16.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:16 smithi094 ceph-mon[112176]: 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-08T12:43:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:16 smithi003 ceph-mon[96088]: 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-08T12:43:17.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:17.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:18.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:18.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:18 smithi094 ceph-mon[112176]: 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-08T12:43:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:18 smithi003 ceph-mon[96088]: 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-08T12:43:19.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:19.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:20.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:20.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:20 smithi094 ceph-mon[112176]: 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-08T12:43:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:20 smithi003 ceph-mon[96088]: 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-08T12:43:21.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:21.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:22.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:22.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:22 smithi094 ceph-mon[112176]: 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-08T12:43:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:22 smithi003 ceph-mon[96088]: 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-08T12:43:23.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:23.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:24.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:24.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:24.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:24 smithi003 ceph-mon[96088]: 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-08T12:43:25.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:25.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:24 smithi094 ceph-mon[112176]: 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-08T12:43:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:25 smithi003 ceph-mon[96088]: 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-08T12:43:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:26.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:26.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:25 smithi094 ceph-mon[112176]: 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-08T12:43:27.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:27.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:28.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:28.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:28 smithi094 ceph-mon[112176]: 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-08T12:43:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:28 smithi003 ceph-mon[96088]: 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-08T12:43:29.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:29.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:30.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:30.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:30 smithi094 ceph-mon[112176]: 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-08T12:43:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:30 smithi003 ceph-mon[96088]: 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-08T12:43:31.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:31.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:32.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:32.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:32 smithi094 ceph-mon[112176]: 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-08T12:43:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:32 smithi003 ceph-mon[96088]: 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-08T12:43:33.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:33.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:34.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:34.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:34.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:34 smithi003 ceph-mon[96088]: 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-08T12:43:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:34 smithi094 ceph-mon[112176]: 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-08T12:43:35.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:35.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:36.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:36.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:36 smithi094 ceph-mon[112176]: 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-08T12:43:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:36 smithi003 ceph-mon[96088]: 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-08T12:43:37.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:37.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:38.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:38.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:38 smithi094 ceph-mon[112176]: 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-08T12:43:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:38 smithi003 ceph-mon[96088]: 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-08T12:43:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:39.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:39.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:39.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:40.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:40.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:40 smithi094 ceph-mon[112176]: 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-08T12:43:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:40 smithi003 ceph-mon[96088]: 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-08T12:43:41.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:41.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:42.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:42.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:42 smithi094 ceph-mon[112176]: 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-08T12:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:42 smithi003 ceph-mon[96088]: 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-08T12:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:43:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:43:43.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:43.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:43:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:43:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:43:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:43:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:43:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:43:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:43:43.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:43:43.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:43:43.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:43:44.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:44.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:44 smithi003 ceph-mon[96088]: 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-08T12:43:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:44 smithi094 ceph-mon[112176]: 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-08T12:43:45.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:45.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:46.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:46.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:46 smithi094 ceph-mon[112176]: 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-08T12:43:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:46 smithi003 ceph-mon[96088]: 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-08T12:43:47.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:47.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:48.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:48.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:48 smithi094 ceph-mon[112176]: 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-08T12:43:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:48 smithi003 ceph-mon[96088]: 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-08T12:43:49.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:49.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:50.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:50.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:50 smithi094 ceph-mon[112176]: 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-08T12:43:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:50 smithi003 ceph-mon[96088]: 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-08T12:43:51.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:51.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:52.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:52.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:52 smithi094 ceph-mon[112176]: 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-08T12:43:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:52 smithi003 ceph-mon[96088]: 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-08T12:43:53.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:53.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:54.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:54.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:54 smithi094 ceph-mon[112176]: 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-08T12:43:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:54 smithi003 ceph-mon[96088]: 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-08T12:43:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:55.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:55.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:56.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:56.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:56.862 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:56 smithi094 ceph-mon[112176]: 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-08T12:43:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:56 smithi003 ceph-mon[96088]: 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-08T12:43:57.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:57.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:58.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:58.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:43:58 smithi094 ceph-mon[112176]: 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-08T12:43:58.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:43:58 smithi003 ceph-mon[96088]: 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-08T12:43:59.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:43:59.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:00.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:00.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:00 smithi094 ceph-mon[112176]: 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-08T12:44:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:00 smithi003 ceph-mon[96088]: 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-08T12:44:01.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:01.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:02.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:02.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:02 smithi094 ceph-mon[112176]: 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-08T12:44:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:02 smithi003 ceph-mon[96088]: 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-08T12:44:03.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:03.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:04.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:04.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:04 smithi094 ceph-mon[112176]: 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-08T12:44:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:04 smithi003 ceph-mon[96088]: 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-08T12:44:05.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:05.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:06.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:06.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:06 smithi094 ceph-mon[112176]: 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-08T12:44:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:06 smithi003 ceph-mon[96088]: 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-08T12:44:07.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:07.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:08.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:08.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:08 smithi094 ceph-mon[112176]: 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-08T12:44:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:08 smithi003 ceph-mon[96088]: 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-08T12:44:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:09.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:09.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:10.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:10.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:10 smithi094 ceph-mon[112176]: 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-08T12:44:10.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:10 smithi003 ceph-mon[96088]: 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-08T12:44:11.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:11.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:12.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:12.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:12 smithi094 ceph-mon[112176]: 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-08T12:44:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:12 smithi003 ceph-mon[96088]: 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-08T12:44:13.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:13.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:14.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:14.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:14 smithi094 ceph-mon[112176]: 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-08T12:44:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:14 smithi003 ceph-mon[96088]: 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-08T12:44:15.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:15.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:16.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:16.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:16 smithi094 ceph-mon[112176]: 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-08T12:44:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:16 smithi003 ceph-mon[96088]: 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-08T12:44:17.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:17.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:18.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:18.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:18 smithi094 ceph-mon[112176]: 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-08T12:44:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:18 smithi003 ceph-mon[96088]: 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-08T12:44:19.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:19.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:20.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:20.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:20 smithi094 ceph-mon[112176]: 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-08T12:44:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:20 smithi003 ceph-mon[96088]: 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-08T12:44:21.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:21.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:22.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:22.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:22 smithi094 ceph-mon[112176]: 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-08T12:44:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:22 smithi003 ceph-mon[96088]: 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-08T12:44:23.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:23.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:24.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:24.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:24.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:24 smithi003 ceph-mon[96088]: 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-08T12:44:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:24 smithi094 ceph-mon[112176]: 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-08T12:44:25.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:25.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:26.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:26.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:26 smithi094 ceph-mon[112176]: 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-08T12:44:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:26 smithi003 ceph-mon[96088]: 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-08T12:44:27.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:27.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:28.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:28.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:28 smithi094 ceph-mon[112176]: 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-08T12:44:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:28 smithi003 ceph-mon[96088]: 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-08T12:44:29.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:29.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:30.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:30.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:30 smithi094 ceph-mon[112176]: 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-08T12:44:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:30 smithi003 ceph-mon[96088]: 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-08T12:44:31.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:31.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:32 smithi094 ceph-mon[112176]: 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-08T12:44:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:32 smithi003 ceph-mon[96088]: 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-08T12:44:33.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:33.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:34.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:34.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:34 smithi094 ceph-mon[112176]: pgmap v17643: 97 pgs: 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:34.982 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:34 smithi003 ceph-mon[96088]: pgmap v17643: 97 pgs: 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:35.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:35.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:36.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:36.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:36 smithi094 ceph-mon[112176]: 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-08T12:44:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:36 smithi003 ceph-mon[96088]: 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-08T12:44:37.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:37.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:38.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:38.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:38 smithi094 ceph-mon[112176]: 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-08T12:44:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:38 smithi003 ceph-mon[96088]: 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-08T12:44:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:39.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:39.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:40.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:40.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:40 smithi094 ceph-mon[112176]: 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-08T12:44:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:40 smithi003 ceph-mon[96088]: 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-08T12:44:41.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:41.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:42.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:42.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:42 smithi094 ceph-mon[112176]: 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-08T12:44:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:42 smithi003 ceph-mon[96088]: 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-08T12:44:43.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:43.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:44:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:44:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:44:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:44:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:44:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:44:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:44:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:44:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:44:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:44:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:44:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:44:44.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:44.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:44 smithi094 ceph-mon[112176]: pgmap v17648: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:44 smithi003 ceph-mon[96088]: pgmap v17648: 97 pgs: 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:45.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:45.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:46.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:46.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:46 smithi094 ceph-mon[112176]: pgmap v17649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:46 smithi003 ceph-mon[96088]: pgmap v17649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:47.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:47.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:48.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:48.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:48 smithi094 ceph-mon[112176]: 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-08T12:44:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:48 smithi003 ceph-mon[96088]: 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-08T12:44:49.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:49.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:50.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:50.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:50 smithi094 ceph-mon[112176]: 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-08T12:44:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:50 smithi003 ceph-mon[96088]: 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-08T12:44:51.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:51.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:52.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:52.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:52 smithi094 ceph-mon[112176]: 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-08T12:44:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:52 smithi003 ceph-mon[96088]: 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-08T12:44:53.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:53.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:54.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:54.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:54 smithi003 ceph-mon[96088]: pgmap v17653: 97 pgs: 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:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:54 smithi094 ceph-mon[112176]: pgmap v17653: 97 pgs: 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:55.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:55.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:56.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:56.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:56 smithi003 ceph-mon[96088]: pgmap v17654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:56 smithi094 ceph-mon[112176]: pgmap v17654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:57.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:57.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:58.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:58.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:44:58 smithi003 ceph-mon[96088]: 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-08T12:44:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:44:58 smithi094 ceph-mon[112176]: 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-08T12:44:59.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:44:59.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:00.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:00.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:00 smithi003 ceph-mon[96088]: 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-08T12:45:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:00 smithi094 ceph-mon[112176]: 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-08T12:45:01.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:01.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:02.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:02.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:02 smithi094 ceph-mon[112176]: 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-08T12:45:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:02 smithi003 ceph-mon[96088]: 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-08T12:45:03.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:03.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:03.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:03 smithi003 ceph-mon[96088]: pgmap v17658: 97 pgs: 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:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:03 smithi094 ceph-mon[112176]: pgmap v17658: 97 pgs: 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:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:04.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:05.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:05.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:06.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:06.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:06 smithi094 ceph-mon[112176]: pgmap v17659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:06 smithi003 ceph-mon[96088]: pgmap v17659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:07.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:07.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:08.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:08 smithi094 ceph-mon[112176]: 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-08T12:45:08.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:08 smithi003 ceph-mon[96088]: 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-08T12:45:09.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:09.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:10.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:10.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:10 smithi003 ceph-mon[96088]: 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-08T12:45:10.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:10 smithi094 ceph-mon[112176]: 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-08T12:45:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:11.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:12.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:12.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:12 smithi094 ceph-mon[112176]: 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-08T12:45:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:12 smithi003 ceph-mon[96088]: 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-08T12:45:13.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:13.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:14.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:14.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:14 smithi094 ceph-mon[112176]: pgmap v17663: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:14 smithi003 ceph-mon[96088]: pgmap v17663: 97 pgs: 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:15.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:15.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:16.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:16.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:16 smithi094 ceph-mon[112176]: pgmap v17664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:16 smithi003 ceph-mon[96088]: pgmap v17664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:17.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:17.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:18.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:18.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:18 smithi094 ceph-mon[112176]: 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-08T12:45:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:18 smithi003 ceph-mon[96088]: 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-08T12:45:19.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:19.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:20.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:20.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:20 smithi094 ceph-mon[112176]: 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-08T12:45:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:20 smithi003 ceph-mon[96088]: 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-08T12:45:21.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:21.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:22.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:22.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:22 smithi094 ceph-mon[112176]: 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-08T12:45:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:22 smithi003 ceph-mon[96088]: 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-08T12:45:23.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:23.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:24.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:24.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:24 smithi094 ceph-mon[112176]: pgmap v17668: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:24 smithi003 ceph-mon[96088]: pgmap v17668: 97 pgs: 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:25.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:25.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:26.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:26.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:26 smithi094 ceph-mon[112176]: pgmap v17669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:26 smithi003 ceph-mon[96088]: pgmap v17669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:27.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:27.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:28 smithi094 ceph-mon[112176]: 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-08T12:45:28.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:28 smithi003 ceph-mon[96088]: 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-08T12:45:29.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:30.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:30.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:30 smithi094 ceph-mon[112176]: 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-08T12:45:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:30 smithi003 ceph-mon[96088]: 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-08T12:45:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:32.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:32.855 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:32 smithi094 ceph-mon[112176]: 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-08T12:45:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:32 smithi003 ceph-mon[96088]: 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-08T12:45:33.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:33.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:34.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:34.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:34 smithi094 ceph-mon[112176]: pgmap v17673: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:34 smithi003 ceph-mon[96088]: pgmap v17673: 97 pgs: 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:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:36.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:36.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:36 smithi094 ceph-mon[112176]: pgmap v17674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:36 smithi003 ceph-mon[96088]: pgmap v17674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:37.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:37.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:38.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:38.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:38 smithi094 ceph-mon[112176]: 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-08T12:45:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:38 smithi003 ceph-mon[96088]: 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-08T12:45:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:39.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:39.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:40.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:40.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:40 smithi094 ceph-mon[112176]: 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-08T12:45:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:40 smithi003 ceph-mon[96088]: 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-08T12:45:41.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:41.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:42.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:42.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:42 smithi094 ceph-mon[112176]: 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-08T12:45:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:42 smithi003 ceph-mon[96088]: 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-08T12:45:43.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:43.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:43.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:45:43.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:45:44.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:44.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:44.874 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:44 smithi094 ceph-mon[112176]: pgmap v17678: 97 pgs: 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:44.874 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:44.874 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:44.875 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:44.875 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:44.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:44 smithi003 ceph-mon[96088]: pgmap v17678: 97 pgs: 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:44.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:44.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:44.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:44.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:45.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:45.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:46.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:46.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:46 smithi094 ceph-mon[112176]: pgmap v17679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:46 smithi003 ceph-mon[96088]: pgmap v17679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:47.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:47.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:48.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:48.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: 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-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:45:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:45:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:45:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:45:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:45:48.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: 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-08T12:45:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:45:48.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:45:49.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:49.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:49.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:49 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1423M 2023-10-08T12:45:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:49 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1423M 2023-10-08T12:45:50.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:50.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:50 smithi094 ceph-mon[112176]: 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-08T12:45:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:50 smithi003 ceph-mon[96088]: 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-08T12:45:51.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:51.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:52.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:52.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:52 smithi094 ceph-mon[112176]: 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-08T12:45:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:52 smithi003 ceph-mon[96088]: 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-08T12:45:53.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:53.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:54.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:54.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:54.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:54 smithi094 ceph-mon[112176]: pgmap v17683: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:54 smithi003 ceph-mon[96088]: pgmap v17683: 97 pgs: 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:55.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:55.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:56.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:56.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:56 smithi094 ceph-mon[112176]: pgmap v17684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:56 smithi003 ceph-mon[96088]: pgmap v17684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:57.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:57.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:58.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:58.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:45:58 smithi094 ceph-mon[112176]: 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-08T12:45:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:45:58 smithi003 ceph-mon[96088]: 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-08T12:45:59.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:45:59.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:00.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:00.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:00 smithi094 ceph-mon[112176]: 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-08T12:46:00.958 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:00 smithi003 ceph-mon[96088]: 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-08T12:46:01.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:01.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:02.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:02.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:02 smithi094 ceph-mon[112176]: 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-08T12:46:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:02 smithi003 ceph-mon[96088]: 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-08T12:46:03.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:03.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:04.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:04.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:04 smithi094 ceph-mon[112176]: pgmap v17688: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:04 smithi003 ceph-mon[96088]: pgmap v17688: 97 pgs: 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:05.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:05.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:06.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:06.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:06 smithi094 ceph-mon[112176]: pgmap v17689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:06 smithi003 ceph-mon[96088]: pgmap v17689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:07.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:07.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:08.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:08.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:08 smithi094 ceph-mon[112176]: 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-08T12:46:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:08 smithi003 ceph-mon[96088]: 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-08T12:46:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:09.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:09.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:10.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:10.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:10 smithi094 ceph-mon[112176]: 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-08T12:46:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:10 smithi003 ceph-mon[96088]: 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-08T12:46:11.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:11.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:12.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:12.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:12 smithi094 ceph-mon[112176]: 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-08T12:46:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:12 smithi003 ceph-mon[96088]: 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-08T12:46:13.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:13.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:14.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:14.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:14 smithi003 ceph-mon[96088]: pgmap v17693: 97 pgs: 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:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:14 smithi094 ceph-mon[112176]: pgmap v17693: 97 pgs: 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:15.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:15.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:16.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:16.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:16 smithi003 ceph-mon[96088]: pgmap v17694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:16 smithi094 ceph-mon[112176]: pgmap v17694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:17.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:17.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:18.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:18.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:18.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:18 smithi003 ceph-mon[96088]: 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-08T12:46:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:18 smithi094 ceph-mon[112176]: 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-08T12:46:19.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:19.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:20.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:20.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:20 smithi003 ceph-mon[96088]: 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-08T12:46:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:20 smithi094 ceph-mon[112176]: 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-08T12:46:21.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:21.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:22.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:22.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:22 smithi003 ceph-mon[96088]: 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-08T12:46:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:22 smithi094 ceph-mon[112176]: 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-08T12:46:23.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:23.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:24.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:24.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:24 smithi003 ceph-mon[96088]: pgmap v17698: 97 pgs: 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:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:24 smithi094 ceph-mon[112176]: pgmap v17698: 97 pgs: 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:25.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:25.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:26.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:26.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:26.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:26 smithi003 ceph-mon[96088]: pgmap v17699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:26 smithi094 ceph-mon[112176]: pgmap v17699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:27.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:27.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:28.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:28.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:28 smithi003 ceph-mon[96088]: 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-08T12:46:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:28 smithi094 ceph-mon[112176]: 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-08T12:46:29.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:29.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:30.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:30.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:30.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:30 smithi003 ceph-mon[96088]: 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-08T12:46:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:30 smithi094 ceph-mon[112176]: 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-08T12:46:31.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:31.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:32.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:32.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:32 smithi094 ceph-mon[112176]: 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-08T12:46:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:32 smithi003 ceph-mon[96088]: 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-08T12:46:33.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:33.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:34.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:34.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:34 smithi094 ceph-mon[112176]: pgmap v17703: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:34 smithi003 ceph-mon[96088]: pgmap v17703: 97 pgs: 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:35.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:35.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:36.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:36.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:36 smithi003 ceph-mon[96088]: pgmap v17704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:36 smithi094 ceph-mon[112176]: pgmap v17704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:37.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:37.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:38.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:38.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:38 smithi094 ceph-mon[112176]: 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-08T12:46:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:38 smithi003 ceph-mon[96088]: 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-08T12:46:39.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:39.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:40.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:40.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:40 smithi094 ceph-mon[112176]: 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-08T12:46:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:40 smithi003 ceph-mon[96088]: 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-08T12:46:41.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:41.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:42.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:42.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:42 smithi094 ceph-mon[112176]: 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-08T12:46:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:42 smithi003 ceph-mon[96088]: 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-08T12:46:43.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:43.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:44.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:44.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:44 smithi094 ceph-mon[112176]: pgmap v17708: 97 pgs: 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:44.953 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:44 smithi003 ceph-mon[96088]: pgmap v17708: 97 pgs: 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:45.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:45.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:46.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:46.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:46 smithi003 ceph-mon[96088]: pgmap v17709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:46 smithi094 ceph-mon[112176]: pgmap v17709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:47.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:47.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:48.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:48.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:48 smithi094 ceph-mon[112176]: 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-08T12:46:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:48 smithi003 ceph-mon[96088]: 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-08T12:46:49.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:49.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:46:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:46:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:46:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:46:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:46:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:46:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:46:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:46:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:46:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:46:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:46:49.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:46:50.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:50.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:50 smithi094 ceph-mon[112176]: 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-08T12:46:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:50 smithi003 ceph-mon[96088]: 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-08T12:46:51.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:51.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:52.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:52.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:52 smithi094 ceph-mon[112176]: 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-08T12:46:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:52 smithi003 ceph-mon[96088]: 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-08T12:46:53.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:53.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:53.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:54.245 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:54.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:54.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:54 smithi094 ceph-mon[112176]: pgmap v17713: 97 pgs: 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:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:54 smithi003 ceph-mon[96088]: pgmap v17713: 97 pgs: 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:55.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:55.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:56.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:56.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:56 smithi094 ceph-mon[112176]: pgmap v17714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:56 smithi003 ceph-mon[96088]: pgmap v17714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:57.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:57.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:58.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:58.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:46:58 smithi094 ceph-mon[112176]: 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-08T12:46:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:46:58 smithi003 ceph-mon[96088]: 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-08T12:46:59.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:46:59.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:00.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:00.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:00.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:00 smithi094 ceph-mon[112176]: 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-08T12:47:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:00 smithi003 ceph-mon[96088]: 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-08T12:47:01.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:01.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:02.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:02.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:02 smithi094 ceph-mon[112176]: 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-08T12:47:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:02 smithi003 ceph-mon[96088]: 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-08T12:47:03.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:03.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:04.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:04.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:04 smithi094 ceph-mon[112176]: pgmap v17718: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:04 smithi003 ceph-mon[96088]: pgmap v17718: 97 pgs: 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:05.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:05.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:06.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:06.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:06 smithi094 ceph-mon[112176]: pgmap v17719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:06 smithi003 ceph-mon[96088]: pgmap v17719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:07.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:07.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:08.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:08.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:08 smithi094 ceph-mon[112176]: 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-08T12:47:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:08 smithi003 ceph-mon[96088]: 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-08T12:47:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:09.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:09.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:10.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:10.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:10 smithi094 ceph-mon[112176]: 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-08T12:47:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:10 smithi003 ceph-mon[96088]: 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-08T12:47:11.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:11.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:12.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:12.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:12 smithi094 ceph-mon[112176]: 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-08T12:47:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:12 smithi003 ceph-mon[96088]: 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-08T12:47:13.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:13.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:14.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:14.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:14 smithi094 ceph-mon[112176]: pgmap v17723: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:14 smithi003 ceph-mon[96088]: pgmap v17723: 97 pgs: 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:15.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:15.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:16.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:16.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:16 smithi094 ceph-mon[112176]: pgmap v17724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:16 smithi003 ceph-mon[96088]: pgmap v17724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:17.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:17.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:18.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:18.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:18 smithi094 ceph-mon[112176]: 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-08T12:47:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:18 smithi003 ceph-mon[96088]: 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-08T12:47:19.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:19.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:20.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:20.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:20 smithi094 ceph-mon[112176]: 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-08T12:47:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:20 smithi003 ceph-mon[96088]: 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-08T12:47:21.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:21.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:22.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:22.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:22 smithi094 ceph-mon[112176]: 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-08T12:47:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:22 smithi003 ceph-mon[96088]: 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-08T12:47:23.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:23.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:24.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:24.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:24 smithi094 ceph-mon[112176]: pgmap v17728: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:24 smithi003 ceph-mon[96088]: pgmap v17728: 97 pgs: 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:25.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:25.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:26.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:26.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:26 smithi094 ceph-mon[112176]: pgmap v17729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:26.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:26 smithi003 ceph-mon[96088]: pgmap v17729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:27.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:27.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:28.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:28.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:28 smithi094 ceph-mon[112176]: 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-08T12:47:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:28 smithi003 ceph-mon[96088]: 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-08T12:47:29.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:29.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:30.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:30.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:30 smithi094 ceph-mon[112176]: 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-08T12:47:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:30 smithi003 ceph-mon[96088]: 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-08T12:47:31.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:31.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:32.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:32.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:32 smithi094 ceph-mon[112176]: 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-08T12:47:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:32 smithi003 ceph-mon[96088]: 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-08T12:47:33.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:33.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:34.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:34.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:34 smithi003 ceph-mon[96088]: pgmap v17733: 97 pgs: 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:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:34 smithi094 ceph-mon[112176]: pgmap v17733: 97 pgs: 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:35.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:35.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:36.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:36.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:36 smithi003 ceph-mon[96088]: pgmap v17734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:36 smithi094 ceph-mon[112176]: pgmap v17734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:37.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:37.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:38.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:38.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:38 smithi003 ceph-mon[96088]: 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-08T12:47:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:38 smithi094 ceph-mon[112176]: 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-08T12:47:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:39.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:39.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:40.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:40.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:40 smithi003 ceph-mon[96088]: 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-08T12:47:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:40 smithi094 ceph-mon[112176]: 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-08T12:47:41.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:41.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:42.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:42.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:42 smithi003 ceph-mon[96088]: 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-08T12:47:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:42 smithi094 ceph-mon[112176]: 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-08T12:47:43.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:43.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:44.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:44.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:44.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:44 smithi003 ceph-mon[96088]: pgmap v17738: 97 pgs: 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:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:44 smithi094 ceph-mon[112176]: pgmap v17738: 97 pgs: 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:45.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:45.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:46.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:46.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:46 smithi003 ceph-mon[96088]: pgmap v17739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:46 smithi094 ceph-mon[112176]: pgmap v17739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:47.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:47.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:48.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:48.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:48 smithi003 ceph-mon[96088]: 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-08T12:47:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:48 smithi094 ceph-mon[112176]: 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-08T12:47:49.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:49.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:47:50.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:47:50.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:50.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:50 smithi003 ceph-mon[96088]: 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-08T12:47:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:47:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:47:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:47:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:47:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:47:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:50 smithi094 ceph-mon[112176]: 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-08T12:47:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:47:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:47:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:47:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:47:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:47:51.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:51.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:52.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:52.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:52 smithi003 ceph-mon[96088]: 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-08T12:47:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:52 smithi094 ceph-mon[112176]: 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-08T12:47:53.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:53.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:54.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:54.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:54 smithi094 ceph-mon[112176]: pgmap v17743: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:54 smithi003 ceph-mon[96088]: pgmap v17743: 97 pgs: 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:55.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:55.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:56.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:56.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:56 smithi003 ceph-mon[96088]: pgmap v17744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:56 smithi094 ceph-mon[112176]: pgmap v17744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:57.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:57.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:58.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:58.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:58 smithi003 ceph-mon[96088]: 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-08T12:47:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:58 smithi094 ceph-mon[112176]: 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-08T12:47:59.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:47:59.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:47:59 smithi094 ceph-mon[112176]: 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-08T12:48:00.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:47:59 smithi003 ceph-mon[96088]: 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-08T12:48:00.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:00.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:01.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:01.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:02.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:02.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:02 smithi003 ceph-mon[96088]: 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-08T12:48:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:02 smithi094 ceph-mon[112176]: 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-08T12:48:03.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:03.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:04.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:04.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:04 smithi094 ceph-mon[112176]: pgmap v17748: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:04 smithi003 ceph-mon[96088]: pgmap v17748: 97 pgs: 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:05.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:05.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:06.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:06.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:06 smithi094 ceph-mon[112176]: pgmap v17749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:06 smithi003 ceph-mon[96088]: pgmap v17749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:07.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:07.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:08.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:08.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:08.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:08 smithi094 ceph-mon[112176]: 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-08T12:48:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:08 smithi003 ceph-mon[96088]: 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-08T12:48:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:09.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:09.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:10.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:10.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:10 smithi094 ceph-mon[112176]: 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-08T12:48:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:10 smithi003 ceph-mon[96088]: 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-08T12:48:11.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:11.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:12.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:12.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:12.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:12 smithi003 ceph-mon[96088]: 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-08T12:48:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:12 smithi094 ceph-mon[112176]: 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-08T12:48:13.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:13.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:14.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:14.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:14 smithi094 ceph-mon[112176]: pgmap v17753: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:14 smithi003 ceph-mon[96088]: pgmap v17753: 97 pgs: 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:15.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:15.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:16.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:16.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:16 smithi094 ceph-mon[112176]: pgmap v17754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:16 smithi003 ceph-mon[96088]: pgmap v17754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:17.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:17.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:18.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:18.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:18 smithi094 ceph-mon[112176]: 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-08T12:48:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:18 smithi003 ceph-mon[96088]: 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-08T12:48:19.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:19.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:20.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:20.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:20 smithi094 ceph-mon[112176]: 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-08T12:48:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:20 smithi003 ceph-mon[96088]: 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-08T12:48:21.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:21.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:22.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:22.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:22 smithi094 ceph-mon[112176]: 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-08T12:48:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:22 smithi003 ceph-mon[96088]: 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-08T12:48:23.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:23.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:24.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:24.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:24 smithi094 ceph-mon[112176]: pgmap v17758: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:24 smithi003 ceph-mon[96088]: pgmap v17758: 97 pgs: 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:25.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:25.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:26.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:26.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:26 smithi094 ceph-mon[112176]: pgmap v17759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:26 smithi003 ceph-mon[96088]: pgmap v17759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:27.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:27.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:28.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:28.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:28 smithi094 ceph-mon[112176]: 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-08T12:48:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:28 smithi003 ceph-mon[96088]: 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-08T12:48:29.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:29.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:30.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:30.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:30 smithi094 ceph-mon[112176]: 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-08T12:48:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:30 smithi003 ceph-mon[96088]: 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-08T12:48:31.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:31.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:32.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:32.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:32 smithi094 ceph-mon[112176]: 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-08T12:48:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:32 smithi003 ceph-mon[96088]: 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-08T12:48:33.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:33.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:34.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:34.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:34 smithi094 ceph-mon[112176]: pgmap v17763: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:34 smithi003 ceph-mon[96088]: pgmap v17763: 97 pgs: 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:35.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:35.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:36.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:36.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:36 smithi094 ceph-mon[112176]: pgmap v17764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:36 smithi003 ceph-mon[96088]: pgmap v17764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:37.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:37.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:38.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:38.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:38 smithi094 ceph-mon[112176]: 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-08T12:48:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:38 smithi003 ceph-mon[96088]: 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-08T12:48:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:39.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:39.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:40.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:40.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:40 smithi094 ceph-mon[112176]: 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-08T12:48:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:40 smithi003 ceph-mon[96088]: 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-08T12:48:41.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:41.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:42.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:42.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:42 smithi094 ceph-mon[112176]: 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-08T12:48:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:42 smithi003 ceph-mon[96088]: 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-08T12:48:43.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:43.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:44.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:44.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:44 smithi094 ceph-mon[112176]: pgmap v17768: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:44 smithi003 ceph-mon[96088]: pgmap v17768: 97 pgs: 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:45.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:45.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:46.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:46.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:46.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:46 smithi094 ceph-mon[112176]: pgmap v17769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:46 smithi003 ceph-mon[96088]: pgmap v17769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:47.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:47.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:48.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:48.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:48 smithi094 ceph-mon[112176]: 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-08T12:48:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:48 smithi003 ceph-mon[96088]: 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-08T12:48:49.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:49.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:50.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:50.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:50 smithi094 ceph-mon[112176]: 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-08T12:48:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:48:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:50 smithi003 ceph-mon[96088]: 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-08T12:48:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:48:51.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:51.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:52.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:52.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:52.911 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:52 smithi003 ceph-mon[96088]: 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-08T12:48:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:52 smithi094 ceph-mon[112176]: 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-08T12:48:53.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:53.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: pgmap v17773: 97 pgs: 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:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: pgmap v17773: 97 pgs: 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:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:48:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:48:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:54.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:54.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:55.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:56 smithi003 ceph-mon[96088]: pgmap v17774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:56.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:56.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:56 smithi094 ceph-mon[112176]: pgmap v17774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:57.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:57.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:58.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:58.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:58.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:48:58 smithi094 ceph-mon[112176]: 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-08T12:48:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:48:58 smithi003 ceph-mon[96088]: 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-08T12:48:59.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:48:59.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:00.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:00.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:00 smithi094 ceph-mon[112176]: 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-08T12:49:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:00 smithi003 ceph-mon[96088]: 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-08T12:49:01.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:01.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:02.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:02.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:02 smithi094 ceph-mon[112176]: 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-08T12:49:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:02 smithi003 ceph-mon[96088]: 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-08T12:49:03.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:03.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:04.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:04.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:04 smithi094 ceph-mon[112176]: pgmap v17778: 97 pgs: 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:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:04 smithi003 ceph-mon[96088]: pgmap v17778: 97 pgs: 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:05.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:05.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:06.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:06.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:06 smithi094 ceph-mon[112176]: pgmap v17779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:06 smithi003 ceph-mon[96088]: pgmap v17779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:07.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:07.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:08.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:08.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:08 smithi094 ceph-mon[112176]: 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-08T12:49:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:08 smithi003 ceph-mon[96088]: 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-08T12:49:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:09.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:09.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:10.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:10.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:10 smithi094 ceph-mon[112176]: 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-08T12:49:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:10 smithi003 ceph-mon[96088]: 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-08T12:49:11.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:11.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:12.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:12.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:12 smithi094 ceph-mon[112176]: 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-08T12:49:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:12 smithi003 ceph-mon[96088]: 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-08T12:49:13.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:13.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:14.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:14.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:14 smithi094 ceph-mon[112176]: pgmap v17783: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:14 smithi003 ceph-mon[96088]: pgmap v17783: 97 pgs: 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:15.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:15.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:16.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:16.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:16 smithi094 ceph-mon[112176]: pgmap v17784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:16 smithi003 ceph-mon[96088]: pgmap v17784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:17.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:17.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:18.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:18.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:18.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:18 smithi094 ceph-mon[112176]: 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-08T12:49:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:18 smithi003 ceph-mon[96088]: 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-08T12:49:19.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:19.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:20.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:20.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:20 smithi094 ceph-mon[112176]: 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-08T12:49:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:20 smithi003 ceph-mon[96088]: 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-08T12:49:21.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:21.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:22.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:22.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:22 smithi094 ceph-mon[112176]: 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-08T12:49:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:22 smithi003 ceph-mon[96088]: 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-08T12:49:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:24.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:24.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:24.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:24 smithi094 ceph-mon[112176]: pgmap v17788: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:24 smithi003 ceph-mon[96088]: pgmap v17788: 97 pgs: 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:25.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:25.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:26.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:26.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:26 smithi094 ceph-mon[112176]: pgmap v17789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:26 smithi003 ceph-mon[96088]: pgmap v17789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:27.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:27.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:28.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:28.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:28 smithi094 ceph-mon[112176]: 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-08T12:49:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:28 smithi003 ceph-mon[96088]: 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-08T12:49:29.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:29.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:30.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:30.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:30.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:30 smithi094 ceph-mon[112176]: 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-08T12:49:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:30 smithi003 ceph-mon[96088]: 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-08T12:49:31.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:31.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:32.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:32.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:32 smithi094 ceph-mon[112176]: 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-08T12:49:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:32 smithi003 ceph-mon[96088]: 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-08T12:49:33.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:33.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:34.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:34.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:34 smithi094 ceph-mon[112176]: pgmap v17793: 97 pgs: 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:34.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:34 smithi003 ceph-mon[96088]: pgmap v17793: 97 pgs: 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:35.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:35.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:36.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:36.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:36 smithi003 ceph-mon[96088]: pgmap v17794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:36 smithi094 ceph-mon[112176]: pgmap v17794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:37.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:37.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:38.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:38.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:38.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:38 smithi003 ceph-mon[96088]: 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-08T12:49:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:38 smithi094 ceph-mon[112176]: 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-08T12:49:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:39.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:39.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:40.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:40.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:40 smithi094 ceph-mon[112176]: 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-08T12:49:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:40 smithi003 ceph-mon[96088]: 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-08T12:49:41.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:41.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:42.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:42.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:42 smithi003 ceph-mon[96088]: 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-08T12:49:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:42 smithi094 ceph-mon[112176]: 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-08T12:49:43.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:43.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:44.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:44.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:44 smithi003 ceph-mon[96088]: pgmap v17798: 97 pgs: 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:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:44 smithi094 ceph-mon[112176]: pgmap v17798: 97 pgs: 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:45.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:45.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:46.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:46.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:46 smithi003 ceph-mon[96088]: pgmap v17799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:46 smithi094 ceph-mon[112176]: pgmap v17799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:47.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:47.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:48.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:48.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:48 smithi003 ceph-mon[96088]: 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-08T12:49:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:48 smithi094 ceph-mon[112176]: 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-08T12:49:49.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:49.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:50.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:50.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:50 smithi094 ceph-mon[112176]: 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-08T12:49:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:50 smithi003 ceph-mon[96088]: 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-08T12:49:51.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:51.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:52.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:52.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:52 smithi003 ceph-mon[96088]: 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-08T12:49:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:52 smithi094 ceph-mon[112176]: 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-08T12:49:53.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:53.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:53.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:49:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:49:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:54.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:54.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:54 smithi003 ceph-mon[96088]: pgmap v17803: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:49:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:49:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:49:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:49:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:49:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:54 smithi094 ceph-mon[112176]: pgmap v17803: 97 pgs: 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:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:49:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:49:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:49:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:49:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:49:55.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:55.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:56.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:56.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:56 smithi003 ceph-mon[96088]: pgmap v17804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:56 smithi094 ceph-mon[112176]: pgmap v17804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:57.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:57.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:58.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:58.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:49:58 smithi003 ceph-mon[96088]: 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-08T12:49:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:49:58 smithi094 ceph-mon[112176]: 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-08T12:49:59.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:49:59.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:00.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:00.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:00 smithi094 ceph-mon[112176]: 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-08T12:50:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T12:50:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:00 smithi003 ceph-mon[96088]: 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-08T12:50:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T12:50:01.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:01.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:02.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:02.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:02 smithi003 ceph-mon[96088]: 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-08T12:50:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:02 smithi094 ceph-mon[112176]: 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-08T12:50:03.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:03.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:04.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:04.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:04.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:04 smithi003 ceph-mon[96088]: pgmap v17808: 97 pgs: 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:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:04 smithi094 ceph-mon[112176]: pgmap v17808: 97 pgs: 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:05.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:05.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:06.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:06.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:06 smithi003 ceph-mon[96088]: pgmap v17809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:06 smithi094 ceph-mon[112176]: pgmap v17809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:07.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:07.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:08.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:08.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:08 smithi003 ceph-mon[96088]: 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-08T12:50:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:08 smithi094 ceph-mon[112176]: 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-08T12:50:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:09.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:09.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:10.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:10.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:10 smithi003 ceph-mon[96088]: 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-08T12:50:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:10 smithi094 ceph-mon[112176]: 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-08T12:50:11.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:11.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:12.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:12.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:12 smithi003 ceph-mon[96088]: 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-08T12:50:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:12 smithi094 ceph-mon[112176]: 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-08T12:50:13.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:13.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:14.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:14.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:14 smithi003 ceph-mon[96088]: pgmap v17813: 97 pgs: 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:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:14 smithi094 ceph-mon[112176]: pgmap v17813: 97 pgs: 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:15.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:15.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:16.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:16.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:16 smithi094 ceph-mon[112176]: pgmap v17814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:16 smithi003 ceph-mon[96088]: pgmap v17814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:17.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:17.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:18.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:18.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:18 smithi094 ceph-mon[112176]: 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-08T12:50:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:18 smithi003 ceph-mon[96088]: 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-08T12:50:19.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:19.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:19 smithi094 ceph-mon[112176]: 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-08T12:50:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:19 smithi003 ceph-mon[96088]: 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-08T12:50:20.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:20.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:21.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:21.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:22.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:22.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:22 smithi094 ceph-mon[112176]: 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-08T12:50:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:22 smithi003 ceph-mon[96088]: 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-08T12:50:23.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:23.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:23.945 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:24.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:24.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:24 smithi094 ceph-mon[112176]: pgmap v17818: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:24 smithi003 ceph-mon[96088]: pgmap v17818: 97 pgs: 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:25.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:25.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:26.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:26.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:26 smithi094 ceph-mon[112176]: pgmap v17819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:26 smithi003 ceph-mon[96088]: pgmap v17819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:27.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:27.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:28.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:28.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:28.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:28 smithi094 ceph-mon[112176]: 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-08T12:50:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:28 smithi003 ceph-mon[96088]: 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-08T12:50:29.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:29.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:30.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:30.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:30.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:30 smithi094 ceph-mon[112176]: 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-08T12:50:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:30 smithi003 ceph-mon[96088]: 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-08T12:50:31.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:31.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:32.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:32.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:32 smithi094 ceph-mon[112176]: 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-08T12:50:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:32 smithi003 ceph-mon[96088]: 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-08T12:50:33.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:33.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:34.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:34.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:34 smithi094 ceph-mon[112176]: pgmap v17823: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:34 smithi003 ceph-mon[96088]: pgmap v17823: 97 pgs: 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:35.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:35.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:36.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:36.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:36 smithi094 ceph-mon[112176]: pgmap v17824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:36 smithi003 ceph-mon[96088]: pgmap v17824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:37.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:37.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:38.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:38.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:38 smithi094 ceph-mon[112176]: 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-08T12:50:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:38 smithi003 ceph-mon[96088]: 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-08T12:50:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:39.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:39.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:40.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:40.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:40 smithi094 ceph-mon[112176]: 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-08T12:50:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:40 smithi003 ceph-mon[96088]: 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-08T12:50:41.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:41.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:42.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:42.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:42 smithi094 ceph-mon[112176]: 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-08T12:50:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:42 smithi003 ceph-mon[96088]: 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-08T12:50:43.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:43.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:44.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:44.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:44.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:44 smithi094 ceph-mon[112176]: pgmap v17828: 97 pgs: 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:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:44 smithi003 ceph-mon[96088]: pgmap v17828: 97 pgs: 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:45.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:45.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:46.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:46.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:46 smithi094 ceph-mon[112176]: pgmap v17829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:46 smithi003 ceph-mon[96088]: pgmap v17829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:47.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:47.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:48.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:48.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:48.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:48 smithi094 ceph-mon[112176]: 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-08T12:50:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:48 smithi003 ceph-mon[96088]: 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-08T12:50:49.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:49.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:50.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:50.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:50 smithi094 ceph-mon[112176]: 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-08T12:50:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:50 smithi003 ceph-mon[96088]: 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-08T12:50:51.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:51.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:52.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:52.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:52 smithi003 ceph-mon[96088]: 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-08T12:50:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:52 smithi094 ceph-mon[112176]: 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-08T12:50:53.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:53.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:54.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:54.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:54 smithi003 ceph-mon[96088]: pgmap v17833: 97 pgs: 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:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:50:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:54 smithi094 ceph-mon[112176]: pgmap v17833: 97 pgs: 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:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:50:55.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:55.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:56.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:56.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:56 smithi003 ceph-mon[96088]: pgmap v17834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:56 smithi094 ceph-mon[112176]: pgmap v17834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:57.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:57.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:58.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:58.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:50:58 smithi003 ceph-mon[96088]: 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-08T12:50:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:50:58 smithi094 ceph-mon[112176]: 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-08T12:50:59.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:50:59.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:00 smithi094 ceph-mon[112176]: 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-08T12:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:51:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:51:00.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:51:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:51:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:51:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:00 smithi003 ceph-mon[96088]: 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-08T12:51:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:51:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:51:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:51:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:51:00.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:51:00.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:00.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:01.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:01.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:02.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:02.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:02 smithi094 ceph-mon[112176]: 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-08T12:51:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:02 smithi003 ceph-mon[96088]: 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-08T12:51:03.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:03.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:04 smithi003 ceph-mon[96088]: pgmap v17838: 97 pgs: 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:04.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:04.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:04.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:04 smithi094 ceph-mon[112176]: pgmap v17838: 97 pgs: 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:05.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:05.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:06.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:06.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:06.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:06 smithi094 ceph-mon[112176]: pgmap v17839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:06 smithi003 ceph-mon[96088]: pgmap v17839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:07.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:07.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:08.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:08.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:08 smithi094 ceph-mon[112176]: 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-08T12:51:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:08 smithi003 ceph-mon[96088]: 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-08T12:51:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:09.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:09.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:10.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:10.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:10 smithi094 ceph-mon[112176]: 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-08T12:51:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:10 smithi003 ceph-mon[96088]: 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-08T12:51:11.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:11.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:12.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:12.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:12 smithi094 ceph-mon[112176]: 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-08T12:51:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:12 smithi003 ceph-mon[96088]: 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-08T12:51:13.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:13.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:14.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:14.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:14.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:14 smithi094 ceph-mon[112176]: pgmap v17843: 97 pgs: 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:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:14 smithi003 ceph-mon[96088]: pgmap v17843: 97 pgs: 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:15.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:15.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:16.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:16.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:16.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:16 smithi094 ceph-mon[112176]: pgmap v17844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:16 smithi003 ceph-mon[96088]: pgmap v17844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:17.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:17.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:18.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:18.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:18 smithi094 ceph-mon[112176]: 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-08T12:51:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:18 smithi003 ceph-mon[96088]: 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-08T12:51:19.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:19.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:20.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:20.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:20.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:20 smithi094 ceph-mon[112176]: 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-08T12:51:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:20 smithi003 ceph-mon[96088]: 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-08T12:51:21.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:21.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:22.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:22.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:22.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:22 smithi094 ceph-mon[112176]: 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-08T12:51:22.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:22 smithi003 ceph-mon[96088]: 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-08T12:51:23.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:23.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:23.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:23.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:24.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:24.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:24 smithi094 ceph-mon[112176]: pgmap v17848: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:24 smithi003 ceph-mon[96088]: pgmap v17848: 97 pgs: 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:25.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:25.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:26.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:26.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:26 smithi094 ceph-mon[112176]: pgmap v17849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:26 smithi003 ceph-mon[96088]: pgmap v17849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:27.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:27.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:28.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:28.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:28 smithi003 ceph-mon[96088]: 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-08T12:51:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:28 smithi094 ceph-mon[112176]: 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-08T12:51:29.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:29.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:30.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:30.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:30 smithi003 ceph-mon[96088]: 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-08T12:51:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:30 smithi094 ceph-mon[112176]: 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-08T12:51:31.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:31.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:32.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:32.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:32 smithi003 ceph-mon[96088]: 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-08T12:51:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:32 smithi094 ceph-mon[112176]: 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-08T12:51:33.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:33.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:34.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:34.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:34 smithi003 ceph-mon[96088]: pgmap v17853: 97 pgs: 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:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:34 smithi094 ceph-mon[112176]: pgmap v17853: 97 pgs: 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:35.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:35.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:36.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:36.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:36 smithi094 ceph-mon[112176]: pgmap v17854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:36 smithi003 ceph-mon[96088]: pgmap v17854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:37.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:37.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:38.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:38.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:38 smithi003 ceph-mon[96088]: 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-08T12:51:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:38 smithi094 ceph-mon[112176]: 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-08T12:51:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:39.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:39.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:40.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:40.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:40 smithi003 ceph-mon[96088]: 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-08T12:51:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:40 smithi094 ceph-mon[112176]: 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-08T12:51:41.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:41.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:42.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:42.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:42 smithi003 ceph-mon[96088]: 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-08T12:51:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:42 smithi094 ceph-mon[112176]: 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-08T12:51:43.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:43.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:44.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:44.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:44 smithi003 ceph-mon[96088]: pgmap v17858: 97 pgs: 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:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:44 smithi094 ceph-mon[112176]: pgmap v17858: 97 pgs: 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:45.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:45.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:46.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:46.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:46 smithi003 ceph-mon[96088]: pgmap v17859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:46 smithi094 ceph-mon[112176]: pgmap v17859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:47.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:47.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:48.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:48.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:48.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:48 smithi003 ceph-mon[96088]: 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-08T12:51:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:48 smithi094 ceph-mon[112176]: 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-08T12:51:49.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:49.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:50.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:50.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:50 smithi003 ceph-mon[96088]: 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-08T12:51:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:50 smithi094 ceph-mon[112176]: 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-08T12:51:51.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:51.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:52.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:52.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:52 smithi003 ceph-mon[96088]: 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-08T12:51:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:52 smithi094 ceph-mon[112176]: 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-08T12:51:53.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:53.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:54.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:54.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:54 smithi003 ceph-mon[96088]: pgmap v17863: 97 pgs: 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:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:54 smithi094 ceph-mon[112176]: pgmap v17863: 97 pgs: 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:55.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:55.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:56.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:56.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:56 smithi003 ceph-mon[96088]: pgmap v17864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:56 smithi094 ceph-mon[112176]: pgmap v17864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:57.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:57.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:58.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:58.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:58 smithi003 ceph-mon[96088]: 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-08T12:51:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:58 smithi094 ceph-mon[112176]: 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-08T12:51:59.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:51:59.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:59.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:51:59 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:52:00.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:51:59 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:52:00.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:00.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:00 smithi003 ceph-mon[96088]: 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-08T12:52:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:52:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:52:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:52:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:52:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:52:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:52:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:52:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:00 smithi094 ceph-mon[112176]: 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-08T12:52:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:52:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:52:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:52:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:52:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:52:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:52:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:52:01.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:01.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:02.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:02 smithi003 ceph-mon[96088]: 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-08T12:52:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:02 smithi094 ceph-mon[112176]: 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-08T12:52:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:04.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:04.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:04 smithi003 ceph-mon[96088]: pgmap v17868: 97 pgs: 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:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:04 smithi094 ceph-mon[112176]: pgmap v17868: 97 pgs: 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:05.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:05.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:06.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:06.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:06 smithi003 ceph-mon[96088]: pgmap v17869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:06 smithi094 ceph-mon[112176]: pgmap v17869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:07.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:07.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:08.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:08.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:08 smithi003 ceph-mon[96088]: 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-08T12:52:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:08 smithi094 ceph-mon[112176]: 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-08T12:52:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:09.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:09.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:10.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:10.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:10 smithi094 ceph-mon[112176]: 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-08T12:52:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:10 smithi003 ceph-mon[96088]: 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-08T12:52:11.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:11.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:12.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:12.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:12 smithi094 ceph-mon[112176]: 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-08T12:52:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:12 smithi003 ceph-mon[96088]: 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-08T12:52:13.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:13.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:14.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:14.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:14 smithi094 ceph-mon[112176]: pgmap v17873: 97 pgs: 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:15.226 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:14 smithi003 ceph-mon[96088]: pgmap v17873: 97 pgs: 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:15.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:15.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:16.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:16.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:17.060 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:16 smithi094 ceph-mon[112176]: pgmap v17874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:16 smithi003 ceph-mon[96088]: pgmap v17874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:17.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:17.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:18.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:18.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:18 smithi094 ceph-mon[112176]: 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-08T12:52:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:18 smithi003 ceph-mon[96088]: 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-08T12:52:19.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:19.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:20.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:20.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:20 smithi094 ceph-mon[112176]: 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-08T12:52:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:20 smithi003 ceph-mon[96088]: 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-08T12:52:21.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:21.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:22.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:22.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:22 smithi094 ceph-mon[112176]: 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-08T12:52:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:22 smithi003 ceph-mon[96088]: 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-08T12:52:23.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:23.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:24.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:23 smithi094 ceph-mon[112176]: pgmap v17878: 97 pgs: 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:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:23 smithi003 ceph-mon[96088]: pgmap v17878: 97 pgs: 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:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:24.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:24.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:25.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:25.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:26 smithi094 ceph-mon[112176]: pgmap v17879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:26 smithi003 ceph-mon[96088]: pgmap v17879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:26.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:26.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:27.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:27.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:28 smithi094 ceph-mon[112176]: 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-08T12:52:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:28 smithi003 ceph-mon[96088]: 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-08T12:52:28.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:28.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:29.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:29.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:30 smithi003 ceph-mon[96088]: 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-08T12:52:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:30 smithi094 ceph-mon[112176]: 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-08T12:52:30.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:30.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:31.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:31.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:32 smithi094 ceph-mon[112176]: 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-08T12:52:32.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:32 smithi003 ceph-mon[96088]: 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-08T12:52:32.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:32.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:33.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:33.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:34.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:34 smithi094 ceph-mon[112176]: pgmap v17883: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:34 smithi003 ceph-mon[96088]: pgmap v17883: 97 pgs: 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:34.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:34.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:35.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:35.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:36.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:36 smithi094 ceph-mon[112176]: pgmap v17884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:36.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:36 smithi003 ceph-mon[96088]: pgmap v17884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:36.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:36.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:38.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:38.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:38 smithi094 ceph-mon[112176]: 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-08T12:52:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:38 smithi003 ceph-mon[96088]: 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-08T12:52:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:39.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:39.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:40.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:40.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:40 smithi003 ceph-mon[96088]: 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-08T12:52:41.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:41.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:40 smithi094 ceph-mon[112176]: 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-08T12:52:42.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:42.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:42 smithi003 ceph-mon[96088]: 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-08T12:52:43.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:43.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:42 smithi094 ceph-mon[112176]: 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-08T12:52:44.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:44.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:44 smithi003 ceph-mon[96088]: pgmap v17888: 97 pgs: 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:45.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:45.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:44 smithi094 ceph-mon[112176]: pgmap v17888: 97 pgs: 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:46.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:46.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:46.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:46 smithi003 ceph-mon[96088]: pgmap v17889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:47.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:47.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:46 smithi094 ceph-mon[112176]: pgmap v17889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:48.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:48.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:48 smithi003 ceph-mon[96088]: 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-08T12:52:49.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:49.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:49.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:48 smithi094 ceph-mon[112176]: 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-08T12:52:50.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:50.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:50.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:50 smithi003 ceph-mon[96088]: 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-08T12:52:51.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:51.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:51.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:50 smithi094 ceph-mon[112176]: 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-08T12:52:52.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:52.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:52.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:52 smithi003 ceph-mon[96088]: 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-08T12:52:53.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:53.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:52 smithi094 ceph-mon[112176]: 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-08T12:52:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:54.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:54 smithi003 ceph-mon[96088]: pgmap v17893: 97 pgs: 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:55.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:55.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:54 smithi094 ceph-mon[112176]: pgmap v17893: 97 pgs: 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:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:56.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:56 smithi003 ceph-mon[96088]: pgmap v17894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:57.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:57.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:56 smithi094 ceph-mon[112176]: pgmap v17894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:58.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:58.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:52:58 smithi003 ceph-mon[96088]: 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-08T12:52:59.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:52:59.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:59.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:52:58 smithi094 ceph-mon[112176]: 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-08T12:53:00.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:00.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:00.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:00 smithi003 ceph-mon[96088]: 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-08T12:53:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:53:01.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:01.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:00 smithi094 ceph-mon[112176]: 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-08T12:53:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:53:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:53:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:53:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:53:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:53:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:53:02.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:02.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:53:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:53:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:53:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:53:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:53:02.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:02 smithi094 ceph-mon[112176]: 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-08T12:53:02.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:02 smithi003 ceph-mon[96088]: 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-08T12:53:03.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:03.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:04.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:04.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:04 smithi003 ceph-mon[96088]: pgmap v17898: 97 pgs: 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:05.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:05.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:04 smithi094 ceph-mon[112176]: pgmap v17898: 97 pgs: 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:06.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:06.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:06.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:06 smithi003 ceph-mon[96088]: pgmap v17899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:07.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:07.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:06 smithi094 ceph-mon[112176]: pgmap v17899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:08.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:08.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:08 smithi003 ceph-mon[96088]: 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-08T12:53:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:09.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:09.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:08 smithi094 ceph-mon[112176]: 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-08T12:53:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:10.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:10.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:10 smithi003 ceph-mon[96088]: 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-08T12:53:11.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:11.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:10 smithi094 ceph-mon[112176]: 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-08T12:53:12.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:12.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:12 smithi094 ceph-mon[112176]: 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-08T12:53:12.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:12 smithi003 ceph-mon[96088]: 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-08T12:53:13.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:13.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:14.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:14.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:14 smithi003 ceph-mon[96088]: pgmap v17903: 97 pgs: 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:15.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:15.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:14 smithi094 ceph-mon[112176]: pgmap v17903: 97 pgs: 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:16.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:16.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:16 smithi003 ceph-mon[96088]: pgmap v17904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:17.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:17.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:16 smithi094 ceph-mon[112176]: pgmap v17904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:18.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:18.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:18 smithi003 ceph-mon[96088]: 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-08T12:53:19.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:19.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:18 smithi094 ceph-mon[112176]: 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-08T12:53:20.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:20.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:20 smithi003 ceph-mon[96088]: 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-08T12:53:21.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:21.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:20 smithi094 ceph-mon[112176]: 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-08T12:53:22.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:22.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:23.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:23.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:22 smithi094 ceph-mon[112176]: 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-08T12:53:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:22 smithi003 ceph-mon[96088]: 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-08T12:53:24.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:24.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:25.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:25.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:24 smithi094 ceph-mon[112176]: pgmap v17908: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:24 smithi003 ceph-mon[96088]: pgmap v17908: 97 pgs: 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:26.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:26.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:27.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:27.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:26 smithi094 ceph-mon[112176]: pgmap v17909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:27.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:26 smithi003 ceph-mon[96088]: pgmap v17909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:28.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:28.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:29.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:29.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:28 smithi094 ceph-mon[112176]: 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-08T12:53:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:28 smithi003 ceph-mon[96088]: 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-08T12:53:30.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:30.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:31.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:31.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:31.094 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:30 smithi003 ceph-mon[96088]: 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-08T12:53:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:30 smithi094 ceph-mon[112176]: 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-08T12:53:32.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:32.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:33.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:33.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:33.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:32 smithi094 ceph-mon[112176]: 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-08T12:53:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:32 smithi003 ceph-mon[96088]: 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-08T12:53:34.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:34.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:35.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:35.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:34 smithi094 ceph-mon[112176]: pgmap v17913: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:34 smithi003 ceph-mon[96088]: pgmap v17913: 97 pgs: 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:36.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:36.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:37.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:37.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:36 smithi094 ceph-mon[112176]: pgmap v17914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:36 smithi003 ceph-mon[96088]: pgmap v17914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:38.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:38.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:39.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:39.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:38 smithi094 ceph-mon[112176]: 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-08T12:53:39.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:38 smithi003 ceph-mon[96088]: 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-08T12:53:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:40.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:40.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:41.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:41.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:40 smithi094 ceph-mon[112176]: 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-08T12:53:41.208 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:40 smithi003 ceph-mon[96088]: 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-08T12:53:42.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:42.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:43.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:43.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:42 smithi094 ceph-mon[112176]: 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-08T12:53:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:42 smithi003 ceph-mon[96088]: 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-08T12:53:44.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:44.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:45.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:45.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:44 smithi094 ceph-mon[112176]: pgmap v17918: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:44 smithi003 ceph-mon[96088]: pgmap v17918: 97 pgs: 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:46.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:46.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:47.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:47.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:46 smithi094 ceph-mon[112176]: pgmap v17919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:46 smithi003 ceph-mon[96088]: pgmap v17919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:48.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:48.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:47 smithi094 ceph-mon[112176]: 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-08T12:53:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:47 smithi003 ceph-mon[96088]: 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-08T12:53:49.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:49.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:50.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:52.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:52.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:50 smithi094 ceph-mon[112176]: 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-08T12:53:52.667 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:50 smithi003 ceph-mon[96088]: 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-08T12:53:52.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:52.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:52.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:52.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:52.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:52 smithi094 ceph-mon[112176]: 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-08T12:53:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:52 smithi003 ceph-mon[96088]: 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-08T12:53:53.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:53.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:54.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:54.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:54 smithi003 ceph-mon[96088]: pgmap v17923: 97 pgs: 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:55.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:55.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:54 smithi094 ceph-mon[112176]: pgmap v17923: 97 pgs: 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:56.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:56.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:56.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:56 smithi003 ceph-mon[96088]: pgmap v17924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:57.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:57.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:56 smithi094 ceph-mon[112176]: pgmap v17924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:58.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:58.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:58.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:53:58 smithi003 ceph-mon[96088]: 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-08T12:53:59.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:53:59.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:53:58 smithi094 ceph-mon[112176]: 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-08T12:54:00.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:00.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:00 smithi003 ceph-mon[96088]: 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-08T12:54:01.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:01.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:00 smithi094 ceph-mon[112176]: 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-08T12:54:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:54:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:54:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:54:02.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:02.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:54:02.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:54:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:54:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:02 smithi003 ceph-mon[96088]: 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-08T12:54:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:54:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:54:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:54:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:54:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:54:03.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:03.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:03.162 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:02 smithi094 ceph-mon[112176]: 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-08T12:54:03.162 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:54:03.162 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:54:03.163 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:54:03.163 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:54:03.163 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:54:04.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:04.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:04 smithi003 ceph-mon[96088]: pgmap v17928: 97 pgs: 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:05.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:05.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:04 smithi094 ceph-mon[112176]: pgmap v17928: 97 pgs: 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:06.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:06.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:06.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:06 smithi003 ceph-mon[96088]: pgmap v17929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:07.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:07.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:06 smithi094 ceph-mon[112176]: pgmap v17929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:08.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:08.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:08 smithi003 ceph-mon[96088]: 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-08T12:54:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:09.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:09.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:08 smithi094 ceph-mon[112176]: 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-08T12:54:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:10.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:10.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:10 smithi003 ceph-mon[96088]: 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-08T12:54:11.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:11.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:10 smithi094 ceph-mon[112176]: 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-08T12:54:12.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:12.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:12 smithi003 ceph-mon[96088]: 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-08T12:54:13.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:13.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:12 smithi094 ceph-mon[112176]: 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-08T12:54:14.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:14.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:14 smithi003 ceph-mon[96088]: pgmap v17933: 97 pgs: 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:15.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:14 smithi094 ceph-mon[112176]: pgmap v17933: 97 pgs: 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:15.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:15.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:16.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:16.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:16 smithi003 ceph-mon[96088]: pgmap v17934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:16 smithi094 ceph-mon[112176]: pgmap v17934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:17.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:17.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:18.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:18.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:18 smithi003 ceph-mon[96088]: 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-08T12:54:19.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:18 smithi094 ceph-mon[112176]: 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-08T12:54:19.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:19.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:20.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:20.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:20 smithi003 ceph-mon[96088]: 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-08T12:54:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:20 smithi094 ceph-mon[112176]: 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-08T12:54:21.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:21.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:22.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:22.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:22 smithi003 ceph-mon[96088]: 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-08T12:54:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:22 smithi094 ceph-mon[112176]: 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-08T12:54:23.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:23.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:24.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:24.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:24 smithi003 ceph-mon[96088]: pgmap v17938: 97 pgs: 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:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:24 smithi094 ceph-mon[112176]: pgmap v17938: 97 pgs: 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:25.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:25.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:26.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:26.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:26 smithi003 ceph-mon[96088]: pgmap v17939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:26 smithi094 ceph-mon[112176]: pgmap v17939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:27.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:27.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:28.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:28.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:28 smithi003 ceph-mon[96088]: 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-08T12:54:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:28 smithi094 ceph-mon[112176]: 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-08T12:54:29.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:29.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:30.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:30.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:30 smithi003 ceph-mon[96088]: 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-08T12:54:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:30 smithi094 ceph-mon[112176]: 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-08T12:54:31.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:31.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:32.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:32.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:32 smithi094 ceph-mon[112176]: 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-08T12:54:33.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:33.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:32 smithi003 ceph-mon[96088]: 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-08T12:54:34.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:34.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:34 smithi094 ceph-mon[112176]: pgmap v17943: 97 pgs: 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:35.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:35.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:34 smithi003 ceph-mon[96088]: pgmap v17943: 97 pgs: 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:36.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:36.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:36 smithi094 ceph-mon[112176]: pgmap v17944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:37.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:37.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:36 smithi003 ceph-mon[96088]: pgmap v17944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:38.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:38.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:38.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:38 smithi094 ceph-mon[112176]: 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-08T12:54:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:39.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:39.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:39.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:38 smithi003 ceph-mon[96088]: 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-08T12:54:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:40.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:40.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:40 smithi094 ceph-mon[112176]: 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-08T12:54:41.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:41.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:40 smithi003 ceph-mon[96088]: 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-08T12:54:42.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:42.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:42 smithi094 ceph-mon[112176]: 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-08T12:54:43.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:43.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:42 smithi003 ceph-mon[96088]: 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-08T12:54:44.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:44.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:44 smithi094 ceph-mon[112176]: pgmap v17948: 97 pgs: 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:45.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:45.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:45.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:44 smithi003 ceph-mon[96088]: pgmap v17948: 97 pgs: 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:46.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:46.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:46 smithi094 ceph-mon[112176]: pgmap v17949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:47.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:47.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:46 smithi003 ceph-mon[96088]: pgmap v17949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:48.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:48.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:48 smithi094 ceph-mon[112176]: 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-08T12:54:49.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:49.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:48 smithi003 ceph-mon[96088]: 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-08T12:54:50.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:50.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:50 smithi094 ceph-mon[112176]: 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-08T12:54:51.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:51.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:51.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:50 smithi003 ceph-mon[96088]: 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-08T12:54:52.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:52.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:52 smithi094 ceph-mon[112176]: 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-08T12:54:53.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:53.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:52 smithi003 ceph-mon[96088]: 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-08T12:54:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:54.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:54.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:54.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:54 smithi094 ceph-mon[112176]: pgmap v17953: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:54 smithi003 ceph-mon[96088]: pgmap v17953: 97 pgs: 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:55.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:55.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:56.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:56.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:57.075 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:56 smithi003 ceph-mon[96088]: pgmap v17954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:56 smithi094 ceph-mon[112176]: pgmap v17954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:57.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:57.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:58.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:58.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:54:58 smithi094 ceph-mon[112176]: 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-08T12:54:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:54:58 smithi003 ceph-mon[96088]: 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-08T12:54:59.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:54:59.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:00.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:00.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:00 smithi094 ceph-mon[112176]: 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-08T12:55:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:00 smithi003 ceph-mon[96088]: 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-08T12:55:01.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:01.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:02.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:02.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:02 smithi094 ceph-mon[112176]: 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-08T12:55:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:55:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:55:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:55:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:55:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:55:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:02 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:55:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:02 smithi003 ceph-mon[96088]: 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-08T12:55:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:55:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:55:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:55:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:55:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:55:03.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:02 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:55:03.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:03.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:04.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:03 smithi094 ceph-mon[112176]: pgmap v17958: 97 pgs: 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:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:03 smithi003 ceph-mon[96088]: pgmap v17958: 97 pgs: 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:04.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:04.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:05.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:05.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:06.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:06.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:06 smithi094 ceph-mon[112176]: pgmap v17959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:06 smithi003 ceph-mon[96088]: pgmap v17959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:07.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:07.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:08.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:08.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:08 smithi003 ceph-mon[96088]: 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-08T12:55:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:08 smithi094 ceph-mon[112176]: 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-08T12:55:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:09.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:09.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:10.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:10.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:10 smithi003 ceph-mon[96088]: 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-08T12:55:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:10 smithi094 ceph-mon[112176]: 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-08T12:55:11.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:11.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:12.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:12.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:12 smithi003 ceph-mon[96088]: 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-08T12:55:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:12 smithi094 ceph-mon[112176]: 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-08T12:55:13.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:13.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:14.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:14.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:14.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:14 smithi003 ceph-mon[96088]: pgmap v17963: 97 pgs: 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:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:14 smithi094 ceph-mon[112176]: pgmap v17963: 97 pgs: 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:15.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:15.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:16.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:16.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:16 smithi003 ceph-mon[96088]: pgmap v17964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:16 smithi094 ceph-mon[112176]: pgmap v17964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:17.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:17.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:18.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:18.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:18.953 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:18 smithi094 ceph-mon[112176]: 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-08T12:55:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:18 smithi003 ceph-mon[96088]: 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-08T12:55:19.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:19.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:20.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:20.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:20.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:20 smithi003 ceph-mon[96088]: 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-08T12:55:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:20 smithi094 ceph-mon[112176]: 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-08T12:55:21.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:21.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:22.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:22.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:22 smithi003 ceph-mon[96088]: 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-08T12:55:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:22 smithi094 ceph-mon[112176]: 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-08T12:55:23.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:23.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:24.006 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:24.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:24.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:24 smithi003 ceph-mon[96088]: pgmap v17968: 97 pgs: 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:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:24 smithi094 ceph-mon[112176]: pgmap v17968: 97 pgs: 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:25.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:25.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:26.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:26.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:26 smithi003 ceph-mon[96088]: pgmap v17969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:26 smithi094 ceph-mon[112176]: pgmap v17969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:27.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:27.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:28.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:28.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:28 smithi003 ceph-mon[96088]: 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-08T12:55:29.058 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:28 smithi094 ceph-mon[112176]: 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-08T12:55:29.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:29.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:30.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:30.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:30 smithi003 ceph-mon[96088]: 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-08T12:55:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:30 smithi094 ceph-mon[112176]: 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-08T12:55:31.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:31.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:32.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:32.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:32 smithi003 ceph-mon[96088]: 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-08T12:55:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:32 smithi094 ceph-mon[112176]: 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-08T12:55:33.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:33.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:34.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:34.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:34 smithi094 ceph-mon[112176]: pgmap v17973: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:34 smithi003 ceph-mon[96088]: pgmap v17973: 97 pgs: 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:35.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:35.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:36.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:36.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:36 smithi094 ceph-mon[112176]: pgmap v17974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:36 smithi003 ceph-mon[96088]: pgmap v17974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:37.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:37.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:38.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:38.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:39.163 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:38 smithi094 ceph-mon[112176]: 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-08T12:55:39.163 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:38 smithi003 ceph-mon[96088]: 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-08T12:55:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:39.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:39.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:40.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:40.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:40 smithi094 ceph-mon[112176]: 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-08T12:55:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:40 smithi003 ceph-mon[96088]: 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-08T12:55:41.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:41.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:42.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:42.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:42 smithi003 ceph-mon[96088]: 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-08T12:55:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:42 smithi094 ceph-mon[112176]: 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-08T12:55:43.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:43.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:44.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:44.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:44 smithi094 ceph-mon[112176]: pgmap v17978: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:44 smithi003 ceph-mon[96088]: pgmap v17978: 97 pgs: 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:45.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:45.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:46.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:46.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:46 smithi094 ceph-mon[112176]: pgmap v17979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:46 smithi003 ceph-mon[96088]: pgmap v17979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:47.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:47.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:48.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:48.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:48 smithi094 ceph-mon[112176]: 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-08T12:55:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:48 smithi003 ceph-mon[96088]: 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-08T12:55:49.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:49.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:50.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:50.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:50 smithi094 ceph-mon[112176]: 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-08T12:55:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:50 smithi003 ceph-mon[96088]: 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-08T12:55:51.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:51.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:52.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:52.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:52 smithi003 ceph-mon[96088]: 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-08T12:55:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:52 smithi094 ceph-mon[112176]: 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-08T12:55:53.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:53.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:54.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:54.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:54 smithi094 ceph-mon[112176]: pgmap v17983: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:54 smithi003 ceph-mon[96088]: pgmap v17983: 97 pgs: 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:55.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:55.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:56.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:56.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:56 smithi094 ceph-mon[112176]: pgmap v17984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:56 smithi003 ceph-mon[96088]: pgmap v17984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:57.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:57.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:58.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:58.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:55:58 smithi094 ceph-mon[112176]: 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-08T12:55:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:55:58 smithi003 ceph-mon[96088]: 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-08T12:55:59.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:55:59.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:00.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:00.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:01.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:00 smithi094 ceph-mon[112176]: 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-08T12:56:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:00 smithi003 ceph-mon[96088]: 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-08T12:56:01.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:01.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:02.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:02.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:02 smithi094 ceph-mon[112176]: 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-08T12:56:03.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:02 smithi003 ceph-mon[96088]: 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-08T12:56:03.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:03.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:56:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:56:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:56:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:56:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:56:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:56:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:56:04.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:56:04.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:56:04.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:56:04.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:56:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:56:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:56:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:56:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:56:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:56:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:56:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:56:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:56:04.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:56:04.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:56:04.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:56:04.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:04.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:04 smithi094 ceph-mon[112176]: pgmap v17988: 97 pgs: 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:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:04 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1415M 2023-10-08T12:56:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:04 smithi003 ceph-mon[96088]: pgmap v17988: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:04 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1415M 2023-10-08T12:56:05.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:05.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:06.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:06.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:06 smithi094 ceph-mon[112176]: pgmap v17989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:06 smithi003 ceph-mon[96088]: pgmap v17989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:07.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:07.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:08.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:08.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:08 smithi094 ceph-mon[112176]: 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-08T12:56:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:08 smithi003 ceph-mon[96088]: 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-08T12:56:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:09.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:09.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:10.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:10.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:10 smithi094 ceph-mon[112176]: 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-08T12:56:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:10 smithi003 ceph-mon[96088]: 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-08T12:56:11.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:11.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:12.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:12.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:12 smithi094 ceph-mon[112176]: 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-08T12:56:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:12 smithi003 ceph-mon[96088]: 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-08T12:56:13.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:13.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:14.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:14.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:14 smithi094 ceph-mon[112176]: pgmap v17993: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:14 smithi003 ceph-mon[96088]: pgmap v17993: 97 pgs: 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:15.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:15.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:15 smithi094 ceph-mon[112176]: pgmap v17994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:15 smithi003 ceph-mon[96088]: pgmap v17994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:16.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:16.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:17.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:17.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:18.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:18.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:18 smithi003 ceph-mon[96088]: 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-08T12:56:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:18 smithi094 ceph-mon[112176]: 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-08T12:56:19.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:19.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:20.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:20.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:20.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:20 smithi003 ceph-mon[96088]: 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-08T12:56:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:20 smithi094 ceph-mon[112176]: 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-08T12:56:21.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:21.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:22.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:22.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:22 smithi003 ceph-mon[96088]: 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-08T12:56:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:22 smithi094 ceph-mon[112176]: 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-08T12:56:23.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:23.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:24.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:24.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:24 smithi094 ceph-mon[112176]: pgmap v17998: 97 pgs: 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:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:24 smithi003 ceph-mon[96088]: pgmap v17998: 97 pgs: 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:25.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:25.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:26.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:26.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:26 smithi003 ceph-mon[96088]: pgmap v17999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:26 smithi094 ceph-mon[112176]: pgmap v17999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:27.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:27.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:28.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:28.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:28 smithi003 ceph-mon[96088]: 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-08T12:56:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:28 smithi094 ceph-mon[112176]: 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-08T12:56:29.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:29.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:30.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:30.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:30 smithi003 ceph-mon[96088]: 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-08T12:56:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:30 smithi094 ceph-mon[112176]: 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-08T12:56:31.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:31.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:32.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:32.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:32 smithi003 ceph-mon[96088]: 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-08T12:56:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:32 smithi094 ceph-mon[112176]: 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-08T12:56:33.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:33.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:34.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:34.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:34 smithi094 ceph-mon[112176]: pgmap v18003: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:34 smithi003 ceph-mon[96088]: pgmap v18003: 97 pgs: 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:35.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:35.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:36.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:36.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:36 smithi094 ceph-mon[112176]: pgmap v18004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:36 smithi003 ceph-mon[96088]: pgmap v18004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:37.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:37.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:38.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:38.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:38 smithi094 ceph-mon[112176]: 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-08T12:56:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:38 smithi003 ceph-mon[96088]: 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-08T12:56:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:39.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:39.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:40.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:40.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:40 smithi094 ceph-mon[112176]: 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-08T12:56:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:40 smithi003 ceph-mon[96088]: 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-08T12:56:41.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:41.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:42.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:42.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:42 smithi094 ceph-mon[112176]: 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-08T12:56:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:42 smithi003 ceph-mon[96088]: 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-08T12:56:43.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:43.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:44.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:44.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:45.050 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:44 smithi003 ceph-mon[96088]: pgmap v18008: 97 pgs: 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:45.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:44 smithi094 ceph-mon[112176]: pgmap v18008: 97 pgs: 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:45.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:45.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:46.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:46.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:46 smithi094 ceph-mon[112176]: pgmap v18009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:46 smithi003 ceph-mon[96088]: pgmap v18009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:47.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:47.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:48.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:48.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:48 smithi094 ceph-mon[112176]: 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-08T12:56:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:48 smithi003 ceph-mon[96088]: 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-08T12:56:49.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:49.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:50.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:50.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:50 smithi094 ceph-mon[112176]: 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-08T12:56:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:50 smithi003 ceph-mon[96088]: 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-08T12:56:51.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:51.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:52.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:52.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:52 smithi094 ceph-mon[112176]: 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-08T12:56:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:52 smithi003 ceph-mon[96088]: 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-08T12:56:53.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:53.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:54.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:54.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:54 smithi094 ceph-mon[112176]: pgmap v18013: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:54 smithi003 ceph-mon[96088]: pgmap v18013: 97 pgs: 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:55.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:55.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:56.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:56.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:56 smithi094 ceph-mon[112176]: pgmap v18014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:56 smithi003 ceph-mon[96088]: pgmap v18014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:57.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:57.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:58.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:58.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:56:58 smithi094 ceph-mon[112176]: 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-08T12:56:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:56:58 smithi003 ceph-mon[96088]: 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-08T12:56:59.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:56:59.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:00.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:00.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:00 smithi094 ceph-mon[112176]: 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-08T12:57:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:00 smithi003 ceph-mon[96088]: 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-08T12:57:01.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:01.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:02.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:02.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:02 smithi094 ceph-mon[112176]: 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-08T12:57:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:02 smithi003 ceph-mon[96088]: 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-08T12:57:03.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:03.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:57:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:57:04.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:04.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:05.049 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:04 smithi094 ceph-mon[112176]: pgmap v18018: 97 pgs: 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:05.050 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:57:05.050 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:57:05.050 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:57:05.050 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:57:05.050 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:57:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:04 smithi003 ceph-mon[96088]: pgmap v18018: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:57:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:57:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:57:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:57:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:57:05.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:05.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:06.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:06.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:06 smithi094 ceph-mon[112176]: pgmap v18019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:06 smithi003 ceph-mon[96088]: pgmap v18019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:07.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:07.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:08.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:08.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:08 smithi003 ceph-mon[96088]: 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-08T12:57:08.986 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:08 smithi094 ceph-mon[112176]: 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-08T12:57:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:09.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:09.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:10.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:10.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:11.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:10 smithi094 ceph-mon[112176]: 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-08T12:57:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:10 smithi003 ceph-mon[96088]: 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-08T12:57:11.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:11.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:12.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:12.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:12 smithi094 ceph-mon[112176]: 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-08T12:57:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:12 smithi003 ceph-mon[96088]: 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-08T12:57:13.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:13.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:14.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:14.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:15.153 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:14 smithi094 ceph-mon[112176]: pgmap v18023: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:14 smithi003 ceph-mon[96088]: pgmap v18023: 97 pgs: 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:15.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:15.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:16.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:16.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:16 smithi094 ceph-mon[112176]: pgmap v18024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:16 smithi003 ceph-mon[96088]: pgmap v18024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:17.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:17.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:18.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:18.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:18.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:18 smithi003 ceph-mon[96088]: 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-08T12:57:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:18 smithi094 ceph-mon[112176]: 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-08T12:57:19.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:19.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:20.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:20.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:20 smithi094 ceph-mon[112176]: 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-08T12:57:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:20 smithi003 ceph-mon[96088]: 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-08T12:57:21.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:21.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:22.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:22.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:22 smithi094 ceph-mon[112176]: 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-08T12:57:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:22 smithi003 ceph-mon[96088]: 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-08T12:57:23.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:23.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:24.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:24.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:24 smithi094 ceph-mon[112176]: pgmap v18028: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:24 smithi003 ceph-mon[96088]: pgmap v18028: 97 pgs: 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:25.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:25.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:25 smithi094 ceph-mon[112176]: pgmap v18029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:25 smithi003 ceph-mon[96088]: pgmap v18029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:26.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:26.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:27.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:27.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:28.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:28.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:28 smithi003 ceph-mon[96088]: 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-08T12:57:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:28 smithi094 ceph-mon[112176]: 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-08T12:57:29.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:29.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:30.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:30.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:30 smithi003 ceph-mon[96088]: 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-08T12:57:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:30 smithi094 ceph-mon[112176]: 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-08T12:57:31.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:31.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:32.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:32.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:32 smithi003 ceph-mon[96088]: 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-08T12:57:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:32 smithi094 ceph-mon[112176]: 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-08T12:57:33.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:33.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:34.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:34.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:34 smithi003 ceph-mon[96088]: pgmap v18033: 97 pgs: 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:35.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:34 smithi094 ceph-mon[112176]: pgmap v18033: 97 pgs: 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:35.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:35.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:36.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:36.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:36 smithi003 ceph-mon[96088]: pgmap v18034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:36 smithi094 ceph-mon[112176]: pgmap v18034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:37.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:37.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:38.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:38.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:38 smithi003 ceph-mon[96088]: 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-08T12:57:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:38 smithi094 ceph-mon[112176]: 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-08T12:57:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:39.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:39.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:40.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:40.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:41.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:40 smithi094 ceph-mon[112176]: 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-08T12:57:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:40 smithi003 ceph-mon[96088]: 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-08T12:57:41.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:41.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:42.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:42.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:42 smithi094 ceph-mon[112176]: 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-08T12:57:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:42 smithi003 ceph-mon[96088]: 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-08T12:57:43.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:43.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:44.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:44.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:44 smithi094 ceph-mon[112176]: pgmap v18038: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:44 smithi003 ceph-mon[96088]: pgmap v18038: 97 pgs: 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:45.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:45.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:46.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:46.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:46 smithi094 ceph-mon[112176]: pgmap v18039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:46 smithi003 ceph-mon[96088]: pgmap v18039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:47.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:47.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:48.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:48.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:49.051 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:48 smithi003 ceph-mon[96088]: 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-08T12:57:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:48 smithi094 ceph-mon[112176]: 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-08T12:57:49.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:49.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:50.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:50.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:50 smithi094 ceph-mon[112176]: 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-08T12:57:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:50 smithi003 ceph-mon[96088]: 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-08T12:57:51.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:51.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:52.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:52.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:52 smithi094 ceph-mon[112176]: 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-08T12:57:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:52 smithi003 ceph-mon[96088]: 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-08T12:57:53.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:53.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:54.108 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:54.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:54.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:54 smithi094 ceph-mon[112176]: pgmap v18043: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:54 smithi003 ceph-mon[96088]: pgmap v18043: 97 pgs: 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:55.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:55.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:56.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:56.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:56 smithi094 ceph-mon[112176]: pgmap v18044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:56 smithi003 ceph-mon[96088]: pgmap v18044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:57.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:57.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:58.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:58.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:59.165 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:57:58 smithi003 ceph-mon[96088]: 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-08T12:57:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:57:58 smithi094 ceph-mon[112176]: 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-08T12:57:59.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:57:59.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:00.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:00.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:00 smithi094 ceph-mon[112176]: 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-08T12:58:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:00 smithi003 ceph-mon[96088]: 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-08T12:58:01.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:01.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:02.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:02.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:02 smithi094 ceph-mon[112176]: 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-08T12:58:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:02 smithi003 ceph-mon[96088]: 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-08T12:58:03.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:03.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:04.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:04.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:04 smithi094 ceph-mon[112176]: pgmap v18048: 97 pgs: 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:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:58:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:58:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:58:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:58:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:58:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:58:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:04 smithi003 ceph-mon[96088]: pgmap v18048: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:58:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:58:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:58:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:58:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:58:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:58:05.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:05.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:06.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:06.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:06 smithi094 ceph-mon[112176]: pgmap v18049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:06 smithi003 ceph-mon[96088]: pgmap v18049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:07.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:07.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:08.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:08.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:08 smithi094 ceph-mon[112176]: 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-08T12:58:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:08 smithi003 ceph-mon[96088]: 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-08T12:58:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:09.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:09.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:10.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:10.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:10 smithi094 ceph-mon[112176]: 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-08T12:58:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:10 smithi003 ceph-mon[96088]: 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-08T12:58:11.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:11.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:12.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:12.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:12 smithi094 ceph-mon[112176]: 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-08T12:58:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:12 smithi003 ceph-mon[96088]: 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-08T12:58:13.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:13.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:14.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:14.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:14 smithi094 ceph-mon[112176]: pgmap v18053: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:14 smithi003 ceph-mon[96088]: pgmap v18053: 97 pgs: 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:15.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:15.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:16.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:16.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:16 smithi094 ceph-mon[112176]: pgmap v18054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:16 smithi003 ceph-mon[96088]: pgmap v18054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:17.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:17.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:18.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:18.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:18 smithi094 ceph-mon[112176]: 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-08T12:58:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:18 smithi003 ceph-mon[96088]: 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-08T12:58:19.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:19.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:20.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:20.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:21.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:20 smithi094 ceph-mon[112176]: 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-08T12:58:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:20 smithi003 ceph-mon[96088]: 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-08T12:58:21.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:21.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:22.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:22.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:22 smithi094 ceph-mon[112176]: 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-08T12:58:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:22 smithi003 ceph-mon[96088]: 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-08T12:58:23.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:23.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:24.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:24.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:24 smithi094 ceph-mon[112176]: pgmap v18058: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:24 smithi003 ceph-mon[96088]: pgmap v18058: 97 pgs: 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:25.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:25.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:26.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:26.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:26 smithi094 ceph-mon[112176]: pgmap v18059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:26 smithi003 ceph-mon[96088]: pgmap v18059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:27.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:27.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:28.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:28.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:28 smithi094 ceph-mon[112176]: 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-08T12:58:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:28 smithi003 ceph-mon[96088]: 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-08T12:58:29.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:29.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:30.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:30.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:30 smithi094 ceph-mon[112176]: 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-08T12:58:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:30 smithi003 ceph-mon[96088]: 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-08T12:58:31.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:31.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:32.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:32.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:32 smithi094 ceph-mon[112176]: 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-08T12:58:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:32 smithi003 ceph-mon[96088]: 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-08T12:58:33.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:33.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:34.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:34.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:34 smithi094 ceph-mon[112176]: pgmap v18063: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:34 smithi003 ceph-mon[96088]: pgmap v18063: 97 pgs: 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:35.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:35.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:35 smithi094 ceph-mon[112176]: pgmap v18064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:35 smithi003 ceph-mon[96088]: pgmap v18064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:36.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:36.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:37.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:37.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:38.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:38.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:38 smithi094 ceph-mon[112176]: 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-08T12:58:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:38 smithi003 ceph-mon[96088]: 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-08T12:58:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:39.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:39.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:40.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:40.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:41.042 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:40 smithi094 ceph-mon[112176]: 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-08T12:58:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:40 smithi003 ceph-mon[96088]: 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-08T12:58:41.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:41.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:42.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:42.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:42 smithi094 ceph-mon[112176]: 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-08T12:58:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:42 smithi003 ceph-mon[96088]: 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-08T12:58:43.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:43.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:44.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:44.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:44.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:44 smithi003 ceph-mon[96088]: pgmap v18068: 97 pgs: 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:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:44 smithi094 ceph-mon[112176]: pgmap v18068: 97 pgs: 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:45.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:45.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:46.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:46.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:47.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:46 smithi094 ceph-mon[112176]: pgmap v18069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:46 smithi003 ceph-mon[96088]: pgmap v18069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:47.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:47.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:48.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:48.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:48 smithi094 ceph-mon[112176]: 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-08T12:58:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:48 smithi003 ceph-mon[96088]: 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-08T12:58:49.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:49.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:50.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:50.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:51.147 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:50 smithi094 ceph-mon[112176]: 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-08T12:58:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:50 smithi003 ceph-mon[96088]: 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-08T12:58:51.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:51.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:52.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:52.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:52 smithi094 ceph-mon[112176]: 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-08T12:58:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:52 smithi003 ceph-mon[96088]: 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-08T12:58:53.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:53.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:54.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:54.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:54 smithi094 ceph-mon[112176]: pgmap v18073: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:54 smithi003 ceph-mon[96088]: pgmap v18073: 97 pgs: 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:55.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:55.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:56.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:56.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:56 smithi094 ceph-mon[112176]: pgmap v18074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:56 smithi003 ceph-mon[96088]: pgmap v18074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:57.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:57.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:58.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:58.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:58:58 smithi094 ceph-mon[112176]: 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-08T12:58:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:58:58 smithi003 ceph-mon[96088]: 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-08T12:58:59.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:58:59.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:00.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:00.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:00 smithi094 ceph-mon[112176]: 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-08T12:59:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:00 smithi003 ceph-mon[96088]: 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-08T12:59:01.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:01.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:02.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:02.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:02 smithi094 ceph-mon[112176]: 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-08T12:59:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:02 smithi003 ceph-mon[96088]: 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-08T12:59:03.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:03.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:04.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:04.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:04 smithi094 ceph-mon[112176]: pgmap v18078: 97 pgs: 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:05.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:04 smithi003 ceph-mon[96088]: pgmap v18078: 97 pgs: 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:05.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:05.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:59:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:59:06.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:06.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:06 smithi094 ceph-mon[112176]: pgmap v18079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:06 smithi003 ceph-mon[96088]: pgmap v18079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:07.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:07.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:08.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:08.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: 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-08T12:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:59:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:59:08.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:59:08.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: 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-08T12:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:59:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T12:59:08.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:09.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:09.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:10.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:10.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:10 smithi094 ceph-mon[112176]: 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-08T12:59:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:10 smithi003 ceph-mon[96088]: 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-08T12:59:11.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:11.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:12.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:12.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:12 smithi094 ceph-mon[112176]: 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-08T12:59:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:12 smithi003 ceph-mon[96088]: 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-08T12:59:13.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:13.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:14.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:14.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:15.040 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:14 smithi003 ceph-mon[96088]: pgmap v18083: 97 pgs: 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:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:14 smithi094 ceph-mon[112176]: pgmap v18083: 97 pgs: 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:15.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:15.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:16.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:16.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:17.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:16 smithi094 ceph-mon[112176]: 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-08T12:59:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:16 smithi003 ceph-mon[96088]: 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-08T12:59:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:18.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:18.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:18 smithi094 ceph-mon[112176]: pgmap v18085: 97 pgs: 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.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:18 smithi003 ceph-mon[96088]: pgmap v18085: 97 pgs: 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.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:19.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:20.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:20.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:20 smithi094 ceph-mon[112176]: 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-08T12:59:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:20 smithi003 ceph-mon[96088]: 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-08T12:59:21.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:21.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:22.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:22.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:23.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:22 smithi094 ceph-mon[112176]: 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-08T12:59:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:22 smithi003 ceph-mon[96088]: 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-08T12:59:23.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:23.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:24.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:24.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:25.154 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:24 smithi003 ceph-mon[96088]: pgmap v18088: 97 pgs: 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:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:24 smithi094 ceph-mon[112176]: pgmap v18088: 97 pgs: 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:25.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:25.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:26.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:26.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:26 smithi094 ceph-mon[112176]: 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-08T12:59:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:26 smithi003 ceph-mon[96088]: 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-08T12:59:27.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:27.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:28.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:28.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:28 smithi094 ceph-mon[112176]: 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-08T12:59:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:28 smithi003 ceph-mon[96088]: 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-08T12:59:29.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:29.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:30.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:30.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:30 smithi094 ceph-mon[112176]: pgmap v18091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:30 smithi003 ceph-mon[96088]: pgmap v18091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:31.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:31.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:32.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:32.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:32 smithi094 ceph-mon[112176]: 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-08T12:59:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:32 smithi003 ceph-mon[96088]: 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-08T12:59:33.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:33.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:34.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:34.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:34 smithi094 ceph-mon[112176]: pgmap v18093: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:34 smithi003 ceph-mon[96088]: pgmap v18093: 97 pgs: 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:35.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:35.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:36.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:36.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:36 smithi094 ceph-mon[112176]: 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-08T12:59:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:36 smithi003 ceph-mon[96088]: 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-08T12:59:37.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:37.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:38.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:38.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:38 smithi094 ceph-mon[112176]: 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-08T12:59:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:38 smithi003 ceph-mon[96088]: 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-08T12:59:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:39.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:39.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:40.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:40.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:40 smithi094 ceph-mon[112176]: pgmap v18096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:40 smithi003 ceph-mon[96088]: pgmap v18096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:41.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:41.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:42.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:42.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:42 smithi094 ceph-mon[112176]: 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-08T12:59:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:42 smithi003 ceph-mon[96088]: 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-08T12:59:43.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:43.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:44.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:44.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:44 smithi094 ceph-mon[112176]: pgmap v18098: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:44 smithi003 ceph-mon[96088]: pgmap v18098: 97 pgs: 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:45.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:45.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:46.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:46.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:46 smithi094 ceph-mon[112176]: 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-08T12:59:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:46 smithi003 ceph-mon[96088]: 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-08T12:59:47.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:47.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:48.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:48.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:48 smithi094 ceph-mon[112176]: 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-08T12:59:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:48 smithi003 ceph-mon[96088]: 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-08T12:59:49.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:49.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:50.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:50.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:50 smithi094 ceph-mon[112176]: pgmap v18101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:50 smithi003 ceph-mon[96088]: pgmap v18101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:51.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:51.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:52.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:52.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:53.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:52 smithi094 ceph-mon[112176]: 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-08T12:59:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:52 smithi003 ceph-mon[96088]: 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-08T12:59:53.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:53.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:54.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:54.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:54 smithi094 ceph-mon[112176]: pgmap v18103: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:54 smithi003 ceph-mon[96088]: pgmap v18103: 97 pgs: 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:55.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:55.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:56.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:56.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:56 smithi094 ceph-mon[112176]: 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-08T12:59:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:56 smithi003 ceph-mon[96088]: 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-08T12:59:57.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:57.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:58.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:58.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 12:59:58 smithi094 ceph-mon[112176]: 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-08T12:59:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 12:59:58 smithi003 ceph-mon[96088]: 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-08T12:59:59.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T12:59:59.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:00.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:00.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:00 smithi094 ceph-mon[112176]: pgmap v18106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T13:00:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:00 smithi003 ceph-mon[96088]: pgmap v18106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T13:00:01.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:01.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:02.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:02.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:02 smithi094 ceph-mon[112176]: 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-08T13:00:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:02 smithi003 ceph-mon[96088]: 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-08T13:00:03.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:03.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:04.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:04.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:04 smithi094 ceph-mon[112176]: pgmap v18108: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:04 smithi003 ceph-mon[96088]: pgmap v18108: 97 pgs: 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:05.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:05.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:06.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:06.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:06 smithi094 ceph-mon[112176]: 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-08T13:00:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:06 smithi003 ceph-mon[96088]: 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-08T13:00:07.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:07.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:08.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:08.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:08 smithi094 ceph-mon[112176]: 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-08T13:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:00:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:00:09.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:08 smithi003 ceph-mon[96088]: 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-08T13:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:00:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:00:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:00:09.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:09.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:10.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:10.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:10.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:10 smithi003 ceph-mon[96088]: pgmap v18111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:10 smithi094 ceph-mon[112176]: pgmap v18111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:11.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:11.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:12.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:12.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:12 smithi094 ceph-mon[112176]: 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-08T13:00:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:12 smithi003 ceph-mon[96088]: 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-08T13:00:13.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:13.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:14.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:14.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:14 smithi094 ceph-mon[112176]: pgmap v18113: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:14 smithi003 ceph-mon[96088]: pgmap v18113: 97 pgs: 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:15.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:15.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:16.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:16.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:17.037 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:16 smithi094 ceph-mon[112176]: 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-08T13:00:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:16 smithi003 ceph-mon[96088]: 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-08T13:00:17.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:17.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:18.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:18.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:18 smithi094 ceph-mon[112176]: 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-08T13:00:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:18 smithi003 ceph-mon[96088]: 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-08T13:00:19.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:19.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:20.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:20.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:20 smithi094 ceph-mon[112176]: pgmap v18116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:20 smithi003 ceph-mon[96088]: pgmap v18116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:21.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:21.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:22.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:22.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:22 smithi094 ceph-mon[112176]: 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-08T13:00:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:22 smithi003 ceph-mon[96088]: 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-08T13:00:23.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:23.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:24.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:24.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:24 smithi094 ceph-mon[112176]: pgmap v18118: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:24 smithi003 ceph-mon[96088]: pgmap v18118: 97 pgs: 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:25.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:25.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:26.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:26.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:27.140 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:26 smithi094 ceph-mon[112176]: 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-08T13:00:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:26 smithi003 ceph-mon[96088]: 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-08T13:00:27.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:27.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:28.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:28.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:28 smithi094 ceph-mon[112176]: 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-08T13:00:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:28 smithi003 ceph-mon[96088]: 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-08T13:00:29.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:29.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:30.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:30.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:30 smithi094 ceph-mon[112176]: pgmap v18121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:30 smithi003 ceph-mon[96088]: pgmap v18121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:31.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:31.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:32.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:32.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:32 smithi094 ceph-mon[112176]: 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-08T13:00:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:32 smithi003 ceph-mon[96088]: 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-08T13:00:33.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:33.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:34.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:34.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:34 smithi094 ceph-mon[112176]: pgmap v18123: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:34 smithi003 ceph-mon[96088]: pgmap v18123: 97 pgs: 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:35.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:35.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:36.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:36.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:36 smithi094 ceph-mon[112176]: 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-08T13:00:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:36 smithi003 ceph-mon[96088]: 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-08T13:00:37.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:37.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:38.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:38.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:38 smithi094 ceph-mon[112176]: 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-08T13:00:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:38 smithi003 ceph-mon[96088]: 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-08T13:00:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:39.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:39.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:40.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:40.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:40 smithi094 ceph-mon[112176]: pgmap v18126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:40 smithi003 ceph-mon[96088]: pgmap v18126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:41.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:41.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:42.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:42.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:42 smithi094 ceph-mon[112176]: 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-08T13:00:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:42 smithi003 ceph-mon[96088]: 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-08T13:00:43.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:43.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:44.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:44.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:44 smithi094 ceph-mon[112176]: pgmap v18128: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:44 smithi003 ceph-mon[96088]: pgmap v18128: 97 pgs: 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:45.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:45.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:46.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:46.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:46 smithi094 ceph-mon[112176]: 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-08T13:00:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:46 smithi003 ceph-mon[96088]: 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-08T13:00:47.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:47.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:48.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:48.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:48 smithi094 ceph-mon[112176]: 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-08T13:00:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:48 smithi003 ceph-mon[96088]: 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-08T13:00:49.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:49.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:50.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:50.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:51.127 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:50 smithi003 ceph-mon[96088]: pgmap v18131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:50 smithi094 ceph-mon[112176]: pgmap v18131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:51.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:51.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:52.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:52.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:52 smithi094 ceph-mon[112176]: 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-08T13:00:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:52 smithi003 ceph-mon[96088]: 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-08T13:00:53.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:53.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:54.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:54.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:54.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:54.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:54 smithi094 ceph-mon[112176]: pgmap v18133: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:54 smithi003 ceph-mon[96088]: pgmap v18133: 97 pgs: 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:55.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:55.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:56.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:56.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:56 smithi094 ceph-mon[112176]: 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-08T13:00:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:56 smithi003 ceph-mon[96088]: 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-08T13:00:57.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:57.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:58.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:58.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:00:58 smithi094 ceph-mon[112176]: 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-08T13:00:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:00:58 smithi003 ceph-mon[96088]: 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-08T13:00:59.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:00:59.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:00.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:00.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:00 smithi094 ceph-mon[112176]: pgmap v18136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:00 smithi003 ceph-mon[96088]: pgmap v18136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:01.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:01.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:02.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:02.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:03.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:02 smithi094 ceph-mon[112176]: 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-08T13:01:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:02 smithi003 ceph-mon[96088]: 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-08T13:01:03.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:03.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:04.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:04.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:04 smithi094 ceph-mon[112176]: pgmap v18138: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:04 smithi003 ceph-mon[96088]: pgmap v18138: 97 pgs: 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:05.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:05.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:06.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:06.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:06 smithi094 ceph-mon[112176]: 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-08T13:01:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:06 smithi003 ceph-mon[96088]: 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-08T13:01:07.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:07.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:07 smithi094 ceph-mon[112176]: 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-08T13:01:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:07 smithi003 ceph-mon[96088]: 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-08T13:01:08.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:08.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:09.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:09.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:01:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:09 smithi094 ceph-mon[112176]: pgmap v18141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:01:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:09 smithi003 ceph-mon[96088]: pgmap v18141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:10.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:10.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:11.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:11.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:12.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:12.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:12 smithi094 ceph-mon[112176]: 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-08T13:01:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:12 smithi003 ceph-mon[96088]: 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-08T13:01:13.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:13.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:14.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:14.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:14 smithi003 ceph-mon[96088]: pgmap v18143: 97 pgs: 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:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:01:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:01:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:01:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:01:14.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:01:14.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:01:14.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:01:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:14 smithi094 ceph-mon[112176]: pgmap v18143: 97 pgs: 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:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:01:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:01:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:01:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:01:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:01:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:01:15.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:01:15.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:15.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:16.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:16.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:16 smithi003 ceph-mon[96088]: 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-08T13:01:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:16 smithi094 ceph-mon[112176]: 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-08T13:01:17.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:17.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:18.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:18.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:18 smithi094 ceph-mon[112176]: 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-08T13:01:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:18 smithi003 ceph-mon[96088]: 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-08T13:01:19.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:19.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:20.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:20.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:20 smithi094 ceph-mon[112176]: pgmap v18146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:20 smithi003 ceph-mon[96088]: pgmap v18146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:21.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:21.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:22.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:22.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:22 smithi094 ceph-mon[112176]: 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-08T13:01:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:22 smithi003 ceph-mon[96088]: 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-08T13:01:23.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:23.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:24.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:24.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:25.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:24 smithi094 ceph-mon[112176]: pgmap v18148: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:24 smithi003 ceph-mon[96088]: pgmap v18148: 97 pgs: 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:25.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:25.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:26.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:26.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:27.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:26 smithi094 ceph-mon[112176]: 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-08T13:01:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:26 smithi003 ceph-mon[96088]: 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-08T13:01:27.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:27.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:28.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:28.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:29.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:28 smithi094 ceph-mon[112176]: 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-08T13:01:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:28 smithi003 ceph-mon[96088]: 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-08T13:01:29.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:29.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:30.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:30.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:30 smithi094 ceph-mon[112176]: pgmap v18151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:30 smithi003 ceph-mon[96088]: pgmap v18151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:31.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:31.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:32.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:32.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:32 smithi094 ceph-mon[112176]: 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-08T13:01:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:32 smithi003 ceph-mon[96088]: 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-08T13:01:33.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:33.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:34.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:34.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:34 smithi094 ceph-mon[112176]: pgmap v18153: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:34 smithi003 ceph-mon[96088]: pgmap v18153: 97 pgs: 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:35.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:35.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:36.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:36.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:36 smithi003 ceph-mon[96088]: 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-08T13:01:37.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:36 smithi094 ceph-mon[112176]: 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-08T13:01:37.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:37.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:38.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:38.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:38 smithi094 ceph-mon[112176]: 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-08T13:01:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:38 smithi003 ceph-mon[96088]: 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-08T13:01:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:39.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:39.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:40.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:40.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:40 smithi094 ceph-mon[112176]: pgmap v18156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:40 smithi003 ceph-mon[96088]: pgmap v18156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:41.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:41.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:42.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:42.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:42 smithi094 ceph-mon[112176]: 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-08T13:01:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:42 smithi003 ceph-mon[96088]: 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-08T13:01:43.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:43.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:44.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:44.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:44 smithi094 ceph-mon[112176]: pgmap v18158: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:44 smithi003 ceph-mon[96088]: pgmap v18158: 97 pgs: 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:45.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:45.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:46.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:46.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:46 smithi094 ceph-mon[112176]: 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-08T13:01:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:46 smithi003 ceph-mon[96088]: 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-08T13:01:47.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:47.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:48.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:48.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:48 smithi094 ceph-mon[112176]: 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-08T13:01:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:48 smithi003 ceph-mon[96088]: 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-08T13:01:49.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:49.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:50.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:50.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:50 smithi094 ceph-mon[112176]: pgmap v18161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:50 smithi003 ceph-mon[96088]: pgmap v18161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:51.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:51.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:52.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:52.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:52 smithi094 ceph-mon[112176]: 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-08T13:01:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:52 smithi003 ceph-mon[96088]: 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-08T13:01:53.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:53.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:54.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:54.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:54 smithi094 ceph-mon[112176]: pgmap v18163: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:54 smithi003 ceph-mon[96088]: pgmap v18163: 97 pgs: 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:55.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:55.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:56.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:56.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:56 smithi094 ceph-mon[112176]: 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-08T13:01:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:56 smithi003 ceph-mon[96088]: 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-08T13:01:57.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:57.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:58.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:58.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:01:58 smithi094 ceph-mon[112176]: 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-08T13:01:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:01:58 smithi003 ceph-mon[96088]: 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-08T13:01:59.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:01:59.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:00.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:00.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:00 smithi094 ceph-mon[112176]: pgmap v18166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:00 smithi003 ceph-mon[96088]: pgmap v18166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:01.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:01.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:02.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:02.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:03.132 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:02 smithi094 ceph-mon[112176]: 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-08T13:02:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:02 smithi003 ceph-mon[96088]: 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-08T13:02:03.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:03.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:04.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:04.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:04 smithi094 ceph-mon[112176]: pgmap v18168: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:04 smithi003 ceph-mon[96088]: pgmap v18168: 97 pgs: 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:05.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:05.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:06.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:06.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:06 smithi094 ceph-mon[112176]: 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-08T13:02:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:06 smithi003 ceph-mon[96088]: 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-08T13:02:07.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:07.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:08.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:08.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:08 smithi094 ceph-mon[112176]: 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-08T13:02:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:08 smithi003 ceph-mon[96088]: 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-08T13:02:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:09.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:09.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:10.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:10.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:10 smithi094 ceph-mon[112176]: pgmap v18171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:10 smithi003 ceph-mon[96088]: pgmap v18171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:11.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:11.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:12.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:12.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:12 smithi094 ceph-mon[112176]: 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-08T13:02:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:12 smithi003 ceph-mon[96088]: 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-08T13:02:13.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:13.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:14.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:14.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:14 smithi094 ceph-mon[112176]: pgmap v18173: 97 pgs: 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:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:02:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:02:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:14 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:02:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:14 smithi003 ceph-mon[96088]: pgmap v18173: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:02:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:02:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:14 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:02:15.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:15.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:02:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:02:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:02:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:02:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:02:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:02:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:02:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:02:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:02:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:02:16.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:16.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:16 smithi094 ceph-mon[112176]: 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-08T13:02:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:16 smithi003 ceph-mon[96088]: 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-08T13:02:17.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:17.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:17 smithi094 ceph-mon[112176]: 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-08T13:02:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:17 smithi003 ceph-mon[96088]: 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-08T13:02:18.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:18.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:19.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:19.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:20 smithi003 ceph-mon[96088]: pgmap v18176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:20 smithi094 ceph-mon[112176]: pgmap v18176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:20.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:20.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:21.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:21.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:22.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:22.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:22 smithi094 ceph-mon[112176]: 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-08T13:02:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:22 smithi003 ceph-mon[96088]: 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-08T13:02:23.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:23.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:24.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:24.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:24 smithi094 ceph-mon[112176]: pgmap v18178: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:24 smithi003 ceph-mon[96088]: pgmap v18178: 97 pgs: 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:25.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:25.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:26.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:26.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:26 smithi094 ceph-mon[112176]: 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-08T13:02:27.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:26 smithi003 ceph-mon[96088]: 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-08T13:02:27.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:27.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:28.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:29.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:28 smithi094 ceph-mon[112176]: 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-08T13:02:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:28 smithi003 ceph-mon[96088]: 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-08T13:02:29.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:29.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:30.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:30.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:31.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:30 smithi094 ceph-mon[112176]: pgmap v18181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:30 smithi003 ceph-mon[96088]: pgmap v18181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:32.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:32.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:33.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:33.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:32 smithi094 ceph-mon[112176]: 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-08T13:02:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:32 smithi003 ceph-mon[96088]: 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-08T13:02:34.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:34.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:35.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:35.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:34 smithi094 ceph-mon[112176]: pgmap v18183: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:34 smithi003 ceph-mon[96088]: pgmap v18183: 97 pgs: 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:36.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:36.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:37.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:37.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:36 smithi094 ceph-mon[112176]: 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-08T13:02:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:36 smithi003 ceph-mon[96088]: 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-08T13:02:38.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:38.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:39.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:39.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:38 smithi094 ceph-mon[112176]: 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-08T13:02:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:38 smithi003 ceph-mon[96088]: 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-08T13:02:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:40.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:40.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:41.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:41.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:40 smithi094 ceph-mon[112176]: pgmap v18186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:40 smithi003 ceph-mon[96088]: pgmap v18186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:42.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:42.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:43.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:43.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:42 smithi094 ceph-mon[112176]: 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-08T13:02:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:42 smithi003 ceph-mon[96088]: 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-08T13:02:44.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:44.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:45.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:45.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:44 smithi094 ceph-mon[112176]: pgmap v18188: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:44 smithi003 ceph-mon[96088]: pgmap v18188: 97 pgs: 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:46.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:46.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:47.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:47.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:46 smithi094 ceph-mon[112176]: 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-08T13:02:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:46 smithi003 ceph-mon[96088]: 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-08T13:02:48.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:48.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:48 smithi094 ceph-mon[112176]: 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-08T13:02:49.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:49.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:48 smithi003 ceph-mon[96088]: 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-08T13:02:50.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:50.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:51.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:51.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:50 smithi094 ceph-mon[112176]: pgmap v18191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:50 smithi003 ceph-mon[96088]: pgmap v18191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:52.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:52.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:53.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:53.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:52 smithi094 ceph-mon[112176]: 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-08T13:02:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:52 smithi003 ceph-mon[96088]: 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-08T13:02:53.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:54.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:54.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:55.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:55.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:54 smithi094 ceph-mon[112176]: pgmap v18193: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:54 smithi003 ceph-mon[96088]: pgmap v18193: 97 pgs: 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:56.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:56.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:57.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:57.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:56 smithi094 ceph-mon[112176]: 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-08T13:02:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:56 smithi003 ceph-mon[96088]: 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-08T13:02:58.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:58.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:59.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:02:59.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:02:58 smithi094 ceph-mon[112176]: 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-08T13:02:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:02:58 smithi003 ceph-mon[96088]: 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-08T13:03:00.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:00.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:01.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:01.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:00 smithi094 ceph-mon[112176]: pgmap v18196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:00 smithi003 ceph-mon[96088]: pgmap v18196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:02.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:02.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:02 smithi003 ceph-mon[96088]: 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-08T13:03:03.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:03.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:02 smithi094 ceph-mon[112176]: 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-08T13:03:04.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:04.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:05.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:05.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:04 smithi094 ceph-mon[112176]: pgmap v18198: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:04 smithi003 ceph-mon[96088]: pgmap v18198: 97 pgs: 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:06.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:06.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:07.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:07.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:06 smithi094 ceph-mon[112176]: 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-08T13:03:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:06 smithi003 ceph-mon[96088]: 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-08T13:03:08.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:08.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:09.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:09.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:08 smithi094 ceph-mon[112176]: 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-08T13:03:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:08 smithi003 ceph-mon[96088]: 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-08T13:03:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:10.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:10.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:11.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:11.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:10 smithi094 ceph-mon[112176]: pgmap v18201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:10 smithi003 ceph-mon[96088]: pgmap v18201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:12.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:12.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:12 smithi003 ceph-mon[96088]: 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-08T13:03:13.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:13.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:12 smithi094 ceph-mon[112176]: 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-08T13:03:14.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:14.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:13 smithi094 ceph-mon[112176]: pgmap v18203: 97 pgs: 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:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:13 smithi003 ceph-mon[96088]: pgmap v18203: 97 pgs: 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:15.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:15.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:03:15.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:03:16.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:16.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:16 smithi094 ceph-mon[112176]: 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-08T13:03:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:03:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:03:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:03:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:03:16.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:03:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:16 smithi003 ceph-mon[96088]: 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-08T13:03:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:03:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:03:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:03:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:03:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:03:17.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:17.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:18.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:18.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:19.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:19.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:18 smithi094 ceph-mon[112176]: 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-08T13:03:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:18 smithi003 ceph-mon[96088]: 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-08T13:03:20.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:20.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:21.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:21.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:20 smithi094 ceph-mon[112176]: pgmap v18206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:20 smithi003 ceph-mon[96088]: pgmap v18206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:22.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:22.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:23.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:23.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:22 smithi094 ceph-mon[112176]: 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-08T13:03:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:22 smithi003 ceph-mon[96088]: 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-08T13:03:24.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:24.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:25.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:25.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:24 smithi094 ceph-mon[112176]: pgmap v18208: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:24 smithi003 ceph-mon[96088]: pgmap v18208: 97 pgs: 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:26.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:26.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:27.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:27.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:26 smithi094 ceph-mon[112176]: 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-08T13:03:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:26 smithi003 ceph-mon[96088]: 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-08T13:03:28.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:28.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:29.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:29.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:28 smithi094 ceph-mon[112176]: 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-08T13:03:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:28 smithi003 ceph-mon[96088]: 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-08T13:03:30.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:30.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:31.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:31.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:30 smithi094 ceph-mon[112176]: pgmap v18211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:30 smithi003 ceph-mon[96088]: pgmap v18211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:32.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:32.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:33.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:33.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:32 smithi094 ceph-mon[112176]: 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-08T13:03:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:32 smithi003 ceph-mon[96088]: 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-08T13:03:34.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:34.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:35.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:35.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:34 smithi094 ceph-mon[112176]: pgmap v18213: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:34 smithi003 ceph-mon[96088]: pgmap v18213: 97 pgs: 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:36.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:36.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:37.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:37.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:36 smithi094 ceph-mon[112176]: 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-08T13:03:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:36 smithi003 ceph-mon[96088]: 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-08T13:03:38.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:38.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:39.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:39.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:39.130 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:38 smithi094 ceph-mon[112176]: 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-08T13:03:39.130 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:38 smithi003 ceph-mon[96088]: 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-08T13:03:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:40.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:40.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:41.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:41.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:41.174 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:40 smithi094 ceph-mon[112176]: pgmap v18216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:41.242 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:40 smithi003 ceph-mon[96088]: pgmap v18216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:42.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:42.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:43.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:43.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:43.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:42 smithi094 ceph-mon[112176]: 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-08T13:03:43.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:42 smithi003 ceph-mon[96088]: 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-08T13:03:44.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:44.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:45.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:45.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:44 smithi094 ceph-mon[112176]: pgmap v18218: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:44 smithi003 ceph-mon[96088]: pgmap v18218: 97 pgs: 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:46.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:46.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:47.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:47.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:46 smithi094 ceph-mon[112176]: 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-08T13:03:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:46 smithi003 ceph-mon[96088]: 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-08T13:03:48.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:48.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:49.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:49.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:48 smithi094 ceph-mon[112176]: 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-08T13:03:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:48 smithi003 ceph-mon[96088]: 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-08T13:03:50.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:50.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:51.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:51.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:50 smithi094 ceph-mon[112176]: pgmap v18221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:50 smithi003 ceph-mon[96088]: pgmap v18221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:52.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:52.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:53.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:53.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:52 smithi094 ceph-mon[112176]: 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-08T13:03:53.193 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:52 smithi003 ceph-mon[96088]: 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-08T13:03:54.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:54.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:55.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:55.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:55.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:54 smithi094 ceph-mon[112176]: pgmap v18223: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:54 smithi003 ceph-mon[96088]: pgmap v18223: 97 pgs: 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:56.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:56.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:57.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:57.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:57.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:56 smithi094 ceph-mon[112176]: 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-08T13:03:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:56 smithi003 ceph-mon[96088]: 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-08T13:03:58.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:58.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:59.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:03:59.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:03:58 smithi094 ceph-mon[112176]: 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-08T13:03:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:03:58 smithi003 ceph-mon[96088]: 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-08T13:04:00.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:00.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:01.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:01.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:00 smithi094 ceph-mon[112176]: pgmap v18226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:00 smithi003 ceph-mon[96088]: pgmap v18226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:02.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:02.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:03.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:03.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:02 smithi094 ceph-mon[112176]: 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-08T13:04:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:02 smithi003 ceph-mon[96088]: 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-08T13:04:04.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:04.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:05.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:05.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:05.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:04 smithi094 ceph-mon[112176]: pgmap v18228: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:04 smithi003 ceph-mon[96088]: pgmap v18228: 97 pgs: 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:06.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:06.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:07.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:07.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:06 smithi094 ceph-mon[112176]: 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-08T13:04:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:06 smithi003 ceph-mon[96088]: 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-08T13:04:08.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:08.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:08.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:07 smithi094 ceph-mon[112176]: 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-08T13:04:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:07 smithi003 ceph-mon[96088]: 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-08T13:04:09.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:09.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:09.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:10.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:09 smithi094 ceph-mon[112176]: pgmap v18231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:10.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:10.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:09 smithi003 ceph-mon[96088]: pgmap v18231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:11.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:11.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:12.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:12.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:12 smithi094 ceph-mon[112176]: 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-08T13:04:13.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:13.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:12 smithi003 ceph-mon[96088]: 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-08T13:04:14.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:14.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:14 smithi094 ceph-mon[112176]: pgmap v18233: 97 pgs: 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:15.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:15.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:14 smithi003 ceph-mon[96088]: pgmap v18233: 97 pgs: 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:16.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:16.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:17.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: 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-08T13:04:17.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:04:17.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:04:17.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:04:17.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:04:17.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:04:17.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:04:17.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:04:17.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:04:17.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:17.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: 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-08T13:04:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:04:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:04:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:04:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:04:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:04:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:04:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:04:17.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:04:18.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:18.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:18 smithi094 ceph-mon[112176]: 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-08T13:04:19.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:19.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:18 smithi003 ceph-mon[96088]: 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-08T13:04:20.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:20.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:20 smithi094 ceph-mon[112176]: pgmap v18236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:21.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:21.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:20 smithi003 ceph-mon[96088]: pgmap v18236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:22.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:22.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:22 smithi094 ceph-mon[112176]: 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-08T13:04:23.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:23.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:22 smithi003 ceph-mon[96088]: 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-08T13:04:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:24.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:24.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:24 smithi094 ceph-mon[112176]: pgmap v18238: 97 pgs: 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:25.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:25.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:24 smithi003 ceph-mon[96088]: pgmap v18238: 97 pgs: 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:26.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:26.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:26 smithi094 ceph-mon[112176]: 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-08T13:04:27.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:27.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:26 smithi003 ceph-mon[96088]: 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-08T13:04:28.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:28.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:28 smithi003 ceph-mon[96088]: 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-08T13:04:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:28 smithi094 ceph-mon[112176]: 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-08T13:04:29.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:29.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:30.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:30.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:30 smithi094 ceph-mon[112176]: pgmap v18241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:31.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:31.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:30 smithi003 ceph-mon[96088]: pgmap v18241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:32.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:32.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:32 smithi094 ceph-mon[112176]: 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-08T13:04:33.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:33.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:32 smithi003 ceph-mon[96088]: 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-08T13:04:34.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:34.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:34 smithi094 ceph-mon[112176]: pgmap v18243: 97 pgs: 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:35.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:35.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:34 smithi003 ceph-mon[96088]: pgmap v18243: 97 pgs: 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:36.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:36.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:36 smithi094 ceph-mon[112176]: 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-08T13:04:37.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:37.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:36 smithi003 ceph-mon[96088]: 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-08T13:04:38.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:38.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:38 smithi003 ceph-mon[96088]: 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-08T13:04:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:38 smithi094 ceph-mon[112176]: 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-08T13:04:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:39.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:39.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:40.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:40.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:40 smithi094 ceph-mon[112176]: pgmap v18246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:41.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:41.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:40 smithi003 ceph-mon[96088]: pgmap v18246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:42.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:42.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:43.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:42 smithi094 ceph-mon[112176]: 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-08T13:04:43.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:43.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:43.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:42 smithi003 ceph-mon[96088]: 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-08T13:04:44.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:44.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:44 smithi094 ceph-mon[112176]: pgmap v18248: 97 pgs: 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:45.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:45.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:44 smithi003 ceph-mon[96088]: pgmap v18248: 97 pgs: 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:46.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:46.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:46 smithi094 ceph-mon[112176]: 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-08T13:04:47.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:47.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:46 smithi003 ceph-mon[96088]: 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-08T13:04:48.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:48.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:48 smithi094 ceph-mon[112176]: 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-08T13:04:49.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:49.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:49.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:48 smithi003 ceph-mon[96088]: 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-08T13:04:50.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:50.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:50 smithi094 ceph-mon[112176]: pgmap v18251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:50 smithi003 ceph-mon[96088]: pgmap v18251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:51.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:51.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:52.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:52.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:52 smithi094 ceph-mon[112176]: 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-08T13:04:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:52 smithi003 ceph-mon[96088]: 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-08T13:04:53.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:53.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:54.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:54.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:54 smithi094 ceph-mon[112176]: pgmap v18253: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:54 smithi003 ceph-mon[96088]: pgmap v18253: 97 pgs: 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:55.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:55.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:56.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:56.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:56 smithi094 ceph-mon[112176]: 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-08T13:04:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:56 smithi003 ceph-mon[96088]: 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-08T13:04:57.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:57.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:58.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:58.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:04:58 smithi094 ceph-mon[112176]: 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-08T13:04:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:04:58 smithi003 ceph-mon[96088]: 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-08T13:04:59.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:04:59.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:00.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:00.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:00 smithi094 ceph-mon[112176]: pgmap v18256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:00 smithi003 ceph-mon[96088]: pgmap v18256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:01.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:01.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:02.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:02.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:02 smithi094 ceph-mon[112176]: 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-08T13:05:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:02 smithi003 ceph-mon[96088]: 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-08T13:05:03.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:03.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:04.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:04.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:04 smithi094 ceph-mon[112176]: pgmap v18258: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:04 smithi003 ceph-mon[96088]: pgmap v18258: 97 pgs: 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:05.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:05.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:06.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:06.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:06 smithi094 ceph-mon[112176]: 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-08T13:05:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:06 smithi003 ceph-mon[96088]: 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-08T13:05:07.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:07.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:08.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:08.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:08 smithi094 ceph-mon[112176]: 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-08T13:05:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:08 smithi003 ceph-mon[96088]: 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-08T13:05:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:09.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:09.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:10.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:10.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:10 smithi094 ceph-mon[112176]: pgmap v18261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:10 smithi003 ceph-mon[96088]: pgmap v18261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:11.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:11.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:12.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:12.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:12 smithi094 ceph-mon[112176]: 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-08T13:05:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:12 smithi003 ceph-mon[96088]: 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-08T13:05:13.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:13.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:14.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:14.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:15.129 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:14 smithi094 ceph-mon[112176]: pgmap v18263: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:14 smithi003 ceph-mon[96088]: pgmap v18263: 97 pgs: 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:15.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:15.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:16.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:16.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:16 smithi094 ceph-mon[112176]: 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-08T13:05:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:05:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:16 smithi003 ceph-mon[96088]: 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-08T13:05:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:05:17.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:17.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:05:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:05:18.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:05:18.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:05:18.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:05:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:05:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:05:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:05:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:05:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:05:18.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:18.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:18 smithi094 ceph-mon[112176]: 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-08T13:05:19.171 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:18 smithi003 ceph-mon[96088]: 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-08T13:05:19.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:19.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:20.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:20.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:20 smithi094 ceph-mon[112176]: pgmap v18266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:20 smithi003 ceph-mon[96088]: pgmap v18266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:21.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:21.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:22.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:22.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:22 smithi094 ceph-mon[112176]: 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-08T13:05:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:22 smithi003 ceph-mon[96088]: 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-08T13:05:23.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:23.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:24.228 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:24.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:24.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:24 smithi094 ceph-mon[112176]: pgmap v18268: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:24 smithi003 ceph-mon[96088]: pgmap v18268: 97 pgs: 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:25.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:25.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:26.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:26.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:26 smithi094 ceph-mon[112176]: 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-08T13:05:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:26 smithi003 ceph-mon[96088]: 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-08T13:05:27.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:27.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:28.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:28.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:28 smithi094 ceph-mon[112176]: 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-08T13:05:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:28 smithi003 ceph-mon[96088]: 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-08T13:05:29.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:29.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:30.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:30.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:30 smithi094 ceph-mon[112176]: pgmap v18271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:30 smithi003 ceph-mon[96088]: pgmap v18271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:31.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:31.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:32.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:32.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:32 smithi094 ceph-mon[112176]: 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-08T13:05:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:32 smithi003 ceph-mon[96088]: 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-08T13:05:33.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:33.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:34.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:34.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:34 smithi094 ceph-mon[112176]: pgmap v18273: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:34 smithi003 ceph-mon[96088]: pgmap v18273: 97 pgs: 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:35.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:35.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:36.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:36.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:36 smithi094 ceph-mon[112176]: 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-08T13:05:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:36 smithi003 ceph-mon[96088]: 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-08T13:05:37.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:37.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:38.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:38.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:38 smithi094 ceph-mon[112176]: 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-08T13:05:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:38 smithi003 ceph-mon[96088]: 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-08T13:05:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:39.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:39.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:40.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:40.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:40 smithi094 ceph-mon[112176]: pgmap v18276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:40 smithi003 ceph-mon[96088]: pgmap v18276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:41.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:41.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:42.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:42.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:42 smithi094 ceph-mon[112176]: 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-08T13:05:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:42 smithi003 ceph-mon[96088]: 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-08T13:05:43.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:43.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:44.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:44.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:44 smithi094 ceph-mon[112176]: pgmap v18278: 97 pgs: 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:45.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:44 smithi003 ceph-mon[96088]: pgmap v18278: 97 pgs: 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:45.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:45.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:46.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:46.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:46 smithi094 ceph-mon[112176]: 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-08T13:05:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:46 smithi003 ceph-mon[96088]: 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-08T13:05:47.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:47.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:48.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:48.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:48 smithi094 ceph-mon[112176]: 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-08T13:05:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:48 smithi003 ceph-mon[96088]: 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-08T13:05:49.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:49.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:50.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:50.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:50 smithi094 ceph-mon[112176]: pgmap v18281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:50 smithi003 ceph-mon[96088]: pgmap v18281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:51.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:51.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:52.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:52.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:52 smithi094 ceph-mon[112176]: 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-08T13:05:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:52 smithi003 ceph-mon[96088]: 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-08T13:05:53.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:53.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:54.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:54.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:54 smithi094 ceph-mon[112176]: pgmap v18283: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:54 smithi003 ceph-mon[96088]: pgmap v18283: 97 pgs: 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:55.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:55.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:55 smithi094 ceph-mon[112176]: 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-08T13:05:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:55 smithi003 ceph-mon[96088]: 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-08T13:05:56.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:56.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:57.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:57.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:58.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:58.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:05:58 smithi094 ceph-mon[112176]: 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-08T13:05:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:05:58 smithi003 ceph-mon[96088]: 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-08T13:05:59.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:05:59.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:00.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:00.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:00 smithi094 ceph-mon[112176]: pgmap v18286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:00 smithi003 ceph-mon[96088]: pgmap v18286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:01.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:01.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:02.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:02.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:02 smithi094 ceph-mon[112176]: 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-08T13:06:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:02 smithi003 ceph-mon[96088]: 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-08T13:06:03.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:03.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:04.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:04.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:04.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:04 smithi003 ceph-mon[96088]: pgmap v18288: 97 pgs: 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:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:04 smithi094 ceph-mon[112176]: pgmap v18288: 97 pgs: 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:05.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:05.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:06.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:06.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:07.165 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:06 smithi094 ceph-mon[112176]: 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-08T13:06:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:06 smithi003 ceph-mon[96088]: 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-08T13:06:07.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:07.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:08.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:08.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:08 smithi094 ceph-mon[112176]: 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-08T13:06:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:08 smithi003 ceph-mon[96088]: 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-08T13:06:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:09.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:09.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:10.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:10.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:10 smithi094 ceph-mon[112176]: pgmap v18291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:10 smithi003 ceph-mon[96088]: pgmap v18291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:11.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:11.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:12.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:12.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:12 smithi094 ceph-mon[112176]: 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-08T13:06:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:12 smithi003 ceph-mon[96088]: 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-08T13:06:13.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:13.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:14.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:14.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:14 smithi094 ceph-mon[112176]: pgmap v18293: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:14 smithi003 ceph-mon[96088]: pgmap v18293: 97 pgs: 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:15.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:15.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:16.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:16.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:16 smithi094 ceph-mon[112176]: 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-08T13:06:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:16 smithi003 ceph-mon[96088]: 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-08T13:06:17.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:17.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:06:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:06:18.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:18.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: 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-08T13:06:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:06:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:06:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:06:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:06:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:06:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:06:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:06:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:06:19.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:06:19.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:06:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: 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-08T13:06:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:06:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:06:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:06:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:06:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:06:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:06:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:06:19.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:06:19.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:06:19.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:06:19.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:19.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:19 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1407M 2023-10-08T13:06:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:19 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1407M 2023-10-08T13:06:20.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:20.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:20 smithi094 ceph-mon[112176]: pgmap v18296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:20 smithi003 ceph-mon[96088]: pgmap v18296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:21.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:21.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:22.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:22.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:22 smithi094 ceph-mon[112176]: 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-08T13:06:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:22 smithi003 ceph-mon[96088]: 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-08T13:06:23.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:23.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:24.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:24.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:24 smithi094 ceph-mon[112176]: pgmap v18298: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:24 smithi003 ceph-mon[96088]: pgmap v18298: 97 pgs: 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:25.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:25.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:26.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:26.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:26 smithi094 ceph-mon[112176]: 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-08T13:06:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:26 smithi003 ceph-mon[96088]: 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-08T13:06:27.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:27.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:28.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:28.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:28 smithi094 ceph-mon[112176]: 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-08T13:06:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:28 smithi003 ceph-mon[96088]: 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-08T13:06:29.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:29.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:30.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:30.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:30 smithi094 ceph-mon[112176]: pgmap v18301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:30 smithi003 ceph-mon[96088]: pgmap v18301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:31.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:31.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:32.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:32.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:32 smithi094 ceph-mon[112176]: 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-08T13:06:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:32 smithi003 ceph-mon[96088]: 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-08T13:06:33.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:33.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:33 smithi003 ceph-mon[96088]: pgmap v18303: 97 pgs: 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:34.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:34.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:34.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:33 smithi094 ceph-mon[112176]: pgmap v18303: 97 pgs: 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:35.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:35.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:36.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:36.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:36 smithi094 ceph-mon[112176]: 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-08T13:06:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:36 smithi003 ceph-mon[96088]: 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-08T13:06:37.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:37.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:38.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:38.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:38 smithi094 ceph-mon[112176]: 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-08T13:06:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:38 smithi003 ceph-mon[96088]: 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-08T13:06:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:39.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:39.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:40.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:40.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:40 smithi094 ceph-mon[112176]: pgmap v18306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:40 smithi003 ceph-mon[96088]: pgmap v18306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:41.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:41.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:42.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:42.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:42 smithi094 ceph-mon[112176]: 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-08T13:06:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:42 smithi003 ceph-mon[96088]: 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-08T13:06:43.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:43.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:44.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:44.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:45.139 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:44 smithi003 ceph-mon[96088]: pgmap v18308: 97 pgs: 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:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:44 smithi094 ceph-mon[112176]: pgmap v18308: 97 pgs: 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:45.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:45.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:46.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:46.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:46 smithi094 ceph-mon[112176]: 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-08T13:06:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:46 smithi003 ceph-mon[96088]: 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-08T13:06:47.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:47.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:48.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:48.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:48 smithi094 ceph-mon[112176]: 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-08T13:06:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:48 smithi003 ceph-mon[96088]: 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-08T13:06:49.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:49.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:50.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:50.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:50 smithi094 ceph-mon[112176]: pgmap v18311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:50 smithi003 ceph-mon[96088]: pgmap v18311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:51.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:51.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:52.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:52.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:52 smithi094 ceph-mon[112176]: 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-08T13:06:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:52 smithi003 ceph-mon[96088]: 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-08T13:06:53.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:53.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:54.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:54.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:54 smithi094 ceph-mon[112176]: pgmap v18313: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:54 smithi003 ceph-mon[96088]: pgmap v18313: 97 pgs: 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:55.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:55.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:56.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:56.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:56 smithi094 ceph-mon[112176]: 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-08T13:06:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:56 smithi003 ceph-mon[96088]: 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-08T13:06:57.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:57.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:58.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:58.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:06:58 smithi094 ceph-mon[112176]: 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-08T13:06:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:06:58 smithi003 ceph-mon[96088]: 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-08T13:06:59.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:06:59.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:00.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:00.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:00 smithi094 ceph-mon[112176]: pgmap v18316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:00 smithi003 ceph-mon[96088]: pgmap v18316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:01.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:01.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:02.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:02.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:02 smithi094 ceph-mon[112176]: 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-08T13:07:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:02 smithi003 ceph-mon[96088]: 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-08T13:07:03.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:03.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:04.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:04.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:04 smithi094 ceph-mon[112176]: pgmap v18318: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:04 smithi003 ceph-mon[96088]: pgmap v18318: 97 pgs: 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:05.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:05.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:06.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:06.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:06 smithi094 ceph-mon[112176]: 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-08T13:07:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:06 smithi003 ceph-mon[96088]: 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-08T13:07:07.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:07.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:08.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:08.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:08 smithi094 ceph-mon[112176]: 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-08T13:07:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:08 smithi003 ceph-mon[96088]: 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-08T13:07:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:09.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:09.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:10.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:10.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:10 smithi094 ceph-mon[112176]: pgmap v18321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:10 smithi003 ceph-mon[96088]: pgmap v18321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:11.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:11.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:12.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:12.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:12 smithi094 ceph-mon[112176]: 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-08T13:07:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:12 smithi003 ceph-mon[96088]: 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-08T13:07:13.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:13.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:14.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:14.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:14 smithi003 ceph-mon[96088]: pgmap v18323: 97 pgs: 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:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:14 smithi094 ceph-mon[112176]: pgmap v18323: 97 pgs: 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:15.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:15.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:16.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:16.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:16 smithi003 ceph-mon[96088]: 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-08T13:07:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:16 smithi094 ceph-mon[112176]: 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-08T13:07:17.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:17.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:17 smithi003 ceph-mon[96088]: 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-08T13:07:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:17 smithi094 ceph-mon[112176]: 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-08T13:07:18.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:18.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:07:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:07:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:07:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:07:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:07:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:07:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:07:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:07:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:07:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:07:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:07:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:07:19.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:19.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:19 smithi003 ceph-mon[96088]: pgmap v18326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:19 smithi094 ceph-mon[112176]: pgmap v18326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:20.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:20.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:21.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:21.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:22.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:22.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:22 smithi094 ceph-mon[112176]: 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-08T13:07:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:22 smithi003 ceph-mon[96088]: 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-08T13:07:23.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:23.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:24.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:24.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:24 smithi094 ceph-mon[112176]: pgmap v18328: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:24 smithi003 ceph-mon[96088]: pgmap v18328: 97 pgs: 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:25.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:25.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:26.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:26.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:26 smithi094 ceph-mon[112176]: 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-08T13:07:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:26 smithi003 ceph-mon[96088]: 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-08T13:07:27.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:27.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:28.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:28.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:28 smithi094 ceph-mon[112176]: 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-08T13:07:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:28 smithi003 ceph-mon[96088]: 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-08T13:07:29.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:29.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:30.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:30.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:30 smithi003 ceph-mon[96088]: pgmap v18331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:30 smithi094 ceph-mon[112176]: pgmap v18331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:31.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:31.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:32.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:32.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:32 smithi094 ceph-mon[112176]: 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-08T13:07:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:32 smithi003 ceph-mon[96088]: 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-08T13:07:33.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:33.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:34.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:34.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:34 smithi094 ceph-mon[112176]: pgmap v18333: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:34 smithi003 ceph-mon[96088]: pgmap v18333: 97 pgs: 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:35.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:35.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:36.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:36.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:36 smithi094 ceph-mon[112176]: 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-08T13:07:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:36 smithi003 ceph-mon[96088]: 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-08T13:07:37.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:37.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:38.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:38.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:38 smithi094 ceph-mon[112176]: 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-08T13:07:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:38 smithi003 ceph-mon[96088]: 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-08T13:07:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:39.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:39.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:40.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:40.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:40 smithi094 ceph-mon[112176]: pgmap v18336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:40 smithi003 ceph-mon[96088]: pgmap v18336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:41.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:41.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:42.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:42.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:42 smithi094 ceph-mon[112176]: 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-08T13:07:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:42 smithi003 ceph-mon[96088]: 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-08T13:07:43.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:43.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:44.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:44.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:44 smithi094 ceph-mon[112176]: pgmap v18338: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:44 smithi003 ceph-mon[96088]: pgmap v18338: 97 pgs: 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:45.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:45.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:46.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:46.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:46 smithi094 ceph-mon[112176]: 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-08T13:07:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:46 smithi003 ceph-mon[96088]: 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-08T13:07:47.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:47.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:48.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:48.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:48 smithi094 ceph-mon[112176]: 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-08T13:07:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:48 smithi003 ceph-mon[96088]: 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-08T13:07:49.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:49.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:50.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:50.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:50 smithi094 ceph-mon[112176]: pgmap v18341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:50 smithi003 ceph-mon[96088]: pgmap v18341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:51.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:51.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:52.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:52.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:52 smithi003 ceph-mon[96088]: 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-08T13:07:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:52 smithi094 ceph-mon[112176]: 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-08T13:07:53.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:53.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:54.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:54.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:54 smithi003 ceph-mon[96088]: pgmap v18343: 97 pgs: 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:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:54 smithi094 ceph-mon[112176]: pgmap v18343: 97 pgs: 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:55.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:55.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:56.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:56.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:56 smithi094 ceph-mon[112176]: 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-08T13:07:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:56 smithi003 ceph-mon[96088]: 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-08T13:07:57.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:57.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:07:57 smithi003 ceph-mon[96088]: 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-08T13:07:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:07:57 smithi094 ceph-mon[112176]: 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-08T13:07:58.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:58.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:59.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:07:59.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:00.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:00.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:00 smithi094 ceph-mon[112176]: pgmap v18346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:00.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:00 smithi003 ceph-mon[96088]: pgmap v18346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:01.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:01.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:02.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:02.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:02 smithi094 ceph-mon[112176]: 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-08T13:08:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:02 smithi003 ceph-mon[96088]: 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-08T13:08:03.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:03.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:04.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:04.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:04 smithi094 ceph-mon[112176]: pgmap v18348: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:04 smithi003 ceph-mon[96088]: pgmap v18348: 97 pgs: 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:05.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:05.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:06.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:06.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:06 smithi094 ceph-mon[112176]: 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-08T13:08:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:06 smithi003 ceph-mon[96088]: 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-08T13:08:07.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:07.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:08.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:08.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:08 smithi094 ceph-mon[112176]: 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-08T13:08:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:08 smithi003 ceph-mon[96088]: 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-08T13:08:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:09.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:09.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:10.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:10.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:10 smithi094 ceph-mon[112176]: pgmap v18351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:10 smithi003 ceph-mon[96088]: pgmap v18351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:11.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:11.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:12.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:12.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:12 smithi094 ceph-mon[112176]: 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-08T13:08:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:12 smithi003 ceph-mon[96088]: 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-08T13:08:13.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:13.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:14.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:14.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:14 smithi094 ceph-mon[112176]: pgmap v18353: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:14 smithi003 ceph-mon[96088]: pgmap v18353: 97 pgs: 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:15.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:15.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:16.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:16.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:16 smithi094 ceph-mon[112176]: 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-08T13:08:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:16 smithi003 ceph-mon[96088]: 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-08T13:08:17.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:17.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:18.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:18.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:18 smithi094 ceph-mon[112176]: 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-08T13:08:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:08:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:18 smithi003 ceph-mon[96088]: 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-08T13:08:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:08:19.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:19.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:08:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:08:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:08:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:08:20.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:08:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:08:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:08:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:08:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:08:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:08:20.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:20.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:20 smithi094 ceph-mon[112176]: pgmap v18356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:21.227 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:20 smithi003 ceph-mon[96088]: pgmap v18356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:21.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:21.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:22.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:22.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:22 smithi094 ceph-mon[112176]: 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-08T13:08:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:22 smithi003 ceph-mon[96088]: 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-08T13:08:23.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:23.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:24.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:24.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:24 smithi094 ceph-mon[112176]: pgmap v18358: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:24 smithi003 ceph-mon[96088]: pgmap v18358: 97 pgs: 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:25.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:25.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:26.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:26.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:26 smithi003 ceph-mon[96088]: 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-08T13:08:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:26 smithi094 ceph-mon[112176]: 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-08T13:08:27.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:27.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:28.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:28.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:28 smithi003 ceph-mon[96088]: 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-08T13:08:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:28 smithi094 ceph-mon[112176]: 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-08T13:08:29.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:29.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:30.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:30.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:30 smithi003 ceph-mon[96088]: pgmap v18361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:30 smithi094 ceph-mon[112176]: pgmap v18361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:31.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:31.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:32.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:32.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:32 smithi003 ceph-mon[96088]: 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-08T13:08:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:32 smithi094 ceph-mon[112176]: 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-08T13:08:33.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:33.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:34.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:34.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:34 smithi003 ceph-mon[96088]: pgmap v18363: 97 pgs: 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:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:34 smithi094 ceph-mon[112176]: pgmap v18363: 97 pgs: 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:35.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:35.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:36.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:36.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:37.215 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:36 smithi094 ceph-mon[112176]: 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-08T13:08:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:36 smithi003 ceph-mon[96088]: 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-08T13:08:37.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:37.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:38.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:38.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:38 smithi003 ceph-mon[96088]: 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-08T13:08:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:38 smithi094 ceph-mon[112176]: 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-08T13:08:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:39.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:39.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:39 smithi003 ceph-mon[96088]: pgmap v18366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:39 smithi094 ceph-mon[112176]: pgmap v18366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:40.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:40.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:41.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:41.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:42.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:42.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:42 smithi094 ceph-mon[112176]: 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-08T13:08:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:42 smithi003 ceph-mon[96088]: 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-08T13:08:43.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:43.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:44.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:44.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:44 smithi094 ceph-mon[112176]: pgmap v18368: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:44 smithi003 ceph-mon[96088]: pgmap v18368: 97 pgs: 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:45.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:45.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:46.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:46.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:46 smithi094 ceph-mon[112176]: 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-08T13:08:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:46 smithi003 ceph-mon[96088]: 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-08T13:08:47.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:47.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:48.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:48.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:48 smithi094 ceph-mon[112176]: 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-08T13:08:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:48 smithi003 ceph-mon[96088]: 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-08T13:08:49.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:49.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:50.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:50.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:50 smithi094 ceph-mon[112176]: pgmap v18371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:50 smithi003 ceph-mon[96088]: pgmap v18371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:51.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:51.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:52.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:52.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:52 smithi094 ceph-mon[112176]: 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-08T13:08:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:52 smithi003 ceph-mon[96088]: 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-08T13:08:53.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:53.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:54.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:54.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:54 smithi094 ceph-mon[112176]: pgmap v18373: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:54 smithi003 ceph-mon[96088]: pgmap v18373: 97 pgs: 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:55.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:55.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:56.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:56.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:56 smithi094 ceph-mon[112176]: 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-08T13:08:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:56 smithi003 ceph-mon[96088]: 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-08T13:08:57.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:57.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:58.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:58.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:08:58 smithi094 ceph-mon[112176]: 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-08T13:08:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:08:58 smithi003 ceph-mon[96088]: 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-08T13:08:59.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:08:59.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:00.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:00.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:00 smithi094 ceph-mon[112176]: pgmap v18376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:00 smithi003 ceph-mon[96088]: pgmap v18376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:01.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:01.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:02.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:02.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:02 smithi003 ceph-mon[96088]: 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-08T13:09:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:02 smithi094 ceph-mon[112176]: 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-08T13:09:03.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:03.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:04.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:04.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:04 smithi003 ceph-mon[96088]: pgmap v18378: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:04 smithi094 ceph-mon[112176]: pgmap v18378: 97 pgs: 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:05.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:05.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:06.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:06.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:06 smithi003 ceph-mon[96088]: 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-08T13:09:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:06 smithi094 ceph-mon[112176]: 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-08T13:09:07.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:07.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:08.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:08.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:08 smithi003 ceph-mon[96088]: 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-08T13:09:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:08 smithi094 ceph-mon[112176]: 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-08T13:09:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:09.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:09.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:10.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:10.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:10 smithi003 ceph-mon[96088]: pgmap v18381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:10 smithi094 ceph-mon[112176]: pgmap v18381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:11.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:11.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:12.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:12.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:12 smithi003 ceph-mon[96088]: 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-08T13:09:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:12 smithi094 ceph-mon[112176]: 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-08T13:09:13.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:13.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:14.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:14.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:14 smithi003 ceph-mon[96088]: pgmap v18383: 97 pgs: 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:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:14 smithi094 ceph-mon[112176]: pgmap v18383: 97 pgs: 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:15.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:15.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:16.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:16.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:17.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:16 smithi003 ceph-mon[96088]: 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-08T13:09:17.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:16 smithi094 ceph-mon[112176]: 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-08T13:09:17.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:17.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:18.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:18.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:18 smithi003 ceph-mon[96088]: 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-08T13:09:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:18 smithi094 ceph-mon[112176]: 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-08T13:09:19.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:19.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:09:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:19 smithi003 ceph-mon[96088]: pgmap v18386: 97 pgs: 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:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:09:20.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:19 smithi094 ceph-mon[112176]: pgmap v18386: 97 pgs: 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:20.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:20.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:21.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:21.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:22.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:22.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:22 smithi094 ceph-mon[112176]: 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-08T13:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:09:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:09:23.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:09:23.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:22 smithi003 ceph-mon[96088]: 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-08T13:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:09:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:09:23.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:09:23.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:23.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:24.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:24.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:24 smithi094 ceph-mon[112176]: pgmap v18388: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:24 smithi003 ceph-mon[96088]: pgmap v18388: 97 pgs: 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:25.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:25.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:26.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:26.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:27.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:26 smithi094 ceph-mon[112176]: 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-08T13:09:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:26 smithi003 ceph-mon[96088]: 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-08T13:09:27.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:27.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:28.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:28.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:29.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:28 smithi094 ceph-mon[112176]: 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-08T13:09:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:28 smithi003 ceph-mon[96088]: 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-08T13:09:29.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:29.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:30.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:30.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:30 smithi094 ceph-mon[112176]: pgmap v18391: 97 pgs: 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:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:30 smithi003 ceph-mon[96088]: pgmap v18391: 97 pgs: 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:31.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:31.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:32.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:32.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:32 smithi094 ceph-mon[112176]: 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-08T13:09:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:32 smithi003 ceph-mon[96088]: 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-08T13:09:33.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:33.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:34.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:34.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:34 smithi094 ceph-mon[112176]: pgmap v18393: 97 pgs: 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:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:34 smithi003 ceph-mon[96088]: pgmap v18393: 97 pgs: 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:35.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:35.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:36.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:36.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:36 smithi094 ceph-mon[112176]: 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-08T13:09:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:36 smithi003 ceph-mon[96088]: 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-08T13:09:37.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:37.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:38.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:38.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:38 smithi094 ceph-mon[112176]: 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-08T13:09:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:38 smithi003 ceph-mon[96088]: 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-08T13:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:39.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:39.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:40.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:40.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:40 smithi094 ceph-mon[112176]: pgmap v18396: 97 pgs: 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:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:40 smithi003 ceph-mon[96088]: pgmap v18396: 97 pgs: 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:41.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:41.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:42.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:42.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:42 smithi094 ceph-mon[112176]: 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-08T13:09:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:42 smithi003 ceph-mon[96088]: 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-08T13:09:43.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:43.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:44.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:44.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:44 smithi003 ceph-mon[96088]: pgmap v18398: 97 pgs: 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:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:44 smithi094 ceph-mon[112176]: pgmap v18398: 97 pgs: 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:45.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:45.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:46.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:46.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:47.203 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:46 smithi003 ceph-mon[96088]: 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-08T13:09:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:46 smithi094 ceph-mon[112176]: 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-08T13:09:47.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:47.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:48.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:48.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:48 smithi003 ceph-mon[96088]: 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-08T13:09:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:48 smithi094 ceph-mon[112176]: 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-08T13:09:49.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:49.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:50.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:50.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:50 smithi003 ceph-mon[96088]: pgmap v18401: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:50 smithi094 ceph-mon[112176]: pgmap v18401: 97 pgs: 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:51.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:51.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:52.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:52.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:52 smithi003 ceph-mon[96088]: 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-08T13:09:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:52 smithi094 ceph-mon[112176]: 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-08T13:09:53.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:53.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:54.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:54.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:54 smithi003 ceph-mon[96088]: pgmap v18403: 97 pgs: 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:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:54 smithi094 ceph-mon[112176]: pgmap v18403: 97 pgs: 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:55.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:55.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:56.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:56.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:56 smithi003 ceph-mon[96088]: 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-08T13:09:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:56 smithi094 ceph-mon[112176]: 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-08T13:09:57.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:57.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:58.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:58.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:09:58 smithi003 ceph-mon[96088]: 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-08T13:09:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:09:58 smithi094 ceph-mon[112176]: 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-08T13:09:59.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:09:59.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:00.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:00.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:00 smithi003 ceph-mon[96088]: pgmap v18406: 97 pgs: 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:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T13:10:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:00 smithi094 ceph-mon[112176]: pgmap v18406: 97 pgs: 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:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T13:10:01.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:01.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:02.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:02.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:03.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:02 smithi094 ceph-mon[112176]: 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-08T13:10:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:02 smithi003 ceph-mon[96088]: 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-08T13:10:03.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:03.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:04.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:04.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:05.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:04 smithi094 ceph-mon[112176]: pgmap v18408: 97 pgs: 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:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:04 smithi003 ceph-mon[96088]: pgmap v18408: 97 pgs: 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:05.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:05.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:06.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:06.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:06 smithi094 ceph-mon[112176]: 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-08T13:10:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:06 smithi003 ceph-mon[96088]: 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-08T13:10:07.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:07.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:08.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:08.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:08 smithi094 ceph-mon[112176]: 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-08T13:10:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:08 smithi003 ceph-mon[96088]: 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-08T13:10:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:09.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:09.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:10.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:10.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:11.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:10 smithi094 ceph-mon[112176]: pgmap v18411: 97 pgs: 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:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:10 smithi003 ceph-mon[96088]: pgmap v18411: 97 pgs: 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:11.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:11.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:12.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:12.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:12 smithi094 ceph-mon[112176]: 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-08T13:10:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:12 smithi003 ceph-mon[96088]: 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-08T13:10:13.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:13.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:14.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:14.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:15.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:14 smithi094 ceph-mon[112176]: pgmap v18413: 97 pgs: 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:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:14 smithi003 ceph-mon[96088]: pgmap v18413: 97 pgs: 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:15.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:15.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:16.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:16.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:16 smithi094 ceph-mon[112176]: 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-08T13:10:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:16 smithi003 ceph-mon[96088]: 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-08T13:10:17.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:17.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:18.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:18.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:18 smithi003 ceph-mon[96088]: 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-08T13:10:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:18 smithi094 ceph-mon[112176]: 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-08T13:10:19.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:19.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:20.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:20.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:20 smithi003 ceph-mon[96088]: pgmap v18416: 97 pgs: 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:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:20 smithi094 ceph-mon[112176]: pgmap v18416: 97 pgs: 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:21.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:21.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:22.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:22.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:22 smithi003 ceph-mon[96088]: 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-08T13:10:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:10:23.318 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:22 smithi094 ceph-mon[112176]: 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-08T13:10:23.318 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:10:23.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:23.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:10:24.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:10:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:10:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:10:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:10:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:10:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:24.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:24.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:24 smithi003 ceph-mon[96088]: pgmap v18418: 97 pgs: 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:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:24 smithi094 ceph-mon[112176]: pgmap v18418: 97 pgs: 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:25.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:25.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:26.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:26.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:26 smithi003 ceph-mon[96088]: 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-08T13:10:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:26 smithi094 ceph-mon[112176]: 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-08T13:10:27.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:27.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:28.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:28.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:28 smithi003 ceph-mon[96088]: 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-08T13:10:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:28 smithi094 ceph-mon[112176]: 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-08T13:10:29.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:29.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:30.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:30.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:30 smithi003 ceph-mon[96088]: pgmap v18421: 97 pgs: 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:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:30 smithi094 ceph-mon[112176]: pgmap v18421: 97 pgs: 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:31.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:31.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:32.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:32.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:32 smithi003 ceph-mon[96088]: 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-08T13:10:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:32 smithi094 ceph-mon[112176]: 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-08T13:10:33.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:33.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:34.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:34.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:34 smithi003 ceph-mon[96088]: pgmap v18423: 97 pgs: 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:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:34 smithi094 ceph-mon[112176]: pgmap v18423: 97 pgs: 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:35.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:35.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:36.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:36.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:36 smithi003 ceph-mon[96088]: 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-08T13:10:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:36 smithi094 ceph-mon[112176]: 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-08T13:10:37.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:37.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:38.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:38.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:38 smithi003 ceph-mon[96088]: 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-08T13:10:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:38 smithi094 ceph-mon[112176]: 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-08T13:10:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:39.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:39.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:40.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:40.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:40 smithi003 ceph-mon[96088]: pgmap v18426: 97 pgs: 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:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:40 smithi094 ceph-mon[112176]: pgmap v18426: 97 pgs: 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:41.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:41.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:42.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:42.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:42 smithi003 ceph-mon[96088]: 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-08T13:10:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:42 smithi094 ceph-mon[112176]: 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-08T13:10:43.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:43.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:44.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:44.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:44 smithi003 ceph-mon[96088]: pgmap v18428: 97 pgs: 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:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:44 smithi094 ceph-mon[112176]: pgmap v18428: 97 pgs: 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:45.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:45.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:46 smithi094 ceph-mon[112176]: 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-08T13:10:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:46 smithi003 ceph-mon[96088]: 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-08T13:10:46.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:46.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:47.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:47.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:48.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:48.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:49.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:48 smithi094 ceph-mon[112176]: 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-08T13:10:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:48 smithi003 ceph-mon[96088]: 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-08T13:10:49.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:49.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:50.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:50.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:51.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:50 smithi094 ceph-mon[112176]: pgmap v18431: 97 pgs: 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:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:50 smithi003 ceph-mon[96088]: pgmap v18431: 97 pgs: 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:51.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:51.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:52.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:52.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:52 smithi094 ceph-mon[112176]: 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-08T13:10:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:52 smithi003 ceph-mon[96088]: 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-08T13:10:53.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:53.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:54.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:54.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:54 smithi003 ceph-mon[96088]: pgmap v18433: 97 pgs: 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:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:54 smithi094 ceph-mon[112176]: pgmap v18433: 97 pgs: 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:55.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:55.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:56.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:56.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:56 smithi003 ceph-mon[96088]: 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-08T13:10:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:56 smithi094 ceph-mon[112176]: 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-08T13:10:57.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:57.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:58.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:58.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:59.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:10:58 smithi094 ceph-mon[112176]: 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-08T13:10:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:10:58 smithi003 ceph-mon[96088]: 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-08T13:10:59.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:10:59.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:00.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:00.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:00 smithi003 ceph-mon[96088]: pgmap v18436: 97 pgs: 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:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:00 smithi094 ceph-mon[112176]: pgmap v18436: 97 pgs: 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:01.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:01.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:02.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:02.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:02 smithi003 ceph-mon[96088]: 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-08T13:11:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:02 smithi094 ceph-mon[112176]: 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-08T13:11:03.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:03.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:04.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:04.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:04 smithi003 ceph-mon[96088]: pgmap v18438: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:04 smithi094 ceph-mon[112176]: pgmap v18438: 97 pgs: 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:05.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:05.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:06.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:06.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:06 smithi003 ceph-mon[96088]: 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-08T13:11:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:06 smithi094 ceph-mon[112176]: 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-08T13:11:07.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:07.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:08.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:08.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:08 smithi094 ceph-mon[112176]: 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-08T13:11:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:08 smithi003 ceph-mon[96088]: 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-08T13:11:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:09.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:09.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:10.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:10.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:10 smithi003 ceph-mon[96088]: pgmap v18441: 97 pgs: 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:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:10 smithi094 ceph-mon[112176]: pgmap v18441: 97 pgs: 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:11.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:11.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:12.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:12.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:12 smithi003 ceph-mon[96088]: 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-08T13:11:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:12 smithi094 ceph-mon[112176]: 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-08T13:11:13.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:13.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:14.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:14.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:14 smithi003 ceph-mon[96088]: pgmap v18443: 97 pgs: 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:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:14 smithi094 ceph-mon[112176]: pgmap v18443: 97 pgs: 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:15.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:15.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:16.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:16.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:16 smithi003 ceph-mon[96088]: 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-08T13:11:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:16 smithi094 ceph-mon[112176]: 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-08T13:11:17.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:17.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:18.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:18.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:18 smithi094 ceph-mon[112176]: 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-08T13:11:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:18 smithi003 ceph-mon[96088]: 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-08T13:11:19.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:19.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:20.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:20.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:20 smithi003 ceph-mon[96088]: pgmap v18446: 97 pgs: 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:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:20 smithi094 ceph-mon[112176]: pgmap v18446: 97 pgs: 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:21.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:21.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:22.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:22.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:22 smithi003 ceph-mon[96088]: 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-08T13:11:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:22 smithi094 ceph-mon[112176]: 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-08T13:11:23.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:23.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:11:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:11:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:24.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:24.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:24 smithi003 ceph-mon[96088]: pgmap v18448: 97 pgs: 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:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:24 smithi094 ceph-mon[112176]: pgmap v18448: 97 pgs: 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:25.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:25.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:25 smithi003 ceph-mon[96088]: 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-08T13:11:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:25 smithi094 ceph-mon[112176]: 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-08T13:11:26.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:26.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:27.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:27.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:28.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:28.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:28 smithi003 ceph-mon[96088]: 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-08T13:11:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:11:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:11:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:28 smithi094 ceph-mon[112176]: 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-08T13:11:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:11:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:11:29.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:29.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:11:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:11:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:11:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:11:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:11:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:11:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:11:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:11:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:11:30.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:11:30.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:30.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:30 smithi003 ceph-mon[96088]: pgmap v18451: 97 pgs: 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:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:30 smithi094 ceph-mon[112176]: pgmap v18451: 97 pgs: 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:31.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:31.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:32.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:32.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:32 smithi003 ceph-mon[96088]: 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-08T13:11:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:32 smithi094 ceph-mon[112176]: 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-08T13:11:33.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:33.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:34.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:34.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:34 smithi003 ceph-mon[96088]: pgmap v18453: 97 pgs: 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:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:34 smithi094 ceph-mon[112176]: pgmap v18453: 97 pgs: 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:35.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:35.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:36.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:36.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:36 smithi003 ceph-mon[96088]: 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-08T13:11:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:36 smithi094 ceph-mon[112176]: 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-08T13:11:37.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:37.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:38.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:38.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:38 smithi003 ceph-mon[96088]: 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-08T13:11:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:38 smithi094 ceph-mon[112176]: 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-08T13:11:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:39.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:39.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:40.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:40.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:40 smithi003 ceph-mon[96088]: pgmap v18456: 97 pgs: 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:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:40 smithi094 ceph-mon[112176]: pgmap v18456: 97 pgs: 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:41.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:41.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:42.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:42.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:42 smithi003 ceph-mon[96088]: 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-08T13:11:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:42 smithi094 ceph-mon[112176]: 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-08T13:11:43.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:43.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:44.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:44.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:44 smithi003 ceph-mon[96088]: pgmap v18458: 97 pgs: 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:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:44 smithi094 ceph-mon[112176]: pgmap v18458: 97 pgs: 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:45.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:45.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:46.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:46.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:46 smithi003 ceph-mon[96088]: 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-08T13:11:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:46 smithi094 ceph-mon[112176]: 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-08T13:11:47.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:47.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:48.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:48.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:49.203 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:48 smithi094 ceph-mon[112176]: 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-08T13:11:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:48 smithi003 ceph-mon[96088]: 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-08T13:11:49.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:49.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:50.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:50.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:50 smithi003 ceph-mon[96088]: pgmap v18461: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:50 smithi094 ceph-mon[112176]: pgmap v18461: 97 pgs: 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:51.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:51.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:52.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:52.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:52 smithi003 ceph-mon[96088]: 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-08T13:11:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:52 smithi094 ceph-mon[112176]: 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-08T13:11:53.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:53.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:54.254 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:54.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:54.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:54 smithi003 ceph-mon[96088]: pgmap v18463: 97 pgs: 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:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:54 smithi094 ceph-mon[112176]: pgmap v18463: 97 pgs: 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:55.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:55.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:56.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:56.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:56 smithi003 ceph-mon[96088]: 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-08T13:11:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:56 smithi094 ceph-mon[112176]: 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-08T13:11:57.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:57.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:58.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:58.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:11:58 smithi003 ceph-mon[96088]: 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-08T13:11:59.307 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:11:58 smithi094 ceph-mon[112176]: 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-08T13:11:59.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:11:59.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:00 smithi094 ceph-mon[112176]: pgmap v18466: 97 pgs: 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:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:00 smithi003 ceph-mon[96088]: pgmap v18466: 97 pgs: 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:00.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:00.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:01.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:01.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:02.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:02.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:02 smithi003 ceph-mon[96088]: 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-08T13:12:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:02 smithi094 ceph-mon[112176]: 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-08T13:12:03.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:03.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:04.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:04.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:04 smithi003 ceph-mon[96088]: pgmap v18468: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:04 smithi094 ceph-mon[112176]: pgmap v18468: 97 pgs: 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:05.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:05.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:06.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:06.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:06 smithi003 ceph-mon[96088]: 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-08T13:12:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:06 smithi094 ceph-mon[112176]: 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-08T13:12:07.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:07.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:08.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:08.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:08 smithi003 ceph-mon[96088]: 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-08T13:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:09.412 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:08 smithi094 ceph-mon[112176]: 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-08T13:12:09.412 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:09.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:09.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:10.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:10.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:10 smithi003 ceph-mon[96088]: pgmap v18471: 97 pgs: 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:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:10 smithi094 ceph-mon[112176]: pgmap v18471: 97 pgs: 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:11.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:11.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:12.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:12.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:12 smithi003 ceph-mon[96088]: 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-08T13:12:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:12 smithi094 ceph-mon[112176]: 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-08T13:12:13.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:13.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:14.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:14.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:14 smithi003 ceph-mon[96088]: pgmap v18473: 97 pgs: 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:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:14 smithi094 ceph-mon[112176]: pgmap v18473: 97 pgs: 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:15.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:15.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:16.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:16.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:16 smithi003 ceph-mon[96088]: 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-08T13:12:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:16 smithi094 ceph-mon[112176]: 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-08T13:12:17.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:17.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:18.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:18.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:18 smithi003 ceph-mon[96088]: 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-08T13:12:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:18 smithi094 ceph-mon[112176]: 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-08T13:12:19.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:19.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:20.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:20.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:20 smithi003 ceph-mon[96088]: pgmap v18476: 97 pgs: 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:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:20 smithi094 ceph-mon[112176]: pgmap v18476: 97 pgs: 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:21.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:21.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:22.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:22.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:22 smithi003 ceph-mon[96088]: 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-08T13:12:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:22 smithi094 ceph-mon[112176]: 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-08T13:12:23.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:23.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:24.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:24.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:24 smithi003 ceph-mon[96088]: pgmap v18478: 97 pgs: 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:25.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:24 smithi094 ceph-mon[112176]: pgmap v18478: 97 pgs: 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:25.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:25.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:26.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:27.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:26 smithi003 ceph-mon[96088]: 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-08T13:12:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:26 smithi094 ceph-mon[112176]: 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-08T13:12:28.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:28.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:29.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:29.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:28 smithi003 ceph-mon[96088]: 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-08T13:12:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:28 smithi094 ceph-mon[112176]: 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-08T13:12:30.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:30.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:12:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:12:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:12:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:12:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:12:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:12:31.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:31.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:30 smithi003 ceph-mon[96088]: pgmap v18481: 97 pgs: 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:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:12:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:12:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:12:31.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:12:31.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:12:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:30 smithi094 ceph-mon[112176]: pgmap v18481: 97 pgs: 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:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:12:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:12:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:12:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:12:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:12:32.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:32.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:33.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:33.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:32 smithi003 ceph-mon[96088]: 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-08T13:12:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:32 smithi094 ceph-mon[112176]: 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-08T13:12:34.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:34.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:33 smithi003 ceph-mon[96088]: pgmap v18483: 97 pgs: 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:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:33 smithi094 ceph-mon[112176]: pgmap v18483: 97 pgs: 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:35.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:35.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:36.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:36.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:36 smithi003 ceph-mon[96088]: 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-08T13:12:37.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:37.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:36 smithi094 ceph-mon[112176]: 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-08T13:12:38.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:38.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:39.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:39.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:38 smithi003 ceph-mon[96088]: 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-08T13:12:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:38 smithi094 ceph-mon[112176]: 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-08T13:12:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:40.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:40.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:41.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:41.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:40 smithi003 ceph-mon[96088]: pgmap v18486: 97 pgs: 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:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:40 smithi094 ceph-mon[112176]: pgmap v18486: 97 pgs: 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.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:42.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:43.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:43.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:42 smithi003 ceph-mon[96088]: 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-08T13:12:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:42 smithi094 ceph-mon[112176]: 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-08T13:12:44.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:44.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:45.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:45.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:44 smithi094 ceph-mon[112176]: pgmap v18488: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:44 smithi003 ceph-mon[96088]: pgmap v18488: 97 pgs: 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:46.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:46.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:47.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:47.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:46 smithi003 ceph-mon[96088]: 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-08T13:12:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:46 smithi094 ceph-mon[112176]: 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-08T13:12:48.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:48.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:49.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:49.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:48 smithi003 ceph-mon[96088]: 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-08T13:12:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:48 smithi094 ceph-mon[112176]: 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-08T13:12:50.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:50.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:51.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:51.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:50 smithi003 ceph-mon[96088]: pgmap v18491: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:50 smithi094 ceph-mon[112176]: pgmap v18491: 97 pgs: 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.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:52.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:53.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:53.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:52 smithi003 ceph-mon[96088]: 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-08T13:12:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:52 smithi094 ceph-mon[112176]: 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-08T13:12:54.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:54.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:55.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:55.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:54 smithi094 ceph-mon[112176]: pgmap v18493: 97 pgs: 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:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:54 smithi003 ceph-mon[96088]: pgmap v18493: 97 pgs: 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:56.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:56.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:57.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:57.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:56 smithi003 ceph-mon[96088]: 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-08T13:12:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:56 smithi094 ceph-mon[112176]: 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-08T13:12:58.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:58.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:59.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:12:59.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:59.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:12:58 smithi003 ceph-mon[96088]: 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-08T13:12:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:12:58 smithi094 ceph-mon[112176]: 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-08T13:13:00.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:00.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:01.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:01.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:00 smithi003 ceph-mon[96088]: pgmap v18496: 97 pgs: 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:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:00 smithi094 ceph-mon[112176]: pgmap v18496: 97 pgs: 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.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:02.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:03.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:03.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:02 smithi003 ceph-mon[96088]: 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-08T13:13:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:02 smithi094 ceph-mon[112176]: 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-08T13:13:04.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:04.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:05.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:05.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:04 smithi003 ceph-mon[96088]: pgmap v18498: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:04 smithi094 ceph-mon[112176]: pgmap v18498: 97 pgs: 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:06.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:06.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:07.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:07.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:06 smithi003 ceph-mon[96088]: 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-08T13:13:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:06 smithi094 ceph-mon[112176]: 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-08T13:13:08.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:08.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:09.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:09.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:09.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:08 smithi003 ceph-mon[96088]: 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-08T13:13:09.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:09.420 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:08 smithi094 ceph-mon[112176]: 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-08T13:13:09.420 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:10.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:10.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:11.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:11.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:10 smithi003 ceph-mon[96088]: pgmap v18501: 97 pgs: 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:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:10 smithi094 ceph-mon[112176]: pgmap v18501: 97 pgs: 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.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:12.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:13.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:13.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:12 smithi003 ceph-mon[96088]: 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-08T13:13:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:12 smithi094 ceph-mon[112176]: 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-08T13:13:14.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:14.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:15.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:15.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:14 smithi003 ceph-mon[96088]: pgmap v18503: 97 pgs: 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:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:14 smithi094 ceph-mon[112176]: pgmap v18503: 97 pgs: 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:16.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:16.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:17.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:17.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:16 smithi003 ceph-mon[96088]: 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-08T13:13:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:16 smithi094 ceph-mon[112176]: 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-08T13:13:18.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:18.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:19.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:19.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:18 smithi003 ceph-mon[96088]: 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-08T13:13:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:18 smithi094 ceph-mon[112176]: 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-08T13:13:20.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:20.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:21.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:21.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:20 smithi003 ceph-mon[96088]: pgmap v18506: 97 pgs: 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:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:20 smithi094 ceph-mon[112176]: pgmap v18506: 97 pgs: 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.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:22.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:23.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:23.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:22 smithi003 ceph-mon[96088]: 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-08T13:13:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:22 smithi094 ceph-mon[112176]: 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-08T13:13:24.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:24.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:25.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:25.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:24 smithi003 ceph-mon[96088]: pgmap v18508: 97 pgs: 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:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:24 smithi094 ceph-mon[112176]: pgmap v18508: 97 pgs: 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:26.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:26.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:27.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:27.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:26 smithi003 ceph-mon[96088]: 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-08T13:13:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:26 smithi094 ceph-mon[112176]: 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-08T13:13:28.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:28.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:29.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:29.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:28 smithi003 ceph-mon[96088]: 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-08T13:13:29.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:28 smithi094 ceph-mon[112176]: 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-08T13:13:30.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:30.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:31.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:31.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:30 smithi003 ceph-mon[96088]: pgmap v18511: 97 pgs: 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:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:13:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:13:31.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:13:31.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:13:31.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:13:31.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:13:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:30 smithi094 ceph-mon[112176]: pgmap v18511: 97 pgs: 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:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:13:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:13:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:13:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:13:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:13:31.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:13:32.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:32.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:33.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:33.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:32 smithi003 ceph-mon[96088]: 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-08T13:13:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:32 smithi094 ceph-mon[112176]: 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-08T13:13:34.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:34.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:35.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:35.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:34 smithi003 ceph-mon[96088]: pgmap v18513: 97 pgs: 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:35.299 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:34 smithi094 ceph-mon[112176]: pgmap v18513: 97 pgs: 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:36.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:36.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:37.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:37.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:36 smithi003 ceph-mon[96088]: 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-08T13:13:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:36 smithi094 ceph-mon[112176]: 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-08T13:13:38.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:38.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:39.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:39.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:38 smithi094 ceph-mon[112176]: 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-08T13:13:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:38 smithi003 ceph-mon[96088]: 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-08T13:13:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:40.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:40.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:41.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:41.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:40 smithi094 ceph-mon[112176]: pgmap v18516: 97 pgs: 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:41.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:40 smithi003 ceph-mon[96088]: pgmap v18516: 97 pgs: 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:42.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:42.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:43.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:43.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:42 smithi003 ceph-mon[96088]: 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-08T13:13:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:42 smithi094 ceph-mon[112176]: 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-08T13:13:44.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:44.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:45.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:45.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:44 smithi003 ceph-mon[96088]: pgmap v18518: 97 pgs: 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:45.404 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:44 smithi094 ceph-mon[112176]: pgmap v18518: 97 pgs: 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:46.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:46.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:47.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:47.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:46 smithi003 ceph-mon[96088]: 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-08T13:13:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:46 smithi094 ceph-mon[112176]: 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-08T13:13:48.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:48.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:49.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:49.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:48 smithi003 ceph-mon[96088]: 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-08T13:13:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:48 smithi094 ceph-mon[112176]: 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-08T13:13:50.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:50.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:51.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:51.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:50 smithi003 ceph-mon[96088]: pgmap v18521: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:50 smithi094 ceph-mon[112176]: pgmap v18521: 97 pgs: 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:52.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:52.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:53.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:53.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:52 smithi003 ceph-mon[96088]: 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-08T13:13:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:52 smithi094 ceph-mon[112176]: 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-08T13:13:54.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:54.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:55.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:55.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:54 smithi003 ceph-mon[96088]: pgmap v18523: 97 pgs: 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:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:54 smithi094 ceph-mon[112176]: pgmap v18523: 97 pgs: 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:56.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:56.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:57.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:57.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:56 smithi003 ceph-mon[96088]: 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-08T13:13:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:56 smithi094 ceph-mon[112176]: 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-08T13:13:58.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:58.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:59.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:13:59.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:59.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:13:58 smithi003 ceph-mon[96088]: 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-08T13:13:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:13:58 smithi094 ceph-mon[112176]: 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-08T13:14:00.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:00.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:01.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:01.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:00 smithi003 ceph-mon[96088]: pgmap v18526: 97 pgs: 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:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:00 smithi094 ceph-mon[112176]: pgmap v18526: 97 pgs: 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.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:02.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:03.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:03.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:02 smithi003 ceph-mon[96088]: 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-08T13:14:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:02 smithi094 ceph-mon[112176]: 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-08T13:14:04.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:04.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:05.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:05.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:04 smithi003 ceph-mon[96088]: pgmap v18528: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:04 smithi094 ceph-mon[112176]: pgmap v18528: 97 pgs: 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:06.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:06.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:07.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:07.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:06 smithi094 ceph-mon[112176]: 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-08T13:14:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:06 smithi003 ceph-mon[96088]: 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-08T13:14:08.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:08.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:09.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:09.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:08 smithi094 ceph-mon[112176]: 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-08T13:14:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:08 smithi003 ceph-mon[96088]: 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-08T13:14:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:10.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:10.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:11.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:11.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:10 smithi094 ceph-mon[112176]: pgmap v18531: 97 pgs: 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:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:10 smithi003 ceph-mon[96088]: pgmap v18531: 97 pgs: 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.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:12.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:13.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:13.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:12 smithi094 ceph-mon[112176]: 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-08T13:14:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:12 smithi003 ceph-mon[96088]: 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-08T13:14:14.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:14.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:15.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:15.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:15.260 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:14 smithi003 ceph-mon[96088]: pgmap v18533: 97 pgs: 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:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:14 smithi094 ceph-mon[112176]: pgmap v18533: 97 pgs: 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:16.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:16.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:16 smithi094 ceph-mon[112176]: 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-08T13:14:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:16 smithi003 ceph-mon[96088]: 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-08T13:14:17.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:17.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:18.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:18.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:19.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:19.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:18 smithi003 ceph-mon[96088]: 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-08T13:14:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:18 smithi094 ceph-mon[112176]: 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-08T13:14:20.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:20.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:20 smithi094 ceph-mon[112176]: pgmap v18536: 97 pgs: 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:21.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:21.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:20 smithi003 ceph-mon[96088]: pgmap v18536: 97 pgs: 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.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:22.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:23.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:23.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:22 smithi003 ceph-mon[96088]: 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-08T13:14:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:22 smithi094 ceph-mon[112176]: 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-08T13:14:24.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:24.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:25.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:25.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:24 smithi003 ceph-mon[96088]: pgmap v18538: 97 pgs: 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:25.419 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:24 smithi094 ceph-mon[112176]: pgmap v18538: 97 pgs: 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:26.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:26.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:27.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:27.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:26 smithi003 ceph-mon[96088]: 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-08T13:14:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:26 smithi094 ceph-mon[112176]: 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-08T13:14:28.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:28.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:29.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:29.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:28 smithi003 ceph-mon[96088]: 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-08T13:14:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:28 smithi094 ceph-mon[112176]: 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-08T13:14:30.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:30.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:30 smithi094 ceph-mon[112176]: pgmap v18541: 97 pgs: 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:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:14:31.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:31.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:30 smithi003 ceph-mon[96088]: pgmap v18541: 97 pgs: 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:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:14:32.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:32.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:14:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:14:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:32 smithi003 ceph-mon[96088]: 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-08T13:14:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:14:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:14:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:14:32.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:14:32.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:14:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:14:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:14:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:32 smithi094 ceph-mon[112176]: 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-08T13:14:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:14:32.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:14:32.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:14:32.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:14:32.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:14:33.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:33.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:34.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:34.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:34 smithi003 ceph-mon[96088]: pgmap v18543: 97 pgs: 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:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:34 smithi094 ceph-mon[112176]: pgmap v18543: 97 pgs: 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:35.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:35.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:36.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:36.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:36 smithi003 ceph-mon[96088]: 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-08T13:14:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:36 smithi094 ceph-mon[112176]: 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-08T13:14:37.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:37.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:38.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:38.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:39.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:39.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:38 smithi003 ceph-mon[96088]: 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-08T13:14:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:38 smithi094 ceph-mon[112176]: 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-08T13:14:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:40.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:40.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:41.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:41.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:41.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:40 smithi003 ceph-mon[96088]: pgmap v18546: 97 pgs: 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:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:40 smithi094 ceph-mon[112176]: pgmap v18546: 97 pgs: 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.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:42.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:43.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:43.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:42 smithi003 ceph-mon[96088]: 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-08T13:14:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:42 smithi094 ceph-mon[112176]: 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-08T13:14:44.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:44.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:45.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:45.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:44 smithi003 ceph-mon[96088]: pgmap v18548: 97 pgs: 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:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:44 smithi094 ceph-mon[112176]: pgmap v18548: 97 pgs: 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:46.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:46.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:46 smithi003 ceph-mon[96088]: 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-08T13:14:47.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:47.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:46 smithi094 ceph-mon[112176]: 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-08T13:14:48.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:48.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:48 smithi003 ceph-mon[96088]: 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-08T13:14:49.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:49.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:48 smithi094 ceph-mon[112176]: 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-08T13:14:50.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:50.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:50 smithi003 ceph-mon[96088]: pgmap v18551: 97 pgs: 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:51.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:51.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:50 smithi094 ceph-mon[112176]: pgmap v18551: 97 pgs: 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.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:52.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:52 smithi003 ceph-mon[96088]: 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-08T13:14:53.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:53.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:52 smithi094 ceph-mon[112176]: 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-08T13:14:54.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:54.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:55.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:55.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:54 smithi094 ceph-mon[112176]: pgmap v18553: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:54 smithi003 ceph-mon[96088]: pgmap v18553: 97 pgs: 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:56.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:56.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:57.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:57.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:56 smithi094 ceph-mon[112176]: 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-08T13:14:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:56 smithi003 ceph-mon[96088]: 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-08T13:14:58.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:58.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:59.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:14:59.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:14:58 smithi094 ceph-mon[112176]: 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-08T13:14:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:14:58 smithi003 ceph-mon[96088]: 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-08T13:15:00.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:00.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:00 smithi003 ceph-mon[96088]: pgmap v18556: 97 pgs: 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:01.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:01.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:00 smithi094 ceph-mon[112176]: pgmap v18556: 97 pgs: 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.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:02.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:03.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:03.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:03 smithi094 ceph-mon[112176]: 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-08T13:15:03.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:03 smithi003 ceph-mon[96088]: 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-08T13:15:04.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:04.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:05.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:05.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:05 smithi094 ceph-mon[112176]: pgmap v18558: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:05 smithi003 ceph-mon[96088]: pgmap v18558: 97 pgs: 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:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:06 smithi003 ceph-mon[96088]: 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-08T13:15:06.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:06.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:06 smithi094 ceph-mon[112176]: 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-08T13:15:07.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:07.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:08.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:08.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:08 smithi003 ceph-mon[96088]: 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-08T13:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:09.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:09.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:08 smithi094 ceph-mon[112176]: 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-08T13:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:10.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:10.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:11.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:10 smithi003 ceph-mon[96088]: pgmap v18561: 97 pgs: 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:11.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:11.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:11.302 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:10 smithi094 ceph-mon[112176]: pgmap v18561: 97 pgs: 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.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:12.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:12 smithi003 ceph-mon[96088]: 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-08T13:15:13.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:13.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:12 smithi094 ceph-mon[112176]: 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-08T13:15:14.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:14.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:14 smithi003 ceph-mon[96088]: pgmap v18563: 97 pgs: 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:15.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:15.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:14 smithi094 ceph-mon[112176]: pgmap v18563: 97 pgs: 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:16.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:16.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:16 smithi003 ceph-mon[96088]: 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-08T13:15:17.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:17.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:16 smithi094 ceph-mon[112176]: 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-08T13:15:18.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:18.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:19.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:18 smithi003 ceph-mon[96088]: 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-08T13:15:19.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:19.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:18 smithi094 ceph-mon[112176]: 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-08T13:15:20.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:20.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:21.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:21.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:21.406 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:20 smithi094 ceph-mon[112176]: pgmap v18566: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:20 smithi003 ceph-mon[96088]: pgmap v18566: 97 pgs: 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.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:22.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:23.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:23.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:22 smithi094 ceph-mon[112176]: 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-08T13:15:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:22 smithi003 ceph-mon[96088]: 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-08T13:15:24.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:24.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:25.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:25.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:24 smithi094 ceph-mon[112176]: pgmap v18568: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:24 smithi003 ceph-mon[96088]: pgmap v18568: 97 pgs: 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:26.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:26.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:27.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:27.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:26 smithi094 ceph-mon[112176]: 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-08T13:15:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:26 smithi003 ceph-mon[96088]: 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-08T13:15:28.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:28.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:29.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:29.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:29 smithi094 ceph-mon[112176]: 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-08T13:15:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:29 smithi003 ceph-mon[96088]: 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-08T13:15:30.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:30.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:31.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:31.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:31 smithi094 ceph-mon[112176]: pgmap v18571: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:31 smithi003 ceph-mon[96088]: pgmap v18571: 97 pgs: 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.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:32.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:15:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:15:33.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:33.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:33 smithi094 ceph-mon[112176]: 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-08T13:15:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:15:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:15:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:15:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:15:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:33 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:15:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:33 smithi003 ceph-mon[96088]: 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-08T13:15:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:15:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:15:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:15:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:15:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:33 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:15:34.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:34.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:34 smithi094 ceph-mon[112176]: pgmap v18573: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:34 smithi003 ceph-mon[96088]: pgmap v18573: 97 pgs: 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:35.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:35.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:36.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:36.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:36.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:36 smithi094 ceph-mon[112176]: 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-08T13:15:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:36 smithi003 ceph-mon[96088]: 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-08T13:15:37.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:37.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:38.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:38.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:38 smithi003 ceph-mon[96088]: 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-08T13:15:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:39.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:39.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:38 smithi094 ceph-mon[112176]: 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-08T13:15:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:40.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:40.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:41.233 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:40 smithi003 ceph-mon[96088]: pgmap v18576: 97 pgs: 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:41.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:41.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:40 smithi094 ceph-mon[112176]: pgmap v18576: 97 pgs: 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.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:42.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:42 smithi003 ceph-mon[96088]: 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-08T13:15:43.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:43.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:42 smithi094 ceph-mon[112176]: 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-08T13:15:44.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:44.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:44 smithi003 ceph-mon[96088]: pgmap v18578: 97 pgs: 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:45.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:45.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:44 smithi094 ceph-mon[112176]: pgmap v18578: 97 pgs: 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:46.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:46.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:47.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:47.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:46 smithi094 ceph-mon[112176]: 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-08T13:15:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:46 smithi003 ceph-mon[96088]: 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-08T13:15:48.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:48.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:49.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:49.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:48 smithi094 ceph-mon[112176]: 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-08T13:15:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:48 smithi003 ceph-mon[96088]: 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-08T13:15:50.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:50.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:51.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:51.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:51.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:50 smithi003 ceph-mon[96088]: pgmap v18581: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:50 smithi094 ceph-mon[112176]: pgmap v18581: 97 pgs: 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.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:52.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:53.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:53.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:52 smithi094 ceph-mon[112176]: 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-08T13:15:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:52 smithi003 ceph-mon[96088]: 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-08T13:15:54.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:54.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:55.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:55.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:55 smithi094 ceph-mon[112176]: pgmap v18583: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:55 smithi003 ceph-mon[96088]: pgmap v18583: 97 pgs: 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:56.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:56.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:57 smithi094 ceph-mon[112176]: 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-08T13:15:57.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:57.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:57 smithi003 ceph-mon[96088]: 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-08T13:15:58.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:58.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:59.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:15:59.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:15:59 smithi094 ceph-mon[112176]: 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-08T13:15:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:15:59 smithi003 ceph-mon[96088]: 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-08T13:16:00.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:00.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:01.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:01.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:01 smithi094 ceph-mon[112176]: pgmap v18586: 97 pgs: 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:01.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:01 smithi003 ceph-mon[96088]: pgmap v18586: 97 pgs: 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.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:02.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:03.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:03.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:03 smithi094 ceph-mon[112176]: 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-08T13:16:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:03 smithi003 ceph-mon[96088]: 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-08T13:16:04.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:04.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:05.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:05.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:05 smithi094 ceph-mon[112176]: pgmap v18588: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:05 smithi003 ceph-mon[96088]: pgmap v18588: 97 pgs: 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:06.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:06.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:06 smithi094 ceph-mon[112176]: 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-08T13:16:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:06 smithi003 ceph-mon[96088]: 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-08T13:16:07.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:07.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:08.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:08.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:08 smithi003 ceph-mon[96088]: 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-08T13:16:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:09.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:09.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:08 smithi094 ceph-mon[112176]: 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-08T13:16:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:10.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:10.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:11.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:11.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:10 smithi094 ceph-mon[112176]: pgmap v18591: 97 pgs: 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:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:10 smithi003 ceph-mon[96088]: pgmap v18591: 97 pgs: 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.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:12.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:13.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:13.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:12 smithi094 ceph-mon[112176]: 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-08T13:16:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:12 smithi003 ceph-mon[96088]: 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-08T13:16:14.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:14.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:15.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:15.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:14 smithi094 ceph-mon[112176]: pgmap v18593: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:14 smithi003 ceph-mon[96088]: pgmap v18593: 97 pgs: 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:16.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:16.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:17.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:17.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:16 smithi094 ceph-mon[112176]: 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-08T13:16:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:16 smithi003 ceph-mon[96088]: 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-08T13:16:18.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:18.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:19.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:19.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:18 smithi094 ceph-mon[112176]: 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-08T13:16:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:18 smithi003 ceph-mon[96088]: 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-08T13:16:20.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:20.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:21.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:21.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:21 smithi094 ceph-mon[112176]: pgmap v18596: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:21 smithi003 ceph-mon[96088]: pgmap v18596: 97 pgs: 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.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:22.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:23.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:23.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:23 smithi094 ceph-mon[112176]: 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-08T13:16:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:23 smithi003 ceph-mon[96088]: 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-08T13:16:24.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:24.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:25.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:25.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:25 smithi094 ceph-mon[112176]: pgmap v18598: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:25 smithi003 ceph-mon[96088]: pgmap v18598: 97 pgs: 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:26.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:26.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:27.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:27.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:27 smithi094 ceph-mon[112176]: 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-08T13:16:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:27 smithi003 ceph-mon[96088]: 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-08T13:16:28.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:28.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:29.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:29.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:29 smithi094 ceph-mon[112176]: 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-08T13:16:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:29 smithi003 ceph-mon[96088]: 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-08T13:16:30.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:30.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:31.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:31.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:31 smithi094 ceph-mon[112176]: pgmap v18601: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:31 smithi003 ceph-mon[96088]: pgmap v18601: 97 pgs: 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.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:32.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:33.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:33.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:32 smithi094 ceph-mon[112176]: 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-08T13:16:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:16:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:32 smithi003 ceph-mon[96088]: 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-08T13:16:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:16:34.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:34.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:34 smithi003 ceph-mon[96088]: pgmap v18603: 97 pgs: 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:34.620 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:34.620 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:34.620 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:34.620 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:34.620 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:34 smithi094 ceph-mon[112176]: pgmap v18603: 97 pgs: 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:35.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:35.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:36.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:36.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:37.031 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:36 smithi003 ceph-mon[96088]: 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-08T13:16:37.047 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:36 smithi094 ceph-mon[112176]: 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-08T13:16:37.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:37.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: 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-08T13:16:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:16:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:16:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:16:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:16:38.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1399M 2023-10-08T13:16:38.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:16:38.421 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:16:38.421 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.421 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:16:38.421 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:38.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: 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-08T13:16:38.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:16:38.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:16:38.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:16:38.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:16:38.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1399M 2023-10-08T13:16:38.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:16:38.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:16:38.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:38.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:16:38.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:16:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:39.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:39.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:40 smithi094 ceph-mon[112176]: pgmap v18606: 97 pgs: 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:40.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:40.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:40 smithi003 ceph-mon[96088]: pgmap v18606: 97 pgs: 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:41.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:41.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:42.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:42.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:42 smithi094 ceph-mon[112176]: 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-08T13:16:43.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:43.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:42 smithi003 ceph-mon[96088]: 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-08T13:16:44.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:44.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:44 smithi094 ceph-mon[112176]: pgmap v18608: 97 pgs: 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:45.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:45.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:44 smithi003 ceph-mon[96088]: pgmap v18608: 97 pgs: 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:46.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:46.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:47.296 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:46 smithi094 ceph-mon[112176]: 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-08T13:16:47.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:47.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:46 smithi003 ceph-mon[96088]: 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-08T13:16:48.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:48.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:49 smithi094 ceph-mon[112176]: 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-08T13:16:49.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:49.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:49 smithi003 ceph-mon[96088]: 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-08T13:16:50.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:50.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:51 smithi094 ceph-mon[112176]: pgmap v18611: 97 pgs: 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:51.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:51.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:51 smithi003 ceph-mon[96088]: pgmap v18611: 97 pgs: 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.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:52.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:53 smithi094 ceph-mon[112176]: 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-08T13:16:53.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:53.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:53 smithi003 ceph-mon[96088]: 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-08T13:16:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:54.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:54.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:55 smithi094 ceph-mon[112176]: pgmap v18613: 97 pgs: 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:55.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:55.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:55 smithi003 ceph-mon[96088]: pgmap v18613: 97 pgs: 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:56.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:56.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:57.401 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:57 smithi094 ceph-mon[112176]: 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-08T13:16:57.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:57.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:57 smithi003 ceph-mon[96088]: 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-08T13:16:58.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:58.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:16:59 smithi094 ceph-mon[112176]: 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-08T13:16:59.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:16:59.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:16:59 smithi003 ceph-mon[96088]: 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-08T13:17:00.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:00.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:01 smithi094 ceph-mon[112176]: pgmap v18616: 97 pgs: 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:01.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:01.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:01 smithi003 ceph-mon[96088]: pgmap v18616: 97 pgs: 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.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:02.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:02 smithi094 ceph-mon[112176]: 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-08T13:17:03.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:03.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:02 smithi003 ceph-mon[96088]: 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-08T13:17:04.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:04.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:04 smithi094 ceph-mon[112176]: pgmap v18618: 97 pgs: 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:05.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:05.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:04 smithi003 ceph-mon[96088]: pgmap v18618: 97 pgs: 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:06.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:06.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:06 smithi094 ceph-mon[112176]: 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-08T13:17:07.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:07.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:06 smithi003 ceph-mon[96088]: 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-08T13:17:08.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:08.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:09 smithi094 ceph-mon[112176]: 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-08T13:17:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:09.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:09.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:09 smithi003 ceph-mon[96088]: 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-08T13:17:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:10.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:10.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:11 smithi094 ceph-mon[112176]: pgmap v18621: 97 pgs: 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:11.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:11.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:11 smithi003 ceph-mon[96088]: pgmap v18621: 97 pgs: 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.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:12.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:13 smithi094 ceph-mon[112176]: 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-08T13:17:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:13 smithi003 ceph-mon[96088]: 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-08T13:17:13.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:13.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:14.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:14.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:15 smithi094 ceph-mon[112176]: pgmap v18623: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:15 smithi003 ceph-mon[96088]: pgmap v18623: 97 pgs: 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:15.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:15.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:16.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:16.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:17.330 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:17 smithi003 ceph-mon[96088]: 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-08T13:17:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:17 smithi094 ceph-mon[112176]: 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-08T13:17:17.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:17.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:18.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:18.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:19 smithi094 ceph-mon[112176]: 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-08T13:17:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:19 smithi003 ceph-mon[96088]: 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-08T13:17:19.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:19.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:20.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:20.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:21 smithi094 ceph-mon[112176]: pgmap v18626: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:21 smithi003 ceph-mon[96088]: pgmap v18626: 97 pgs: 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:21.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:21.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:22.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:22.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:23 smithi094 ceph-mon[112176]: 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-08T13:17:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:23 smithi003 ceph-mon[96088]: 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-08T13:17:23.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:23.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:24.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:24.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:25 smithi094 ceph-mon[112176]: pgmap v18628: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:25 smithi003 ceph-mon[96088]: pgmap v18628: 97 pgs: 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:25.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:25.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:26 smithi094 ceph-mon[112176]: 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-08T13:17:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:26 smithi003 ceph-mon[96088]: 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-08T13:17:26.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:26.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:27.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:27.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:28.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:28.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:28 smithi094 ceph-mon[112176]: 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-08T13:17:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:28 smithi003 ceph-mon[96088]: 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-08T13:17:29.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:29.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:30.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:30.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:31 smithi094 ceph-mon[112176]: pgmap v18631: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:31 smithi003 ceph-mon[96088]: pgmap v18631: 97 pgs: 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:31.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:31.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:32.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:32.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:33 smithi094 ceph-mon[112176]: 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-08T13:17:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:33 smithi003 ceph-mon[96088]: 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-08T13:17:33.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:33.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:34.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:34.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:35 smithi094 ceph-mon[112176]: pgmap v18633: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:35 smithi003 ceph-mon[96088]: pgmap v18633: 97 pgs: 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:35.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:35.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:36.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:36.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:37 smithi094 ceph-mon[112176]: 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-08T13:17:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:37 smithi003 ceph-mon[96088]: 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-08T13:17:37.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:37.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:17:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:17:38.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:38.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:39 smithi094 ceph-mon[112176]: 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-08T13:17:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:17:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:17:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:17:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:17:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:17:39.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:39 smithi003 ceph-mon[96088]: 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-08T13:17:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:17:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:17:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:17:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:17:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:17:39.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:40.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:40.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:41 smithi094 ceph-mon[112176]: pgmap v18636: 97 pgs: 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:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:41 smithi003 ceph-mon[96088]: pgmap v18636: 97 pgs: 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:41.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:41.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:42.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:42.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:43 smithi094 ceph-mon[112176]: 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-08T13:17:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:43 smithi003 ceph-mon[96088]: 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-08T13:17:43.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:43.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:44.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:44.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:45 smithi094 ceph-mon[112176]: pgmap v18638: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:45 smithi003 ceph-mon[96088]: pgmap v18638: 97 pgs: 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:45.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:45.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:46 smithi094 ceph-mon[112176]: 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-08T13:17:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:46 smithi003 ceph-mon[96088]: 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-08T13:17:46.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:46.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:47.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:47.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:48.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:48.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:49 smithi094 ceph-mon[112176]: 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-08T13:17:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:49 smithi003 ceph-mon[96088]: 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-08T13:17:49.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:49.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:50.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:50.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:51 smithi094 ceph-mon[112176]: pgmap v18641: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:51 smithi003 ceph-mon[96088]: pgmap v18641: 97 pgs: 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:51.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:51.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:52.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:52.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:53 smithi094 ceph-mon[112176]: 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-08T13:17:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:53 smithi003 ceph-mon[96088]: 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-08T13:17:53.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:53.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:54.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:54.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:55 smithi094 ceph-mon[112176]: pgmap v18643: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:55 smithi003 ceph-mon[96088]: pgmap v18643: 97 pgs: 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:55.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:55.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:56.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:56.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:57 smithi094 ceph-mon[112176]: 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-08T13:17:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:57 smithi003 ceph-mon[96088]: 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-08T13:17:57.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:57.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:58.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:58.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:17:59 smithi094 ceph-mon[112176]: 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-08T13:17:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:17:59 smithi003 ceph-mon[96088]: 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-08T13:17:59.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:17:59.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:00.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:00.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:01 smithi094 ceph-mon[112176]: pgmap v18646: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:01 smithi003 ceph-mon[96088]: pgmap v18646: 97 pgs: 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:01.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:01.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:02.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:02.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:03 smithi003 ceph-mon[96088]: 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-08T13:18:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:03 smithi094 ceph-mon[112176]: 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-08T13:18:03.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:03.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:04.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:04.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:05 smithi094 ceph-mon[112176]: pgmap v18648: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:05 smithi003 ceph-mon[96088]: pgmap v18648: 97 pgs: 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:05.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:05.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:06 smithi094 ceph-mon[112176]: 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-08T13:18:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:06 smithi003 ceph-mon[96088]: 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-08T13:18:06.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:06.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:07.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:07.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:08.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:08.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:09 smithi094 ceph-mon[112176]: 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-08T13:18:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:09 smithi003 ceph-mon[96088]: 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-08T13:18:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:09.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:09.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:10.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:10.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:11 smithi094 ceph-mon[112176]: pgmap v18651: 97 pgs: 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:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:11 smithi003 ceph-mon[96088]: pgmap v18651: 97 pgs: 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:11.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:11.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:12.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:12.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:13 smithi003 ceph-mon[96088]: 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-08T13:18:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:13 smithi094 ceph-mon[112176]: 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-08T13:18:13.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:13.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:14.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:14.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:15 smithi094 ceph-mon[112176]: pgmap v18653: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:15 smithi003 ceph-mon[96088]: pgmap v18653: 97 pgs: 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:15.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:15.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:16.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:16.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:17 smithi094 ceph-mon[112176]: 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-08T13:18:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:17 smithi003 ceph-mon[96088]: 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-08T13:18:17.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:17.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:18.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:18.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:19 smithi094 ceph-mon[112176]: 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-08T13:18:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:19 smithi003 ceph-mon[96088]: 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-08T13:18:19.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:19.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:20.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:20.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:21 smithi094 ceph-mon[112176]: pgmap v18656: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:21 smithi003 ceph-mon[96088]: pgmap v18656: 97 pgs: 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:21.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:21.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:22.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:22.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:23.311 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:23 smithi094 ceph-mon[112176]: 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-08T13:18:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:23 smithi003 ceph-mon[96088]: 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-08T13:18:23.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:23.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:24.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:24.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:25 smithi094 ceph-mon[112176]: pgmap v18658: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:25 smithi003 ceph-mon[96088]: pgmap v18658: 97 pgs: 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:25.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:25.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:26.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:26.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:27 smithi094 ceph-mon[112176]: 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-08T13:18:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:27 smithi003 ceph-mon[96088]: 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-08T13:18:27.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:27.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:28.134 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:28 smithi003 ceph-mon[96088]: 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-08T13:18:28.364 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:28 smithi094 ceph-mon[112176]: 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-08T13:18:28.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:28.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:29.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:29.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:30.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:30.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:30 smithi094 ceph-mon[112176]: pgmap v18661: 97 pgs: 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:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:30 smithi003 ceph-mon[96088]: pgmap v18661: 97 pgs: 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:31.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:31.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:32.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:32.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:33 smithi094 ceph-mon[112176]: 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-08T13:18:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:33 smithi003 ceph-mon[96088]: 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-08T13:18:33.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:33.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:34.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:34.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:35 smithi094 ceph-mon[112176]: pgmap v18663: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:35 smithi003 ceph-mon[96088]: pgmap v18663: 97 pgs: 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:35.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:35.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:36.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:36.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:37 smithi094 ceph-mon[112176]: 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-08T13:18:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:37 smithi003 ceph-mon[96088]: 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-08T13:18:37.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:37.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:38.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:38.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:39 smithi094 ceph-mon[112176]: 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-08T13:18:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:18:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:39 smithi003 ceph-mon[96088]: 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-08T13:18:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:18:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:39.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:39.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:18:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:18:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:18:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:18:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:18:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:18:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:18:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:18:40.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:18:40.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:18:40.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:40.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:41 smithi094 ceph-mon[112176]: pgmap v18666: 97 pgs: 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:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:41 smithi003 ceph-mon[96088]: pgmap v18666: 97 pgs: 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:41.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:41.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:42.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:42.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:43.305 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:43 smithi003 ceph-mon[96088]: 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-08T13:18:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:43 smithi094 ceph-mon[112176]: 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-08T13:18:43.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:43.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:44.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:44.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:45 smithi094 ceph-mon[112176]: pgmap v18668: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:45 smithi003 ceph-mon[96088]: pgmap v18668: 97 pgs: 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:45.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:45.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:46.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:46.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:47 smithi094 ceph-mon[112176]: 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-08T13:18:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:47 smithi003 ceph-mon[96088]: 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-08T13:18:47.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:47.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:48.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:48.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:49 smithi094 ceph-mon[112176]: 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-08T13:18:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:49 smithi003 ceph-mon[96088]: 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-08T13:18:49.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:49.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:50.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:50.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:51 smithi094 ceph-mon[112176]: pgmap v18671: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:51 smithi003 ceph-mon[96088]: pgmap v18671: 97 pgs: 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:51.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:51.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:52.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:52.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:53 smithi094 ceph-mon[112176]: 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-08T13:18:53.419 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:53 smithi003 ceph-mon[96088]: 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-08T13:18:53.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:53.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:54.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:54.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:55 smithi094 ceph-mon[112176]: pgmap v18673: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:55 smithi003 ceph-mon[96088]: pgmap v18673: 97 pgs: 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:55.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:55.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:56 smithi094 ceph-mon[112176]: 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-08T13:18:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:56 smithi003 ceph-mon[96088]: 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-08T13:18:56.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:56.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:57.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:57.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:58.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:58.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:18:59 smithi094 ceph-mon[112176]: 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-08T13:18:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:18:59 smithi003 ceph-mon[96088]: 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-08T13:18:59.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:18:59.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:00.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:00.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:01 smithi094 ceph-mon[112176]: pgmap v18676: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:01 smithi003 ceph-mon[96088]: pgmap v18676: 97 pgs: 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:01.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:01.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:02.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:02.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:03 smithi094 ceph-mon[112176]: 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-08T13:19:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:03 smithi003 ceph-mon[96088]: 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-08T13:19:03.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:03.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:04.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:04.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:05 smithi094 ceph-mon[112176]: pgmap v18678: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:05 smithi003 ceph-mon[96088]: pgmap v18678: 97 pgs: 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:05.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:05.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:06.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:06.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:07 smithi094 ceph-mon[112176]: 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-08T13:19:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:07 smithi003 ceph-mon[96088]: 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-08T13:19:07.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:07.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:08.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:08.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:09 smithi094 ceph-mon[112176]: 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-08T13:19:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:09 smithi003 ceph-mon[96088]: 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-08T13:19:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:09.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:09.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:10.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:10.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:11 smithi094 ceph-mon[112176]: pgmap v18681: 97 pgs: 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:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:11 smithi003 ceph-mon[96088]: pgmap v18681: 97 pgs: 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:11.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:11.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:12.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:12.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:13 smithi094 ceph-mon[112176]: 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-08T13:19:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:13 smithi003 ceph-mon[96088]: 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-08T13:19:13.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:13.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:14.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:14.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:15 smithi094 ceph-mon[112176]: pgmap v18683: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:15 smithi003 ceph-mon[96088]: pgmap v18683: 97 pgs: 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:15.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:15.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:16.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:16.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:17 smithi094 ceph-mon[112176]: 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-08T13:19:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:17 smithi003 ceph-mon[96088]: 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-08T13:19:17.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:17.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:18.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:18.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:19.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:19 smithi094 ceph-mon[112176]: 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-08T13:19:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:19 smithi003 ceph-mon[96088]: 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-08T13:19:19.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:19.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:20 smithi094 ceph-mon[112176]: pgmap v18686: 97 pgs: 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:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:20 smithi003 ceph-mon[96088]: pgmap v18686: 97 pgs: 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:20.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:20.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:21.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:21.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:22.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:22.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:23 smithi094 ceph-mon[112176]: 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-08T13:19:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:23 smithi003 ceph-mon[96088]: 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-08T13:19:23.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:23.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:24.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:24.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:25 smithi094 ceph-mon[112176]: pgmap v18688: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:25 smithi003 ceph-mon[96088]: pgmap v18688: 97 pgs: 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:25.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:25.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:26.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:26.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:27 smithi094 ceph-mon[112176]: 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-08T13:19:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:27 smithi003 ceph-mon[96088]: 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-08T13:19:27.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:27.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:28.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:28.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:29.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:29 smithi003 ceph-mon[96088]: 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-08T13:19:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:29 smithi094 ceph-mon[112176]: 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-08T13:19:29.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:29.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:30.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:30.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:31 smithi094 ceph-mon[112176]: pgmap v18691: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:31 smithi003 ceph-mon[96088]: pgmap v18691: 97 pgs: 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:31.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:31.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:32.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:32.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:33 smithi094 ceph-mon[112176]: 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-08T13:19:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:33 smithi003 ceph-mon[96088]: 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-08T13:19:33.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:33.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:34 smithi003 ceph-mon[96088]: pgmap v18693: 97 pgs: 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:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:34 smithi094 ceph-mon[112176]: pgmap v18693: 97 pgs: 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:34.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:34.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:35.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:35.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:36.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:36.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:36 smithi094 ceph-mon[112176]: 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-08T13:19:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:36 smithi003 ceph-mon[96088]: 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-08T13:19:37.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:37.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:38.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:38.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:39 smithi003 ceph-mon[96088]: 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-08T13:19:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:39 smithi094 ceph-mon[112176]: 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-08T13:19:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:39.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:39.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:19:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:19:40.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:40.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:41 smithi094 ceph-mon[112176]: pgmap v18696: 97 pgs: 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:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:41 smithi003 ceph-mon[96088]: pgmap v18696: 97 pgs: 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:41.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:41.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:42.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:42.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:42 smithi094 ceph-mon[112176]: 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-08T13:19:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:19:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:19:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:19:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:19:43.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:19:43.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:19:43.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:19:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:42 smithi003 ceph-mon[96088]: 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-08T13:19:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:19:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:19:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:19:43.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:19:43.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:19:43.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:19:43.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:19:43.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:43.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:44.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:44.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:45.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:44 smithi094 ceph-mon[112176]: pgmap v18698: 97 pgs: 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:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:44 smithi003 ceph-mon[96088]: pgmap v18698: 97 pgs: 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:45.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:45.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:46.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:46.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:47.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:46 smithi094 ceph-mon[112176]: 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-08T13:19:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:46 smithi003 ceph-mon[96088]: 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-08T13:19:47.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:47.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:48.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:48.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:49 smithi094 ceph-mon[112176]: 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-08T13:19:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:49 smithi003 ceph-mon[96088]: 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-08T13:19:49.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:49.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:50.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:50.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:51 smithi094 ceph-mon[112176]: pgmap v18701: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:51 smithi003 ceph-mon[96088]: pgmap v18701: 97 pgs: 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:51.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:51.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:52.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:52.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:53 smithi094 ceph-mon[112176]: 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-08T13:19:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:53 smithi003 ceph-mon[96088]: 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-08T13:19:53.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:53.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:54.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:54.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:55 smithi094 ceph-mon[112176]: pgmap v18703: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:55 smithi003 ceph-mon[96088]: pgmap v18703: 97 pgs: 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:55.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:55.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:56.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:56.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:57 smithi094 ceph-mon[112176]: 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-08T13:19:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:57 smithi003 ceph-mon[96088]: 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-08T13:19:57.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:57.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:58.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:58.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:59.311 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:19:59 smithi094 ceph-mon[112176]: 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-08T13:19:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:19:59 smithi003 ceph-mon[96088]: 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-08T13:19:59.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:19:59.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T13:20:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T13:20:00.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:00.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:01 smithi094 ceph-mon[112176]: pgmap v18706: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:01 smithi003 ceph-mon[96088]: pgmap v18706: 97 pgs: 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:01.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:01.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:02.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:02.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:03 smithi094 ceph-mon[112176]: 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-08T13:20:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:03 smithi003 ceph-mon[96088]: 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-08T13:20:03.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:03.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:04.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:04.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:05 smithi094 ceph-mon[112176]: pgmap v18708: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:05 smithi003 ceph-mon[96088]: pgmap v18708: 97 pgs: 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:05.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:05.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:06.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:06.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:07 smithi094 ceph-mon[112176]: 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-08T13:20:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:07 smithi003 ceph-mon[96088]: 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-08T13:20:07.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:07.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:08.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:08.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:09 smithi094 ceph-mon[112176]: 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-08T13:20:09.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:09 smithi003 ceph-mon[96088]: 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-08T13:20:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:09.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:09.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:10.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:10.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:11 smithi094 ceph-mon[112176]: pgmap v18711: 97 pgs: 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:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:11 smithi003 ceph-mon[96088]: pgmap v18711: 97 pgs: 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:11.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:11.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:12.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:12.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:13 smithi094 ceph-mon[112176]: 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-08T13:20:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:13 smithi003 ceph-mon[96088]: 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-08T13:20:13.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:13.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:14.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:14.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:15 smithi094 ceph-mon[112176]: pgmap v18713: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:15 smithi003 ceph-mon[96088]: pgmap v18713: 97 pgs: 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:15.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:15.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:16.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:16.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:17 smithi094 ceph-mon[112176]: 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-08T13:20:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:17 smithi003 ceph-mon[96088]: 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-08T13:20:17.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:17.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:18.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:18.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:19.404 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:19 smithi003 ceph-mon[96088]: 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-08T13:20:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:19 smithi094 ceph-mon[112176]: 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-08T13:20:19.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:19.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:20.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:20.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:21 smithi094 ceph-mon[112176]: pgmap v18716: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:21 smithi003 ceph-mon[96088]: pgmap v18716: 97 pgs: 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:21.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:21.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:22.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:22.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:23 smithi094 ceph-mon[112176]: 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-08T13:20:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:23 smithi003 ceph-mon[96088]: 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-08T13:20:23.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:23.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:24.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:24.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:24.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:25 smithi094 ceph-mon[112176]: pgmap v18718: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:25 smithi003 ceph-mon[96088]: pgmap v18718: 97 pgs: 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:25.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:25.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:26.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:26.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:27 smithi094 ceph-mon[112176]: 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-08T13:20:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:27 smithi003 ceph-mon[96088]: 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-08T13:20:27.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:27.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:28.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:28.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:29 smithi094 ceph-mon[112176]: 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-08T13:20:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:29 smithi003 ceph-mon[96088]: 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-08T13:20:29.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:29.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:30.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:30.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:31 smithi094 ceph-mon[112176]: pgmap v18721: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:31 smithi003 ceph-mon[96088]: pgmap v18721: 97 pgs: 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:31.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:31.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:32.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:32.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:33 smithi094 ceph-mon[112176]: 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-08T13:20:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:33 smithi003 ceph-mon[96088]: 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-08T13:20:33.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:33.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:34.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:34.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:35 smithi094 ceph-mon[112176]: pgmap v18723: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:35 smithi003 ceph-mon[96088]: pgmap v18723: 97 pgs: 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:35.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:35.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:36.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:36.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:37 smithi094 ceph-mon[112176]: 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-08T13:20:37.529 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:37 smithi003 ceph-mon[96088]: 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-08T13:20:37.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:37.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:38 smithi094 ceph-mon[112176]: 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-08T13:20:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:38 smithi003 ceph-mon[96088]: 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-08T13:20:38.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:38.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:39.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:39.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:40 smithi094 ceph-mon[112176]: pgmap v18726: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:40 smithi003 ceph-mon[96088]: pgmap v18726: 97 pgs: 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:40.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:40.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:41.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:41.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:42.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:42.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:43 smithi094 ceph-mon[112176]: 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-08T13:20:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:20:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:20:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:20:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:20:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:20:43.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:20:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:43 smithi003 ceph-mon[96088]: 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-08T13:20:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:20:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:20:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:20:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:20:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:20:43.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:20:43.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:43.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:44.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:44.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:45 smithi094 ceph-mon[112176]: pgmap v18728: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:45 smithi003 ceph-mon[96088]: pgmap v18728: 97 pgs: 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:45.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:45.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:46.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:46.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:47 smithi094 ceph-mon[112176]: 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-08T13:20:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:47 smithi003 ceph-mon[96088]: 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-08T13:20:47.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:47.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:48.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:48.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:49 smithi094 ceph-mon[112176]: 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-08T13:20:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:49 smithi003 ceph-mon[96088]: 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-08T13:20:49.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:49.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:50.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:50.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:51 smithi094 ceph-mon[112176]: pgmap v18731: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:51 smithi003 ceph-mon[96088]: pgmap v18731: 97 pgs: 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:51.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:51.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:52.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:52.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:53 smithi094 ceph-mon[112176]: 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-08T13:20:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:53 smithi003 ceph-mon[96088]: 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-08T13:20:53.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:53.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:54.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:54.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:55 smithi094 ceph-mon[112176]: pgmap v18733: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:55 smithi003 ceph-mon[96088]: pgmap v18733: 97 pgs: 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:55.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:55.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:56 smithi094 ceph-mon[112176]: 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-08T13:20:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:56 smithi003 ceph-mon[96088]: 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-08T13:20:56.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:56.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:57.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:57.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:58.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:58.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:20:59 smithi094 ceph-mon[112176]: 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-08T13:20:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:20:59 smithi003 ceph-mon[96088]: 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-08T13:20:59.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:20:59.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:00.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:00.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:01 smithi094 ceph-mon[112176]: pgmap v18736: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:01 smithi003 ceph-mon[96088]: pgmap v18736: 97 pgs: 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:01.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:01.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:02.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:02.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:03 smithi094 ceph-mon[112176]: 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-08T13:21:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:03 smithi003 ceph-mon[96088]: 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-08T13:21:03.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:03.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:04.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:04.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:05 smithi003 ceph-mon[96088]: pgmap v18738: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:05 smithi094 ceph-mon[112176]: pgmap v18738: 97 pgs: 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:05.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:05.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:07 smithi094 ceph-mon[112176]: 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-08T13:21:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:07 smithi003 ceph-mon[96088]: 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-08T13:21:07.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:07.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:08.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:08.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:09 smithi094 ceph-mon[112176]: 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-08T13:21:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:09 smithi003 ceph-mon[96088]: 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-08T13:21:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:09.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:09.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:10.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:10.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:11 smithi003 ceph-mon[96088]: pgmap v18741: 97 pgs: 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:11.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:11.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:12.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:12.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:11 smithi094 ceph-mon[112176]: pgmap v18741: 97 pgs: 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.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:13 smithi094 ceph-mon[112176]: 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-08T13:21:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:13 smithi003 ceph-mon[96088]: 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-08T13:21:13.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:13.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:14 smithi094 ceph-mon[112176]: pgmap v18743: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:14 smithi003 ceph-mon[96088]: pgmap v18743: 97 pgs: 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:14.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:14.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:15.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:15.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:16.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:16.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:16 smithi094 ceph-mon[112176]: 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-08T13:21:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:16 smithi003 ceph-mon[96088]: 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-08T13:21:17.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:17.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:18.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:18.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:19.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:19 smithi094 ceph-mon[112176]: 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-08T13:21:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:19 smithi003 ceph-mon[96088]: 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-08T13:21:19.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:19.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:20.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:20.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:21 smithi094 ceph-mon[112176]: pgmap v18746: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:21 smithi003 ceph-mon[96088]: pgmap v18746: 97 pgs: 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:21.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:21.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:22.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:22.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:23 smithi094 ceph-mon[112176]: 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-08T13:21:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:23 smithi003 ceph-mon[96088]: 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-08T13:21:23.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:23.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:24.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:24.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:25 smithi094 ceph-mon[112176]: pgmap v18748: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:25 smithi003 ceph-mon[96088]: pgmap v18748: 97 pgs: 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:25.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:25.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:26.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:26.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:27 smithi094 ceph-mon[112176]: 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-08T13:21:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:27 smithi003 ceph-mon[96088]: 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-08T13:21:27.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:27.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:28.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:28.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:29 smithi094 ceph-mon[112176]: 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-08T13:21:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:29 smithi003 ceph-mon[96088]: 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-08T13:21:29.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:29.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:30 smithi094 ceph-mon[112176]: pgmap v18751: 97 pgs: 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:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:30 smithi003 ceph-mon[96088]: pgmap v18751: 97 pgs: 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:30.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:30.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:31.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:31.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:32.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:32.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:33 smithi094 ceph-mon[112176]: 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-08T13:21:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:33 smithi003 ceph-mon[96088]: 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-08T13:21:33.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:33.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:34.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:34.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:35 smithi094 ceph-mon[112176]: pgmap v18753: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:35 smithi003 ceph-mon[96088]: pgmap v18753: 97 pgs: 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:35.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:35.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:36.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:36.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:37 smithi094 ceph-mon[112176]: 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-08T13:21:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:37 smithi003 ceph-mon[96088]: 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-08T13:21:37.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:37.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:38.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:38.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:39 smithi094 ceph-mon[112176]: 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-08T13:21:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:39 smithi003 ceph-mon[96088]: 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-08T13:21:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:39.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:39.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:40.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:40.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:41 smithi094 ceph-mon[112176]: pgmap v18756: 97 pgs: 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:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:41 smithi003 ceph-mon[96088]: pgmap v18756: 97 pgs: 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:41.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:41.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:42.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:42.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:43 smithi094 ceph-mon[112176]: 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-08T13:21:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:43 smithi003 ceph-mon[96088]: 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-08T13:21:43.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:43.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:21:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:21:44.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:44.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:45.379 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:45 smithi003 ceph-mon[96088]: pgmap v18758: 97 pgs: 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:45.408 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:45 smithi094 ceph-mon[112176]: pgmap v18758: 97 pgs: 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:45.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:45.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:46 smithi094 ceph-mon[112176]: 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-08T13:21:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:46 smithi003 ceph-mon[96088]: 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-08T13:21:46.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:46.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:47.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:47.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:48.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:48.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:48 smithi003 ceph-mon[96088]: 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-08T13:21:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:21:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:21:49.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:21:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:21:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:21:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:21:49.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:48 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:21:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:48 smithi094 ceph-mon[112176]: 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-08T13:21:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:21:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:21:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:21:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:21:49.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:21:49.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:21:49.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:48 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:21:49.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:49.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:50.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:50.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:50 smithi003 ceph-mon[96088]: pgmap v18761: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:50 smithi094 ceph-mon[112176]: pgmap v18761: 97 pgs: 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:51.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:51.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:52.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:52.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:53 smithi094 ceph-mon[112176]: 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-08T13:21:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:53 smithi003 ceph-mon[96088]: 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-08T13:21:53.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:53.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:54.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:54.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:55 smithi094 ceph-mon[112176]: pgmap v18763: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:55 smithi003 ceph-mon[96088]: pgmap v18763: 97 pgs: 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:55.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:55.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:56.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:56.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:57.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:57 smithi094 ceph-mon[112176]: 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-08T13:21:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:57 smithi003 ceph-mon[96088]: 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-08T13:21:57.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:57.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:58.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:58.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:21:59 smithi094 ceph-mon[112176]: 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-08T13:21:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:21:59 smithi003 ceph-mon[96088]: 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-08T13:21:59.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:21:59.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:00.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:00.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:01 smithi094 ceph-mon[112176]: pgmap v18766: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:01 smithi003 ceph-mon[96088]: pgmap v18766: 97 pgs: 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:01.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:01.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:02.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:02.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:03 smithi094 ceph-mon[112176]: 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-08T13:22:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:03 smithi003 ceph-mon[96088]: 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-08T13:22:03.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:03.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:04 smithi094 ceph-mon[112176]: pgmap v18768: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:04 smithi003 ceph-mon[96088]: pgmap v18768: 97 pgs: 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:04.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:04.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:05.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:05.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:06.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:06.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:06 smithi094 ceph-mon[112176]: 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-08T13:22:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:06 smithi003 ceph-mon[96088]: 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-08T13:22:07.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:07.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:08.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:08.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:09 smithi094 ceph-mon[112176]: 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-08T13:22:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:09 smithi003 ceph-mon[96088]: 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-08T13:22:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:09.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:09.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:10.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:10.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:11 smithi094 ceph-mon[112176]: pgmap v18771: 97 pgs: 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:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:11 smithi003 ceph-mon[96088]: pgmap v18771: 97 pgs: 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:11.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:11.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:12.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:12.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:13 smithi094 ceph-mon[112176]: 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-08T13:22:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:13 smithi003 ceph-mon[96088]: 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-08T13:22:13.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:13.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:14.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:14.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:15 smithi094 ceph-mon[112176]: pgmap v18773: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:15 smithi003 ceph-mon[96088]: pgmap v18773: 97 pgs: 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:15.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:15.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:17.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:17.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:17 smithi094 ceph-mon[112176]: 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-08T13:22:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:17 smithi003 ceph-mon[96088]: 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-08T13:22:18.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:18.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:19.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:19.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:19 smithi094 ceph-mon[112176]: 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-08T13:22:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:19 smithi003 ceph-mon[96088]: 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-08T13:22:20.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:20.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:20 smithi094 ceph-mon[112176]: pgmap v18776: 97 pgs: 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:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:20 smithi003 ceph-mon[96088]: pgmap v18776: 97 pgs: 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:21.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:21.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:22.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:22.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:23.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:23.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:23 smithi094 ceph-mon[112176]: 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-08T13:22:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:23 smithi003 ceph-mon[96088]: 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-08T13:22:24.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:24.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:25.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:25.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:25 smithi094 ceph-mon[112176]: pgmap v18778: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:25 smithi003 ceph-mon[96088]: pgmap v18778: 97 pgs: 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:26.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:26.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:26 smithi094 ceph-mon[112176]: 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-08T13:22:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:26 smithi003 ceph-mon[96088]: 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-08T13:22:27.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:27.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:28.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:28.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:29.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:29.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:29 smithi094 ceph-mon[112176]: 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-08T13:22:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:29 smithi003 ceph-mon[96088]: 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-08T13:22:30.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:30.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:31.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:31.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:31 smithi094 ceph-mon[112176]: pgmap v18781: 97 pgs: 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:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:31 smithi003 ceph-mon[96088]: pgmap v18781: 97 pgs: 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:32.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:32.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:33.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:33.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:33 smithi094 ceph-mon[112176]: 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-08T13:22:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:33 smithi003 ceph-mon[96088]: 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-08T13:22:34.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:34.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:35.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:35.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:35 smithi094 ceph-mon[112176]: pgmap v18783: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:35 smithi003 ceph-mon[96088]: pgmap v18783: 97 pgs: 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:36.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:36.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:37.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:37.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:37 smithi094 ceph-mon[112176]: 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-08T13:22:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:37 smithi003 ceph-mon[96088]: 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-08T13:22:38.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:38.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:39.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:39.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:39 smithi094 ceph-mon[112176]: 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-08T13:22:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:39 smithi003 ceph-mon[96088]: 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-08T13:22:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:40.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:40.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:40 smithi094 ceph-mon[112176]: pgmap v18786: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:40 smithi003 ceph-mon[96088]: pgmap v18786: 97 pgs: 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:41.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:41.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:42.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:42.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:43.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:43.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:43 smithi094 ceph-mon[112176]: 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-08T13:22:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:43 smithi003 ceph-mon[96088]: 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-08T13:22:44.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:44.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:45.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:45.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:45 smithi094 ceph-mon[112176]: pgmap v18788: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:45 smithi003 ceph-mon[96088]: pgmap v18788: 97 pgs: 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:46.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:46.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:47.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:47.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:47 smithi094 ceph-mon[112176]: 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-08T13:22:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:47 smithi003 ceph-mon[96088]: 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-08T13:22:48.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:48.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:49.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:49.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:49 smithi094 ceph-mon[112176]: 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-08T13:22:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:22:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:22:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:22:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:49 smithi003 ceph-mon[96088]: 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-08T13:22:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:22:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:22:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:22:50.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:50.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:22:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:22:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:22:50.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:22:50.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:22:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:22:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:22:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:22:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:22:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:22:51.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:51.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:51 smithi094 ceph-mon[112176]: pgmap v18791: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:51 smithi003 ceph-mon[96088]: pgmap v18791: 97 pgs: 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:52.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:52.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:53.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:53.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:53.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:53 smithi094 ceph-mon[112176]: 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-08T13:22:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:53 smithi003 ceph-mon[96088]: 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-08T13:22:54.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:54.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:55.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:55.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:55 smithi094 ceph-mon[112176]: pgmap v18793: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:55 smithi003 ceph-mon[96088]: pgmap v18793: 97 pgs: 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:56.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:56.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:57.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:57.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:57 smithi094 ceph-mon[112176]: 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-08T13:22:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:57 smithi003 ceph-mon[96088]: 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-08T13:22:58.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:58.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:22:58 smithi003 ceph-mon[96088]: 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-08T13:22:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:22:58 smithi094 ceph-mon[112176]: 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-08T13:22:59.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:22:59.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:00.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:00.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:01.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:01.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:00 smithi094 ceph-mon[112176]: pgmap v18796: 97 pgs: 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:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:00 smithi003 ceph-mon[96088]: pgmap v18796: 97 pgs: 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:02.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:02.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:03.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:03.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:03 smithi094 ceph-mon[112176]: 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-08T13:23:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:03 smithi003 ceph-mon[96088]: 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-08T13:23:04.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:04.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:05.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:05.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:05 smithi094 ceph-mon[112176]: pgmap v18798: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:05 smithi003 ceph-mon[96088]: pgmap v18798: 97 pgs: 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:06.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:06.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:07.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:07.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:07 smithi094 ceph-mon[112176]: 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-08T13:23:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:07 smithi003 ceph-mon[96088]: 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-08T13:23:08.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:08.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:09.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:09.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:09 smithi094 ceph-mon[112176]: 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-08T13:23:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:09 smithi003 ceph-mon[96088]: 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-08T13:23:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:10.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:10.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:11.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:11.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:11.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:11 smithi003 ceph-mon[96088]: pgmap v18801: 97 pgs: 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:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:11 smithi094 ceph-mon[112176]: pgmap v18801: 97 pgs: 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.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:12.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:13.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:13.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:13 smithi094 ceph-mon[112176]: 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-08T13:23:13.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:13 smithi003 ceph-mon[96088]: 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-08T13:23:14.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:14.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:15.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:15.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:15 smithi094 ceph-mon[112176]: pgmap v18803: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:15 smithi003 ceph-mon[96088]: pgmap v18803: 97 pgs: 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:16.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:16.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:17.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:17.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:17 smithi094 ceph-mon[112176]: 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-08T13:23:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:17 smithi003 ceph-mon[96088]: 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-08T13:23:18.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:18.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:19.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:19.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:19.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:19 smithi094 ceph-mon[112176]: 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-08T13:23:19.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:19 smithi003 ceph-mon[96088]: 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-08T13:23:20.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:20.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:20 smithi094 ceph-mon[112176]: pgmap v18806: 97 pgs: 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:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:20 smithi003 ceph-mon[96088]: pgmap v18806: 97 pgs: 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:21.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:21.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:22.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:22.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:23.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:23.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:23 smithi094 ceph-mon[112176]: 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-08T13:23:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:23 smithi003 ceph-mon[96088]: 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-08T13:23:24.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:24.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:25.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:25.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:25 smithi094 ceph-mon[112176]: pgmap v18808: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:25 smithi003 ceph-mon[96088]: pgmap v18808: 97 pgs: 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:26.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:26.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:26 smithi094 ceph-mon[112176]: 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-08T13:23:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:26 smithi003 ceph-mon[96088]: 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-08T13:23:27.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:27.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:28.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:28.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:29.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:29.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:29 smithi094 ceph-mon[112176]: 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-08T13:23:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:29 smithi003 ceph-mon[96088]: 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-08T13:23:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:31.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:31.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:31 smithi094 ceph-mon[112176]: pgmap v18811: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:31 smithi003 ceph-mon[96088]: pgmap v18811: 97 pgs: 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.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:32.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:33.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:33.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:33 smithi094 ceph-mon[112176]: 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-08T13:23:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:33 smithi003 ceph-mon[96088]: 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-08T13:23:34.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:34.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:34 smithi094 ceph-mon[112176]: pgmap v18813: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:34 smithi003 ceph-mon[96088]: pgmap v18813: 97 pgs: 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:35.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:35.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:36.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:36.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:37.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:37.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:36 smithi094 ceph-mon[112176]: 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-08T13:23:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:36 smithi003 ceph-mon[96088]: 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-08T13:23:38.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:38.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:39.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:39.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:39 smithi094 ceph-mon[112176]: 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-08T13:23:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:39 smithi003 ceph-mon[96088]: 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-08T13:23:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:40.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:40.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:41.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:41.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:41.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:41 smithi094 ceph-mon[112176]: pgmap v18816: 97 pgs: 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:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:41 smithi003 ceph-mon[96088]: pgmap v18816: 97 pgs: 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.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:42.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:43.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:43.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:43 smithi094 ceph-mon[112176]: 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-08T13:23:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:43 smithi003 ceph-mon[96088]: 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-08T13:23:44.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:44.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:44 smithi094 ceph-mon[112176]: pgmap v18818: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:44 smithi003 ceph-mon[96088]: pgmap v18818: 97 pgs: 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:45.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:45.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:46.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:46.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:46 smithi094 ceph-mon[112176]: 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-08T13:23:47.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:47.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:46 smithi003 ceph-mon[96088]: 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-08T13:23:48.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:48.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:49.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:49.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:49 smithi094 ceph-mon[112176]: 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-08T13:23:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:49 smithi003 ceph-mon[96088]: 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-08T13:23:50.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:50.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:23:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:23:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:23:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:23:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:23:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:23:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:23:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:23:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:23:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:23:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:23:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:23:51.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:51.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:51 smithi094 ceph-mon[112176]: pgmap v18821: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:51 smithi003 ceph-mon[96088]: pgmap v18821: 97 pgs: 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.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:52.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:53.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:53.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:53 smithi094 ceph-mon[112176]: 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-08T13:23:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:53 smithi003 ceph-mon[96088]: 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-08T13:23:54.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:54.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:55.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:55.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:55 smithi094 ceph-mon[112176]: pgmap v18823: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:55 smithi003 ceph-mon[96088]: pgmap v18823: 97 pgs: 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:56.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:56.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:56 smithi094 ceph-mon[112176]: 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-08T13:23:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:56 smithi003 ceph-mon[96088]: 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-08T13:23:57.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:57.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:58.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:58.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:59.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:23:59.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:23:59 smithi094 ceph-mon[112176]: 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-08T13:23:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:23:59 smithi003 ceph-mon[96088]: 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-08T13:24:00.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:00.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:01.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:01.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:01 smithi094 ceph-mon[112176]: pgmap v18826: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:01 smithi003 ceph-mon[96088]: pgmap v18826: 97 pgs: 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.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:02.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:03.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:03.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:03 smithi094 ceph-mon[112176]: 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-08T13:24:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:03 smithi003 ceph-mon[96088]: 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-08T13:24:04.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:04.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:05.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:05.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:05 smithi094 ceph-mon[112176]: pgmap v18828: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:05 smithi003 ceph-mon[96088]: pgmap v18828: 97 pgs: 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:06.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:06.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:06 smithi094 ceph-mon[112176]: 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-08T13:24:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:06 smithi003 ceph-mon[96088]: 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-08T13:24:07.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:07.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:08.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:08.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:09.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:09.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:09 smithi094 ceph-mon[112176]: 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-08T13:24:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:09 smithi003 ceph-mon[96088]: 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-08T13:24:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:10.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:10.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:11.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:11.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:11.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:11 smithi094 ceph-mon[112176]: pgmap v18831: 97 pgs: 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:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:11 smithi003 ceph-mon[96088]: pgmap v18831: 97 pgs: 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.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:12.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:13.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:13.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:13 smithi094 ceph-mon[112176]: 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-08T13:24:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:13 smithi003 ceph-mon[96088]: 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-08T13:24:14.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:14.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:15.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:15.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:15 smithi094 ceph-mon[112176]: pgmap v18833: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:15 smithi003 ceph-mon[96088]: pgmap v18833: 97 pgs: 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:16.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:16.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:17.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:17.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:17 smithi094 ceph-mon[112176]: 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-08T13:24:17.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:17 smithi003 ceph-mon[96088]: 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-08T13:24:18.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:18.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:18 smithi003 ceph-mon[96088]: 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-08T13:24:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:18 smithi094 ceph-mon[112176]: 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-08T13:24:19.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:19.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:20.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:20.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:20 smithi094 ceph-mon[112176]: pgmap v18836: 97 pgs: 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:21.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:21.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:20 smithi003 ceph-mon[96088]: pgmap v18836: 97 pgs: 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.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:22.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:23.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:23.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:23 smithi094 ceph-mon[112176]: 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-08T13:24:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:23 smithi003 ceph-mon[96088]: 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-08T13:24:24.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:24.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:25.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:25.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:25 smithi094 ceph-mon[112176]: pgmap v18838: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:25 smithi003 ceph-mon[96088]: pgmap v18838: 97 pgs: 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:26.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:26.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:26 smithi094 ceph-mon[112176]: 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-08T13:24:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:26 smithi003 ceph-mon[96088]: 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-08T13:24:27.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:27.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:28.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:28.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:29.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:29.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:29.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:29 smithi094 ceph-mon[112176]: 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-08T13:24:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:29 smithi003 ceph-mon[96088]: 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-08T13:24:30.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:30.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:30 smithi094 ceph-mon[112176]: pgmap v18841: 97 pgs: 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:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:30 smithi003 ceph-mon[96088]: pgmap v18841: 97 pgs: 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:31.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:31.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:32.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:32.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:33.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:33.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:33 smithi094 ceph-mon[112176]: 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-08T13:24:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:33 smithi003 ceph-mon[96088]: 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-08T13:24:34.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:34.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:35.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:35.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:35 smithi094 ceph-mon[112176]: pgmap v18843: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:35 smithi003 ceph-mon[96088]: pgmap v18843: 97 pgs: 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:36.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:36.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:36 smithi094 ceph-mon[112176]: 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-08T13:24:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:36 smithi003 ceph-mon[96088]: 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-08T13:24:37.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:37.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:38.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:38.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:39.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:39.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:39 smithi094 ceph-mon[112176]: 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-08T13:24:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:39 smithi003 ceph-mon[96088]: 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-08T13:24:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:40.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:40.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:40 smithi094 ceph-mon[112176]: pgmap v18846: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:40 smithi003 ceph-mon[96088]: pgmap v18846: 97 pgs: 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:41.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:41.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:42.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:42.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:43.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:43.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:43.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:43 smithi094 ceph-mon[112176]: 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-08T13:24:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:43 smithi003 ceph-mon[96088]: 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-08T13:24:44.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:44.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:45.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:45.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:45 smithi094 ceph-mon[112176]: pgmap v18848: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:45 smithi003 ceph-mon[96088]: pgmap v18848: 97 pgs: 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:46.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:46.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:46 smithi094 ceph-mon[112176]: 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-08T13:24:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:46 smithi003 ceph-mon[96088]: 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-08T13:24:47.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:47.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:48.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:48.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:49.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:49.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:49.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:49 smithi094 ceph-mon[112176]: 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-08T13:24:49.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:49 smithi003 ceph-mon[96088]: 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-08T13:24:50.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:50.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:50 smithi094 ceph-mon[112176]: pgmap v18851: 97 pgs: 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:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:50 smithi003 ceph-mon[96088]: pgmap v18851: 97 pgs: 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:51.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:51.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:24:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:24:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:24:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:24:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:24:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:24:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:24:51.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:24:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:24:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:24:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:24:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:24:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:24:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:24:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:24:51.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:24:52.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:52.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:53.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:53.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:53 smithi094 ceph-mon[112176]: 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-08T13:24:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:53 smithi003 ceph-mon[96088]: 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-08T13:24:54.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:54.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:55.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:55.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:55 smithi094 ceph-mon[112176]: pgmap v18853: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:55 smithi003 ceph-mon[96088]: pgmap v18853: 97 pgs: 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:56.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:56.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:56 smithi094 ceph-mon[112176]: 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-08T13:24:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:56 smithi003 ceph-mon[96088]: 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-08T13:24:57.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:57.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:58.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:58.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:59.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:24:59.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:24:59 smithi094 ceph-mon[112176]: 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-08T13:24:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:24:59 smithi003 ceph-mon[96088]: 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-08T13:25:00.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:00.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:00 smithi094 ceph-mon[112176]: pgmap v18856: 97 pgs: 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:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:00 smithi003 ceph-mon[96088]: pgmap v18856: 97 pgs: 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:01.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:01.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:02.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:02.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:03.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:03.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:03 smithi094 ceph-mon[112176]: 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-08T13:25:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:03 smithi003 ceph-mon[96088]: 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-08T13:25:04.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:04.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:04 smithi094 ceph-mon[112176]: pgmap v18858: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:04 smithi003 ceph-mon[96088]: pgmap v18858: 97 pgs: 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:05.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:05.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:06.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:06.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:06 smithi003 ceph-mon[96088]: 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-08T13:25:07.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:07.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:06 smithi094 ceph-mon[112176]: 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-08T13:25:08.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:08.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:08 smithi094 ceph-mon[112176]: 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-08T13:25:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:08 smithi003 ceph-mon[96088]: 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-08T13:25:09.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:09.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:10.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:10.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:10 smithi003 ceph-mon[96088]: pgmap v18861: 97 pgs: 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:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:10 smithi094 ceph-mon[112176]: pgmap v18861: 97 pgs: 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:11.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:11.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:12.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:12.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:13.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:13.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:13 smithi094 ceph-mon[112176]: 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-08T13:25:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:13 smithi003 ceph-mon[96088]: 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-08T13:25:14.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:14.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:14 smithi094 ceph-mon[112176]: pgmap v18863: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:14 smithi003 ceph-mon[96088]: pgmap v18863: 97 pgs: 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:15.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:15.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:16.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:16.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:16 smithi003 ceph-mon[96088]: 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-08T13:25:17.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:17.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:16 smithi094 ceph-mon[112176]: 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-08T13:25:18.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:18.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:18 smithi094 ceph-mon[112176]: 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-08T13:25:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:18 smithi003 ceph-mon[96088]: 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-08T13:25:19.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:19.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:20.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:20.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:20 smithi003 ceph-mon[96088]: pgmap v18866: 97 pgs: 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:21.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:21.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:20 smithi094 ceph-mon[112176]: pgmap v18866: 97 pgs: 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.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:22.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:23.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:23.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:23 smithi094 ceph-mon[112176]: 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-08T13:25:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:23 smithi003 ceph-mon[96088]: 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-08T13:25:24.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:24.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:24 smithi094 ceph-mon[112176]: pgmap v18868: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:24 smithi003 ceph-mon[96088]: pgmap v18868: 97 pgs: 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:25.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:25.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:26.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:26.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:26 smithi003 ceph-mon[96088]: 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-08T13:25:27.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:27.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:26 smithi094 ceph-mon[112176]: 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-08T13:25:28.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:28.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:28 smithi094 ceph-mon[112176]: 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-08T13:25:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:28 smithi003 ceph-mon[96088]: 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-08T13:25:29.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:29.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:30.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:30.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:30 smithi003 ceph-mon[96088]: pgmap v18871: 97 pgs: 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:31.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:31.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:30 smithi094 ceph-mon[112176]: pgmap v18871: 97 pgs: 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.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:32.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:33 smithi003 ceph-mon[96088]: 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-08T13:25:33.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:33.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:33 smithi094 ceph-mon[112176]: 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-08T13:25:34.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:34.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:34 smithi094 ceph-mon[112176]: pgmap v18873: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:34 smithi003 ceph-mon[96088]: pgmap v18873: 97 pgs: 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:35.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:35.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:36.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:36.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:36 smithi003 ceph-mon[96088]: 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-08T13:25:37.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:37.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:36 smithi094 ceph-mon[112176]: 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-08T13:25:38.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:38.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:38 smithi094 ceph-mon[112176]: 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-08T13:25:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:38 smithi003 ceph-mon[96088]: 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-08T13:25:39.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:39.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:40.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:40.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:40 smithi094 ceph-mon[112176]: pgmap v18876: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:40 smithi003 ceph-mon[96088]: pgmap v18876: 97 pgs: 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:41.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:41.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:42.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:42.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:42 smithi003 ceph-mon[96088]: 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-08T13:25:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:42 smithi094 ceph-mon[112176]: 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-08T13:25:43.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:43.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:44.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:44.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:44 smithi003 ceph-mon[96088]: pgmap v18878: 97 pgs: 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:45.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:45.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:44 smithi094 ceph-mon[112176]: pgmap v18878: 97 pgs: 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:46.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:46.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:47.085 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:46 smithi003 ceph-mon[96088]: 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-08T13:25:47.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:47.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:46 smithi094 ceph-mon[112176]: 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-08T13:25:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:48 smithi094 ceph-mon[112176]: 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-08T13:25:48.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:48.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:48 smithi003 ceph-mon[96088]: 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-08T13:25:49.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:49.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:50.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:50.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:50 smithi003 ceph-mon[96088]: pgmap v18881: 97 pgs: 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:51.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:51.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:50 smithi094 ceph-mon[112176]: pgmap v18881: 97 pgs: 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.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:25:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:25:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:25:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:25:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:25:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:25:52.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:52.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:25:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:25:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:25:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:25:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:25:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:25:53.206 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:52 smithi003 ceph-mon[96088]: 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-08T13:25:53.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:53.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:52 smithi094 ceph-mon[112176]: 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-08T13:25:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:54.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:54.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:54 smithi003 ceph-mon[96088]: pgmap v18883: 97 pgs: 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:55.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:55.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:54 smithi094 ceph-mon[112176]: pgmap v18883: 97 pgs: 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:56.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:56.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:56 smithi003 ceph-mon[96088]: 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-08T13:25:57.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:57.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:56 smithi094 ceph-mon[112176]: 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-08T13:25:58.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:58.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:25:58 smithi094 ceph-mon[112176]: 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-08T13:25:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:25:58 smithi003 ceph-mon[96088]: 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-08T13:25:59.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:25:59.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:00.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:00.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:00 smithi003 ceph-mon[96088]: pgmap v18886: 97 pgs: 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:01.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:01.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:00 smithi094 ceph-mon[112176]: pgmap v18886: 97 pgs: 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.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:02.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:02 smithi003 ceph-mon[96088]: 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-08T13:26:03.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:03.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:02 smithi094 ceph-mon[112176]: 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-08T13:26:04.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:04.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:04 smithi003 ceph-mon[96088]: pgmap v18888: 97 pgs: 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:05.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:05.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:04 smithi094 ceph-mon[112176]: pgmap v18888: 97 pgs: 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:06.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:06.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:06 smithi003 ceph-mon[96088]: 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-08T13:26:07.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:07.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:06 smithi094 ceph-mon[112176]: 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-08T13:26:08.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:08.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:08 smithi094 ceph-mon[112176]: 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-08T13:26:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:08 smithi003 ceph-mon[96088]: 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-08T13:26:09.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:09.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:10.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:10.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:10 smithi094 ceph-mon[112176]: pgmap v18891: 97 pgs: 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:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:10 smithi003 ceph-mon[96088]: pgmap v18891: 97 pgs: 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:11.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:11.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:12.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:12.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:12 smithi003 ceph-mon[96088]: 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-08T13:26:13.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:13.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:12 smithi094 ceph-mon[112176]: 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-08T13:26:14.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:14.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:14 smithi003 ceph-mon[96088]: pgmap v18893: 97 pgs: 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:15.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:15.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:14 smithi094 ceph-mon[112176]: pgmap v18893: 97 pgs: 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:16.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:16.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:16 smithi003 ceph-mon[96088]: 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-08T13:26:17.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:17.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:16 smithi094 ceph-mon[112176]: 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-08T13:26:18.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:18.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:18 smithi094 ceph-mon[112176]: 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-08T13:26:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:18 smithi003 ceph-mon[96088]: 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-08T13:26:19.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:19.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:20.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:20.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:20 smithi003 ceph-mon[96088]: pgmap v18896: 97 pgs: 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:21.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:21.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:20 smithi094 ceph-mon[112176]: pgmap v18896: 97 pgs: 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.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:22.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:22 smithi003 ceph-mon[96088]: 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-08T13:26:23.269 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:22 smithi094 ceph-mon[112176]: 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-08T13:26:23.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:23.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:24.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:24.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:24 smithi003 ceph-mon[96088]: pgmap v18898: 97 pgs: 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:25.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:25.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:25.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:24 smithi094 ceph-mon[112176]: pgmap v18898: 97 pgs: 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:26.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:26.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:26 smithi003 ceph-mon[96088]: 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-08T13:26:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:26 smithi094 ceph-mon[112176]: 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-08T13:26:27.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:27.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:28 smithi094 ceph-mon[112176]: 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-08T13:26:28.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:28.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:28 smithi003 ceph-mon[96088]: 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-08T13:26:29.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:29.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:30.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:30.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:30 smithi003 ceph-mon[96088]: pgmap v18901: 97 pgs: 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:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:30 smithi094 ceph-mon[112176]: pgmap v18901: 97 pgs: 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:31.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:31.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:32.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:32.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:32 smithi003 ceph-mon[96088]: 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-08T13:26:33.373 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:32 smithi094 ceph-mon[112176]: 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-08T13:26:33.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:33.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:34.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:34.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:34 smithi003 ceph-mon[96088]: pgmap v18903: 97 pgs: 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:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:34 smithi094 ceph-mon[112176]: pgmap v18903: 97 pgs: 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:35.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:35.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:36.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:36.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:37.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:36 smithi003 ceph-mon[96088]: 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-08T13:26:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:36 smithi094 ceph-mon[112176]: 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-08T13:26:37.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:37.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:38 smithi094 ceph-mon[112176]: 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-08T13:26:38.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:38.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:38 smithi003 ceph-mon[96088]: 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-08T13:26:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:39.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:39.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:40 smithi094 ceph-mon[112176]: pgmap v18906: 97 pgs: 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:40.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:40.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:40 smithi003 ceph-mon[96088]: pgmap v18906: 97 pgs: 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:41.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:41.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:42.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:42.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:42 smithi003 ceph-mon[96088]: 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-08T13:26:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:42 smithi094 ceph-mon[112176]: 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-08T13:26:43.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:43.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:44.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:44.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:44 smithi003 ceph-mon[96088]: pgmap v18908: 97 pgs: 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:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:44 smithi094 ceph-mon[112176]: pgmap v18908: 97 pgs: 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:45.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:45.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:46.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:46.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:46 smithi003 ceph-mon[96088]: 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-08T13:26:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:46 smithi094 ceph-mon[112176]: 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-08T13:26:47.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:47.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:48 smithi094 ceph-mon[112176]: 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-08T13:26:48.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:48.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:48 smithi003 ceph-mon[96088]: 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-08T13:26:49.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:49.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:50.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:50.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:50 smithi003 ceph-mon[96088]: pgmap v18911: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:50 smithi094 ceph-mon[112176]: pgmap v18911: 97 pgs: 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:51.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:51.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:51 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:26:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:51 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:26:52.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:52.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: 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-08T13:26:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:26:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:26:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:26:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:26:53.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:26:53.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:26:53.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:26:53.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:26:53.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:26:53.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:26:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: 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-08T13:26:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:26:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:26:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:26:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:26:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:26:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:26:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:26:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:26:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:26:53.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:26:53.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:53.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:53 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1392M 2023-10-08T13:26:54.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:53 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1392M 2023-10-08T13:26:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:54.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:54.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:55.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:54 smithi003 ceph-mon[96088]: pgmap v18913: 97 pgs: 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:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:54 smithi094 ceph-mon[112176]: pgmap v18913: 97 pgs: 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:55.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:55.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:56.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:56.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:56 smithi003 ceph-mon[96088]: 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-08T13:26:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:56 smithi094 ceph-mon[112176]: 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-08T13:26:57.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:57.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:26:58 smithi094 ceph-mon[112176]: 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-08T13:26:58.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:58.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:26:58 smithi003 ceph-mon[96088]: 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-08T13:26:59.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:26:59.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:00.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:00.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:00 smithi003 ceph-mon[96088]: pgmap v18916: 97 pgs: 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:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:00 smithi094 ceph-mon[112176]: pgmap v18916: 97 pgs: 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:01.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:01.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:02.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:02.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:03.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:02 smithi003 ceph-mon[96088]: 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-08T13:27:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:02 smithi094 ceph-mon[112176]: 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-08T13:27:03.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:03.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:04.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:04.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:05.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:04 smithi003 ceph-mon[96088]: pgmap v18918: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:04 smithi094 ceph-mon[112176]: pgmap v18918: 97 pgs: 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:05.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:05.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:06.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:06.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:06 smithi003 ceph-mon[96088]: 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-08T13:27:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:06 smithi094 ceph-mon[112176]: 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-08T13:27:07.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:07.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:08 smithi094 ceph-mon[112176]: 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-08T13:27:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:08 smithi003 ceph-mon[96088]: 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-08T13:27:08.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:08.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:09.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:09.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:10 smithi094 ceph-mon[112176]: pgmap v18921: 97 pgs: 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:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:10 smithi003 ceph-mon[96088]: pgmap v18921: 97 pgs: 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:10.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:10.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:11.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:11.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:12.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:12.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:12 smithi003 ceph-mon[96088]: 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-08T13:27:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:12 smithi094 ceph-mon[112176]: 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-08T13:27:13.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:13.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:14.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:14.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:14 smithi003 ceph-mon[96088]: pgmap v18923: 97 pgs: 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:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:14 smithi094 ceph-mon[112176]: pgmap v18923: 97 pgs: 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:15.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:15.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:16.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:16.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:16 smithi003 ceph-mon[96088]: 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-08T13:27:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:16 smithi094 ceph-mon[112176]: 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-08T13:27:17.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:17.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:18 smithi094 ceph-mon[112176]: 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-08T13:27:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:18 smithi003 ceph-mon[96088]: 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-08T13:27:18.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:18.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:19.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:19.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:20.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:20.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:20 smithi003 ceph-mon[96088]: pgmap v18926: 97 pgs: 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:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:20 smithi094 ceph-mon[112176]: pgmap v18926: 97 pgs: 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:21.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:21.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:22.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:22.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:23.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:22 smithi003 ceph-mon[96088]: 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-08T13:27:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:22 smithi094 ceph-mon[112176]: 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-08T13:27:23.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:23.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:24.231 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:24.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:24.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:24 smithi003 ceph-mon[96088]: pgmap v18928: 97 pgs: 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:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:24 smithi094 ceph-mon[112176]: pgmap v18928: 97 pgs: 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:25.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:25.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:26.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:26.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:26 smithi094 ceph-mon[112176]: 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-08T13:27:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:26 smithi003 ceph-mon[96088]: 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-08T13:27:27.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:27.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:28 smithi094 ceph-mon[112176]: 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-08T13:27:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:28 smithi003 ceph-mon[96088]: 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-08T13:27:28.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:28.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:29.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:29.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:30.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:30.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:31.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:30 smithi003 ceph-mon[96088]: pgmap v18931: 97 pgs: 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:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:30 smithi094 ceph-mon[112176]: pgmap v18931: 97 pgs: 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:31.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:31.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:32.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:32.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:32 smithi003 ceph-mon[96088]: 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-08T13:27:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:32 smithi094 ceph-mon[112176]: 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-08T13:27:33.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:33.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:34.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:34.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:35.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:34 smithi003 ceph-mon[96088]: pgmap v18933: 97 pgs: 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:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:34 smithi094 ceph-mon[112176]: pgmap v18933: 97 pgs: 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:35.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:35.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:36.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:36.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:36 smithi094 ceph-mon[112176]: 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-08T13:27:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:36 smithi003 ceph-mon[96088]: 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-08T13:27:37.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:37.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:38 smithi094 ceph-mon[112176]: 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-08T13:27:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:38 smithi003 ceph-mon[96088]: 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-08T13:27:38.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:38.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:39.403 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:40 smithi094 ceph-mon[112176]: pgmap v18936: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:40 smithi003 ceph-mon[96088]: pgmap v18936: 97 pgs: 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:40.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:40.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:41.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:41.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:42.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:42.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:42 smithi003 ceph-mon[96088]: 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-08T13:27:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:42 smithi094 ceph-mon[112176]: 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-08T13:27:43.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:43.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:44.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:44.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:44 smithi003 ceph-mon[96088]: pgmap v18938: 97 pgs: 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:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:44 smithi094 ceph-mon[112176]: pgmap v18938: 97 pgs: 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:45.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:45.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:46.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:46.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:46 smithi094 ceph-mon[112176]: 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-08T13:27:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:46 smithi003 ceph-mon[96088]: 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-08T13:27:47.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:47.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:48 smithi094 ceph-mon[112176]: 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-08T13:27:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:48 smithi003 ceph-mon[96088]: 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-08T13:27:48.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:48.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:49.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:49.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:50.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:50.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:50 smithi003 ceph-mon[96088]: pgmap v18941: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:50 smithi094 ceph-mon[112176]: pgmap v18941: 97 pgs: 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:51.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:51.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:52.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:52.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:52 smithi094 ceph-mon[112176]: 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-08T13:27:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:27:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:27:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:27:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:27:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:27:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:27:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:52 smithi003 ceph-mon[96088]: 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-08T13:27:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:27:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:27:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:27:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:27:53.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:27:53.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:27:53.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:53.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:54.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:54.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:54 smithi094 ceph-mon[112176]: pgmap v18943: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:54 smithi003 ceph-mon[96088]: pgmap v18943: 97 pgs: 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:55.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:55.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:56.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:56.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:56 smithi094 ceph-mon[112176]: 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-08T13:27:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:56 smithi003 ceph-mon[96088]: 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-08T13:27:57.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:57.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:27:58 smithi094 ceph-mon[112176]: 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-08T13:27:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:27:58 smithi003 ceph-mon[96088]: 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-08T13:27:58.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:58.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:59.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:27:59.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:00.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:00.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:00 smithi094 ceph-mon[112176]: pgmap v18946: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:00 smithi003 ceph-mon[96088]: pgmap v18946: 97 pgs: 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:01.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:01.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:02.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:02.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:02 smithi094 ceph-mon[112176]: 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-08T13:28:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:02 smithi003 ceph-mon[96088]: 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-08T13:28:03.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:03.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:04.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:04.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:04 smithi094 ceph-mon[112176]: pgmap v18948: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:04 smithi003 ceph-mon[96088]: pgmap v18948: 97 pgs: 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:05.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:05.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:06.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:06.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:06 smithi094 ceph-mon[112176]: 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-08T13:28:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:06 smithi003 ceph-mon[96088]: 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-08T13:28:07.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:07.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:08 smithi094 ceph-mon[112176]: 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-08T13:28:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:08 smithi003 ceph-mon[96088]: 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-08T13:28:08.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:08.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:09.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:09.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:10 smithi094 ceph-mon[112176]: pgmap v18951: 97 pgs: 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:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:10 smithi003 ceph-mon[96088]: pgmap v18951: 97 pgs: 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:10.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:10.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:11.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:11.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:12.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:12.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:12 smithi094 ceph-mon[112176]: 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-08T13:28:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:12 smithi003 ceph-mon[96088]: 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-08T13:28:13.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:13.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:14.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:14.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:15.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:14 smithi003 ceph-mon[96088]: pgmap v18953: 97 pgs: 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:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:14 smithi094 ceph-mon[112176]: pgmap v18953: 97 pgs: 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:15.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:15.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:16.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:16.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:16 smithi094 ceph-mon[112176]: 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-08T13:28:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:16 smithi003 ceph-mon[96088]: 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-08T13:28:17.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:17.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:18 smithi094 ceph-mon[112176]: 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-08T13:28:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:18 smithi003 ceph-mon[96088]: 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-08T13:28:18.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:18.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:19.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:19.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:20.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:20.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:20 smithi094 ceph-mon[112176]: pgmap v18956: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:20 smithi003 ceph-mon[96088]: pgmap v18956: 97 pgs: 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:21.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:21.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:22.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:22.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:22 smithi094 ceph-mon[112176]: 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-08T13:28:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:22 smithi003 ceph-mon[96088]: 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-08T13:28:23.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:23.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:24.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:24.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:25 smithi003 ceph-mon[96088]: pgmap v18958: 97 pgs: 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:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:25 smithi094 ceph-mon[112176]: pgmap v18958: 97 pgs: 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:25.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:25.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:26.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:26.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:27 smithi094 ceph-mon[112176]: 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-08T13:28:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:27 smithi003 ceph-mon[96088]: 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-08T13:28:27.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:27.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:28 smithi094 ceph-mon[112176]: 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-08T13:28:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:28 smithi003 ceph-mon[96088]: 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-08T13:28:28.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:28.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:29.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:29.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:30.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:30.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:30 smithi094 ceph-mon[112176]: pgmap v18961: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:30 smithi003 ceph-mon[96088]: pgmap v18961: 97 pgs: 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:31.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:31.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:32.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:32.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:32 smithi094 ceph-mon[112176]: 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-08T13:28:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:32 smithi003 ceph-mon[96088]: 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-08T13:28:33.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:33.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:34.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:34.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:35 smithi094 ceph-mon[112176]: pgmap v18963: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:35 smithi003 ceph-mon[96088]: pgmap v18963: 97 pgs: 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:35.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:35.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:36.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:36.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:37 smithi094 ceph-mon[112176]: 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-08T13:28:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:37 smithi003 ceph-mon[96088]: 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-08T13:28:37.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:37.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:38 smithi094 ceph-mon[112176]: 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-08T13:28:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:38 smithi003 ceph-mon[96088]: 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-08T13:28:38.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:38.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:39.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:39.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:40 smithi003 ceph-mon[96088]: pgmap v18966: 97 pgs: 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.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:40.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:40 smithi094 ceph-mon[112176]: pgmap v18966: 97 pgs: 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:41.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:41.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:42.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:42.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:43 smithi094 ceph-mon[112176]: 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-08T13:28:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:42 smithi003 ceph-mon[96088]: 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-08T13:28:43.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:43.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:44.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:44.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:45 smithi094 ceph-mon[112176]: pgmap v18968: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:45 smithi003 ceph-mon[96088]: pgmap v18968: 97 pgs: 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:45.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:45.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:46.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:46.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:47 smithi094 ceph-mon[112176]: 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-08T13:28:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:47 smithi003 ceph-mon[96088]: 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-08T13:28:47.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:47.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:48 smithi094 ceph-mon[112176]: 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-08T13:28:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:48 smithi003 ceph-mon[96088]: 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-08T13:28:48.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:48.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:49.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:49.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:50.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:50.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:51 smithi094 ceph-mon[112176]: pgmap v18971: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:51 smithi003 ceph-mon[96088]: pgmap v18971: 97 pgs: 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:51.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:51.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:52.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:52.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:53 smithi094 ceph-mon[112176]: 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-08T13:28:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:53 smithi003 ceph-mon[96088]: 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-08T13:28:53.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:53.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:28:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:28:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:28:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:54.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:54.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:55 smithi094 ceph-mon[112176]: pgmap v18973: 97 pgs: 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:55.261 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:55 smithi003 ceph-mon[96088]: pgmap v18973: 97 pgs: 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:55.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:55.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:56.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:56.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:57 smithi094 ceph-mon[112176]: 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-08T13:28:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:57 smithi003 ceph-mon[96088]: 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-08T13:28:57.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:57.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:28:58 smithi003 ceph-mon[96088]: 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-08T13:28:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:28:58 smithi094 ceph-mon[112176]: 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-08T13:28:58.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:58.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:59.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:28:59.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:00.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:00.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:01 smithi094 ceph-mon[112176]: pgmap v18976: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:01 smithi003 ceph-mon[96088]: pgmap v18976: 97 pgs: 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:01.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:01.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:02.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:02.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:03.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:03 smithi094 ceph-mon[112176]: 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-08T13:29:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:03 smithi003 ceph-mon[96088]: 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-08T13:29:03.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:03.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:04.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:04.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:05.377 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:05 smithi003 ceph-mon[96088]: pgmap v18978: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:05 smithi094 ceph-mon[112176]: pgmap v18978: 97 pgs: 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:05.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:05.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:06.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:06.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:07 smithi094 ceph-mon[112176]: 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-08T13:29:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:07 smithi003 ceph-mon[96088]: 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-08T13:29:07.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:07.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:08 smithi003 ceph-mon[96088]: 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-08T13:29:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:08 smithi094 ceph-mon[112176]: 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-08T13:29:08.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:08.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:09.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:09.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:10 smithi094 ceph-mon[112176]: pgmap v18981: 97 pgs: 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:10.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:10 smithi003 ceph-mon[96088]: pgmap v18981: 97 pgs: 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:10.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:10.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:11.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:11.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:12.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:12.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:13 smithi094 ceph-mon[112176]: 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-08T13:29:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:13 smithi003 ceph-mon[96088]: 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-08T13:29:13.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:13.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:14.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:14.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:15 smithi094 ceph-mon[112176]: pgmap v18983: 97 pgs: 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:15.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:15 smithi003 ceph-mon[96088]: pgmap v18983: 97 pgs: 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:15.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:15.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:16.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:16.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:17 smithi094 ceph-mon[112176]: 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-08T13:29:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:17 smithi003 ceph-mon[96088]: 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-08T13:29:17.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:17.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:18 smithi003 ceph-mon[96088]: 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-08T13:29:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:18 smithi094 ceph-mon[112176]: 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-08T13:29:18.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:18.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:19.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:19.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:20.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:20.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:21 smithi094 ceph-mon[112176]: pgmap v18986: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:21 smithi003 ceph-mon[96088]: pgmap v18986: 97 pgs: 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:21.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:21.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:22.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:22.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:23 smithi094 ceph-mon[112176]: 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-08T13:29:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:23 smithi003 ceph-mon[96088]: 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-08T13:29:23.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:23.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:24.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:24.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:25 smithi094 ceph-mon[112176]: pgmap v18988: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:25 smithi003 ceph-mon[96088]: pgmap v18988: 97 pgs: 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:25.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:25.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:26.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:26.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:27 smithi094 ceph-mon[112176]: 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-08T13:29:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:27 smithi003 ceph-mon[96088]: 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-08T13:29:27.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:27.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:28 smithi003 ceph-mon[96088]: 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-08T13:29:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:28 smithi094 ceph-mon[112176]: 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-08T13:29:28.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:28.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:29.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:29.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:30.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:30.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:31 smithi094 ceph-mon[112176]: pgmap v18991: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:31 smithi003 ceph-mon[96088]: pgmap v18991: 97 pgs: 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:31.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:31.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:32.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:32.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:33 smithi094 ceph-mon[112176]: 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-08T13:29:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:33 smithi003 ceph-mon[96088]: 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-08T13:29:33.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:33.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:34.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:34.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:35 smithi094 ceph-mon[112176]: pgmap v18993: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:35 smithi003 ceph-mon[96088]: pgmap v18993: 97 pgs: 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:35.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:35.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:36.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:36.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:37 smithi094 ceph-mon[112176]: 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-08T13:29:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:37 smithi003 ceph-mon[96088]: 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-08T13:29:37.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:37.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:38 smithi003 ceph-mon[96088]: 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-08T13:29:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:38 smithi094 ceph-mon[112176]: 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-08T13:29:38.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:38.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:39.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:39.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:40 smithi003 ceph-mon[96088]: pgmap v18996: 97 pgs: 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:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:40 smithi094 ceph-mon[112176]: pgmap v18996: 97 pgs: 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:40.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:40.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:41.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:41.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:42.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:42.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:43 smithi094 ceph-mon[112176]: 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-08T13:29:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:43 smithi003 ceph-mon[96088]: 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-08T13:29:43.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:43.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:44.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:44.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:45.348 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:45 smithi094 ceph-mon[112176]: pgmap v18998: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:45 smithi003 ceph-mon[96088]: pgmap v18998: 97 pgs: 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:45.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:45.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:46.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:46.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:47 smithi094 ceph-mon[112176]: 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-08T13:29:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:47 smithi003 ceph-mon[96088]: 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-08T13:29:47.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:47.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:48 smithi003 ceph-mon[96088]: 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-08T13:29:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:48 smithi094 ceph-mon[112176]: 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-08T13:29:48.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:48.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:49.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:49.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:50.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:50.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:51.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:51 smithi003 ceph-mon[96088]: pgmap v19001: 97 pgs: 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:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:51 smithi094 ceph-mon[112176]: pgmap v19001: 97 pgs: 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:51.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:51.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:52.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:52.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:53 smithi094 ceph-mon[112176]: 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-08T13:29:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:53 smithi003 ceph-mon[96088]: 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-08T13:29:53.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:53.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:29:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:29:54.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:54.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:55 smithi094 ceph-mon[112176]: pgmap v19003: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:55 smithi003 ceph-mon[96088]: pgmap v19003: 97 pgs: 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:55.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:55.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:56.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:56.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:57 smithi094 ceph-mon[112176]: 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-08T13:29:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:29:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:29:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:29:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:29:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:29:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:29:57.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:29:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:57 smithi003 ceph-mon[96088]: 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-08T13:29:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:29:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:29:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:29:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:29:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:29:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:29:57.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:29:57.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:57.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:29:58 smithi003 ceph-mon[96088]: 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-08T13:29:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:29:58 smithi094 ceph-mon[112176]: 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-08T13:29:58.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:58.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:59.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:29:59.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T13:30:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T13:30:00.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:00.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:01 smithi094 ceph-mon[112176]: pgmap v19006: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:01 smithi003 ceph-mon[96088]: pgmap v19006: 97 pgs: 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:01.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:01.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:02.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:02.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:03 smithi094 ceph-mon[112176]: 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-08T13:30:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:03 smithi003 ceph-mon[96088]: 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-08T13:30:03.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:03.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:04.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:04.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:05 smithi094 ceph-mon[112176]: pgmap v19008: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:05 smithi003 ceph-mon[96088]: pgmap v19008: 97 pgs: 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:05.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:05.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:06.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:06.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:07 smithi094 ceph-mon[112176]: 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-08T13:30:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:07 smithi003 ceph-mon[96088]: 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-08T13:30:07.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:07.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:08 smithi003 ceph-mon[96088]: 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-08T13:30:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:08 smithi094 ceph-mon[112176]: 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-08T13:30:08.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:08.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:09.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:09.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:10 smithi003 ceph-mon[96088]: pgmap v19011: 97 pgs: 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:10.609 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:10 smithi094 ceph-mon[112176]: pgmap v19011: 97 pgs: 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:10.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:10.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:11.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:11.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:12.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:12.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:13 smithi094 ceph-mon[112176]: 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-08T13:30:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:13 smithi003 ceph-mon[96088]: 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-08T13:30:13.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:13.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:14.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:14.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:15 smithi094 ceph-mon[112176]: pgmap v19013: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:15 smithi003 ceph-mon[96088]: pgmap v19013: 97 pgs: 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:15.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:15.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:16.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:16.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:17 smithi094 ceph-mon[112176]: 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-08T13:30:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:17 smithi003 ceph-mon[96088]: 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-08T13:30:17.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:17.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:18 smithi003 ceph-mon[96088]: 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-08T13:30:18.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:18 smithi094 ceph-mon[112176]: 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-08T13:30:18.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:18.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:19.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:19.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:20.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:20.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:21 smithi094 ceph-mon[112176]: pgmap v19016: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:21 smithi003 ceph-mon[96088]: pgmap v19016: 97 pgs: 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:21.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:21.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:22.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:22.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:23 smithi094 ceph-mon[112176]: 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-08T13:30:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:23 smithi003 ceph-mon[96088]: 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-08T13:30:23.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:23.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:24.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:24.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:25 smithi094 ceph-mon[112176]: pgmap v19018: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:25 smithi003 ceph-mon[96088]: pgmap v19018: 97 pgs: 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:25.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:25.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:26.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:26.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:27 smithi094 ceph-mon[112176]: 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-08T13:30:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:27 smithi003 ceph-mon[96088]: 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-08T13:30:27.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:27.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:28 smithi003 ceph-mon[96088]: 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-08T13:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:28 smithi094 ceph-mon[112176]: 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-08T13:30:28.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:28.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:29.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:29.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:30.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:30.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:31 smithi094 ceph-mon[112176]: pgmap v19021: 97 pgs: 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:31.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:31 smithi003 ceph-mon[96088]: pgmap v19021: 97 pgs: 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:31.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:31.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:32.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:32.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:33 smithi094 ceph-mon[112176]: 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-08T13:30:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:33 smithi003 ceph-mon[96088]: 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-08T13:30:33.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:33.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:34.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:34.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:35 smithi094 ceph-mon[112176]: pgmap v19023: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:35 smithi003 ceph-mon[96088]: pgmap v19023: 97 pgs: 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:35.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:35.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:36.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:36.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:37 smithi094 ceph-mon[112176]: 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-08T13:30:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:37 smithi003 ceph-mon[96088]: 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-08T13:30:37.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:37.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:38 smithi003 ceph-mon[96088]: 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-08T13:30:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:38 smithi094 ceph-mon[112176]: 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-08T13:30:38.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:38.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:39.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:39.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:40 smithi003 ceph-mon[96088]: pgmap v19026: 97 pgs: 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:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:40 smithi094 ceph-mon[112176]: pgmap v19026: 97 pgs: 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:40.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:40.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:41.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:41.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:42.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:42.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:43 smithi094 ceph-mon[112176]: 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-08T13:30:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:43 smithi003 ceph-mon[96088]: 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-08T13:30:43.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:43.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:44.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:44.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:45 smithi094 ceph-mon[112176]: pgmap v19028: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:45 smithi003 ceph-mon[96088]: pgmap v19028: 97 pgs: 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:45.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:45.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:46.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:46.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:47 smithi094 ceph-mon[112176]: 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-08T13:30:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:47 smithi003 ceph-mon[96088]: 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-08T13:30:47.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:47.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:48 smithi003 ceph-mon[96088]: 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-08T13:30:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:48 smithi094 ceph-mon[112176]: 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-08T13:30:48.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:48.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:49.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:49.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:50.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:50.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:51 smithi094 ceph-mon[112176]: pgmap v19031: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:51 smithi003 ceph-mon[96088]: pgmap v19031: 97 pgs: 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:51.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:51.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:52.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:52.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:53 smithi094 ceph-mon[112176]: 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-08T13:30:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:53 smithi003 ceph-mon[96088]: 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-08T13:30:53.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:53.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:54.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:54.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:55 smithi094 ceph-mon[112176]: pgmap v19033: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:55 smithi003 ceph-mon[96088]: pgmap v19033: 97 pgs: 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:55.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:55.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:56.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:56.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:57.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:57 smithi094 ceph-mon[112176]: 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-08T13:30:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:57 smithi003 ceph-mon[96088]: 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-08T13:30:57.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:57.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:30:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:30:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:30:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:30:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:30:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:30:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:30:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:30:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:30:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:30:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:30:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:30:58.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:58.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:59.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:30:59 smithi094 ceph-mon[112176]: 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-08T13:30:59.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:30:59 smithi003 ceph-mon[96088]: 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-08T13:30:59.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:30:59.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:00.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:00.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:01 smithi094 ceph-mon[112176]: pgmap v19036: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:01 smithi003 ceph-mon[96088]: pgmap v19036: 97 pgs: 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:01.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:01.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:02.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:02.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:03 smithi094 ceph-mon[112176]: 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-08T13:31:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:03 smithi003 ceph-mon[96088]: 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-08T13:31:03.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:03.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:04.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:04.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:05 smithi094 ceph-mon[112176]: pgmap v19038: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:05 smithi003 ceph-mon[96088]: pgmap v19038: 97 pgs: 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:05.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:05.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:06.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:06.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:07 smithi094 ceph-mon[112176]: 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-08T13:31:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:07 smithi003 ceph-mon[96088]: 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-08T13:31:07.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:07.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:08 smithi003 ceph-mon[96088]: 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-08T13:31:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:08 smithi094 ceph-mon[112176]: 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-08T13:31:08.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:08.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:09.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:09.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:10 smithi003 ceph-mon[96088]: pgmap v19041: 97 pgs: 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:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:10 smithi094 ceph-mon[112176]: pgmap v19041: 97 pgs: 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:10.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:10.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:11.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:11.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:12.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:12.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:13.419 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:13 smithi094 ceph-mon[112176]: 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-08T13:31:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:13 smithi003 ceph-mon[96088]: 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-08T13:31:13.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:13.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:14.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:14.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:15 smithi094 ceph-mon[112176]: pgmap v19043: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:15 smithi003 ceph-mon[96088]: pgmap v19043: 97 pgs: 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:15.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:15.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:16.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:16.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:17.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:17 smithi003 ceph-mon[96088]: 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-08T13:31:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:17 smithi094 ceph-mon[112176]: 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-08T13:31:17.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:17.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:18 smithi003 ceph-mon[96088]: 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-08T13:31:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:18 smithi094 ceph-mon[112176]: 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-08T13:31:18.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:18.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:19.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:19.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:20.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:20.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:21.344 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:21 smithi094 ceph-mon[112176]: pgmap v19046: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:21 smithi003 ceph-mon[96088]: pgmap v19046: 97 pgs: 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:21.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:21.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:22.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:22.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:23 smithi094 ceph-mon[112176]: 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-08T13:31:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:23 smithi003 ceph-mon[96088]: 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-08T13:31:23.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:23.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:24.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:24.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:25 smithi094 ceph-mon[112176]: pgmap v19048: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:25 smithi003 ceph-mon[96088]: pgmap v19048: 97 pgs: 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:25.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:25.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:26.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:26.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:27.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:27 smithi003 ceph-mon[96088]: 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-08T13:31:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:27 smithi094 ceph-mon[112176]: 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-08T13:31:27.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:27.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:28 smithi003 ceph-mon[96088]: 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-08T13:31:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:28 smithi094 ceph-mon[112176]: 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-08T13:31:28.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:28.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:29.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:29.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:30.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:30.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:31 smithi094 ceph-mon[112176]: pgmap v19051: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:31 smithi003 ceph-mon[96088]: pgmap v19051: 97 pgs: 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:31.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:31.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:32.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:32.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:33 smithi094 ceph-mon[112176]: 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-08T13:31:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:33 smithi003 ceph-mon[96088]: 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-08T13:31:33.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:33.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:34.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:34.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:35 smithi094 ceph-mon[112176]: pgmap v19053: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:35 smithi003 ceph-mon[96088]: pgmap v19053: 97 pgs: 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:35.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:35.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:36.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:36.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:37 smithi094 ceph-mon[112176]: 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-08T13:31:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:37 smithi003 ceph-mon[96088]: 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-08T13:31:37.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:37.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:38 smithi003 ceph-mon[96088]: 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-08T13:31:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:38 smithi094 ceph-mon[112176]: 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-08T13:31:38.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:38.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:39.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:39.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:40 smithi003 ceph-mon[96088]: pgmap v19056: 97 pgs: 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:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:40 smithi094 ceph-mon[112176]: pgmap v19056: 97 pgs: 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:40.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:40.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:41.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:41.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:42.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:42.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:43 smithi094 ceph-mon[112176]: 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-08T13:31:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:43 smithi003 ceph-mon[96088]: 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-08T13:31:43.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:43.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:44.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:44.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:45 smithi094 ceph-mon[112176]: pgmap v19058: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:45 smithi003 ceph-mon[96088]: pgmap v19058: 97 pgs: 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:45.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:45.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:46.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:46.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:47 smithi094 ceph-mon[112176]: 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-08T13:31:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:47 smithi003 ceph-mon[96088]: 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-08T13:31:47.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:47.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:48 smithi003 ceph-mon[96088]: 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-08T13:31:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:48 smithi094 ceph-mon[112176]: 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-08T13:31:48.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:48.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:49.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:49.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:50.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:50.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:51 smithi094 ceph-mon[112176]: pgmap v19061: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:51 smithi003 ceph-mon[96088]: pgmap v19061: 97 pgs: 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:51.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:51.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:52.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:52.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:53 smithi094 ceph-mon[112176]: 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-08T13:31:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:53 smithi003 ceph-mon[96088]: 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-08T13:31:53.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:53.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:54.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:54.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:55 smithi094 ceph-mon[112176]: pgmap v19063: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:55 smithi003 ceph-mon[96088]: pgmap v19063: 97 pgs: 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:55.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:55.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:56.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:56.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:57 smithi094 ceph-mon[112176]: 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-08T13:31:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:57 smithi003 ceph-mon[96088]: 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-08T13:31:57.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:57.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:58 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:31:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:31:58 smithi003 ceph-mon[96088]: 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-08T13:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:58 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:31:58 smithi094 ceph-mon[112176]: 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-08T13:31:58.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:58.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:59.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:31:59.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:00.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:00.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:01 smithi094 ceph-mon[112176]: pgmap v19066: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:01 smithi003 ceph-mon[96088]: pgmap v19066: 97 pgs: 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:01.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:01.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:02.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:02.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:03 smithi094 ceph-mon[112176]: 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-08T13:32:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:32:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:03 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:32:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:03 smithi003 ceph-mon[96088]: 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-08T13:32:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:32:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:03 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:32:03.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:03.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:32:04.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:32:04.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:32:04.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:32:04.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:32:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:32:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:32:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:32:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:32:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:32:04.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:04.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:05 smithi094 ceph-mon[112176]: pgmap v19068: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:05 smithi003 ceph-mon[96088]: pgmap v19068: 97 pgs: 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:05.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:05.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:06.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:06.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:07 smithi094 ceph-mon[112176]: 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-08T13:32:07.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:07 smithi003 ceph-mon[96088]: 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-08T13:32:07.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:07.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:08 smithi003 ceph-mon[96088]: 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-08T13:32:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:08 smithi094 ceph-mon[112176]: 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-08T13:32:08.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:08.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:09.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:09.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:10 smithi003 ceph-mon[96088]: pgmap v19071: 97 pgs: 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:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:10 smithi094 ceph-mon[112176]: pgmap v19071: 97 pgs: 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:10.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:10.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:12.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:12.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:13.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:13.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:13 smithi094 ceph-mon[112176]: 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-08T13:32:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:13 smithi003 ceph-mon[96088]: 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-08T13:32:14.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:14.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:15.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:15.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:15 smithi094 ceph-mon[112176]: pgmap v19073: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:15 smithi003 ceph-mon[96088]: pgmap v19073: 97 pgs: 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:16.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:16.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:17.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:17.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:17 smithi094 ceph-mon[112176]: 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-08T13:32:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:17 smithi003 ceph-mon[96088]: 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-08T13:32:18.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:18.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:18.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:18 smithi003 ceph-mon[96088]: 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-08T13:32:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:18 smithi094 ceph-mon[112176]: 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-08T13:32:19.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:19.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:20.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:20.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:21.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:21.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:21 smithi094 ceph-mon[112176]: pgmap v19076: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:21 smithi003 ceph-mon[96088]: pgmap v19076: 97 pgs: 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.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:22.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:23.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:23.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:23 smithi094 ceph-mon[112176]: 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-08T13:32:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:23 smithi003 ceph-mon[96088]: 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-08T13:32:24.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:24.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:25.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:25.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:25 smithi094 ceph-mon[112176]: pgmap v19078: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:25 smithi003 ceph-mon[96088]: pgmap v19078: 97 pgs: 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:26.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:26.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:27.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:27.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:27 smithi094 ceph-mon[112176]: 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-08T13:32:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:27 smithi003 ceph-mon[96088]: 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-08T13:32:28.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:28.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:28 smithi003 ceph-mon[96088]: 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-08T13:32:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:28 smithi094 ceph-mon[112176]: 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-08T13:32:29.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:29.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:30.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:30.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:31.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:31.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:31 smithi094 ceph-mon[112176]: pgmap v19081: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:31 smithi003 ceph-mon[96088]: pgmap v19081: 97 pgs: 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.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:32.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:33.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:33.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:33 smithi094 ceph-mon[112176]: 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-08T13:32:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:33 smithi003 ceph-mon[96088]: 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-08T13:32:34.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:34.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:35.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:35.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:35 smithi094 ceph-mon[112176]: pgmap v19083: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:35 smithi003 ceph-mon[96088]: pgmap v19083: 97 pgs: 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:36.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:36.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:37.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:37.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:37 smithi094 ceph-mon[112176]: 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-08T13:32:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:37 smithi003 ceph-mon[96088]: 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-08T13:32:38.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:38.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:38 smithi003 ceph-mon[96088]: 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-08T13:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:38 smithi094 ceph-mon[112176]: 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-08T13:32:39.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:39.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:40.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:40.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:40 smithi003 ceph-mon[96088]: pgmap v19086: 97 pgs: 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:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:40 smithi094 ceph-mon[112176]: pgmap v19086: 97 pgs: 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:41.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:41.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:42.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:42.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:43.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:43.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:43.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:43 smithi003 ceph-mon[96088]: 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-08T13:32:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:43 smithi094 ceph-mon[112176]: 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-08T13:32:44.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:44.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:45.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:45.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:45 smithi094 ceph-mon[112176]: pgmap v19088: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:45 smithi003 ceph-mon[96088]: pgmap v19088: 97 pgs: 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:46.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:46.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:47.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:47.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:47.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:47 smithi094 ceph-mon[112176]: 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-08T13:32:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:47 smithi003 ceph-mon[96088]: 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-08T13:32:48.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:48.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:48 smithi003 ceph-mon[96088]: 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-08T13:32:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:48 smithi094 ceph-mon[112176]: 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-08T13:32:49.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:49.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:50.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:50.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:51.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:51.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:51 smithi094 ceph-mon[112176]: pgmap v19091: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:51 smithi003 ceph-mon[96088]: pgmap v19091: 97 pgs: 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.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:52.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:53.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:53.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:53.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:53 smithi003 ceph-mon[96088]: 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-08T13:32:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:53 smithi094 ceph-mon[112176]: 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-08T13:32:54.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:54.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:55.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:55.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:55 smithi094 ceph-mon[112176]: pgmap v19093: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:55 smithi003 ceph-mon[96088]: pgmap v19093: 97 pgs: 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:56.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:56.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:57.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:57.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:57 smithi094 ceph-mon[112176]: 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-08T13:32:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:57 smithi003 ceph-mon[96088]: 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-08T13:32:58.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:58.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:32:58 smithi003 ceph-mon[96088]: 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-08T13:32:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:32:58 smithi094 ceph-mon[112176]: 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-08T13:32:59.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:32:59.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:00.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:00.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:01.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:01.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:01 smithi094 ceph-mon[112176]: pgmap v19096: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:01 smithi003 ceph-mon[96088]: pgmap v19096: 97 pgs: 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.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:02.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:03.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:03.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:03 smithi094 ceph-mon[112176]: 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-08T13:33:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:03 smithi003 ceph-mon[96088]: 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-08T13:33:04.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:04.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:33:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:33:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:33:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:33:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:33:04.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:33:04.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:33:04.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:04 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:33:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:33:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:33:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:33:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:33:04.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:33:04.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:33:04.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:33:04.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:04 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:33:05.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:05.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:05 smithi094 ceph-mon[112176]: pgmap v19098: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:05 smithi003 ceph-mon[96088]: pgmap v19098: 97 pgs: 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:06.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:06.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:07.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:07.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:07 smithi094 ceph-mon[112176]: 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-08T13:33:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:07 smithi003 ceph-mon[96088]: 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-08T13:33:08.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:08.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:08 smithi003 ceph-mon[96088]: 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-08T13:33:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:08 smithi094 ceph-mon[112176]: 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-08T13:33:09.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:09.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:10.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:10.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:10 smithi003 ceph-mon[96088]: pgmap v19101: 97 pgs: 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:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:10 smithi094 ceph-mon[112176]: pgmap v19101: 97 pgs: 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:11.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:11.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:12.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:12.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:13.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:13.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:13 smithi094 ceph-mon[112176]: 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-08T13:33:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:13 smithi003 ceph-mon[96088]: 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-08T13:33:14.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:14.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:15.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:15.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:15 smithi094 ceph-mon[112176]: pgmap v19103: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:15 smithi003 ceph-mon[96088]: pgmap v19103: 97 pgs: 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:16.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:16.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:17.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:17.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:17 smithi094 ceph-mon[112176]: 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-08T13:33:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:17 smithi003 ceph-mon[96088]: 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-08T13:33:18.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:18.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:18 smithi003 ceph-mon[96088]: 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-08T13:33:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:18 smithi094 ceph-mon[112176]: 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-08T13:33:19.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:19.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:20.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:20.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:21.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:21.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:21 smithi094 ceph-mon[112176]: pgmap v19106: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:21 smithi003 ceph-mon[96088]: pgmap v19106: 97 pgs: 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:22.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:22.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:23.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:23.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:23 smithi094 ceph-mon[112176]: 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-08T13:33:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:23 smithi003 ceph-mon[96088]: 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-08T13:33:24.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:24.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:25.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:25.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:25 smithi094 ceph-mon[112176]: pgmap v19108: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:25 smithi003 ceph-mon[96088]: pgmap v19108: 97 pgs: 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:26.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:26.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:27.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:27.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:27 smithi094 ceph-mon[112176]: 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-08T13:33:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:27 smithi003 ceph-mon[96088]: 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-08T13:33:28.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:28.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:28 smithi003 ceph-mon[96088]: 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-08T13:33:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:28 smithi094 ceph-mon[112176]: 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-08T13:33:29.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:29.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:30.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:30.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:31.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:31.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:31 smithi094 ceph-mon[112176]: pgmap v19111: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:31 smithi003 ceph-mon[96088]: pgmap v19111: 97 pgs: 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:32.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:32.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:33.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:33.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:33 smithi094 ceph-mon[112176]: 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-08T13:33:33.416 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:33 smithi003 ceph-mon[96088]: 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-08T13:33:34.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:34.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:35.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:35.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:35 smithi094 ceph-mon[112176]: pgmap v19113: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:35 smithi003 ceph-mon[96088]: pgmap v19113: 97 pgs: 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:36.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:36.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:37.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:37.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:37 smithi094 ceph-mon[112176]: 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-08T13:33:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:37 smithi003 ceph-mon[96088]: 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-08T13:33:38.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:38.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:38 smithi003 ceph-mon[96088]: 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-08T13:33:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:38 smithi094 ceph-mon[112176]: 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-08T13:33:39.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:39.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:40.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:40.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:40 smithi094 ceph-mon[112176]: pgmap v19116: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:40 smithi003 ceph-mon[96088]: pgmap v19116: 97 pgs: 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:41.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:41.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:42.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:42.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:43.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:43.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:43 smithi094 ceph-mon[112176]: 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-08T13:33:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:43 smithi003 ceph-mon[96088]: 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-08T13:33:44.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:44.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:45.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:45.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:45 smithi094 ceph-mon[112176]: pgmap v19118: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:45 smithi003 ceph-mon[96088]: pgmap v19118: 97 pgs: 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:46.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:46.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:47.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:47.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:47 smithi094 ceph-mon[112176]: 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-08T13:33:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:47 smithi003 ceph-mon[96088]: 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-08T13:33:48.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:48.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:48.590 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:48 smithi003 ceph-mon[96088]: 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-08T13:33:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:48 smithi094 ceph-mon[112176]: 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-08T13:33:49.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:49.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:50.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:50.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:51.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:51.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:51 smithi094 ceph-mon[112176]: pgmap v19121: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:51 smithi003 ceph-mon[96088]: pgmap v19121: 97 pgs: 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:52.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:52.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:53.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:53 smithi094 ceph-mon[112176]: 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-08T13:33:53.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:53.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:53 smithi003 ceph-mon[96088]: 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-08T13:33:54.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:54.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:55.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:55.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:55 smithi094 ceph-mon[112176]: pgmap v19123: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:55 smithi003 ceph-mon[96088]: pgmap v19123: 97 pgs: 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:56.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:56.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:57.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:57.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:57 smithi094 ceph-mon[112176]: 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-08T13:33:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:57 smithi003 ceph-mon[96088]: 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-08T13:33:58.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:58.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:33:58 smithi094 ceph-mon[112176]: 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-08T13:33:58.706 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:33:58 smithi003 ceph-mon[96088]: 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-08T13:33:59.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:33:59.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:00.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:00.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:01.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:01.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:01 smithi094 ceph-mon[112176]: pgmap v19126: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:01 smithi003 ceph-mon[96088]: pgmap v19126: 97 pgs: 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:02.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:02.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:03.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:03.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:03 smithi094 ceph-mon[112176]: 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-08T13:34:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:03 smithi003 ceph-mon[96088]: 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-08T13:34:04.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:04.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:05.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:05.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:05 smithi094 ceph-mon[112176]: pgmap v19128: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:34:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:34:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:34:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:34:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:34:05.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:34:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:05 smithi003 ceph-mon[96088]: pgmap v19128: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:34:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:34:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:34:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:34:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:34:05.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:34:06.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:06.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:07.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:07.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:07 smithi094 ceph-mon[112176]: 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-08T13:34:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:07 smithi003 ceph-mon[96088]: 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-08T13:34:08.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:08.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:08 smithi094 ceph-mon[112176]: 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-08T13:34:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:08 smithi003 ceph-mon[96088]: 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-08T13:34:09.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:09.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:10.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:10.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:10 smithi094 ceph-mon[112176]: pgmap v19131: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:10 smithi003 ceph-mon[96088]: pgmap v19131: 97 pgs: 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:11.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:11.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:12.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:12.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:13.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:13.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:13 smithi094 ceph-mon[112176]: 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-08T13:34:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:13 smithi003 ceph-mon[96088]: 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-08T13:34:14.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:14.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:15.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:15.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:15 smithi094 ceph-mon[112176]: pgmap v19133: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:15 smithi003 ceph-mon[96088]: pgmap v19133: 97 pgs: 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:16.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:16.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:17.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:17.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:17 smithi094 ceph-mon[112176]: 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-08T13:34:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:17 smithi003 ceph-mon[96088]: 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-08T13:34:18.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:18.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:18 smithi094 ceph-mon[112176]: 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-08T13:34:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:18 smithi003 ceph-mon[96088]: 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-08T13:34:19.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:19.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:20.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:20.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:21.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:21.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:21 smithi094 ceph-mon[112176]: pgmap v19136: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:21 smithi003 ceph-mon[96088]: pgmap v19136: 97 pgs: 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:22.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:22.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:23.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:23.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:23 smithi094 ceph-mon[112176]: 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-08T13:34:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:23 smithi003 ceph-mon[96088]: 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-08T13:34:24.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:24.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:25.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:25.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:25 smithi094 ceph-mon[112176]: pgmap v19138: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:25 smithi003 ceph-mon[96088]: pgmap v19138: 97 pgs: 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:26.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:26.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:27.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:27.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:27 smithi094 ceph-mon[112176]: 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-08T13:34:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:27 smithi003 ceph-mon[96088]: 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-08T13:34:28.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:28.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:28 smithi094 ceph-mon[112176]: 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-08T13:34:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:28 smithi003 ceph-mon[96088]: 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-08T13:34:29.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:29.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:30.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:30.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:31.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:31.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:31 smithi094 ceph-mon[112176]: pgmap v19141: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:31 smithi003 ceph-mon[96088]: pgmap v19141: 97 pgs: 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:32.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:32.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:33.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:33.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:33 smithi094 ceph-mon[112176]: 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-08T13:34:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:33 smithi003 ceph-mon[96088]: 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-08T13:34:34.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:34.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:35.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:35.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:35 smithi094 ceph-mon[112176]: pgmap v19143: 97 pgs: 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:35.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:35 smithi003 ceph-mon[96088]: pgmap v19143: 97 pgs: 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:36.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:36.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:37.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:37.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:37 smithi094 ceph-mon[112176]: 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-08T13:34:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:37 smithi003 ceph-mon[96088]: 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-08T13:34:38.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:38.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:38.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:38 smithi094 ceph-mon[112176]: 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-08T13:34:38.737 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:38 smithi003 ceph-mon[96088]: 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-08T13:34:39.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:39.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:40.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:40.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:40 smithi094 ceph-mon[112176]: pgmap v19146: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:40 smithi003 ceph-mon[96088]: pgmap v19146: 97 pgs: 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:41.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:41.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:42.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:42.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:43.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:43.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:43 smithi094 ceph-mon[112176]: 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-08T13:34:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:43 smithi003 ceph-mon[96088]: 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-08T13:34:44.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:44.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:45.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:45.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:45 smithi094 ceph-mon[112176]: pgmap v19148: 97 pgs: 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:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:45 smithi003 ceph-mon[96088]: pgmap v19148: 97 pgs: 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:46.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:46.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:47.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:47.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:47 smithi094 ceph-mon[112176]: 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-08T13:34:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:47 smithi003 ceph-mon[96088]: 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-08T13:34:48.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:48.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:48 smithi094 ceph-mon[112176]: 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-08T13:34:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:48 smithi003 ceph-mon[96088]: 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-08T13:34:49.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:49.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:50.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:50.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:51.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:51.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:51 smithi094 ceph-mon[112176]: pgmap v19151: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:51 smithi003 ceph-mon[96088]: pgmap v19151: 97 pgs: 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:52.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:52.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:53.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:53.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:53 smithi094 ceph-mon[112176]: 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-08T13:34:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:53 smithi003 ceph-mon[96088]: 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-08T13:34:54.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:54.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:55.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:55.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:55 smithi094 ceph-mon[112176]: pgmap v19153: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:55 smithi003 ceph-mon[96088]: pgmap v19153: 97 pgs: 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:56.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:56.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:57.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:57.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:57 smithi094 ceph-mon[112176]: 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-08T13:34:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:57 smithi003 ceph-mon[96088]: 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-08T13:34:58.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:58.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:58.591 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:34:58 smithi094 ceph-mon[112176]: 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-08T13:34:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:34:58 smithi003 ceph-mon[96088]: 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-08T13:34:59.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:34:59.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:00.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:00.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:01.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:01.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:01 smithi094 ceph-mon[112176]: pgmap v19156: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:01 smithi003 ceph-mon[96088]: pgmap v19156: 97 pgs: 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:02.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:02.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:03.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:03.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:03 smithi094 ceph-mon[112176]: 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-08T13:35:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:03 smithi003 ceph-mon[96088]: 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-08T13:35:04.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:04.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:05.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:05.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:05 smithi094 ceph-mon[112176]: pgmap v19158: 97 pgs: 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:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:05 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:35:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:05 smithi003 ceph-mon[96088]: pgmap v19158: 97 pgs: 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:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:05 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:35:06.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:06.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:35:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:35:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:35:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:35:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:35:06.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:35:06.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:35:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:35:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:35:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:35:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:35:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:35:06.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:35:06.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:35:07.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:07.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:07 smithi003 ceph-mon[96088]: 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-08T13:35:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:07 smithi094 ceph-mon[112176]: 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-08T13:35:08.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:08.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:08 smithi094 ceph-mon[112176]: 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-08T13:35:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:08 smithi003 ceph-mon[96088]: 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-08T13:35:09.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:09.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:09.515 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:10.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:10.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:10 smithi094 ceph-mon[112176]: pgmap v19161: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:10 smithi003 ceph-mon[96088]: pgmap v19161: 97 pgs: 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:11.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:11.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:12.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:12.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:13.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:13.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:13.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:13 smithi094 ceph-mon[112176]: 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-08T13:35:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:13 smithi003 ceph-mon[96088]: 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-08T13:35:14.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:14.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:15.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:15.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:15 smithi094 ceph-mon[112176]: pgmap v19163: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:15 smithi003 ceph-mon[96088]: pgmap v19163: 97 pgs: 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:16.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:16.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:17.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:17.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:17 smithi094 ceph-mon[112176]: 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-08T13:35:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:17 smithi003 ceph-mon[96088]: 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-08T13:35:18.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:18.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:18 smithi094 ceph-mon[112176]: 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-08T13:35:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:18 smithi003 ceph-mon[96088]: 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-08T13:35:19.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:19.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:20.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:20.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:21.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:21.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:21 smithi094 ceph-mon[112176]: pgmap v19166: 97 pgs: 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:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:21 smithi003 ceph-mon[96088]: pgmap v19166: 97 pgs: 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:22.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:22.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:23.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:23.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:23 smithi094 ceph-mon[112176]: 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-08T13:35:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:23 smithi003 ceph-mon[96088]: 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-08T13:35:24.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:24.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:25.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:25.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:25 smithi094 ceph-mon[112176]: pgmap v19168: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:25 smithi003 ceph-mon[96088]: pgmap v19168: 97 pgs: 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:26.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:26.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:27.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:27.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:27 smithi094 ceph-mon[112176]: 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-08T13:35:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:27 smithi003 ceph-mon[96088]: 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-08T13:35:28.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:28.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:28 smithi094 ceph-mon[112176]: 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-08T13:35:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:28 smithi003 ceph-mon[96088]: 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-08T13:35:29.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:29.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:30.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:30.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:31.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:31.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:31 smithi094 ceph-mon[112176]: pgmap v19171: 97 pgs: 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:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:31 smithi003 ceph-mon[96088]: pgmap v19171: 97 pgs: 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:32.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:32.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:33.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:33.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:33 smithi094 ceph-mon[112176]: 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-08T13:35:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:33 smithi003 ceph-mon[96088]: 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-08T13:35:34.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:34.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:35.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:35.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:35 smithi094 ceph-mon[112176]: pgmap v19173: 97 pgs: 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:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:35 smithi003 ceph-mon[96088]: pgmap v19173: 97 pgs: 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:36.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:36.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:37.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:37.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:37 smithi094 ceph-mon[112176]: 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-08T13:35:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:37 smithi003 ceph-mon[96088]: 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-08T13:35:38.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:38.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:38 smithi094 ceph-mon[112176]: 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-08T13:35:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:38 smithi003 ceph-mon[96088]: 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-08T13:35:39.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:39.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:40.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:40.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:40.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:40 smithi094 ceph-mon[112176]: pgmap v19176: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:40 smithi003 ceph-mon[96088]: pgmap v19176: 97 pgs: 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:41.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:41.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:42.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:42.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:43.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:43.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:43 smithi094 ceph-mon[112176]: 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-08T13:35:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:43 smithi003 ceph-mon[96088]: 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-08T13:35:44.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:44.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:45.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:45 smithi003 ceph-mon[96088]: pgmap v19178: 97 pgs: 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:45.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:45.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:45 smithi094 ceph-mon[112176]: pgmap v19178: 97 pgs: 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:46.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:46.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:47.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:47.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:47 smithi094 ceph-mon[112176]: 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-08T13:35:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:47 smithi003 ceph-mon[96088]: 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-08T13:35:48.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:48.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:48 smithi094 ceph-mon[112176]: 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-08T13:35:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:48 smithi003 ceph-mon[96088]: 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-08T13:35:49.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:49.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:50.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:50.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:51.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:51.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:51 smithi094 ceph-mon[112176]: pgmap v19181: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:51 smithi003 ceph-mon[96088]: pgmap v19181: 97 pgs: 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.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:52.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:53.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:53.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:53 smithi094 ceph-mon[112176]: 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-08T13:35:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:53 smithi003 ceph-mon[96088]: 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-08T13:35:54.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:54.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:55.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:55.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:55.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:55 smithi094 ceph-mon[112176]: pgmap v19183: 97 pgs: 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:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:55 smithi003 ceph-mon[96088]: pgmap v19183: 97 pgs: 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:56.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:56.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:57.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:57.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:57.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:57 smithi094 ceph-mon[112176]: 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-08T13:35:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:57 smithi003 ceph-mon[96088]: 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-08T13:35:58.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:58.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:35:58 smithi094 ceph-mon[112176]: 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-08T13:35:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:35:58 smithi003 ceph-mon[96088]: 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-08T13:35:59.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:35:59.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:00.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:00.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:01.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:01.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:01 smithi094 ceph-mon[112176]: pgmap v19186: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:01 smithi003 ceph-mon[96088]: pgmap v19186: 97 pgs: 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.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:02.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:03.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:03.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:03.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:03 smithi094 ceph-mon[112176]: 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-08T13:36:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:03 smithi003 ceph-mon[96088]: 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-08T13:36:04.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:04.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:05.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:05.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:05.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:05 smithi094 ceph-mon[112176]: pgmap v19188: 97 pgs: 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:05.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:05 smithi003 ceph-mon[96088]: pgmap v19188: 97 pgs: 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:06.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:06.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:36:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:36:07.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:07.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:07 smithi094 ceph-mon[112176]: 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-08T13:36:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:36:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:36:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:36:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:36:07.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:36:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:07 smithi003 ceph-mon[96088]: 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-08T13:36:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:36:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:36:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:36:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:36:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:36:08.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:08.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:08 smithi094 ceph-mon[112176]: 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-08T13:36:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:08 smithi003 ceph-mon[96088]: 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-08T13:36:09.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:09.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:10.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:10.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:10 smithi003 ceph-mon[96088]: pgmap v19191: 97 pgs: 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:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:10 smithi094 ceph-mon[112176]: pgmap v19191: 97 pgs: 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:11.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:11.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:12.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:12.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:13.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:13.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:13 smithi094 ceph-mon[112176]: 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-08T13:36:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:13 smithi003 ceph-mon[96088]: 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-08T13:36:14.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:14.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:15.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:15.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:15 smithi094 ceph-mon[112176]: pgmap v19193: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:15 smithi003 ceph-mon[96088]: pgmap v19193: 97 pgs: 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:16.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:16.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:17.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:17.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:17 smithi094 ceph-mon[112176]: 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-08T13:36:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:17 smithi003 ceph-mon[96088]: 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-08T13:36:18.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:18.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:18 smithi094 ceph-mon[112176]: 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-08T13:36:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:18 smithi003 ceph-mon[96088]: 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-08T13:36:19.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:19.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:20.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:20.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:21 smithi094 ceph-mon[112176]: pgmap v19196: 97 pgs: 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:21.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:21.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:21 smithi003 ceph-mon[96088]: pgmap v19196: 97 pgs: 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:22.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:22.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:23.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:23 smithi094 ceph-mon[112176]: 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-08T13:36:23.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:23.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:23 smithi003 ceph-mon[96088]: 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-08T13:36:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:24.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:24.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:25 smithi094 ceph-mon[112176]: pgmap v19198: 97 pgs: 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:25.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:25.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:25 smithi003 ceph-mon[96088]: pgmap v19198: 97 pgs: 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:26.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:26.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:27 smithi094 ceph-mon[112176]: 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-08T13:36:27.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:27.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:27 smithi003 ceph-mon[96088]: 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-08T13:36:28.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:28.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:28 smithi094 ceph-mon[112176]: 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-08T13:36:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:28 smithi003 ceph-mon[96088]: 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-08T13:36:29.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:29.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:30.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:30.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:31.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:31 smithi094 ceph-mon[112176]: pgmap v19201: 97 pgs: 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:31.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:31.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:31 smithi003 ceph-mon[96088]: pgmap v19201: 97 pgs: 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:32.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:32.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:33.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:33 smithi094 ceph-mon[112176]: 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-08T13:36:33.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:33.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:33 smithi003 ceph-mon[96088]: 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-08T13:36:34.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:34.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:35 smithi094 ceph-mon[112176]: pgmap v19203: 97 pgs: 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:35.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:35.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:35 smithi003 ceph-mon[96088]: pgmap v19203: 97 pgs: 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:36.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:36.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:37.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:37.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:37 smithi003 ceph-mon[96088]: 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-08T13:36:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:37 smithi094 ceph-mon[112176]: 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-08T13:36:38.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:38.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:38 smithi094 ceph-mon[112176]: 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-08T13:36:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:38 smithi003 ceph-mon[96088]: 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-08T13:36:39.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:39.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:39.639 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:40.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:40.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:40.548 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:40 smithi003 ceph-mon[96088]: pgmap v19206: 97 pgs: 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:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:40 smithi094 ceph-mon[112176]: pgmap v19206: 97 pgs: 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:41.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:41.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:42.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:42.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:43.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:43 smithi094 ceph-mon[112176]: 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-08T13:36:43.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:43.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:43 smithi003 ceph-mon[96088]: 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-08T13:36:44.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:44.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:45 smithi094 ceph-mon[112176]: pgmap v19208: 97 pgs: 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:45.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:45 smithi003 ceph-mon[96088]: pgmap v19208: 97 pgs: 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:45.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:45.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:46.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:46.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:47.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:47 smithi094 ceph-mon[112176]: 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-08T13:36:47.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:47.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:47 smithi003 ceph-mon[96088]: 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-08T13:36:48.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:48.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:48 smithi094 ceph-mon[112176]: 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-08T13:36:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:48 smithi003 ceph-mon[96088]: 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-08T13:36:49.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:49.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:50.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:50.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:51 smithi094 ceph-mon[112176]: pgmap v19211: 97 pgs: 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:51.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:51.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:51 smithi003 ceph-mon[96088]: pgmap v19211: 97 pgs: 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:52.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:52.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:53.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:53 smithi094 ceph-mon[112176]: 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-08T13:36:53.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:53.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:53 smithi003 ceph-mon[96088]: 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-08T13:36:54.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:54.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:55.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:55.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:55 smithi003 ceph-mon[96088]: pgmap v19213: 97 pgs: 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:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:55 smithi094 ceph-mon[112176]: pgmap v19213: 97 pgs: 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:56.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:56.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:57.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:57.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:57.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:57 smithi003 ceph-mon[96088]: 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-08T13:36:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:57 smithi094 ceph-mon[112176]: 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-08T13:36:58.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:58.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:36:58 smithi094 ceph-mon[112176]: 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-08T13:36:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:36:58 smithi003 ceph-mon[96088]: 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-08T13:36:59.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:36:59.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:00.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:00.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:01 smithi094 ceph-mon[112176]: pgmap v19216: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:01 smithi003 ceph-mon[96088]: pgmap v19216: 97 pgs: 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:01.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:01.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:02.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:02.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:03.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:03 smithi003 ceph-mon[96088]: 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-08T13:37:03.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:03.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:03 smithi094 ceph-mon[112176]: 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-08T13:37:04.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:04.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:05 smithi003 ceph-mon[96088]: pgmap v19218: 97 pgs: 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:05.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:05.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:05 smithi094 ceph-mon[112176]: pgmap v19218: 97 pgs: 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:06.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:06.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: 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-08T13:37:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:37:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:37:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:37:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:37:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:37:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:37:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:37:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:37:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:37:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:37:07.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:37:07.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:07.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: 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-08T13:37:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:37:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:37:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:37:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:37:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:37:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:37:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:37:07.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:37:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:37:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:37:07.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:37:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:08 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1384M 2023-10-08T13:37:08.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:08.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:08 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1384M 2023-10-08T13:37:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:09 smithi003 ceph-mon[96088]: 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-08T13:37:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:09.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:09.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:09 smithi094 ceph-mon[112176]: 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-08T13:37:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:10.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:10.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:11.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:11 smithi003 ceph-mon[96088]: pgmap v19221: 97 pgs: 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:11.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:11.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:11 smithi094 ceph-mon[112176]: pgmap v19221: 97 pgs: 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.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:12.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:13 smithi003 ceph-mon[96088]: 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-08T13:37:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:13 smithi094 ceph-mon[112176]: 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-08T13:37:14.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:14.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:15.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:15 smithi094 ceph-mon[112176]: pgmap v19223: 97 pgs: 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:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:15 smithi003 ceph-mon[96088]: pgmap v19223: 97 pgs: 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:15.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:15.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:16.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:16.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:17 smithi003 ceph-mon[96088]: 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-08T13:37:17.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:17.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:17 smithi094 ceph-mon[112176]: 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-08T13:37:18.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:18.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:18 smithi094 ceph-mon[112176]: 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-08T13:37:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:18 smithi003 ceph-mon[96088]: 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-08T13:37:19.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:19.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:20.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:20.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:21 smithi003 ceph-mon[96088]: pgmap v19226: 97 pgs: 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:21.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:21.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:21 smithi094 ceph-mon[112176]: pgmap v19226: 97 pgs: 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.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:22.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:23 smithi003 ceph-mon[96088]: 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-08T13:37:23.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:23.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:23 smithi094 ceph-mon[112176]: 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-08T13:37:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:24.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:24.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:25.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:25 smithi094 ceph-mon[112176]: pgmap v19228: 97 pgs: 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:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:25 smithi003 ceph-mon[96088]: pgmap v19228: 97 pgs: 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:25.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:25.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:26.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:26.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:27 smithi003 ceph-mon[96088]: 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-08T13:37:27.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:27.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:27 smithi094 ceph-mon[112176]: 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-08T13:37:28.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:28.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:28 smithi094 ceph-mon[112176]: 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-08T13:37:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:28 smithi003 ceph-mon[96088]: 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-08T13:37:29.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:29.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:30.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:30.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:31 smithi003 ceph-mon[96088]: pgmap v19231: 97 pgs: 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:31.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:31.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:31 smithi094 ceph-mon[112176]: pgmap v19231: 97 pgs: 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.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:32.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:33 smithi003 ceph-mon[96088]: 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-08T13:37:33.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:33.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:33 smithi094 ceph-mon[112176]: 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-08T13:37:34.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:34.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:35 smithi003 ceph-mon[96088]: pgmap v19233: 97 pgs: 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:35.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:35.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:35 smithi094 ceph-mon[112176]: pgmap v19233: 97 pgs: 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:36.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:36.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:37 smithi003 ceph-mon[96088]: 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-08T13:37:37.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:37.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:37 smithi094 ceph-mon[112176]: 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-08T13:37:38.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:38.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:38 smithi094 ceph-mon[112176]: 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-08T13:37:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:38 smithi003 ceph-mon[96088]: 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-08T13:37:39.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:39.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:40.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:40.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:40 smithi094 ceph-mon[112176]: pgmap v19236: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:40 smithi003 ceph-mon[96088]: pgmap v19236: 97 pgs: 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:41.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:41.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:42.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:42.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:43 smithi003 ceph-mon[96088]: 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-08T13:37:43.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:43.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:43 smithi094 ceph-mon[112176]: 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-08T13:37:44.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:44.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:45 smithi003 ceph-mon[96088]: pgmap v19238: 97 pgs: 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:45.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:45.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:45 smithi094 ceph-mon[112176]: pgmap v19238: 97 pgs: 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:46.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:46.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:47 smithi003 ceph-mon[96088]: 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-08T13:37:47.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:47.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:47 smithi094 ceph-mon[112176]: 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-08T13:37:48.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:48.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:48 smithi094 ceph-mon[112176]: 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-08T13:37:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:48 smithi003 ceph-mon[96088]: 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-08T13:37:49.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:49.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:50.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:50.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:51 smithi003 ceph-mon[96088]: pgmap v19241: 97 pgs: 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:51.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:51.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:51 smithi094 ceph-mon[112176]: pgmap v19241: 97 pgs: 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.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:52.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:53 smithi003 ceph-mon[96088]: 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-08T13:37:53.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:53.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:53 smithi094 ceph-mon[112176]: 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-08T13:37:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:54.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:54.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:55 smithi003 ceph-mon[96088]: pgmap v19243: 97 pgs: 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:55.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:55.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:55 smithi094 ceph-mon[112176]: pgmap v19243: 97 pgs: 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:56.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:56.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:57 smithi003 ceph-mon[96088]: 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-08T13:37:57.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:57.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:57 smithi094 ceph-mon[112176]: 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-08T13:37:58.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:58.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:37:58 smithi094 ceph-mon[112176]: 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-08T13:37:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:37:58 smithi003 ceph-mon[96088]: 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-08T13:37:59.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:37:59.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:00.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:00.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:01.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:01 smithi003 ceph-mon[96088]: pgmap v19246: 97 pgs: 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:01.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:01.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:01 smithi094 ceph-mon[112176]: pgmap v19246: 97 pgs: 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.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:02.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:03 smithi003 ceph-mon[96088]: 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-08T13:38:03.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:03.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:03 smithi094 ceph-mon[112176]: 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-08T13:38:04.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:04.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:05 smithi003 ceph-mon[96088]: pgmap v19248: 97 pgs: 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:05.533 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:05 smithi094 ceph-mon[112176]: pgmap v19248: 97 pgs: 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:05.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:05.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:06.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:06.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:07 smithi003 ceph-mon[96088]: 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-08T13:38:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:38:07.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:07.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:07 smithi094 ceph-mon[112176]: 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-08T13:38:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:38:08.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:08.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:08 smithi094 ceph-mon[112176]: 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-08T13:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:38:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:08 smithi003 ceph-mon[96088]: 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-08T13:38:09.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:09.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:10.585 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:10 smithi094 ceph-mon[112176]: pgmap v19251: 97 pgs: 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:10.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:10.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:10 smithi003 ceph-mon[96088]: pgmap v19251: 97 pgs: 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:11.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:11.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:12.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:12.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:13 smithi003 ceph-mon[96088]: 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-08T13:38:13.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:13.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:13 smithi094 ceph-mon[112176]: 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-08T13:38:14.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:14.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:15 smithi003 ceph-mon[96088]: pgmap v19253: 97 pgs: 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:15.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:15.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:15.637 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:15 smithi094 ceph-mon[112176]: pgmap v19253: 97 pgs: 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:16.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:16.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:17 smithi003 ceph-mon[96088]: 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-08T13:38:17.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:17.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:17 smithi094 ceph-mon[112176]: 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-08T13:38:18.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:18.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:18 smithi094 ceph-mon[112176]: 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-08T13:38:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:18 smithi003 ceph-mon[96088]: 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-08T13:38:19.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:19.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:20.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:20.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:21 smithi003 ceph-mon[96088]: pgmap v19256: 97 pgs: 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:21.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:21.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:21 smithi094 ceph-mon[112176]: pgmap v19256: 97 pgs: 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.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:22.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:23 smithi003 ceph-mon[96088]: 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-08T13:38:23.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:23.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:23 smithi094 ceph-mon[112176]: 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-08T13:38:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:24.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:24.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:25 smithi003 ceph-mon[96088]: pgmap v19258: 97 pgs: 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:25.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:25.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:25 smithi094 ceph-mon[112176]: pgmap v19258: 97 pgs: 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:26.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:26.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:27 smithi003 ceph-mon[96088]: 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-08T13:38:27.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:27.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:27 smithi094 ceph-mon[112176]: 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-08T13:38:28.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:28.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:28 smithi094 ceph-mon[112176]: 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-08T13:38:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:28 smithi003 ceph-mon[96088]: 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-08T13:38:29.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:29.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:30.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:30.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:31 smithi003 ceph-mon[96088]: pgmap v19261: 97 pgs: 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:31.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:31.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:31 smithi094 ceph-mon[112176]: pgmap v19261: 97 pgs: 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.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:32.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:33 smithi003 ceph-mon[96088]: 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-08T13:38:33.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:33.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:33 smithi094 ceph-mon[112176]: 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-08T13:38:34.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:34.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:35 smithi003 ceph-mon[96088]: pgmap v19263: 97 pgs: 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:35.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:35.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:35 smithi094 ceph-mon[112176]: pgmap v19263: 97 pgs: 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:36.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:36.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:37 smithi003 ceph-mon[96088]: 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-08T13:38:37.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:37.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:37.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:37 smithi094 ceph-mon[112176]: 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-08T13:38:38.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:38.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:38 smithi094 ceph-mon[112176]: 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-08T13:38:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:38 smithi003 ceph-mon[96088]: 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-08T13:38:39.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:39.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:40.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:40.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:40 smithi094 ceph-mon[112176]: pgmap v19266: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:40 smithi003 ceph-mon[96088]: pgmap v19266: 97 pgs: 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:41.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:41.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:42.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:42.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:43 smithi003 ceph-mon[96088]: 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-08T13:38:43.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:43.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:43.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:43 smithi094 ceph-mon[112176]: 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-08T13:38:44.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:44.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:45 smithi003 ceph-mon[96088]: pgmap v19268: 97 pgs: 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:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:45 smithi094 ceph-mon[112176]: pgmap v19268: 97 pgs: 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:45.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:45.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:46.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:46.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:47.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:47 smithi003 ceph-mon[96088]: 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-08T13:38:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:47 smithi094 ceph-mon[112176]: 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-08T13:38:47.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:47.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:48 smithi094 ceph-mon[112176]: 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-08T13:38:48.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:48.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:48 smithi003 ceph-mon[96088]: 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-08T13:38:49.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:49.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:50.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:50.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:51.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:51 smithi094 ceph-mon[112176]: pgmap v19271: 97 pgs: 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:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:51 smithi003 ceph-mon[96088]: pgmap v19271: 97 pgs: 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:51.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:51.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:52.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:52.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:53 smithi003 ceph-mon[96088]: 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-08T13:38:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:53 smithi094 ceph-mon[112176]: 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-08T13:38:53.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:53.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:54.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:54.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:55 smithi003 ceph-mon[96088]: pgmap v19273: 97 pgs: 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:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:55 smithi094 ceph-mon[112176]: pgmap v19273: 97 pgs: 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:55.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:55.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:56.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:56.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:57 smithi003 ceph-mon[96088]: 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-08T13:38:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:57 smithi094 ceph-mon[112176]: 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-08T13:38:57.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:57.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:38:58 smithi094 ceph-mon[112176]: 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-08T13:38:58.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:58.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:38:58 smithi003 ceph-mon[96088]: 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-08T13:38:59.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:38:59.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:00.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:00.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:01 smithi094 ceph-mon[112176]: pgmap v19276: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:01 smithi003 ceph-mon[96088]: pgmap v19276: 97 pgs: 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:01.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:01.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:02.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:02.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:03 smithi003 ceph-mon[96088]: 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-08T13:39:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:03 smithi094 ceph-mon[112176]: 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-08T13:39:03.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:03.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:04.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:04.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:05 smithi003 ceph-mon[96088]: pgmap v19278: 97 pgs: 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:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:05 smithi094 ceph-mon[112176]: pgmap v19278: 97 pgs: 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:05.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:05.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:06.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:06.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:07 smithi003 ceph-mon[96088]: 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-08T13:39:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:07 smithi094 ceph-mon[112176]: 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-08T13:39:07.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:07.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:39:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:08 smithi094 ceph-mon[112176]: 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-08T13:39:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:39:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:39:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:39:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:39:08.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:39:08.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:08.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:08 smithi003 ceph-mon[96088]: 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-08T13:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:39:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:39:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:39:08.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:39:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:09.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:09.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:10 smithi094 ceph-mon[112176]: pgmap v19281: 97 pgs: 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:10.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:10.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:10 smithi003 ceph-mon[96088]: pgmap v19281: 97 pgs: 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:11.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:11.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:12.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:12.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:13.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:13 smithi003 ceph-mon[96088]: 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-08T13:39:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:13 smithi094 ceph-mon[112176]: 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-08T13:39:13.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:13.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:14.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:14.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:15 smithi003 ceph-mon[96088]: pgmap v19283: 97 pgs: 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:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:15 smithi094 ceph-mon[112176]: pgmap v19283: 97 pgs: 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:15.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:15.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:16.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:16.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:17 smithi003 ceph-mon[96088]: 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-08T13:39:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:17 smithi094 ceph-mon[112176]: 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-08T13:39:17.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:17.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:18 smithi094 ceph-mon[112176]: 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-08T13:39:18.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:18.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:18 smithi003 ceph-mon[96088]: 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-08T13:39:19.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:19.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:20.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:20.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:21 smithi003 ceph-mon[96088]: pgmap v19286: 97 pgs: 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:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:21 smithi094 ceph-mon[112176]: pgmap v19286: 97 pgs: 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:21.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:21.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:22.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:22.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:23 smithi003 ceph-mon[96088]: 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-08T13:39:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:23 smithi094 ceph-mon[112176]: 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-08T13:39:23.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:23.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:24.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:24.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:25 smithi003 ceph-mon[96088]: pgmap v19288: 97 pgs: 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:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:25 smithi094 ceph-mon[112176]: pgmap v19288: 97 pgs: 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:25.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:25.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:26.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:26.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:27 smithi003 ceph-mon[96088]: 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-08T13:39:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:27 smithi094 ceph-mon[112176]: 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-08T13:39:27.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:27.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:28 smithi094 ceph-mon[112176]: 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-08T13:39:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:28 smithi003 ceph-mon[96088]: 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-08T13:39:28.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:28.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:29.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:29.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:30.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:30.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:31 smithi003 ceph-mon[96088]: pgmap v19291: 97 pgs: 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:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:31 smithi094 ceph-mon[112176]: pgmap v19291: 97 pgs: 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:31.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:31.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:32.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:32.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:33 smithi003 ceph-mon[96088]: 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-08T13:39:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:33 smithi094 ceph-mon[112176]: 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-08T13:39:33.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:33.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:34.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:34.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:35 smithi003 ceph-mon[96088]: pgmap v19293: 97 pgs: 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:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:35 smithi094 ceph-mon[112176]: pgmap v19293: 97 pgs: 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:35.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:35.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:36.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:36.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:37.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:37 smithi003 ceph-mon[96088]: 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-08T13:39:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:37 smithi094 ceph-mon[112176]: 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-08T13:39:37.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:37.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:38 smithi094 ceph-mon[112176]: 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-08T13:39:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:38 smithi003 ceph-mon[96088]: 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-08T13:39:38.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:38.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:39.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:39.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:40 smithi094 ceph-mon[112176]: pgmap v19296: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:40 smithi003 ceph-mon[96088]: pgmap v19296: 97 pgs: 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:40.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:40.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:41.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:41.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:42.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:42.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:43.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:43 smithi003 ceph-mon[96088]: 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-08T13:39:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:43 smithi094 ceph-mon[112176]: 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-08T13:39:43.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:43.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:44.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:44.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:45 smithi003 ceph-mon[96088]: pgmap v19298: 97 pgs: 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:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:45 smithi094 ceph-mon[112176]: pgmap v19298: 97 pgs: 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:45.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:45.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:46.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:46.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:47.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:47 smithi003 ceph-mon[96088]: 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-08T13:39:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:47 smithi094 ceph-mon[112176]: 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-08T13:39:47.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:47.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:48 smithi094 ceph-mon[112176]: 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-08T13:39:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:48 smithi003 ceph-mon[96088]: 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-08T13:39:48.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:48.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:49.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:49.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:50.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:50.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:51 smithi003 ceph-mon[96088]: pgmap v19301: 97 pgs: 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:51.631 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:51 smithi094 ceph-mon[112176]: pgmap v19301: 97 pgs: 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:51.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:51.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:52.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:52.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:53.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:53 smithi003 ceph-mon[96088]: 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-08T13:39:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:53 smithi094 ceph-mon[112176]: 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-08T13:39:53.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:53.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:54.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:54.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:55.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:55 smithi003 ceph-mon[96088]: pgmap v19303: 97 pgs: 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:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:55 smithi094 ceph-mon[112176]: pgmap v19303: 97 pgs: 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:55.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:55.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:56.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:56.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:57.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:57 smithi003 ceph-mon[96088]: 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-08T13:39:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:57 smithi094 ceph-mon[112176]: 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-08T13:39:57.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:57.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:39:58 smithi094 ceph-mon[112176]: 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-08T13:39:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:39:58 smithi003 ceph-mon[96088]: 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-08T13:39:58.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:58.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:59.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:39:59.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T13:40:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T13:40:00.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:00.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:01 smithi094 ceph-mon[112176]: pgmap v19306: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:01 smithi003 ceph-mon[96088]: pgmap v19306: 97 pgs: 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:01.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:01.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:02.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:02.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:03.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:03 smithi003 ceph-mon[96088]: 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-08T13:40:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:03 smithi094 ceph-mon[112176]: 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-08T13:40:03.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:03.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:04.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:04.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:05.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:05 smithi003 ceph-mon[96088]: pgmap v19308: 97 pgs: 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:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:05 smithi094 ceph-mon[112176]: pgmap v19308: 97 pgs: 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:05.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:05.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:06.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:06.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:07.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:07 smithi003 ceph-mon[96088]: 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-08T13:40:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:07 smithi094 ceph-mon[112176]: 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-08T13:40:07.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:07.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:08 smithi094 ceph-mon[112176]: 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-08T13:40:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:08 smithi003 ceph-mon[96088]: 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-08T13:40:08.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:08.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:40:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:40:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:09.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:09.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:10 smithi094 ceph-mon[112176]: pgmap v19311: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:10 smithi003 ceph-mon[96088]: pgmap v19311: 97 pgs: 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:10.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:10.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:11.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:11.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:40:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:40:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:40:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:40:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:40:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:40:12.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:40:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:40:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:40:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:40:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:40:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:40:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:40:12.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:40:12.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:12.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:13 smithi003 ceph-mon[96088]: 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-08T13:40:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:13 smithi094 ceph-mon[112176]: 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-08T13:40:13.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:13.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:14.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:14.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:15.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:15 smithi003 ceph-mon[96088]: pgmap v19313: 97 pgs: 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:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:15 smithi094 ceph-mon[112176]: pgmap v19313: 97 pgs: 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:15.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:15.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:16.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:16.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:17 smithi003 ceph-mon[96088]: 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-08T13:40:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:17 smithi094 ceph-mon[112176]: 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-08T13:40:17.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:17.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:18 smithi094 ceph-mon[112176]: 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-08T13:40:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:18 smithi003 ceph-mon[96088]: 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-08T13:40:18.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:18.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:19.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:19.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:20.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:20.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:21 smithi003 ceph-mon[96088]: pgmap v19316: 97 pgs: 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:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:21 smithi094 ceph-mon[112176]: pgmap v19316: 97 pgs: 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:21.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:21.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:22.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:22.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:23.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:23 smithi003 ceph-mon[96088]: 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-08T13:40:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:23 smithi094 ceph-mon[112176]: 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-08T13:40:23.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:23.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:24.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:24.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:25 smithi094 ceph-mon[112176]: pgmap v19318: 97 pgs: 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:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:25 smithi003 ceph-mon[96088]: pgmap v19318: 97 pgs: 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:25.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:25.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:26.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:26.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:27 smithi094 ceph-mon[112176]: 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-08T13:40:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:27 smithi003 ceph-mon[96088]: 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-08T13:40:27.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:27.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:28 smithi003 ceph-mon[96088]: 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-08T13:40:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:28 smithi094 ceph-mon[112176]: 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-08T13:40:28.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:28.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:29.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:29.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:30.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:30.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:31 smithi003 ceph-mon[96088]: pgmap v19321: 97 pgs: 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:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:31 smithi094 ceph-mon[112176]: pgmap v19321: 97 pgs: 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:31.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:31.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:32.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:32.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:33.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:33 smithi003 ceph-mon[96088]: 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-08T13:40:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:33 smithi094 ceph-mon[112176]: 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-08T13:40:33.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:33.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:34.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:34.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:35 smithi094 ceph-mon[112176]: pgmap v19323: 97 pgs: 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:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:35 smithi003 ceph-mon[96088]: pgmap v19323: 97 pgs: 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:35.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:35.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:36.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:36.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:37.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:37 smithi094 ceph-mon[112176]: 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-08T13:40:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:37 smithi003 ceph-mon[96088]: 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-08T13:40:37.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:37.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:38 smithi094 ceph-mon[112176]: 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-08T13:40:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:38 smithi003 ceph-mon[96088]: 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-08T13:40:38.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:38.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:39.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:39.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:40 smithi094 ceph-mon[112176]: pgmap v19326: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:40 smithi003 ceph-mon[96088]: pgmap v19326: 97 pgs: 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:40.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:40.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:41.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:41.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:42.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:42.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:43 smithi094 ceph-mon[112176]: 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-08T13:40:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:43 smithi003 ceph-mon[96088]: 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-08T13:40:43.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:43.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:44.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:44.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:45 smithi094 ceph-mon[112176]: pgmap v19328: 97 pgs: 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:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:45 smithi003 ceph-mon[96088]: pgmap v19328: 97 pgs: 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:45.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:45.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:46.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:46.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:47 smithi094 ceph-mon[112176]: 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-08T13:40:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:47 smithi003 ceph-mon[96088]: 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-08T13:40:47.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:47.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:48 smithi094 ceph-mon[112176]: 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-08T13:40:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:48 smithi003 ceph-mon[96088]: 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-08T13:40:48.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:48.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:49.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:49.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:50.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:50.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:51 smithi094 ceph-mon[112176]: pgmap v19331: 97 pgs: 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:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:51 smithi003 ceph-mon[96088]: pgmap v19331: 97 pgs: 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:51.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:51.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:52.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:52.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:53 smithi094 ceph-mon[112176]: 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-08T13:40:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:53 smithi003 ceph-mon[96088]: 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-08T13:40:53.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:53.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:54.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:54.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:55 smithi094 ceph-mon[112176]: pgmap v19333: 97 pgs: 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:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:55 smithi003 ceph-mon[96088]: pgmap v19333: 97 pgs: 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:55.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:55.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:56.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:56.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:57 smithi094 ceph-mon[112176]: 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-08T13:40:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:57 smithi003 ceph-mon[96088]: 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-08T13:40:57.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:57.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:40:58 smithi094 ceph-mon[112176]: 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-08T13:40:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:40:58 smithi003 ceph-mon[96088]: 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-08T13:40:58.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:58.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:59.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:40:59.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:00.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:00.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:01 smithi094 ceph-mon[112176]: pgmap v19336: 97 pgs: 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:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:01 smithi003 ceph-mon[96088]: pgmap v19336: 97 pgs: 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:01.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:01.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:02.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:02.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:03.523 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:03 smithi003 ceph-mon[96088]: 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-08T13:41:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:03 smithi094 ceph-mon[112176]: 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-08T13:41:03.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:03.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:04.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:04.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:05 smithi094 ceph-mon[112176]: pgmap v19338: 97 pgs: 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:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:05 smithi003 ceph-mon[96088]: pgmap v19338: 97 pgs: 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:05.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:05.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:06.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:06.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:07 smithi094 ceph-mon[112176]: 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-08T13:41:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:07 smithi003 ceph-mon[96088]: 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-08T13:41:07.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:07.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:08 smithi094 ceph-mon[112176]: 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-08T13:41:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:08 smithi003 ceph-mon[96088]: 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-08T13:41:08.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:08.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:09.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:09.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:10 smithi094 ceph-mon[112176]: pgmap v19341: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:10 smithi003 ceph-mon[96088]: pgmap v19341: 97 pgs: 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:10.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:10.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:11.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:11.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:41:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:41:12.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:12.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:12 smithi094 ceph-mon[112176]: 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-08T13:41:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:41:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:41:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:41:13.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:41:13.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:12 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:41:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:12 smithi003 ceph-mon[96088]: 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-08T13:41:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:41:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:41:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:41:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:41:13.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:12 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:41:13.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:13.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:14.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:14.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:15 smithi094 ceph-mon[112176]: pgmap v19343: 97 pgs: 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:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:15 smithi003 ceph-mon[96088]: pgmap v19343: 97 pgs: 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:15.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:15.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:16.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:16.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:17.251 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:17 smithi003 ceph-mon[96088]: 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-08T13:41:17.513 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:17 smithi094 ceph-mon[112176]: 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-08T13:41:17.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:17.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:18 smithi094 ceph-mon[112176]: 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-08T13:41:18.696 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:18 smithi003 ceph-mon[96088]: 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-08T13:41:18.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:18.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:19.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:19.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:20.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:20.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:21 smithi094 ceph-mon[112176]: pgmap v19346: 97 pgs: 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:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:21 smithi003 ceph-mon[96088]: pgmap v19346: 97 pgs: 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:21.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:21.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:22.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:22.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:23 smithi094 ceph-mon[112176]: 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-08T13:41:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:23 smithi003 ceph-mon[96088]: 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-08T13:41:23.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:23.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:24.737 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:24.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:24.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:25 smithi094 ceph-mon[112176]: pgmap v19348: 97 pgs: 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:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:25 smithi003 ceph-mon[96088]: pgmap v19348: 97 pgs: 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:25.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:25.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:26.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:26.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:27.616 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:27 smithi094 ceph-mon[112176]: 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-08T13:41:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:27 smithi003 ceph-mon[96088]: 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-08T13:41:27.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:27.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:28 smithi094 ceph-mon[112176]: 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-08T13:41:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:28 smithi003 ceph-mon[96088]: 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-08T13:41:28.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:28.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:29.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:29.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:30.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:30.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:31 smithi094 ceph-mon[112176]: pgmap v19351: 97 pgs: 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:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:31 smithi003 ceph-mon[96088]: pgmap v19351: 97 pgs: 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:31.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:31.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:32.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:32.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:33 smithi094 ceph-mon[112176]: 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-08T13:41:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:33 smithi003 ceph-mon[96088]: 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-08T13:41:33.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:33.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:34.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:34.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:35 smithi094 ceph-mon[112176]: pgmap v19353: 97 pgs: 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:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:35 smithi003 ceph-mon[96088]: pgmap v19353: 97 pgs: 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:35.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:35.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:36.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:36.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:37 smithi094 ceph-mon[112176]: 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-08T13:41:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:37 smithi003 ceph-mon[96088]: 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-08T13:41:37.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:37.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:38 smithi094 ceph-mon[112176]: 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-08T13:41:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:38 smithi003 ceph-mon[96088]: 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-08T13:41:38.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:38.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:39.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:39.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:40 smithi094 ceph-mon[112176]: pgmap v19356: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:40 smithi003 ceph-mon[96088]: pgmap v19356: 97 pgs: 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:40.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:40.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:41.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:41.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:42.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:42.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:43 smithi094 ceph-mon[112176]: 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-08T13:41:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:43 smithi003 ceph-mon[96088]: 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-08T13:41:43.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:43.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:44.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:44.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:45 smithi094 ceph-mon[112176]: pgmap v19358: 97 pgs: 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:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:45 smithi003 ceph-mon[96088]: pgmap v19358: 97 pgs: 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:45.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:45.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:46.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:46.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:47 smithi094 ceph-mon[112176]: 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-08T13:41:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:47 smithi003 ceph-mon[96088]: 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-08T13:41:47.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:47.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:48 smithi094 ceph-mon[112176]: 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-08T13:41:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:48 smithi003 ceph-mon[96088]: 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-08T13:41:48.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:48.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:49.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:49.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:50.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:50.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:51 smithi094 ceph-mon[112176]: pgmap v19361: 97 pgs: 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:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:51 smithi003 ceph-mon[96088]: pgmap v19361: 97 pgs: 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:51.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:51.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:52.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:52.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:53 smithi094 ceph-mon[112176]: 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-08T13:41:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:53 smithi003 ceph-mon[96088]: 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-08T13:41:53.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:53.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:54.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:54.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:55 smithi094 ceph-mon[112176]: pgmap v19363: 97 pgs: 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:55.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:55 smithi003 ceph-mon[96088]: pgmap v19363: 97 pgs: 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:55.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:55.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:56.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:56.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:57 smithi094 ceph-mon[112176]: 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-08T13:41:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:57 smithi003 ceph-mon[96088]: 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-08T13:41:57.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:57.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:41:58 smithi094 ceph-mon[112176]: 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-08T13:41:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:41:58 smithi003 ceph-mon[96088]: 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-08T13:41:58.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:58.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:59.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:41:59.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:00.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:00.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:01 smithi094 ceph-mon[112176]: pgmap v19366: 97 pgs: 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:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:01 smithi003 ceph-mon[96088]: pgmap v19366: 97 pgs: 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:01.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:01.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:02.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:02.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:03 smithi094 ceph-mon[112176]: 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-08T13:42:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:03 smithi003 ceph-mon[96088]: 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-08T13:42:04.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:04.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:05.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:05.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:05 smithi094 ceph-mon[112176]: pgmap v19368: 97 pgs: 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:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:05 smithi003 ceph-mon[96088]: pgmap v19368: 97 pgs: 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:06.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:06.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:07.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:07.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:07 smithi094 ceph-mon[112176]: 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-08T13:42:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:07 smithi003 ceph-mon[96088]: 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-08T13:42:08.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:08.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:08 smithi094 ceph-mon[112176]: 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-08T13:42:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:08 smithi003 ceph-mon[96088]: 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-08T13:42:09.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:09.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:10.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:10.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:10 smithi094 ceph-mon[112176]: pgmap v19371: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:10 smithi003 ceph-mon[96088]: pgmap v19371: 97 pgs: 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:11.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:11.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:12.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:12.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:13.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:13.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:13 smithi094 ceph-mon[112176]: 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-08T13:42:13.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:13 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:42:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:13 smithi003 ceph-mon[96088]: 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-08T13:42:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:13 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:42:14.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:14.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:15.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:15.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:15 smithi094 ceph-mon[112176]: pgmap v19373: 97 pgs: 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:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:15 smithi003 ceph-mon[96088]: pgmap v19373: 97 pgs: 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:16.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:16.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:17.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:17.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:17 smithi094 ceph-mon[112176]: 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-08T13:42:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:17 smithi003 ceph-mon[96088]: 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-08T13:42:18.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:18.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:42:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:42:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:42:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:42:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:42:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:42:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:42:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:18 smithi094 ceph-mon[112176]: 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-08T13:42:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:42:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:42:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:42:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:42:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:42:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:42:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:42:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:18 smithi003 ceph-mon[96088]: 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-08T13:42:19.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:19.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:20.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:20.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:21.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:21.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:21 smithi094 ceph-mon[112176]: pgmap v19376: 97 pgs: 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:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:21 smithi003 ceph-mon[96088]: pgmap v19376: 97 pgs: 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:22.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:22.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:23.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:23.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:23 smithi094 ceph-mon[112176]: 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-08T13:42:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:23 smithi003 ceph-mon[96088]: 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-08T13:42:24.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:24.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:25.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:25.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:25 smithi094 ceph-mon[112176]: pgmap v19378: 97 pgs: 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:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:25 smithi003 ceph-mon[96088]: pgmap v19378: 97 pgs: 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:26.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:26.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:27.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:27.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:27 smithi094 ceph-mon[112176]: 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-08T13:42:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:27 smithi003 ceph-mon[96088]: 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-08T13:42:28.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:28.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:28 smithi094 ceph-mon[112176]: 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-08T13:42:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:28 smithi003 ceph-mon[96088]: 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-08T13:42:29.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:29.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:30.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:30.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:31.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:31.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:31 smithi094 ceph-mon[112176]: pgmap v19381: 97 pgs: 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:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:31 smithi003 ceph-mon[96088]: pgmap v19381: 97 pgs: 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:32.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:32.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:33.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:33.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:33 smithi094 ceph-mon[112176]: 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-08T13:42:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:33 smithi003 ceph-mon[96088]: 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-08T13:42:34.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:34.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:35.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:35.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:35 smithi094 ceph-mon[112176]: pgmap v19383: 97 pgs: 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:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:35 smithi003 ceph-mon[96088]: pgmap v19383: 97 pgs: 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:36.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:36.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:37.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:37.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:37 smithi094 ceph-mon[112176]: 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-08T13:42:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:37 smithi003 ceph-mon[96088]: 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-08T13:42:38.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:38.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:38 smithi094 ceph-mon[112176]: 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-08T13:42:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:38 smithi003 ceph-mon[96088]: 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-08T13:42:39.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:39.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:39.618 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:40.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:40.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:40 smithi094 ceph-mon[112176]: pgmap v19386: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:40 smithi003 ceph-mon[96088]: pgmap v19386: 97 pgs: 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:41.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:41.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:42.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:42.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:43.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:43.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:43 smithi094 ceph-mon[112176]: 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-08T13:42:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:43 smithi003 ceph-mon[96088]: 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-08T13:42:44.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:44.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:45.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:45.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:45 smithi094 ceph-mon[112176]: pgmap v19388: 97 pgs: 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:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:45 smithi003 ceph-mon[96088]: pgmap v19388: 97 pgs: 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:46.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:46.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:47.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:47.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:47 smithi094 ceph-mon[112176]: 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-08T13:42:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:47 smithi003 ceph-mon[96088]: 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-08T13:42:48.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:48.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:48 smithi094 ceph-mon[112176]: 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-08T13:42:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:48 smithi003 ceph-mon[96088]: 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-08T13:42:49.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:49.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:50.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:50.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:51.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:51.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:51 smithi094 ceph-mon[112176]: pgmap v19391: 97 pgs: 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:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:51 smithi003 ceph-mon[96088]: pgmap v19391: 97 pgs: 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:52.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:52.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:53.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:53.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:53 smithi094 ceph-mon[112176]: 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-08T13:42:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:53 smithi003 ceph-mon[96088]: 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-08T13:42:54.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:54.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:55.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:55.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:55 smithi094 ceph-mon[112176]: pgmap v19393: 97 pgs: 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:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:55 smithi003 ceph-mon[96088]: pgmap v19393: 97 pgs: 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:56.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:56.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:57.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:57.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:57 smithi094 ceph-mon[112176]: 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-08T13:42:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:57 smithi003 ceph-mon[96088]: 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-08T13:42:58.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:58.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:42:58 smithi094 ceph-mon[112176]: 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-08T13:42:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:42:58 smithi003 ceph-mon[96088]: 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-08T13:42:59.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:42:59.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:00.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:00.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:01.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:01.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:01 smithi094 ceph-mon[112176]: pgmap v19396: 97 pgs: 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:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:01 smithi003 ceph-mon[96088]: pgmap v19396: 97 pgs: 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:02.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:02.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:03.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:03.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:03.615 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:03 smithi094 ceph-mon[112176]: 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-08T13:43:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:03 smithi003 ceph-mon[96088]: 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-08T13:43:04.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:04.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:05.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:05.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:05 smithi094 ceph-mon[112176]: pgmap v19398: 97 pgs: 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:05.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:05 smithi003 ceph-mon[96088]: pgmap v19398: 97 pgs: 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:06.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:06.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:07.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:07.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:07 smithi094 ceph-mon[112176]: 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-08T13:43:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:07 smithi003 ceph-mon[96088]: 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-08T13:43:08.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:08.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:08 smithi094 ceph-mon[112176]: 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-08T13:43:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:08 smithi003 ceph-mon[96088]: 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-08T13:43:09.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:09.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:10.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:10.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:10 smithi094 ceph-mon[112176]: pgmap v19401: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:10 smithi003 ceph-mon[96088]: pgmap v19401: 97 pgs: 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:11.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:11.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:12.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:12.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:13.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:13.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:13 smithi094 ceph-mon[112176]: 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-08T13:43:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:13 smithi003 ceph-mon[96088]: 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-08T13:43:14.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:14.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:15.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:15.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:15 smithi094 ceph-mon[112176]: pgmap v19403: 97 pgs: 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:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:15 smithi003 ceph-mon[96088]: pgmap v19403: 97 pgs: 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:16.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:16.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:17.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:17.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:17 smithi094 ceph-mon[112176]: 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-08T13:43:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:17 smithi003 ceph-mon[96088]: 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-08T13:43:18.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:18.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:43:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:18 smithi094 ceph-mon[112176]: 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-08T13:43:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:43:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:18 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:43:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:43:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:18 smithi003 ceph-mon[96088]: 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-08T13:43:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:43:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:18 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:43:19.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:19.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:43:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:43:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:43:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:43:19.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:43:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:43:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:43:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:43:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:43:19.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:43:20.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:20.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:20 smithi094 ceph-mon[112176]: pgmap v19406: 97 pgs: 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:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:20 smithi003 ceph-mon[96088]: pgmap v19406: 97 pgs: 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:21.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:21.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:22.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:22.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:23.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:23.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:23 smithi094 ceph-mon[112176]: 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-08T13:43:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:23 smithi003 ceph-mon[96088]: 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-08T13:43:24.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:24.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:25.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:25.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:25.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:25 smithi003 ceph-mon[96088]: pgmap v19408: 97 pgs: 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:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:25 smithi094 ceph-mon[112176]: pgmap v19408: 97 pgs: 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:26.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:26.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:27.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:27.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:27 smithi094 ceph-mon[112176]: 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-08T13:43:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:27 smithi003 ceph-mon[96088]: 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-08T13:43:28.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:28.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:28 smithi094 ceph-mon[112176]: 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-08T13:43:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:28 smithi003 ceph-mon[96088]: 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-08T13:43:29.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:29.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:30.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:30.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:31.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:31.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:31 smithi094 ceph-mon[112176]: pgmap v19411: 97 pgs: 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:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:31 smithi003 ceph-mon[96088]: pgmap v19411: 97 pgs: 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:32.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:32.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:33.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:33.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:33 smithi094 ceph-mon[112176]: 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-08T13:43:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:33 smithi003 ceph-mon[96088]: 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-08T13:43:34.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:34.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:35.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:35.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:35 smithi094 ceph-mon[112176]: pgmap v19413: 97 pgs: 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:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:35 smithi003 ceph-mon[96088]: pgmap v19413: 97 pgs: 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:36.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:36.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:37.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:37.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:37 smithi094 ceph-mon[112176]: 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-08T13:43:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:37 smithi003 ceph-mon[96088]: 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-08T13:43:38.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:38.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:38 smithi094 ceph-mon[112176]: 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-08T13:43:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:38 smithi003 ceph-mon[96088]: 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-08T13:43:39.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:39.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:40.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:40.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:40 smithi094 ceph-mon[112176]: pgmap v19416: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:40 smithi003 ceph-mon[96088]: pgmap v19416: 97 pgs: 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:41.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:41.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:42.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:42.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:43.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:43.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:43 smithi094 ceph-mon[112176]: 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-08T13:43:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:43 smithi003 ceph-mon[96088]: 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-08T13:43:44.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:44.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:45.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:45.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:45 smithi094 ceph-mon[112176]: pgmap v19418: 97 pgs: 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:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:45 smithi003 ceph-mon[96088]: pgmap v19418: 97 pgs: 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:46.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:46.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:47.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:47.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:47 smithi094 ceph-mon[112176]: 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-08T13:43:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:47 smithi003 ceph-mon[96088]: 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-08T13:43:48.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:48.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:48 smithi094 ceph-mon[112176]: 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-08T13:43:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:48 smithi003 ceph-mon[96088]: 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-08T13:43:49.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:49.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:50.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:50.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:51.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:51.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:51 smithi094 ceph-mon[112176]: pgmap v19421: 97 pgs: 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:51.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:51 smithi003 ceph-mon[96088]: pgmap v19421: 97 pgs: 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:52.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:52.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:53.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:53.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:53 smithi094 ceph-mon[112176]: 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-08T13:43:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:53 smithi003 ceph-mon[96088]: 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-08T13:43:54.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:54.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:55.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:55.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:55 smithi094 ceph-mon[112176]: pgmap v19423: 97 pgs: 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:55.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:55 smithi003 ceph-mon[96088]: pgmap v19423: 97 pgs: 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:56.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:56.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:57.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:57.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:57.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:57 smithi094 ceph-mon[112176]: 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-08T13:43:57.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:57 smithi003 ceph-mon[96088]: 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-08T13:43:58.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:58.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:43:58 smithi094 ceph-mon[112176]: 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-08T13:43:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:43:58 smithi003 ceph-mon[96088]: 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-08T13:43:59.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:43:59.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:00.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:00.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:01.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:01.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:01 smithi094 ceph-mon[112176]: pgmap v19426: 97 pgs: 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:01.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:01 smithi003 ceph-mon[96088]: pgmap v19426: 97 pgs: 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:02.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:02.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:03.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:03.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:03 smithi094 ceph-mon[112176]: 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-08T13:44:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:03 smithi003 ceph-mon[96088]: 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-08T13:44:04.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:04.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:05.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:05.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:05.596 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:05 smithi003 ceph-mon[96088]: pgmap v19428: 97 pgs: 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:05.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:05 smithi094 ceph-mon[112176]: pgmap v19428: 97 pgs: 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:06.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:06.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:07.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:07.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:07 smithi094 ceph-mon[112176]: 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-08T13:44:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:07 smithi003 ceph-mon[96088]: 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-08T13:44:08.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:08.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:08 smithi094 ceph-mon[112176]: 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-08T13:44:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:08 smithi003 ceph-mon[96088]: 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-08T13:44:09.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:09.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:10.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:10.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:10.653 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:10 smithi003 ceph-mon[96088]: pgmap v19431: 97 pgs: 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:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:10 smithi094 ceph-mon[112176]: pgmap v19431: 97 pgs: 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:11.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:11.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:12.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:12.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:13.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:13.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:13 smithi094 ceph-mon[112176]: 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-08T13:44:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:13 smithi003 ceph-mon[96088]: 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-08T13:44:14.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:14.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:15.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:15.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:15 smithi094 ceph-mon[112176]: pgmap v19433: 97 pgs: 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:15.710 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:15 smithi003 ceph-mon[96088]: pgmap v19433: 97 pgs: 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:16.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:16.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:17.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:17.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:17 smithi094 ceph-mon[112176]: 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-08T13:44:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:17 smithi003 ceph-mon[96088]: 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-08T13:44:18.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:18.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:18 smithi094 ceph-mon[112176]: 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-08T13:44:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:18 smithi003 ceph-mon[96088]: 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-08T13:44:19.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:19.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:44:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:44:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:44:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:44:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:44:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:44:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:44:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:44:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:44:19.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:44:20.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:20.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:44:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:20 smithi094 ceph-mon[112176]: pgmap v19436: 97 pgs: 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:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:44:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:20 smithi003 ceph-mon[96088]: pgmap v19436: 97 pgs: 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:21.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:21.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:22.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:22.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:23.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:23.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:23 smithi094 ceph-mon[112176]: 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-08T13:44:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:23 smithi003 ceph-mon[96088]: 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-08T13:44:24.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:24.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:25.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:25.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:25.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:25 smithi094 ceph-mon[112176]: pgmap v19438: 97 pgs: 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:25.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:25 smithi003 ceph-mon[96088]: pgmap v19438: 97 pgs: 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:26.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:26.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:27.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:27.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:27.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:27 smithi094 ceph-mon[112176]: 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-08T13:44:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:27 smithi003 ceph-mon[96088]: 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-08T13:44:28.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:28.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:28 smithi094 ceph-mon[112176]: 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-08T13:44:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:28 smithi003 ceph-mon[96088]: 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-08T13:44:29.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:29.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:30.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:30.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:31.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:31.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:31 smithi094 ceph-mon[112176]: pgmap v19441: 97 pgs: 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:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:31 smithi003 ceph-mon[96088]: pgmap v19441: 97 pgs: 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.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:32.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:33.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:33.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:33.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:33 smithi094 ceph-mon[112176]: 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-08T13:44:33.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:33 smithi003 ceph-mon[96088]: 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-08T13:44:34.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:34.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:35.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:35.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:35.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:35 smithi094 ceph-mon[112176]: pgmap v19443: 97 pgs: 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:35.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:35 smithi003 ceph-mon[96088]: pgmap v19443: 97 pgs: 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:36.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:36.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:37.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:37.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:37.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:37 smithi094 ceph-mon[112176]: 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-08T13:44:37.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:37 smithi003 ceph-mon[96088]: 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-08T13:44:38.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:38.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:38 smithi094 ceph-mon[112176]: 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-08T13:44:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:38 smithi003 ceph-mon[96088]: 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-08T13:44:39.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:39.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:40.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:40.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:40 smithi094 ceph-mon[112176]: pgmap v19446: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:40 smithi003 ceph-mon[96088]: pgmap v19446: 97 pgs: 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:41.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:41.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:42.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:42.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:43.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:43.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:43 smithi094 ceph-mon[112176]: 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-08T13:44:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:43 smithi003 ceph-mon[96088]: 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-08T13:44:44.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:44.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:45.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:45.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:45 smithi094 ceph-mon[112176]: pgmap v19448: 97 pgs: 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:45.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:45 smithi003 ceph-mon[96088]: pgmap v19448: 97 pgs: 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:46.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:46.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:47.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:47.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:47 smithi094 ceph-mon[112176]: 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-08T13:44:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:47 smithi003 ceph-mon[96088]: 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-08T13:44:48.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:48.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:48 smithi094 ceph-mon[112176]: 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-08T13:44:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:48 smithi003 ceph-mon[96088]: 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-08T13:44:49.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:49.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:50.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:50.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:51.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:51.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:51.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:51 smithi003 ceph-mon[96088]: pgmap v19451: 97 pgs: 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:51.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:51 smithi094 ceph-mon[112176]: pgmap v19451: 97 pgs: 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:52.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:52.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:53.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:53.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:53 smithi094 ceph-mon[112176]: 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-08T13:44:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:53 smithi003 ceph-mon[96088]: 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-08T13:44:54.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:54.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:54.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:55.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:55.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:55.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:55 smithi094 ceph-mon[112176]: pgmap v19453: 97 pgs: 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:55.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:55 smithi003 ceph-mon[96088]: pgmap v19453: 97 pgs: 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:56.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:56.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:56 smithi003 ceph-mon[96088]: 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-08T13:44:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:56 smithi094 ceph-mon[112176]: 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-08T13:44:57.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:57.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:58.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:58.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:44:58 smithi094 ceph-mon[112176]: 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-08T13:44:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:44:58 smithi003 ceph-mon[96088]: 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-08T13:44:59.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:44:59.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:00.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:00.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:01.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:01.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:01 smithi003 ceph-mon[96088]: pgmap v19456: 97 pgs: 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:01.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:01 smithi094 ceph-mon[112176]: pgmap v19456: 97 pgs: 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:02.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:02.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:03.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:03.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:03.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:03 smithi094 ceph-mon[112176]: 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-08T13:45:03.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:03 smithi003 ceph-mon[96088]: 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-08T13:45:04.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:04.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:04 smithi094 ceph-mon[112176]: pgmap v19458: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:04 smithi003 ceph-mon[96088]: pgmap v19458: 97 pgs: 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:05.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:05.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:06.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:06.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:07.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:07.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:07.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:07 smithi094 ceph-mon[112176]: 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-08T13:45:07.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:07 smithi003 ceph-mon[96088]: 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-08T13:45:08.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:08.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:08 smithi094 ceph-mon[112176]: 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-08T13:45:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:08 smithi003 ceph-mon[96088]: 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-08T13:45:09.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:09.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:10.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:10.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:10 smithi094 ceph-mon[112176]: pgmap v19461: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:10 smithi003 ceph-mon[96088]: pgmap v19461: 97 pgs: 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:11.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:11.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:12.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:12.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:13.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:13.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:13.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:13 smithi094 ceph-mon[112176]: 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-08T13:45:13.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:13 smithi003 ceph-mon[96088]: 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-08T13:45:14.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:14.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:14 smithi094 ceph-mon[112176]: pgmap v19463: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:14 smithi003 ceph-mon[96088]: pgmap v19463: 97 pgs: 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:15.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:15.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:16.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:16.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:17.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:17.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:17.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:17 smithi094 ceph-mon[112176]: 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-08T13:45:17.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:17 smithi003 ceph-mon[96088]: 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-08T13:45:18.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:18.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:18 smithi094 ceph-mon[112176]: 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-08T13:45:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:18 smithi003 ceph-mon[96088]: 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-08T13:45:19.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:19.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:19 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:45:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:19 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:45:20.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:20.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:45:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:45:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:20 smithi094 ceph-mon[112176]: pgmap v19466: 97 pgs: 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:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:45:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:45:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:45:21.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:45:21.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:45:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:45:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:45:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:20 smithi003 ceph-mon[96088]: pgmap v19466: 97 pgs: 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:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:45:21.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:45:21.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:45:21.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:45:21.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:45:21.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:21.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:22.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:22.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:23.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:23.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:23.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:23 smithi094 ceph-mon[112176]: 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-08T13:45:23.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:23 smithi003 ceph-mon[96088]: 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-08T13:45:24.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:24.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:24 smithi094 ceph-mon[112176]: pgmap v19468: 97 pgs: 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:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:24 smithi003 ceph-mon[96088]: pgmap v19468: 97 pgs: 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:25.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:25.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:26.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:26.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:26 smithi094 ceph-mon[112176]: 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-08T13:45:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:26 smithi003 ceph-mon[96088]: 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-08T13:45:27.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:27.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:28.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:28.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:28 smithi094 ceph-mon[112176]: 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-08T13:45:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:28 smithi003 ceph-mon[96088]: 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-08T13:45:29.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:29.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:30.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:30.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:30 smithi094 ceph-mon[112176]: pgmap v19471: 97 pgs: 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:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:30 smithi003 ceph-mon[96088]: pgmap v19471: 97 pgs: 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:31.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:31.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:32.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:32.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:32 smithi094 ceph-mon[112176]: 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-08T13:45:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:32 smithi003 ceph-mon[96088]: 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-08T13:45:33.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:33.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:34.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:34.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:34 smithi094 ceph-mon[112176]: pgmap v19473: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:34 smithi003 ceph-mon[96088]: pgmap v19473: 97 pgs: 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:35.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:35.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:36.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:36.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:36 smithi094 ceph-mon[112176]: 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-08T13:45:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:36 smithi003 ceph-mon[96088]: 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-08T13:45:37.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:37.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:38.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:38.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:38 smithi094 ceph-mon[112176]: 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-08T13:45:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:38 smithi003 ceph-mon[96088]: 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-08T13:45:39.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:39.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:40.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:40.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:40 smithi094 ceph-mon[112176]: pgmap v19476: 97 pgs: 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:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:40 smithi003 ceph-mon[96088]: pgmap v19476: 97 pgs: 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:41.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:41.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:42.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:42.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:43.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:43.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:43 smithi094 ceph-mon[112176]: 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-08T13:45:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:43 smithi003 ceph-mon[96088]: 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-08T13:45:44.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:44.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:44 smithi094 ceph-mon[112176]: pgmap v19478: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:44 smithi003 ceph-mon[96088]: pgmap v19478: 97 pgs: 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:45.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:45.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:46.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:46.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:46 smithi094 ceph-mon[112176]: 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-08T13:45:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:46 smithi003 ceph-mon[96088]: 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-08T13:45:47.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:47.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:48.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:48.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:48 smithi094 ceph-mon[112176]: 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-08T13:45:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:48 smithi003 ceph-mon[96088]: 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-08T13:45:49.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:49.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:50.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:50.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:50 smithi094 ceph-mon[112176]: pgmap v19481: 97 pgs: 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:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:50 smithi003 ceph-mon[96088]: pgmap v19481: 97 pgs: 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:51.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:51.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:52.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:52.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:52 smithi094 ceph-mon[112176]: 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-08T13:45:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:52 smithi003 ceph-mon[96088]: 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-08T13:45:53.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:53.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:54.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:54.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:54 smithi003 ceph-mon[96088]: pgmap v19483: 97 pgs: 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:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:54 smithi094 ceph-mon[112176]: pgmap v19483: 97 pgs: 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:55.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:55.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:56.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:56.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:56 smithi094 ceph-mon[112176]: 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-08T13:45:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:56 smithi003 ceph-mon[96088]: 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-08T13:45:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:58.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:58.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:45:58 smithi094 ceph-mon[112176]: 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-08T13:45:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:45:58 smithi003 ceph-mon[96088]: 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-08T13:45:59.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:45:59.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:00.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:00.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:00 smithi094 ceph-mon[112176]: pgmap v19486: 97 pgs: 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:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:00 smithi003 ceph-mon[96088]: pgmap v19486: 97 pgs: 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:01.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:01.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:02.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:02.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:02 smithi094 ceph-mon[112176]: 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-08T13:46:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:02 smithi003 ceph-mon[96088]: 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-08T13:46:03.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:03.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:04.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:04.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:04 smithi094 ceph-mon[112176]: pgmap v19488: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:04 smithi003 ceph-mon[96088]: pgmap v19488: 97 pgs: 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:05.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:05.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:06.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:06.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:06 smithi094 ceph-mon[112176]: 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-08T13:46:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:06 smithi003 ceph-mon[96088]: 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-08T13:46:07.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:07.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:08.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:08.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:08 smithi094 ceph-mon[112176]: 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-08T13:46:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:08 smithi003 ceph-mon[96088]: 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-08T13:46:09.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:09.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:10.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:10.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:10 smithi094 ceph-mon[112176]: pgmap v19491: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:10 smithi003 ceph-mon[96088]: pgmap v19491: 97 pgs: 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:11.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:11.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:12.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:12.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:12 smithi094 ceph-mon[112176]: 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-08T13:46:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:12 smithi003 ceph-mon[96088]: 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-08T13:46:13.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:13.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:14.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:14.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:14 smithi094 ceph-mon[112176]: pgmap v19493: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:14 smithi003 ceph-mon[96088]: pgmap v19493: 97 pgs: 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:15.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:15.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:16.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:16.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:16 smithi094 ceph-mon[112176]: 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-08T13:46:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:16 smithi003 ceph-mon[96088]: 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-08T13:46:17.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:17.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:18.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:18.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:18 smithi094 ceph-mon[112176]: 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-08T13:46:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:18 smithi003 ceph-mon[96088]: 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-08T13:46:19.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:19.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:20.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:20.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:20.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:20 smithi094 ceph-mon[112176]: pgmap v19496: 97 pgs: 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:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:20 smithi003 ceph-mon[96088]: pgmap v19496: 97 pgs: 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:21.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:21.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:46:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:46:21.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:46:21.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:46:21.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:46:21.669 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:46:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:46:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:46:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:46:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:46:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:46:21.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:46:22.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:22.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:22 smithi094 ceph-mon[112176]: 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-08T13:46:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:22 smithi003 ceph-mon[96088]: 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-08T13:46:23.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:23.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:24.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:24.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:24 smithi003 ceph-mon[96088]: pgmap v19498: 97 pgs: 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:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:24 smithi094 ceph-mon[112176]: pgmap v19498: 97 pgs: 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:25.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:25.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:26.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:26.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:26 smithi094 ceph-mon[112176]: 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-08T13:46:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:26 smithi003 ceph-mon[96088]: 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-08T13:46:27.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:27.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:28.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:28.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:28 smithi094 ceph-mon[112176]: 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-08T13:46:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:28 smithi003 ceph-mon[96088]: 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-08T13:46:29.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:29.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:30.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:30.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:30 smithi094 ceph-mon[112176]: pgmap v19501: 97 pgs: 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:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:30 smithi003 ceph-mon[96088]: pgmap v19501: 97 pgs: 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:31.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:31.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:32.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:32.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:32 smithi094 ceph-mon[112176]: 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-08T13:46:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:32 smithi003 ceph-mon[96088]: 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-08T13:46:33.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:33.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:34.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:34.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:34 smithi094 ceph-mon[112176]: pgmap v19503: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:34 smithi003 ceph-mon[96088]: pgmap v19503: 97 pgs: 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:35.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:35.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:36.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:36.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:36 smithi094 ceph-mon[112176]: 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-08T13:46:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:36 smithi003 ceph-mon[96088]: 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-08T13:46:37.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:37.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:38.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:38.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:38 smithi094 ceph-mon[112176]: 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-08T13:46:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:38 smithi003 ceph-mon[96088]: 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-08T13:46:39.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:39.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:40.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:40.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:40 smithi003 ceph-mon[96088]: pgmap v19506: 97 pgs: 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:40.877 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:40 smithi094 ceph-mon[112176]: pgmap v19506: 97 pgs: 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:41.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:41.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:42.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:42.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:42 smithi094 ceph-mon[112176]: 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-08T13:46:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:42 smithi003 ceph-mon[96088]: 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-08T13:46:43.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:43.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:44.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:44.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:44 smithi094 ceph-mon[112176]: pgmap v19508: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:44 smithi003 ceph-mon[96088]: pgmap v19508: 97 pgs: 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:45.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:45.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:46.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:46.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:46 smithi094 ceph-mon[112176]: 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-08T13:46:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:46 smithi003 ceph-mon[96088]: 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-08T13:46:47.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:47.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:48.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:48.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:48 smithi003 ceph-mon[96088]: 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-08T13:46:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:48 smithi094 ceph-mon[112176]: 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-08T13:46:49.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:49.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:50.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:50.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:50 smithi094 ceph-mon[112176]: pgmap v19511: 97 pgs: 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:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:50 smithi003 ceph-mon[96088]: pgmap v19511: 97 pgs: 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:51.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:51.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:52.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:52.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:52 smithi094 ceph-mon[112176]: 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-08T13:46:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:52 smithi003 ceph-mon[96088]: 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-08T13:46:53.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:53.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:54.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:54.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:54 smithi003 ceph-mon[96088]: pgmap v19513: 97 pgs: 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:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:54 smithi094 ceph-mon[112176]: pgmap v19513: 97 pgs: 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:55.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:55.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:56.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:56.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:56 smithi094 ceph-mon[112176]: 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-08T13:46:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:56 smithi003 ceph-mon[96088]: 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-08T13:46:57.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:57.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:58.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:58.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:46:58 smithi003 ceph-mon[96088]: 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-08T13:46:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:46:58 smithi094 ceph-mon[112176]: 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-08T13:46:59.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:46:59.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:00.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:00.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:00 smithi094 ceph-mon[112176]: pgmap v19516: 97 pgs: 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:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:00 smithi003 ceph-mon[96088]: pgmap v19516: 97 pgs: 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:01.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:01.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:02.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:02.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:02 smithi094 ceph-mon[112176]: 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-08T13:47:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:02 smithi003 ceph-mon[96088]: 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-08T13:47:03.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:03.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:04.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:04.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:04 smithi094 ceph-mon[112176]: pgmap v19518: 97 pgs: 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:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:04 smithi003 ceph-mon[96088]: pgmap v19518: 97 pgs: 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:05.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:05.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:06.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:06.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:06 smithi094 ceph-mon[112176]: 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-08T13:47:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:06 smithi003 ceph-mon[96088]: 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-08T13:47:07.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:07.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:08.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:08.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:08 smithi003 ceph-mon[96088]: 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-08T13:47:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:08 smithi094 ceph-mon[112176]: 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-08T13:47:09.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:09.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:10.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:10.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:10 smithi003 ceph-mon[96088]: pgmap v19521: 97 pgs: 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:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:10 smithi094 ceph-mon[112176]: pgmap v19521: 97 pgs: 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:11.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:11.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:12.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:12.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:12 smithi094 ceph-mon[112176]: 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-08T13:47:12.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:12 smithi003 ceph-mon[96088]: 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-08T13:47:13.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:13.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:14.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:14.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:14 smithi094 ceph-mon[112176]: pgmap v19523: 97 pgs: 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:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:14 smithi003 ceph-mon[96088]: pgmap v19523: 97 pgs: 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:15.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:15.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:16.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:16.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:16 smithi094 ceph-mon[112176]: 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-08T13:47:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:16 smithi003 ceph-mon[96088]: 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-08T13:47:17.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:17.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:18.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:18.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:18 smithi003 ceph-mon[96088]: 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-08T13:47:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:18 smithi094 ceph-mon[112176]: 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-08T13:47:19.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:19.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:20.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:20.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:20 smithi094 ceph-mon[112176]: pgmap v19526: 97 pgs: 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:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:20 smithi003 ceph-mon[96088]: pgmap v19526: 97 pgs: 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:21.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:21.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:21.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:47:21.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:47:22.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:22.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:22 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:22.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:22 smithi003 ceph-mon[96088]: 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-08T13:47:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:23.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:23.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:23.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:22 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:23.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:22 smithi094 ceph-mon[112176]: 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-08T13:47:23.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:23.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:24.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:24.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:25.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:24 smithi094 ceph-mon[112176]: pgmap v19528: 97 pgs: 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:25.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:24 smithi003 ceph-mon[96088]: pgmap v19528: 97 pgs: 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:25.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:25.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:26.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:26.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1376M 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:47:26.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:26 smithi094 ceph-mon[112176]: 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-08T13:47:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1376M 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:47:26.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:26 smithi003 ceph-mon[96088]: 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-08T13:47:27.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:27.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:28.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:28.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:28 smithi003 ceph-mon[96088]: 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-08T13:47:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:28 smithi094 ceph-mon[112176]: 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-08T13:47:29.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:29.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:30.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:30.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:30 smithi094 ceph-mon[112176]: pgmap v19531: 97 pgs: 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:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:30 smithi003 ceph-mon[96088]: pgmap v19531: 97 pgs: 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:31.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:31.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:32.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:32.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:32 smithi094 ceph-mon[112176]: 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-08T13:47:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:32 smithi003 ceph-mon[96088]: 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-08T13:47:33.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:33.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:34.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:34.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:34 smithi094 ceph-mon[112176]: pgmap v19533: 97 pgs: 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:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:34 smithi003 ceph-mon[96088]: pgmap v19533: 97 pgs: 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:35.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:35.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:36.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:36.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:36 smithi094 ceph-mon[112176]: 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-08T13:47:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:36 smithi003 ceph-mon[96088]: 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-08T13:47:37.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:37.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:38.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:38.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:38 smithi003 ceph-mon[96088]: 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-08T13:47:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:38 smithi094 ceph-mon[112176]: 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-08T13:47:39.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:39.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:40.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:40.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:40 smithi003 ceph-mon[96088]: pgmap v19536: 97 pgs: 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:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:40 smithi094 ceph-mon[112176]: pgmap v19536: 97 pgs: 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:41.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:41.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:42.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:42.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:42 smithi094 ceph-mon[112176]: 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-08T13:47:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:42 smithi003 ceph-mon[96088]: 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-08T13:47:43.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:43.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:44.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:44.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:44 smithi094 ceph-mon[112176]: pgmap v19538: 97 pgs: 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:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:44 smithi003 ceph-mon[96088]: pgmap v19538: 97 pgs: 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:45.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:45.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:46.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:46.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:46 smithi094 ceph-mon[112176]: 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-08T13:47:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:46 smithi003 ceph-mon[96088]: 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-08T13:47:47.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:47.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:48.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:48.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:48 smithi003 ceph-mon[96088]: 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-08T13:47:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:48 smithi094 ceph-mon[112176]: 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-08T13:47:49.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:49.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:50.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:50.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:50 smithi094 ceph-mon[112176]: pgmap v19541: 97 pgs: 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:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:50 smithi003 ceph-mon[96088]: pgmap v19541: 97 pgs: 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:51.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:51.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:52.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:52.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:52 smithi094 ceph-mon[112176]: 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-08T13:47:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:52 smithi003 ceph-mon[96088]: 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-08T13:47:53.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:53.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:54.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:54.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:54 smithi003 ceph-mon[96088]: pgmap v19543: 97 pgs: 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:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:54 smithi094 ceph-mon[112176]: pgmap v19543: 97 pgs: 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:55.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:55.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:56.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:56.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:56 smithi094 ceph-mon[112176]: 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-08T13:47:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:56 smithi003 ceph-mon[96088]: 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-08T13:47:57.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:57.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:47:58 smithi003 ceph-mon[96088]: 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-08T13:47:58.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:58.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:47:58 smithi094 ceph-mon[112176]: 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-08T13:47:59.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:47:59.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:00.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:00.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:00 smithi094 ceph-mon[112176]: pgmap v19546: 97 pgs: 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:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:00 smithi003 ceph-mon[96088]: pgmap v19546: 97 pgs: 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:01.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:01.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:02.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:02.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:02 smithi094 ceph-mon[112176]: 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-08T13:48:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:02 smithi003 ceph-mon[96088]: 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-08T13:48:03.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:03.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:04.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:04.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:04 smithi003 ceph-mon[96088]: pgmap v19548: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:04 smithi094 ceph-mon[112176]: pgmap v19548: 97 pgs: 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:05.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:05.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:06.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:06.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:06 smithi003 ceph-mon[96088]: 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-08T13:48:06.775 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:06 smithi094 ceph-mon[112176]: 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-08T13:48:07.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:07.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:08.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:08.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:08 smithi003 ceph-mon[96088]: 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-08T13:48:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:08 smithi094 ceph-mon[112176]: 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-08T13:48:09.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:09.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:10.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:10.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:10 smithi003 ceph-mon[96088]: pgmap v19551: 97 pgs: 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:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:10 smithi094 ceph-mon[112176]: pgmap v19551: 97 pgs: 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:11.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:11.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:12.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:12.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:12 smithi003 ceph-mon[96088]: 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-08T13:48:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:12 smithi094 ceph-mon[112176]: 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-08T13:48:13.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:13.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:14.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:14.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:14 smithi003 ceph-mon[96088]: pgmap v19553: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:14 smithi094 ceph-mon[112176]: pgmap v19553: 97 pgs: 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:15.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:15.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:16.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:16.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:16 smithi003 ceph-mon[96088]: 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-08T13:48:16.881 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:16 smithi094 ceph-mon[112176]: 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-08T13:48:17.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:17.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:18.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:18.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:18 smithi003 ceph-mon[96088]: 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-08T13:48:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:18 smithi094 ceph-mon[112176]: 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-08T13:48:19.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:19.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:20.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:20.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:20 smithi003 ceph-mon[96088]: pgmap v19556: 97 pgs: 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:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:20 smithi094 ceph-mon[112176]: pgmap v19556: 97 pgs: 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:21.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:21.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:22.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:22.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:22 smithi003 ceph-mon[96088]: 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-08T13:48:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:22 smithi094 ceph-mon[112176]: 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-08T13:48:23.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:23.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:24.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:24.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:24 smithi003 ceph-mon[96088]: pgmap v19558: 97 pgs: 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:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:24 smithi094 ceph-mon[112176]: pgmap v19558: 97 pgs: 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:25.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:25.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:26.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:26.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:26 smithi003 ceph-mon[96088]: 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-08T13:48:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:48:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:26 smithi094 ceph-mon[112176]: 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-08T13:48:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:48:27.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:27.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:48:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:48:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:48:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:48:27.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:48:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:48:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:48:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:48:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:48:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:48:28.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:28.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:28 smithi003 ceph-mon[96088]: 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-08T13:48:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:28 smithi094 ceph-mon[112176]: 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-08T13:48:29.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:29.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:30 smithi003 ceph-mon[96088]: pgmap v19561: 97 pgs: 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:30.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:30.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:30 smithi094 ceph-mon[112176]: pgmap v19561: 97 pgs: 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:31.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:31.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:32.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:32.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:32 smithi003 ceph-mon[96088]: 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-08T13:48:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:32 smithi094 ceph-mon[112176]: 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-08T13:48:33.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:33.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:34.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:34.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:34 smithi003 ceph-mon[96088]: pgmap v19563: 97 pgs: 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:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:34 smithi094 ceph-mon[112176]: pgmap v19563: 97 pgs: 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:35.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:35.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:36.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:36.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:36 smithi003 ceph-mon[96088]: 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-08T13:48:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:36 smithi094 ceph-mon[112176]: 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-08T13:48:37.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:37.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:38.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:38.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:38 smithi003 ceph-mon[96088]: 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-08T13:48:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:38 smithi094 ceph-mon[112176]: 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-08T13:48:39.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:39.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:40.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:40.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:40 smithi003 ceph-mon[96088]: pgmap v19566: 97 pgs: 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:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:40 smithi094 ceph-mon[112176]: pgmap v19566: 97 pgs: 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:41.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:41.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:42.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:42.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:42 smithi003 ceph-mon[96088]: 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-08T13:48:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:42 smithi094 ceph-mon[112176]: 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-08T13:48:43.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:43.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:44.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:44.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:44 smithi003 ceph-mon[96088]: pgmap v19568: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:44 smithi094 ceph-mon[112176]: pgmap v19568: 97 pgs: 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:45.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:45.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:46.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:46.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:46 smithi003 ceph-mon[96088]: 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-08T13:48:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:46 smithi094 ceph-mon[112176]: 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-08T13:48:47.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:47.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:48.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:48.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:48 smithi003 ceph-mon[96088]: 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-08T13:48:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:48 smithi094 ceph-mon[112176]: 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-08T13:48:49.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:49.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:50.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:50.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:50 smithi003 ceph-mon[96088]: pgmap v19571: 97 pgs: 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:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:50 smithi094 ceph-mon[112176]: pgmap v19571: 97 pgs: 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:51.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:51.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:52 smithi094 ceph-mon[112176]: 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-08T13:48:52.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:52.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:52 smithi003 ceph-mon[96088]: 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-08T13:48:53.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:53.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:53.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:54.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:54.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:54 smithi003 ceph-mon[96088]: pgmap v19573: 97 pgs: 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:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:54 smithi094 ceph-mon[112176]: pgmap v19573: 97 pgs: 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:55.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:55.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:56.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:56.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:56 smithi003 ceph-mon[96088]: 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-08T13:48:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:56 smithi094 ceph-mon[112176]: 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-08T13:48:57.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:57.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:58.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:58.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:48:58 smithi003 ceph-mon[96088]: 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-08T13:48:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:48:58 smithi094 ceph-mon[112176]: 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-08T13:48:59.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:48:59.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:00.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:00.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:00 smithi003 ceph-mon[96088]: pgmap v19576: 97 pgs: 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:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:00 smithi094 ceph-mon[112176]: pgmap v19576: 97 pgs: 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:01.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:01.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:02 smithi094 ceph-mon[112176]: 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-08T13:49:02.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:02.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:02 smithi003 ceph-mon[96088]: 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-08T13:49:03.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:03.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:04.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:04.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:04 smithi003 ceph-mon[96088]: pgmap v19578: 97 pgs: 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:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:04 smithi094 ceph-mon[112176]: pgmap v19578: 97 pgs: 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:05.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:05.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:06.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:06.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:06 smithi003 ceph-mon[96088]: 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-08T13:49:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:06 smithi094 ceph-mon[112176]: 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-08T13:49:07.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:07.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:08.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:08.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:08 smithi003 ceph-mon[96088]: 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-08T13:49:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:08 smithi094 ceph-mon[112176]: 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-08T13:49:09.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:09.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:10.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:10.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:10 smithi003 ceph-mon[96088]: pgmap v19581: 97 pgs: 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:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:10 smithi094 ceph-mon[112176]: pgmap v19581: 97 pgs: 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:11.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:11.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:12.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:12.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:12 smithi003 ceph-mon[96088]: 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-08T13:49:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:12 smithi094 ceph-mon[112176]: 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-08T13:49:13.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:13.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:14.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:14.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:14 smithi003 ceph-mon[96088]: pgmap v19583: 97 pgs: 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:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:14 smithi094 ceph-mon[112176]: pgmap v19583: 97 pgs: 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:15.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:15.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:16.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:16.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:16 smithi003 ceph-mon[96088]: 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-08T13:49:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:16 smithi094 ceph-mon[112176]: 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-08T13:49:17.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:17.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:18.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:18.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:18 smithi003 ceph-mon[96088]: 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-08T13:49:18.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:18 smithi094 ceph-mon[112176]: 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-08T13:49:19.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:19.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:20.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:20.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:20.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:20 smithi003 ceph-mon[96088]: pgmap v19586: 97 pgs: 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:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:20 smithi094 ceph-mon[112176]: pgmap v19586: 97 pgs: 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:21.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:21.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:22 smithi003 ceph-mon[96088]: 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-08T13:49:22.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:22.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:22 smithi094 ceph-mon[112176]: 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-08T13:49:23.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:23.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:24.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:24.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:24 smithi003 ceph-mon[96088]: pgmap v19588: 97 pgs: 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:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:24 smithi094 ceph-mon[112176]: pgmap v19588: 97 pgs: 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:25.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:25.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:26 smithi003 ceph-mon[96088]: 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-08T13:49:26.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:26.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:26 smithi094 ceph-mon[112176]: 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-08T13:49:27.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:49:27.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:27.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:49:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:49:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:49:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:49:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:49:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:49:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:28 smithi003 ceph-mon[96088]: 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-08T13:49:28.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:28.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:49:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:49:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:49:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:49:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:49:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:28 smithi094 ceph-mon[112176]: 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-08T13:49:29.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:29.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:30 smithi003 ceph-mon[96088]: pgmap v19591: 97 pgs: 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:30.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:30.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:30 smithi094 ceph-mon[112176]: pgmap v19591: 97 pgs: 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:31.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:31.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:32 smithi003 ceph-mon[96088]: 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-08T13:49:32.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:32.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:32 smithi094 ceph-mon[112176]: 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-08T13:49:33.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:33.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:34 smithi003 ceph-mon[96088]: pgmap v19593: 97 pgs: 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:34.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:34.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:34 smithi094 ceph-mon[112176]: pgmap v19593: 97 pgs: 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:35.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:35.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:36 smithi003 ceph-mon[96088]: 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-08T13:49:36.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:36.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:36 smithi094 ceph-mon[112176]: 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-08T13:49:37.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:37.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:38 smithi003 ceph-mon[96088]: 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-08T13:49:38.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:38.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:38 smithi094 ceph-mon[112176]: 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-08T13:49:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:39.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:39.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:40 smithi003 ceph-mon[96088]: pgmap v19596: 97 pgs: 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:40.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:40.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:40 smithi094 ceph-mon[112176]: pgmap v19596: 97 pgs: 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:41.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:41.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:42 smithi003 ceph-mon[96088]: 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-08T13:49:42.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:42.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:42.770 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:42 smithi094 ceph-mon[112176]: 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-08T13:49:43.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:43.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:44.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:44 smithi003 ceph-mon[96088]: pgmap v19598: 97 pgs: 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:44.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:44.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:44 smithi094 ceph-mon[112176]: pgmap v19598: 97 pgs: 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:45.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:45.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:46 smithi003 ceph-mon[96088]: 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-08T13:49:46.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:46.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:46 smithi094 ceph-mon[112176]: 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-08T13:49:47.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:47.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:48 smithi003 ceph-mon[96088]: 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-08T13:49:48.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:48.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:48 smithi094 ceph-mon[112176]: 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-08T13:49:49.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:49.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:50 smithi003 ceph-mon[96088]: pgmap v19601: 97 pgs: 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:50.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:50.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:50 smithi094 ceph-mon[112176]: pgmap v19601: 97 pgs: 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:51.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:51.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:52 smithi003 ceph-mon[96088]: 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-08T13:49:52.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:52.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:52.875 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:52 smithi094 ceph-mon[112176]: 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-08T13:49:53.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:53.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:54.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:54.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:54 smithi003 ceph-mon[96088]: pgmap v19603: 97 pgs: 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:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:54 smithi094 ceph-mon[112176]: pgmap v19603: 97 pgs: 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:55.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:55.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:56 smithi003 ceph-mon[96088]: 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-08T13:49:56.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:56.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:56 smithi094 ceph-mon[112176]: 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-08T13:49:57.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:57.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:49:58 smithi003 ceph-mon[96088]: 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-08T13:49:58.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:58.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:49:58 smithi094 ceph-mon[112176]: 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-08T13:49:59.797 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:49:59.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T13:50:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T13:50:00.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:00.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:01 smithi094 ceph-mon[112176]: pgmap v19606: 97 pgs: 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:01.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:01 smithi003 ceph-mon[96088]: pgmap v19606: 97 pgs: 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:01.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:01.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:02 smithi003 ceph-mon[96088]: 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-08T13:50:02.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:02.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:02 smithi094 ceph-mon[112176]: 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-08T13:50:03.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:03.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:04 smithi003 ceph-mon[96088]: pgmap v19608: 97 pgs: 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:04.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:04.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:04 smithi094 ceph-mon[112176]: pgmap v19608: 97 pgs: 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:05.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:05.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:06 smithi003 ceph-mon[96088]: 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-08T13:50:06.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:06.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:06 smithi094 ceph-mon[112176]: 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-08T13:50:07.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:07.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:08 smithi003 ceph-mon[96088]: 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-08T13:50:08.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:08.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:08 smithi094 ceph-mon[112176]: 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-08T13:50:09.726 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:09.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:09.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:10 smithi003 ceph-mon[96088]: pgmap v19611: 97 pgs: 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:10.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:10.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:10 smithi094 ceph-mon[112176]: pgmap v19611: 97 pgs: 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:11.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:11.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:12 smithi003 ceph-mon[96088]: 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-08T13:50:12.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:12.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:12 smithi094 ceph-mon[112176]: 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-08T13:50:13.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:13.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:14 smithi003 ceph-mon[96088]: pgmap v19613: 97 pgs: 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:14.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:14.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:14 smithi094 ceph-mon[112176]: pgmap v19613: 97 pgs: 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:15.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:15.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:16 smithi003 ceph-mon[96088]: 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-08T13:50:16.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:16.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:16 smithi094 ceph-mon[112176]: 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-08T13:50:17.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:17.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:18 smithi003 ceph-mon[96088]: 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-08T13:50:18.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:18.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:18 smithi094 ceph-mon[112176]: 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-08T13:50:19.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:19.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:20 smithi003 ceph-mon[96088]: pgmap v19616: 97 pgs: 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:20.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:20.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:20 smithi094 ceph-mon[112176]: pgmap v19616: 97 pgs: 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:21.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:21.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:22 smithi003 ceph-mon[96088]: 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-08T13:50:22.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:22.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:22 smithi094 ceph-mon[112176]: 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-08T13:50:23.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:23.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:24.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:24.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:24 smithi003 ceph-mon[96088]: pgmap v19618: 97 pgs: 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:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:24 smithi094 ceph-mon[112176]: pgmap v19618: 97 pgs: 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:25.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:25.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:26 smithi003 ceph-mon[96088]: 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-08T13:50:26.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:26.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:26 smithi094 ceph-mon[112176]: 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-08T13:50:27.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:27.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:50:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:28 smithi094 ceph-mon[112176]: 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-08T13:50:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:50:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:28 smithi003 ceph-mon[96088]: 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-08T13:50:28.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:28.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:29.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:29.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:30 smithi003 ceph-mon[96088]: pgmap v19621: 97 pgs: 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:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:50:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:50:30.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:30.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:30 smithi094 ceph-mon[112176]: pgmap v19621: 97 pgs: 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:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:50:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:50:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:50:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:50:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:50:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:50:31.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:50:31.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:31.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:50:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:50:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:50:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:50:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:50:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:32 smithi003 ceph-mon[96088]: 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-08T13:50:32.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:32.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:32 smithi094 ceph-mon[112176]: 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-08T13:50:33.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:33.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:34 smithi003 ceph-mon[96088]: pgmap v19623: 97 pgs: 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:34.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:34.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:34 smithi094 ceph-mon[112176]: pgmap v19623: 97 pgs: 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:35.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:35.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:36 smithi003 ceph-mon[96088]: 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-08T13:50:36.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:36.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:36 smithi094 ceph-mon[112176]: 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-08T13:50:37.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:37.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:38 smithi094 ceph-mon[112176]: 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-08T13:50:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:38 smithi003 ceph-mon[96088]: 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-08T13:50:38.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:38.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:39.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:39.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:40 smithi003 ceph-mon[96088]: pgmap v19626: 97 pgs: 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:40.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:40.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:40 smithi094 ceph-mon[112176]: pgmap v19626: 97 pgs: 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:41.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:41.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:42 smithi003 ceph-mon[96088]: 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-08T13:50:42.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:42.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:42 smithi094 ceph-mon[112176]: 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-08T13:50:43.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:43.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:44 smithi003 ceph-mon[96088]: pgmap v19628: 97 pgs: 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:44.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:44.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:44 smithi094 ceph-mon[112176]: pgmap v19628: 97 pgs: 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:45.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:45.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:46 smithi003 ceph-mon[96088]: 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-08T13:50:46.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:46.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:46 smithi094 ceph-mon[112176]: 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-08T13:50:47.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:47.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:48 smithi003 ceph-mon[96088]: 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-08T13:50:48.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:48.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:48 smithi094 ceph-mon[112176]: 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-08T13:50:49.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:49.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:50 smithi003 ceph-mon[96088]: pgmap v19631: 97 pgs: 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:50.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:50.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:50 smithi094 ceph-mon[112176]: pgmap v19631: 97 pgs: 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:51.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:51.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:52 smithi003 ceph-mon[96088]: 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-08T13:50:52.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:52.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:52 smithi094 ceph-mon[112176]: 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-08T13:50:53.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:53.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:54.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:54.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:54 smithi003 ceph-mon[96088]: pgmap v19633: 97 pgs: 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:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:54 smithi094 ceph-mon[112176]: pgmap v19633: 97 pgs: 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:55.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:55.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:56 smithi003 ceph-mon[96088]: 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-08T13:50:56.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:56.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:56 smithi094 ceph-mon[112176]: 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-08T13:50:57.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:57.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:50:58 smithi003 ceph-mon[96088]: 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-08T13:50:58.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:58.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:50:58 smithi094 ceph-mon[112176]: 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-08T13:50:59.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:50:59.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:00 smithi003 ceph-mon[96088]: pgmap v19636: 97 pgs: 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:00.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:00.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:00 smithi094 ceph-mon[112176]: pgmap v19636: 97 pgs: 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:01.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:01.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:02 smithi003 ceph-mon[96088]: 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-08T13:51:02.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:02.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:02 smithi094 ceph-mon[112176]: 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-08T13:51:03.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:03.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:04 smithi003 ceph-mon[96088]: pgmap v19638: 97 pgs: 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:04.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:04.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:04.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:04 smithi094 ceph-mon[112176]: pgmap v19638: 97 pgs: 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:05.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:05.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:06 smithi003 ceph-mon[96088]: 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-08T13:51:06.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:06.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:06 smithi094 ceph-mon[112176]: 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-08T13:51:07.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:07.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:08 smithi003 ceph-mon[96088]: 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-08T13:51:08.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:08.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:08 smithi094 ceph-mon[112176]: 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-08T13:51:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:09.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:09.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:09.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:10 smithi003 ceph-mon[96088]: pgmap v19641: 97 pgs: 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:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:10 smithi094 ceph-mon[112176]: pgmap v19641: 97 pgs: 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:10.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:10.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:11.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:11.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:12 smithi003 ceph-mon[96088]: 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-08T13:51:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:12 smithi094 ceph-mon[112176]: 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-08T13:51:12.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:12.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:13.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:13.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:14 smithi003 ceph-mon[96088]: pgmap v19643: 97 pgs: 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:14.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:14 smithi094 ceph-mon[112176]: pgmap v19643: 97 pgs: 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:14.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:14.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:15.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:15.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:16 smithi003 ceph-mon[96088]: 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-08T13:51:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:16 smithi094 ceph-mon[112176]: 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-08T13:51:16.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:16.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:17.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:17.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:18 smithi003 ceph-mon[96088]: 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-08T13:51:18.763 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:18 smithi094 ceph-mon[112176]: 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-08T13:51:18.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:18.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:19.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:19.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:20 smithi003 ceph-mon[96088]: pgmap v19646: 97 pgs: 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:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:20 smithi094 ceph-mon[112176]: pgmap v19646: 97 pgs: 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:20.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:20.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:21.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:21.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:22 smithi003 ceph-mon[96088]: 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-08T13:51:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:22 smithi094 ceph-mon[112176]: 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-08T13:51:22.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:22.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:23.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:23.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:24.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:24.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:24 smithi003 ceph-mon[96088]: pgmap v19648: 97 pgs: 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:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:24 smithi094 ceph-mon[112176]: pgmap v19648: 97 pgs: 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:25.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:25.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:26 smithi003 ceph-mon[96088]: 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-08T13:51:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:26 smithi094 ceph-mon[112176]: 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-08T13:51:26.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:26.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:27.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:27.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:28 smithi003 ceph-mon[96088]: 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-08T13:51:28.867 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:28 smithi094 ceph-mon[112176]: 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-08T13:51:28.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:28.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:29.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:29.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:30.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:30.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:31 smithi003 ceph-mon[96088]: pgmap v19651: 97 pgs: 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:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:51:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:31 smithi094 ceph-mon[112176]: pgmap v19651: 97 pgs: 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:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:51:31.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:31.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:51:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:51:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:51:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:51:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:51:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:51:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:51:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:51:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:51:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:51:32.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:32.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:33 smithi094 ceph-mon[112176]: 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-08T13:51:33.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:33.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:33 smithi003 ceph-mon[96088]: 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-08T13:51:34.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:34.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:35 smithi094 ceph-mon[112176]: pgmap v19653: 97 pgs: 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:35.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:35.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:35 smithi003 ceph-mon[96088]: pgmap v19653: 97 pgs: 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:36.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:36.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:37 smithi003 ceph-mon[96088]: 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-08T13:51:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:37 smithi094 ceph-mon[112176]: 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-08T13:51:37.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:37.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:38.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:38.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:39 smithi094 ceph-mon[112176]: 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-08T13:51:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:39.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:39.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:39 smithi003 ceph-mon[96088]: 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-08T13:51:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:40.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:40.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:41.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:41 smithi094 ceph-mon[112176]: pgmap v19656: 97 pgs: 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:41.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:41.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:41 smithi003 ceph-mon[96088]: pgmap v19656: 97 pgs: 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:42.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:42.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:43 smithi094 ceph-mon[112176]: 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-08T13:51:43.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:43.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:43 smithi003 ceph-mon[96088]: 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-08T13:51:44.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:44.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:45.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:45 smithi003 ceph-mon[96088]: pgmap v19658: 97 pgs: 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:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:45 smithi094 ceph-mon[112176]: pgmap v19658: 97 pgs: 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:45.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:45.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:46.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:46.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:47 smithi003 ceph-mon[96088]: 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-08T13:51:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:47 smithi094 ceph-mon[112176]: 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-08T13:51:47.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:47.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:48.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:48.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:49 smithi094 ceph-mon[112176]: 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-08T13:51:49.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:49.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:49 smithi003 ceph-mon[96088]: 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-08T13:51:50.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:50.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:51 smithi094 ceph-mon[112176]: pgmap v19661: 97 pgs: 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:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:51 smithi003 ceph-mon[96088]: pgmap v19661: 97 pgs: 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:51.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:51.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:52.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:52.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:53 smithi094 ceph-mon[112176]: 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-08T13:51:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:53 smithi003 ceph-mon[96088]: 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-08T13:51:53.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:53.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:54.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:54.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:55 smithi094 ceph-mon[112176]: pgmap v19663: 97 pgs: 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:55.928 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:55 smithi003 ceph-mon[96088]: pgmap v19663: 97 pgs: 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:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:55.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:56.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:56.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:57 smithi003 ceph-mon[96088]: 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-08T13:51:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:57 smithi094 ceph-mon[112176]: 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-08T13:51:57.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:57.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:58.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:51:58.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:51:59 smithi094 ceph-mon[112176]: 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-08T13:51:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:51:59 smithi003 ceph-mon[96088]: 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-08T13:52:00.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:00.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:01.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:01.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:01 smithi094 ceph-mon[112176]: pgmap v19666: 97 pgs: 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:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:01 smithi003 ceph-mon[96088]: pgmap v19666: 97 pgs: 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:02.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:02.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:03.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:03.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:03 smithi094 ceph-mon[112176]: 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-08T13:52:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:03 smithi003 ceph-mon[96088]: 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-08T13:52:04.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:04.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:05.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:05.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:05 smithi094 ceph-mon[112176]: pgmap v19668: 97 pgs: 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:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:05 smithi003 ceph-mon[96088]: pgmap v19668: 97 pgs: 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:06.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:06.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:07.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:07.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:07 smithi003 ceph-mon[96088]: 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-08T13:52:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:07 smithi094 ceph-mon[112176]: 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-08T13:52:08.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:08.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:09.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:09.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:09 smithi094 ceph-mon[112176]: 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-08T13:52:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:09 smithi003 ceph-mon[96088]: 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-08T13:52:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:10.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:10.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:11.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:11.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:11 smithi094 ceph-mon[112176]: pgmap v19671: 97 pgs: 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:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:11 smithi003 ceph-mon[96088]: pgmap v19671: 97 pgs: 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:12.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:12.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:13.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:13.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:13 smithi094 ceph-mon[112176]: 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-08T13:52:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:13 smithi003 ceph-mon[96088]: 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-08T13:52:14.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:14.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:15.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:15.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:15 smithi094 ceph-mon[112176]: pgmap v19673: 97 pgs: 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:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:15 smithi003 ceph-mon[96088]: pgmap v19673: 97 pgs: 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:16.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:16.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:17.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:17.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:17 smithi003 ceph-mon[96088]: 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-08T13:52:17.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:17 smithi094 ceph-mon[112176]: 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-08T13:52:18.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:18.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:19.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:19.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:19.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:19 smithi094 ceph-mon[112176]: 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-08T13:52:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:19 smithi003 ceph-mon[96088]: 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-08T13:52:20.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:20.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:21.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:21.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:21 smithi094 ceph-mon[112176]: pgmap v19676: 97 pgs: 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:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:21 smithi003 ceph-mon[96088]: pgmap v19676: 97 pgs: 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:22.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:22.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:23.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:23.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:23 smithi094 ceph-mon[112176]: 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-08T13:52:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:23 smithi003 ceph-mon[96088]: 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-08T13:52:24.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:24.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:25.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:25.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:25 smithi094 ceph-mon[112176]: pgmap v19678: 97 pgs: 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:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:25 smithi003 ceph-mon[96088]: pgmap v19678: 97 pgs: 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:26.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:26.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:27.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:27.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:27.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:27 smithi003 ceph-mon[96088]: 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-08T13:52:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:27 smithi094 ceph-mon[112176]: 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-08T13:52:28.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:28.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:29.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:29.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:29 smithi094 ceph-mon[112176]: 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-08T13:52:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:29 smithi003 ceph-mon[96088]: 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-08T13:52:30.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:30.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:31.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:31.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:31 smithi094 ceph-mon[112176]: pgmap v19681: 97 pgs: 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:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:31 smithi003 ceph-mon[96088]: pgmap v19681: 97 pgs: 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.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:32.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:32 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:52:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:32 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:52:33.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:33.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:33 smithi094 ceph-mon[112176]: 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-08T13:52:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:33 smithi003 ceph-mon[96088]: 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-08T13:52:34.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:34.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:35.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:35.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:35 smithi094 ceph-mon[112176]: pgmap v19683: 97 pgs: 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:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:35 smithi003 ceph-mon[96088]: pgmap v19683: 97 pgs: 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:36.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:36.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:37.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:37.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:37 smithi003 ceph-mon[96088]: 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-08T13:52:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:52:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:52:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:52:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:52:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:52:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:52:37.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:52:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:37 smithi094 ceph-mon[112176]: 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-08T13:52:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:52:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:52:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:52:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:52:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:52:37.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:52:37.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:52:38.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:38.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:39.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:39.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:39 smithi094 ceph-mon[112176]: 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-08T13:52:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:39 smithi003 ceph-mon[96088]: 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-08T13:52:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:40.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:40.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:41.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:41.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:41 smithi003 ceph-mon[96088]: pgmap v19686: 97 pgs: 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:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:41 smithi094 ceph-mon[112176]: pgmap v19686: 97 pgs: 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.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:42.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:43.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:43.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:43 smithi094 ceph-mon[112176]: 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-08T13:52:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:43 smithi003 ceph-mon[96088]: 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-08T13:52:44.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:44.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:45.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:45.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:45 smithi094 ceph-mon[112176]: pgmap v19688: 97 pgs: 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:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:45 smithi003 ceph-mon[96088]: pgmap v19688: 97 pgs: 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:46.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:46.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:47.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:47.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:47 smithi003 ceph-mon[96088]: 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-08T13:52:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:47 smithi094 ceph-mon[112176]: 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-08T13:52:48.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:48.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:49.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:49.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:49 smithi094 ceph-mon[112176]: 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-08T13:52:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:49 smithi003 ceph-mon[96088]: 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-08T13:52:50.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:50.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:51.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:51.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:51 smithi094 ceph-mon[112176]: pgmap v19691: 97 pgs: 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:51.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:51 smithi003 ceph-mon[96088]: pgmap v19691: 97 pgs: 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:52.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:52.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:53.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:53.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:53 smithi094 ceph-mon[112176]: 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-08T13:52:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:53 smithi003 ceph-mon[96088]: 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-08T13:52:54.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:54.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:55.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:55.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:55 smithi094 ceph-mon[112176]: pgmap v19693: 97 pgs: 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:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:55 smithi003 ceph-mon[96088]: pgmap v19693: 97 pgs: 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:56.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:56.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:57.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:57.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:57.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:57 smithi003 ceph-mon[96088]: 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-08T13:52:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:57 smithi094 ceph-mon[112176]: 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-08T13:52:58.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:58.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:59.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:52:59.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:59.817 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:52:59 smithi094 ceph-mon[112176]: 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-08T13:52:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:52:59 smithi003 ceph-mon[96088]: 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-08T13:53:00.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:00.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:01.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:01.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:01 smithi094 ceph-mon[112176]: pgmap v19696: 97 pgs: 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:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:01 smithi003 ceph-mon[96088]: pgmap v19696: 97 pgs: 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:02.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:02.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:03.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:03.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:03 smithi094 ceph-mon[112176]: 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-08T13:53:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:03 smithi003 ceph-mon[96088]: 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-08T13:53:04.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:04.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:05.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:05.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:05 smithi094 ceph-mon[112176]: pgmap v19698: 97 pgs: 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:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:05 smithi003 ceph-mon[96088]: pgmap v19698: 97 pgs: 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:06.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:06.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:07.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:07.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:07 smithi003 ceph-mon[96088]: 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-08T13:53:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:07 smithi094 ceph-mon[112176]: 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-08T13:53:08.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:08.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:09.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:09.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:09 smithi094 ceph-mon[112176]: 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-08T13:53:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:09 smithi003 ceph-mon[96088]: 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-08T13:53:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:10.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:10.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:11.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:11.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:11 smithi094 ceph-mon[112176]: pgmap v19701: 97 pgs: 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:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:11 smithi003 ceph-mon[96088]: pgmap v19701: 97 pgs: 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:12.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:12.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:13.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:13.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:13 smithi094 ceph-mon[112176]: 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-08T13:53:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:13 smithi003 ceph-mon[96088]: 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-08T13:53:14.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:14.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:15.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:15.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:15 smithi094 ceph-mon[112176]: pgmap v19703: 97 pgs: 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:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:15 smithi003 ceph-mon[96088]: pgmap v19703: 97 pgs: 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:16.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:16.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:17.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:17.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:17 smithi003 ceph-mon[96088]: 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-08T13:53:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:17 smithi094 ceph-mon[112176]: 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-08T13:53:18.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:18.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:19.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:19.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:19 smithi094 ceph-mon[112176]: 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-08T13:53:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:19 smithi003 ceph-mon[96088]: 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-08T13:53:20.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:20.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:21.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:21.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:21.900 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:21 smithi003 ceph-mon[96088]: pgmap v19706: 97 pgs: 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:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:21 smithi094 ceph-mon[112176]: pgmap v19706: 97 pgs: 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:22.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:22.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:23.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:23.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:23 smithi094 ceph-mon[112176]: 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-08T13:53:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:23 smithi003 ceph-mon[96088]: 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-08T13:53:24.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:24.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:25.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:25.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:25 smithi094 ceph-mon[112176]: pgmap v19708: 97 pgs: 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:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:25 smithi003 ceph-mon[96088]: pgmap v19708: 97 pgs: 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:26.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:26.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:27.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:27.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:27 smithi094 ceph-mon[112176]: 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-08T13:53:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:27 smithi003 ceph-mon[96088]: 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-08T13:53:28.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:28.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:29.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:29.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:29.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:29 smithi094 ceph-mon[112176]: 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-08T13:53:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:29 smithi003 ceph-mon[96088]: 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-08T13:53:30.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:30.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:31.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:31.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:31.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:31 smithi094 ceph-mon[112176]: pgmap v19711: 97 pgs: 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:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:31 smithi003 ceph-mon[96088]: pgmap v19711: 97 pgs: 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.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:32.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:33.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:33.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:33.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:33 smithi094 ceph-mon[112176]: 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-08T13:53:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:33 smithi003 ceph-mon[96088]: 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-08T13:53:34.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:34.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:35.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:35.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:35.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:35 smithi094 ceph-mon[112176]: pgmap v19713: 97 pgs: 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:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:35 smithi003 ceph-mon[96088]: pgmap v19713: 97 pgs: 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:36.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:36.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:37.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:37.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:37 smithi094 ceph-mon[112176]: 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-08T13:53:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:53:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:53:37.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:37 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:53:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:37 smithi003 ceph-mon[96088]: 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-08T13:53:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:53:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:53:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:37 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:53:38.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:38.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:53:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:53:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:53:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:53:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:53:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:53:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:53:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:53:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:53:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:53:39.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:39.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:39 smithi094 ceph-mon[112176]: 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-08T13:53:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:39 smithi003 ceph-mon[96088]: 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-08T13:53:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:40.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:40.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:41.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:41.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:41 smithi094 ceph-mon[112176]: pgmap v19716: 97 pgs: 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:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:41 smithi003 ceph-mon[96088]: pgmap v19716: 97 pgs: 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:42.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:42.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:43.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:43.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:43 smithi094 ceph-mon[112176]: 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-08T13:53:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:43 smithi003 ceph-mon[96088]: 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-08T13:53:44.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:44.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:45.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:45.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:45 smithi094 ceph-mon[112176]: pgmap v19718: 97 pgs: 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:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:45 smithi003 ceph-mon[96088]: pgmap v19718: 97 pgs: 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:46.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:46.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:47.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:47.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:47 smithi094 ceph-mon[112176]: 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-08T13:53:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:47 smithi003 ceph-mon[96088]: 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-08T13:53:48.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:48.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:49.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:49.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:49 smithi094 ceph-mon[112176]: 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-08T13:53:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:49 smithi003 ceph-mon[96088]: 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-08T13:53:50.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:50.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:51.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:51.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:51 smithi094 ceph-mon[112176]: pgmap v19721: 97 pgs: 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:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:51 smithi003 ceph-mon[96088]: pgmap v19721: 97 pgs: 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:52.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:52.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:53.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:53.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:53 smithi094 ceph-mon[112176]: 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-08T13:53:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:53 smithi003 ceph-mon[96088]: 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-08T13:53:54.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:54.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:55.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:55.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:55 smithi003 ceph-mon[96088]: pgmap v19723: 97 pgs: 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:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:55 smithi094 ceph-mon[112176]: pgmap v19723: 97 pgs: 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:56.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:56.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:57.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:57.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:57 smithi003 ceph-mon[96088]: 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-08T13:53:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:57 smithi094 ceph-mon[112176]: 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-08T13:53:58.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:58.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:59.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:53:59.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:53:59 smithi003 ceph-mon[96088]: 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-08T13:54:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:53:59 smithi094 ceph-mon[112176]: 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-08T13:54:00.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:00.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:01.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:01.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:01 smithi003 ceph-mon[96088]: pgmap v19726: 97 pgs: 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:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:01 smithi094 ceph-mon[112176]: pgmap v19726: 97 pgs: 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:02.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:02.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:03.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:03.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:03 smithi003 ceph-mon[96088]: 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-08T13:54:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:03 smithi094 ceph-mon[112176]: 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-08T13:54:04.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:04.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:05.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:05.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:05 smithi094 ceph-mon[112176]: pgmap v19728: 97 pgs: 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:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:05 smithi003 ceph-mon[96088]: pgmap v19728: 97 pgs: 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:06.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:06.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:07.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:07.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:07 smithi003 ceph-mon[96088]: 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-08T13:54:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:07 smithi094 ceph-mon[112176]: 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-08T13:54:08.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:08.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:09.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:09.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:09 smithi003 ceph-mon[96088]: 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-08T13:54:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:09 smithi094 ceph-mon[112176]: 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-08T13:54:10.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:10.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:11.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:11.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:11 smithi003 ceph-mon[96088]: pgmap v19731: 97 pgs: 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:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:11 smithi094 ceph-mon[112176]: pgmap v19731: 97 pgs: 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:12.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:12.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:13.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:13.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:13 smithi003 ceph-mon[96088]: 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-08T13:54:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:13 smithi094 ceph-mon[112176]: 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-08T13:54:14.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:14.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:15.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:15.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:15 smithi094 ceph-mon[112176]: pgmap v19733: 97 pgs: 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:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:15 smithi003 ceph-mon[96088]: pgmap v19733: 97 pgs: 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:16.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:16.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:17.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:17.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:17.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:17 smithi003 ceph-mon[96088]: 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-08T13:54:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:17 smithi094 ceph-mon[112176]: 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-08T13:54:18.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:18.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:19.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:19.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:19 smithi003 ceph-mon[96088]: 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-08T13:54:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:19 smithi094 ceph-mon[112176]: 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-08T13:54:20.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:20.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:21.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:21.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:21 smithi003 ceph-mon[96088]: pgmap v19736: 97 pgs: 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:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:21 smithi094 ceph-mon[112176]: pgmap v19736: 97 pgs: 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:22.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:22.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:23.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:23.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:23 smithi003 ceph-mon[96088]: 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-08T13:54:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:23 smithi094 ceph-mon[112176]: 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-08T13:54:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:24.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:24.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:25.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:25.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:25 smithi003 ceph-mon[96088]: pgmap v19738: 97 pgs: 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:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:25 smithi094 ceph-mon[112176]: pgmap v19738: 97 pgs: 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:26.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:26.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:27.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:27.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:27 smithi003 ceph-mon[96088]: 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-08T13:54:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:27 smithi094 ceph-mon[112176]: 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-08T13:54:28.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:28.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:29.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:29.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:29 smithi003 ceph-mon[96088]: 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-08T13:54:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:29 smithi094 ceph-mon[112176]: 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-08T13:54:30.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:30.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:31.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:31.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:31 smithi003 ceph-mon[96088]: pgmap v19741: 97 pgs: 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:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:31 smithi094 ceph-mon[112176]: pgmap v19741: 97 pgs: 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:32.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:32.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:33.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:33.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:33 smithi094 ceph-mon[112176]: 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-08T13:54:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:33 smithi003 ceph-mon[96088]: 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-08T13:54:34.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:34.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:35.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:35.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:35 smithi094 ceph-mon[112176]: pgmap v19743: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:35 smithi003 ceph-mon[96088]: pgmap v19743: 97 pgs: 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:36.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:36.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:37.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:37.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:37 smithi094 ceph-mon[112176]: 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-08T13:54:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:37 smithi003 ceph-mon[96088]: 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-08T13:54:38.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:38.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:54:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:54:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:54:39.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:54:39.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:54:39.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:54:39.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:54:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:54:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:54:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:54:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:54:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:54:39.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:39.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:39.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:39 smithi094 ceph-mon[112176]: 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-08T13:54:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:39 smithi003 ceph-mon[96088]: 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-08T13:54:40.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:40.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:41.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:41.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:41 smithi094 ceph-mon[112176]: pgmap v19746: 97 pgs: 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:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:41 smithi003 ceph-mon[96088]: pgmap v19746: 97 pgs: 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:42.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:42.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:43.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:43.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:43 smithi094 ceph-mon[112176]: 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-08T13:54:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:43 smithi003 ceph-mon[96088]: 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-08T13:54:44.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:44.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:45.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:45.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:45 smithi094 ceph-mon[112176]: pgmap v19748: 97 pgs: 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:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:45 smithi003 ceph-mon[96088]: pgmap v19748: 97 pgs: 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:46.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:46.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:47.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:47.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:47 smithi094 ceph-mon[112176]: 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-08T13:54:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:47 smithi003 ceph-mon[96088]: 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-08T13:54:48.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:48.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:49.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:49.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:49 smithi094 ceph-mon[112176]: 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-08T13:54:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:49 smithi003 ceph-mon[96088]: 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-08T13:54:50.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:50.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:51.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:51.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:51 smithi094 ceph-mon[112176]: pgmap v19751: 97 pgs: 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:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:51 smithi003 ceph-mon[96088]: pgmap v19751: 97 pgs: 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:52.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:52.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:53.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:53.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:53 smithi094 ceph-mon[112176]: 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-08T13:54:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:53 smithi003 ceph-mon[96088]: 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-08T13:54:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:54.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:54.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:55.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:55.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:56.034 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:55 smithi094 ceph-mon[112176]: pgmap v19753: 97 pgs: 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:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:55 smithi003 ceph-mon[96088]: pgmap v19753: 97 pgs: 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:56.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:56.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:57.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:57.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:57 smithi094 ceph-mon[112176]: 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-08T13:54:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:57 smithi003 ceph-mon[96088]: 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-08T13:54:58.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:58.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:59.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:54:59.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:54:59 smithi094 ceph-mon[112176]: 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-08T13:55:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:54:59 smithi003 ceph-mon[96088]: 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-08T13:55:00.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:00.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:01.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:01.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:01 smithi094 ceph-mon[112176]: pgmap v19756: 97 pgs: 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:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:01 smithi003 ceph-mon[96088]: pgmap v19756: 97 pgs: 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:02.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:02.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:03.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:03.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:03 smithi094 ceph-mon[112176]: 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-08T13:55:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:03 smithi003 ceph-mon[96088]: 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-08T13:55:04.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:04.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:05.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:05.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:06.141 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:05 smithi094 ceph-mon[112176]: pgmap v19758: 97 pgs: 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:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:05 smithi003 ceph-mon[96088]: pgmap v19758: 97 pgs: 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:06.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:06.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:07.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:07.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:08.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:07 smithi003 ceph-mon[96088]: 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-08T13:55:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:07 smithi094 ceph-mon[112176]: 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-08T13:55:08.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:08.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:09.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:09.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:09 smithi094 ceph-mon[112176]: 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-08T13:55:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:09 smithi003 ceph-mon[96088]: 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-08T13:55:10.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:10.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:11.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:11.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:11 smithi094 ceph-mon[112176]: pgmap v19761: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:11 smithi003 ceph-mon[96088]: pgmap v19761: 97 pgs: 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:12.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:12.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:13.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:13.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:13 smithi094 ceph-mon[112176]: 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-08T13:55:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:13 smithi003 ceph-mon[96088]: 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-08T13:55:14.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:14.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:15.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:15.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:15 smithi094 ceph-mon[112176]: pgmap v19763: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:15 smithi003 ceph-mon[96088]: pgmap v19763: 97 pgs: 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:16.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:16.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:17.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:17.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:17 smithi094 ceph-mon[112176]: 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-08T13:55:18.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:17 smithi003 ceph-mon[96088]: 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-08T13:55:18.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:18.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:19.334 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:19.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:19 smithi094 ceph-mon[112176]: 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-08T13:55:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:19 smithi003 ceph-mon[96088]: 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-08T13:55:20.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:20.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:21.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:21.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:21 smithi094 ceph-mon[112176]: pgmap v19766: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:21 smithi003 ceph-mon[96088]: pgmap v19766: 97 pgs: 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:22.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:22.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:23.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:23.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:23 smithi094 ceph-mon[112176]: 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-08T13:55:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:23 smithi003 ceph-mon[96088]: 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-08T13:55:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:24.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:24.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:25.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:25.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:25 smithi094 ceph-mon[112176]: pgmap v19768: 97 pgs: 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:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:25 smithi003 ceph-mon[96088]: pgmap v19768: 97 pgs: 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:26.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:26.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:27.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:27.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:27 smithi094 ceph-mon[112176]: 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-08T13:55:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:27 smithi003 ceph-mon[96088]: 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-08T13:55:28.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:28.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:29.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:29.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:29 smithi094 ceph-mon[112176]: 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-08T13:55:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:29 smithi003 ceph-mon[96088]: 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-08T13:55:30.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:30.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:31.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:31.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:31 smithi094 ceph-mon[112176]: pgmap v19771: 97 pgs: 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:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:31 smithi003 ceph-mon[96088]: pgmap v19771: 97 pgs: 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:32.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:32.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:33.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:33.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:33 smithi094 ceph-mon[112176]: 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-08T13:55:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:33 smithi003 ceph-mon[96088]: 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-08T13:55:34.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:34.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:35.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:35.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:35 smithi094 ceph-mon[112176]: pgmap v19773: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:35 smithi003 ceph-mon[96088]: pgmap v19773: 97 pgs: 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:36.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:36.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:37.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:37.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:37 smithi094 ceph-mon[112176]: 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-08T13:55:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:37 smithi003 ceph-mon[96088]: 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-08T13:55:38.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:38.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:55:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:55:39.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:39.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:40.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:40.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:40 smithi094 ceph-mon[112176]: 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-08T13:55:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:55:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:55:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:55:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:55:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:55:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:55:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:40 smithi003 ceph-mon[96088]: 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-08T13:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:55:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:55:40.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:55:41.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:41.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:42.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:42.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:42 smithi094 ceph-mon[112176]: pgmap v19776: 97 pgs: 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:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:42 smithi003 ceph-mon[96088]: pgmap v19776: 97 pgs: 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.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:43.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:44.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:44.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:44 smithi094 ceph-mon[112176]: 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-08T13:55:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:44 smithi003 ceph-mon[96088]: 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-08T13:55:45.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:45.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:46.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:46.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:46 smithi094 ceph-mon[112176]: pgmap v19778: 97 pgs: 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:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:46 smithi003 ceph-mon[96088]: pgmap v19778: 97 pgs: 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:47.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:47.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:48 smithi003 ceph-mon[96088]: 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-08T13:55:48.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:48.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:48 smithi094 ceph-mon[112176]: 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-08T13:55:49.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:49.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:50.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:50.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:50 smithi094 ceph-mon[112176]: 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-08T13:55:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:50 smithi003 ceph-mon[96088]: 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-08T13:55:51.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:51.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:52.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:52.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:52 smithi094 ceph-mon[112176]: pgmap v19781: 97 pgs: 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:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:52 smithi003 ceph-mon[96088]: pgmap v19781: 97 pgs: 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.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:53.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:54.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:54.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:54 smithi094 ceph-mon[112176]: 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-08T13:55:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:54 smithi003 ceph-mon[96088]: 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-08T13:55:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:55.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:55.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:56.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:56.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:56 smithi094 ceph-mon[112176]: pgmap v19783: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:56 smithi003 ceph-mon[96088]: pgmap v19783: 97 pgs: 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:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:55:58 smithi003 ceph-mon[96088]: 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-08T13:55:58.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:58.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:55:58 smithi094 ceph-mon[112176]: 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-08T13:55:59.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:55:59.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:00.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:00.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:00 smithi094 ceph-mon[112176]: 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-08T13:56:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:00 smithi003 ceph-mon[96088]: 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-08T13:56:01.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:01.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:02.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:02.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:02.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:02 smithi094 ceph-mon[112176]: pgmap v19786: 97 pgs: 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:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:02 smithi003 ceph-mon[96088]: pgmap v19786: 97 pgs: 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.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:03.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:04.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:04.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:04 smithi094 ceph-mon[112176]: 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-08T13:56:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:04 smithi003 ceph-mon[96088]: 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-08T13:56:05.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:05.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:06.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:06.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:06.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:06 smithi094 ceph-mon[112176]: pgmap v19788: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:06 smithi003 ceph-mon[96088]: pgmap v19788: 97 pgs: 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:07.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:07.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:08 smithi094 ceph-mon[112176]: 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-08T13:56:08.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:08.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:08 smithi003 ceph-mon[96088]: 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-08T13:56:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:09.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:09.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:10 smithi094 ceph-mon[112176]: 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-08T13:56:10.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:10.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:10.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:10 smithi003 ceph-mon[96088]: 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-08T13:56:11.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:11.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:12 smithi094 ceph-mon[112176]: pgmap v19791: 97 pgs: 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:12.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:12.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:12 smithi003 ceph-mon[96088]: pgmap v19791: 97 pgs: 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.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:13.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:14 smithi094 ceph-mon[112176]: 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-08T13:56:14.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:14.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:14 smithi003 ceph-mon[96088]: 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-08T13:56:15.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:15.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:16 smithi094 ceph-mon[112176]: pgmap v19793: 97 pgs: 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:16.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:16.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:16 smithi003 ceph-mon[96088]: pgmap v19793: 97 pgs: 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:17.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:17.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:18 smithi094 ceph-mon[112176]: 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-08T13:56:18.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:18.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:18 smithi003 ceph-mon[96088]: 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-08T13:56:19.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:19.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:20 smithi094 ceph-mon[112176]: 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-08T13:56:20.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:20.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:20 smithi003 ceph-mon[96088]: 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-08T13:56:21.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:21.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:22.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:22 smithi094 ceph-mon[112176]: pgmap v19796: 97 pgs: 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:22.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:22.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:22 smithi003 ceph-mon[96088]: pgmap v19796: 97 pgs: 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.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:23.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:24 smithi003 ceph-mon[96088]: 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-08T13:56:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:24 smithi094 ceph-mon[112176]: 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-08T13:56:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:24.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:24.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:25.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:25.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:26 smithi094 ceph-mon[112176]: pgmap v19798: 97 pgs: 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:26.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:26.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:26 smithi003 ceph-mon[96088]: pgmap v19798: 97 pgs: 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:27.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:27.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:28 smithi094 ceph-mon[112176]: 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-08T13:56:28.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:28.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:28 smithi003 ceph-mon[96088]: 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-08T13:56:29.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:29.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:30 smithi094 ceph-mon[112176]: 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-08T13:56:30.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:30.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:30.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:30 smithi003 ceph-mon[96088]: 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-08T13:56:31.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:31.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:32 smithi094 ceph-mon[112176]: pgmap v19801: 97 pgs: 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:32.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:32.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:32 smithi003 ceph-mon[96088]: pgmap v19801: 97 pgs: 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.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:33.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:34 smithi094 ceph-mon[112176]: 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-08T13:56:34.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:34.461 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:34 smithi003 ceph-mon[96088]: 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-08T13:56:35.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:35.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:36 smithi094 ceph-mon[112176]: pgmap v19803: 97 pgs: 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:36.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:36.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:36 smithi003 ceph-mon[96088]: pgmap v19803: 97 pgs: 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:37.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:37.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:38.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:38.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:38 smithi003 ceph-mon[96088]: 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-08T13:56:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:38 smithi094 ceph-mon[112176]: 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-08T13:56:39.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:39.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:40.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:40.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:40 smithi003 ceph-mon[96088]: 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-08T13:56:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:56:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:40 smithi094 ceph-mon[112176]: 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-08T13:56:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:56:41.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:41.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:56:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:56:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:56:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:56:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:56:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:56:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:56:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:42 smithi094 ceph-mon[112176]: pgmap v19806: 97 pgs: 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:42.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:42.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:42 smithi003 ceph-mon[96088]: pgmap v19806: 97 pgs: 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.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:43.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:44.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:44.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:44 smithi003 ceph-mon[96088]: 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-08T13:56:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:44 smithi094 ceph-mon[112176]: 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-08T13:56:45.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:45.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:46.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:46.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:46 smithi094 ceph-mon[112176]: pgmap v19808: 97 pgs: 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:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:46 smithi003 ceph-mon[96088]: pgmap v19808: 97 pgs: 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:47.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:47.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:48.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:48.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:48 smithi094 ceph-mon[112176]: 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-08T13:56:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:48 smithi003 ceph-mon[96088]: 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-08T13:56:49.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:49.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:50.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:50.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:50 smithi094 ceph-mon[112176]: 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-08T13:56:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:50 smithi003 ceph-mon[96088]: 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-08T13:56:51.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:51.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:52.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:52.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:52 smithi094 ceph-mon[112176]: pgmap v19811: 97 pgs: 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:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:52 smithi003 ceph-mon[96088]: pgmap v19811: 97 pgs: 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.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:53.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:54.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:54.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:54 smithi094 ceph-mon[112176]: 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-08T13:56:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:54 smithi003 ceph-mon[96088]: 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-08T13:56:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:55.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:55.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:56.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:56.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:56.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:56 smithi094 ceph-mon[112176]: pgmap v19813: 97 pgs: 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:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:56 smithi003 ceph-mon[96088]: pgmap v19813: 97 pgs: 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:57.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:57.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:58.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:58.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:56:58 smithi094 ceph-mon[112176]: 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-08T13:56:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:56:58 smithi003 ceph-mon[96088]: 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-08T13:56:59.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:56:59.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:00.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:00.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:00 smithi094 ceph-mon[112176]: 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-08T13:57:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:00 smithi003 ceph-mon[96088]: 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-08T13:57:01.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:01.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:02.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:02.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:02 smithi094 ceph-mon[112176]: pgmap v19816: 97 pgs: 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:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:02 smithi003 ceph-mon[96088]: pgmap v19816: 97 pgs: 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.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:03.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:04.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:04.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:04 smithi094 ceph-mon[112176]: 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-08T13:57:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:04 smithi003 ceph-mon[96088]: 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-08T13:57:05.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:05.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:06.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:06.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:06 smithi094 ceph-mon[112176]: pgmap v19818: 97 pgs: 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:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:06 smithi003 ceph-mon[96088]: pgmap v19818: 97 pgs: 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:07.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:07.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:08.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:08.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:08 smithi094 ceph-mon[112176]: 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-08T13:57:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:08 smithi003 ceph-mon[96088]: 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-08T13:57:09.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:09.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:10.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:10.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:10 smithi094 ceph-mon[112176]: 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-08T13:57:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:10 smithi003 ceph-mon[96088]: 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-08T13:57:11.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:11.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:12.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:12.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:12 smithi094 ceph-mon[112176]: pgmap v19821: 97 pgs: 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:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:12 smithi003 ceph-mon[96088]: pgmap v19821: 97 pgs: 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.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:13.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:14.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:14.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:14 smithi094 ceph-mon[112176]: 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-08T13:57:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:14 smithi003 ceph-mon[96088]: 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-08T13:57:15.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:15.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:16.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:16.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:16 smithi094 ceph-mon[112176]: pgmap v19823: 97 pgs: 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:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:16 smithi003 ceph-mon[96088]: pgmap v19823: 97 pgs: 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:17.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:17.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:18.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:18.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:18 smithi094 ceph-mon[112176]: 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-08T13:57:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:18 smithi003 ceph-mon[96088]: 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-08T13:57:19.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:19.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:20.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:20.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:20 smithi094 ceph-mon[112176]: 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-08T13:57:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:20 smithi003 ceph-mon[96088]: 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-08T13:57:21.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:21.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:22.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:22.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:22.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:22 smithi094 ceph-mon[112176]: pgmap v19826: 97 pgs: 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:22.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:22 smithi003 ceph-mon[96088]: pgmap v19826: 97 pgs: 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.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:23.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:24.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:24.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:24.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:24 smithi003 ceph-mon[96088]: 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-08T13:57:24.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:24 smithi094 ceph-mon[112176]: 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-08T13:57:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:25.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:25.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:26.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:26.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:26 smithi094 ceph-mon[112176]: pgmap v19828: 97 pgs: 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:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:26 smithi003 ceph-mon[96088]: pgmap v19828: 97 pgs: 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:27.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:27.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:28.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:28.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:28 smithi094 ceph-mon[112176]: 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-08T13:57:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:28 smithi003 ceph-mon[96088]: 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-08T13:57:29.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:29.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:30.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:30.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:30 smithi094 ceph-mon[112176]: 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-08T13:57:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:30 smithi003 ceph-mon[96088]: 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-08T13:57:31.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:31.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:32.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:32.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:32.659 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:32 smithi094 ceph-mon[112176]: pgmap v19831: 97 pgs: 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:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:32 smithi003 ceph-mon[96088]: pgmap v19831: 97 pgs: 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.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:33.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:34.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:34.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:34 smithi094 ceph-mon[112176]: 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-08T13:57:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:34 smithi003 ceph-mon[96088]: 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-08T13:57:35.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:35.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:36.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:36.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:36 smithi094 ceph-mon[112176]: pgmap v19833: 97 pgs: 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:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:36 smithi003 ceph-mon[96088]: pgmap v19833: 97 pgs: 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:37.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:37.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:38.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:38.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:38.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:38 smithi094 ceph-mon[112176]: 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-08T13:57:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:38 smithi003 ceph-mon[96088]: 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-08T13:57:39.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:39.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:40.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:40.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:40 smithi094 ceph-mon[112176]: 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-08T13:57:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:40 smithi003 ceph-mon[96088]: 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-08T13:57:41.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:41.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:57:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:57:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:57:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:57:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:57:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:57:42.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:42.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:42 smithi094 ceph-mon[112176]: pgmap v19836: 97 pgs: 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:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:42 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi094 to 2656M 2023-10-08T13:57:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:42 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1369M 2023-10-08T13:57:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:42 smithi003 ceph-mon[96088]: pgmap v19836: 97 pgs: 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:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:42 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi094 to 2656M 2023-10-08T13:57:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:42 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1369M 2023-10-08T13:57:43.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:43.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:44.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:44.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:44 smithi094 ceph-mon[112176]: 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-08T13:57:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:44 smithi003 ceph-mon[96088]: 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-08T13:57:45.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:45.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:46.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:46.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:46 smithi094 ceph-mon[112176]: pgmap v19838: 97 pgs: 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:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:46 smithi003 ceph-mon[96088]: pgmap v19838: 97 pgs: 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:47.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:47.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:48.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:48.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:48 smithi094 ceph-mon[112176]: 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-08T13:57:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:48 smithi003 ceph-mon[96088]: 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-08T13:57:49.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:49.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:50.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:50.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:50 smithi094 ceph-mon[112176]: 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-08T13:57:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:50 smithi003 ceph-mon[96088]: 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-08T13:57:51.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:51.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:52.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:52.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:52 smithi094 ceph-mon[112176]: pgmap v19841: 97 pgs: 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:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:52 smithi003 ceph-mon[96088]: pgmap v19841: 97 pgs: 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.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:53.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:54.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:54.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:54 smithi094 ceph-mon[112176]: 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-08T13:57:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:54 smithi003 ceph-mon[96088]: 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-08T13:57:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:55.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:55.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:56.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:56.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:56 smithi094 ceph-mon[112176]: pgmap v19843: 97 pgs: 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:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:56 smithi003 ceph-mon[96088]: pgmap v19843: 97 pgs: 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:57.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:57.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:58.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:58.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:57:58 smithi094 ceph-mon[112176]: 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-08T13:57:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:57:58 smithi003 ceph-mon[96088]: 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-08T13:57:59.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:57:59.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:00.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:00.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:00 smithi094 ceph-mon[112176]: 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-08T13:58:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:00 smithi003 ceph-mon[96088]: 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-08T13:58:01.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:01.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:02.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:02.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:02 smithi094 ceph-mon[112176]: pgmap v19846: 97 pgs: 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:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:02 smithi003 ceph-mon[96088]: pgmap v19846: 97 pgs: 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.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:03.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:04.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:04.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:04.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:04 smithi094 ceph-mon[112176]: 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-08T13:58:04.737 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:04 smithi003 ceph-mon[96088]: 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-08T13:58:05.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:05.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:06.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:06.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:06 smithi003 ceph-mon[96088]: pgmap v19848: 97 pgs: 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:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:06 smithi094 ceph-mon[112176]: pgmap v19848: 97 pgs: 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:07.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:07.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:08.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:08.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:08 smithi003 ceph-mon[96088]: 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-08T13:58:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:08 smithi094 ceph-mon[112176]: 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-08T13:58:09.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:09.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:10.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:10.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:10 smithi003 ceph-mon[96088]: 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-08T13:58:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:10 smithi094 ceph-mon[112176]: 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-08T13:58:11.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:11.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:12.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:12.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:12 smithi003 ceph-mon[96088]: pgmap v19851: 97 pgs: 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:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:12 smithi094 ceph-mon[112176]: pgmap v19851: 97 pgs: 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.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:13.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:14.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:14.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:14 smithi003 ceph-mon[96088]: 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-08T13:58:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:14 smithi094 ceph-mon[112176]: 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-08T13:58:15.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:15.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:16.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:16.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:16 smithi003 ceph-mon[96088]: pgmap v19853: 97 pgs: 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:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:16 smithi094 ceph-mon[112176]: pgmap v19853: 97 pgs: 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:17.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:17.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:18.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:18.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:18 smithi003 ceph-mon[96088]: 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-08T13:58:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:18 smithi094 ceph-mon[112176]: 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-08T13:58:19.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:19.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:20.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:20.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:20 smithi003 ceph-mon[96088]: 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-08T13:58:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:20 smithi094 ceph-mon[112176]: 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-08T13:58:21.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:21.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:22.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:22.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:22 smithi003 ceph-mon[96088]: pgmap v19856: 97 pgs: 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:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:22 smithi094 ceph-mon[112176]: pgmap v19856: 97 pgs: 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.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:23.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:24.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:24.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:24 smithi003 ceph-mon[96088]: 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-08T13:58:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:24 smithi094 ceph-mon[112176]: 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-08T13:58:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:25.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:25.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:26.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:26.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:26 smithi003 ceph-mon[96088]: pgmap v19858: 97 pgs: 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:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:26 smithi094 ceph-mon[112176]: pgmap v19858: 97 pgs: 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:27.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:27.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:28.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:28.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:28 smithi094 ceph-mon[112176]: 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-08T13:58:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:28 smithi003 ceph-mon[96088]: 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-08T13:58:29.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:29.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:30.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:30.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:30 smithi003 ceph-mon[96088]: 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-08T13:58:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:30 smithi094 ceph-mon[112176]: 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-08T13:58:31.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:31.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:32.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:32.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:32 smithi003 ceph-mon[96088]: pgmap v19861: 97 pgs: 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:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:32 smithi094 ceph-mon[112176]: pgmap v19861: 97 pgs: 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.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:33.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:34.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:34.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:34 smithi003 ceph-mon[96088]: 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-08T13:58:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:34 smithi094 ceph-mon[112176]: 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-08T13:58:35.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:35.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:36.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:36.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:36 smithi003 ceph-mon[96088]: pgmap v19863: 97 pgs: 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:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:36 smithi094 ceph-mon[112176]: pgmap v19863: 97 pgs: 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:37.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:37.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:38 smithi094 ceph-mon[112176]: 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-08T13:58:38.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:38.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:38 smithi003 ceph-mon[96088]: 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-08T13:58:39.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:39.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:40.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:40.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:40 smithi003 ceph-mon[96088]: 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-08T13:58:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:40 smithi094 ceph-mon[112176]: 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-08T13:58:41.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:41.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:41.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:58:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:58:42.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:42.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:42 smithi094 ceph-mon[112176]: pgmap v19866: 97 pgs: 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:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:58:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:58:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:58:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:58:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:58:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:42 smithi003 ceph-mon[96088]: pgmap v19866: 97 pgs: 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:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:58:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:58:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:58:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:58:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:58:43.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:43 smithi094 ceph-mon[112176]: 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-08T13:58:43.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:43.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:43 smithi003 ceph-mon[96088]: 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-08T13:58:44.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:44.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:45.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:45.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:45.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:45 smithi094 ceph-mon[112176]: pgmap v19868: 97 pgs: 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:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:45 smithi003 ceph-mon[96088]: pgmap v19868: 97 pgs: 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:46.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:46.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:47.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:47.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:47.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:47 smithi003 ceph-mon[96088]: 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-08T13:58:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:47 smithi094 ceph-mon[112176]: 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-08T13:58:48.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:48.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:49.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:49.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:49 smithi094 ceph-mon[112176]: 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-08T13:58:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:49 smithi003 ceph-mon[96088]: 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-08T13:58:50.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:50.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:51.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:51.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:51.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:51 smithi094 ceph-mon[112176]: pgmap v19871: 97 pgs: 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:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:51 smithi003 ceph-mon[96088]: pgmap v19871: 97 pgs: 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:52.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:52.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:53.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:53.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:53 smithi094 ceph-mon[112176]: 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-08T13:58:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:53 smithi003 ceph-mon[96088]: 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-08T13:58:54.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:54.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:54.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:55.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:55.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:55.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:55 smithi094 ceph-mon[112176]: pgmap v19873: 97 pgs: 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:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:55 smithi003 ceph-mon[96088]: pgmap v19873: 97 pgs: 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:56.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:56.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:57.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:57.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:57.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:57 smithi003 ceph-mon[96088]: 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-08T13:58:57.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:57 smithi094 ceph-mon[112176]: 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-08T13:58:58.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:58.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:59.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:58:59.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:59.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:58:59 smithi094 ceph-mon[112176]: 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-08T13:58:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:58:59 smithi003 ceph-mon[96088]: 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-08T13:59:00.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:00.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:01.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:01.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:01.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:01 smithi094 ceph-mon[112176]: pgmap v19876: 97 pgs: 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:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:01 smithi003 ceph-mon[96088]: pgmap v19876: 97 pgs: 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:02.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:02.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:03.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:03.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:03 smithi094 ceph-mon[112176]: 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-08T13:59:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:03 smithi003 ceph-mon[96088]: 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-08T13:59:04.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:04.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:05.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:05.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:05.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:05 smithi094 ceph-mon[112176]: pgmap v19878: 97 pgs: 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:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:05 smithi003 ceph-mon[96088]: pgmap v19878: 97 pgs: 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:06.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:06.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:07.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:07.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:07.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:07 smithi094 ceph-mon[112176]: 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-08T13:59:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:07 smithi003 ceph-mon[96088]: 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-08T13:59:08.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:08.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:09.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:09.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:09 smithi094 ceph-mon[112176]: 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-08T13:59:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:09 smithi003 ceph-mon[96088]: 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-08T13:59:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:10.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:10.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:11.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:11.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:11.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:11 smithi094 ceph-mon[112176]: pgmap v19881: 97 pgs: 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:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:11 smithi003 ceph-mon[96088]: pgmap v19881: 97 pgs: 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:12.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:12.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:13.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:13.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:13.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:13 smithi094 ceph-mon[112176]: 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-08T13:59:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:13 smithi003 ceph-mon[96088]: 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-08T13:59:14.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:14.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:15.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:15.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:15.908 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:15 smithi003 ceph-mon[96088]: pgmap v19883: 97 pgs: 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:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:15 smithi094 ceph-mon[112176]: pgmap v19883: 97 pgs: 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:16.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:16.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:17.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:17.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:17 smithi094 ceph-mon[112176]: 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-08T13:59:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:17 smithi003 ceph-mon[96088]: 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-08T13:59:18.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:18.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:19.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:19.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:19.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:19 smithi094 ceph-mon[112176]: 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-08T13:59:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:19 smithi003 ceph-mon[96088]: 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-08T13:59:20.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:20.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:21.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:21.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:21.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:21 smithi094 ceph-mon[112176]: pgmap v19886: 97 pgs: 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:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:21 smithi003 ceph-mon[96088]: pgmap v19886: 97 pgs: 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:22.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:22.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:23.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:23.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:23.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:23 smithi094 ceph-mon[112176]: 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-08T13:59:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:23 smithi003 ceph-mon[96088]: 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-08T13:59:24.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:24.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:25.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:25.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:25.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:25 smithi094 ceph-mon[112176]: pgmap v19888: 97 pgs: 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:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:25 smithi003 ceph-mon[96088]: pgmap v19888: 97 pgs: 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:26.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:26.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:27.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:27.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:27 smithi094 ceph-mon[112176]: 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-08T13:59:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:27 smithi003 ceph-mon[96088]: 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-08T13:59:28.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:28.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:29.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:29.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:29 smithi003 ceph-mon[96088]: 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-08T13:59:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:29 smithi094 ceph-mon[112176]: 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-08T13:59:30.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:30.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:31.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:31.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:31 smithi003 ceph-mon[96088]: pgmap v19891: 97 pgs: 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:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:31 smithi094 ceph-mon[112176]: pgmap v19891: 97 pgs: 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:32.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:32.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:33.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:33.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:33 smithi003 ceph-mon[96088]: 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-08T13:59:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:33 smithi094 ceph-mon[112176]: 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-08T13:59:34.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:34.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:35.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:35.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:35 smithi003 ceph-mon[96088]: pgmap v19893: 97 pgs: 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:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:35 smithi094 ceph-mon[112176]: pgmap v19893: 97 pgs: 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:36.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:36.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:37.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:37.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:37 smithi003 ceph-mon[96088]: 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-08T13:59:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:37 smithi094 ceph-mon[112176]: 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-08T13:59:38.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:38.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:38.969 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:39.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:39.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:39 smithi003 ceph-mon[96088]: 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-08T13:59:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:39 smithi094 ceph-mon[112176]: 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-08T13:59:40.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:40.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:41.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:41.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:41 smithi003 ceph-mon[96088]: pgmap v19896: 97 pgs: 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:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:41 smithi094 ceph-mon[112176]: pgmap v19896: 97 pgs: 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:42.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:42.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:59:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:59:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:59:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:59:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:59:42.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:59:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:59:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:59:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:59:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:59:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:59:43.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T13:59:43.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:43.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:44 smithi094 ceph-mon[112176]: 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-08T13:59:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:44 smithi003 ceph-mon[96088]: 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-08T13:59:44.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:44.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:45.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:45.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:46 smithi094 ceph-mon[112176]: pgmap v19898: 97 pgs: 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:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:46 smithi003 ceph-mon[96088]: pgmap v19898: 97 pgs: 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:46.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:46.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:47.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:47.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:48 smithi094 ceph-mon[112176]: 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-08T13:59:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:48 smithi003 ceph-mon[96088]: 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-08T13:59:48.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:48.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:49.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:49.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:50 smithi094 ceph-mon[112176]: 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-08T13:59:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:50 smithi003 ceph-mon[96088]: 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-08T13:59:50.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:50.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:51.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:51.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:52 smithi094 ceph-mon[112176]: pgmap v19901: 97 pgs: 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:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:52 smithi003 ceph-mon[96088]: pgmap v19901: 97 pgs: 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:52.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:52.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:53.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:53.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:54 smithi094 ceph-mon[112176]: 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-08T13:59:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:54 smithi003 ceph-mon[96088]: 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-08T13:59:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:54.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:54.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:55.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:55.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:56 smithi094 ceph-mon[112176]: pgmap v19903: 97 pgs: 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:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:56 smithi003 ceph-mon[96088]: pgmap v19903: 97 pgs: 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:56.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:56.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:57.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:57.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 13:59:58 smithi094 ceph-mon[112176]: 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-08T13:59:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 13:59:58 smithi003 ceph-mon[96088]: 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-08T13:59:58.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:58.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:59.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T13:59:59.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:00 smithi094 ceph-mon[112176]: 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-08T14:00:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T14:00:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:00 smithi003 ceph-mon[96088]: 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-08T14:00:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T14:00:00.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:00.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:01.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:01.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:02 smithi094 ceph-mon[112176]: pgmap v19906: 97 pgs: 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:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:02 smithi003 ceph-mon[96088]: pgmap v19906: 97 pgs: 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:02.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:02.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:03.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:03.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:04 smithi094 ceph-mon[112176]: 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-08T14:00:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:04 smithi003 ceph-mon[96088]: 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-08T14:00:04.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:04.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:05.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:05.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:06 smithi094 ceph-mon[112176]: pgmap v19908: 97 pgs: 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:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:06 smithi003 ceph-mon[96088]: pgmap v19908: 97 pgs: 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:06.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:06.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:07.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:07.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:08 smithi094 ceph-mon[112176]: 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-08T14:00:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:08 smithi003 ceph-mon[96088]: 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-08T14:00:08.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:08.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:09.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:09.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:10 smithi094 ceph-mon[112176]: 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-08T14:00:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:10 smithi003 ceph-mon[96088]: 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-08T14:00:10.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:10.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:11.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:11.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:12 smithi094 ceph-mon[112176]: pgmap v19911: 97 pgs: 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:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:12 smithi003 ceph-mon[96088]: pgmap v19911: 97 pgs: 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:12.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:12.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:13.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:13.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:14 smithi094 ceph-mon[112176]: 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-08T14:00:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:14 smithi003 ceph-mon[96088]: 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-08T14:00:14.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:14.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:15.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:15.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:16 smithi094 ceph-mon[112176]: pgmap v19913: 97 pgs: 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:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:16 smithi003 ceph-mon[96088]: pgmap v19913: 97 pgs: 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:16.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:16.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:17.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:17.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:18 smithi094 ceph-mon[112176]: 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-08T14:00:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:18 smithi003 ceph-mon[96088]: 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-08T14:00:18.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:18.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:19.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:20.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:20 smithi094 ceph-mon[112176]: 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-08T14:00:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:20 smithi003 ceph-mon[96088]: 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-08T14:00:20.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:20.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:21.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:21.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:22 smithi094 ceph-mon[112176]: pgmap v19916: 97 pgs: 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:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:22 smithi003 ceph-mon[96088]: pgmap v19916: 97 pgs: 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:22.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:22.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:23.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:23.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:24 smithi094 ceph-mon[112176]: 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-08T14:00:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:24 smithi003 ceph-mon[96088]: 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-08T14:00:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:24.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:24.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:25.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:25.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:26 smithi094 ceph-mon[112176]: pgmap v19918: 97 pgs: 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:26.711 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:26 smithi003 ceph-mon[96088]: pgmap v19918: 97 pgs: 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:26.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:26.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:27.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:27.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:28 smithi094 ceph-mon[112176]: 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-08T14:00:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:28 smithi003 ceph-mon[96088]: 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-08T14:00:28.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:28.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:29.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:29.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:30 smithi094 ceph-mon[112176]: 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-08T14:00:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:30 smithi003 ceph-mon[96088]: 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-08T14:00:30.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:30.861 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:31.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:31.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:32 smithi003 ceph-mon[96088]: pgmap v19921: 97 pgs: 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:32.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:32.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:32 smithi094 ceph-mon[112176]: pgmap v19921: 97 pgs: 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.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:33.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:34 smithi003 ceph-mon[96088]: 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-08T14:00:34.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:34.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:34 smithi094 ceph-mon[112176]: 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-08T14:00:35.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:35.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:36 smithi003 ceph-mon[96088]: pgmap v19923: 97 pgs: 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:36.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:36.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:36 smithi094 ceph-mon[112176]: pgmap v19923: 97 pgs: 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:37.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:37.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:38 smithi003 ceph-mon[96088]: 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-08T14:00:38.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:38.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:38 smithi094 ceph-mon[112176]: 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-08T14:00:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:39.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:39.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:40 smithi003 ceph-mon[96088]: 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-08T14:00:40.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:40.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:40 smithi094 ceph-mon[112176]: 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-08T14:00:41.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:41.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:42 smithi003 ceph-mon[96088]: pgmap v19926: 97 pgs: 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:42.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:42.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:42.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:42 smithi094 ceph-mon[112176]: pgmap v19926: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:00:43.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:43.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:00:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:44 smithi003 ceph-mon[96088]: 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-08T14:00:44.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:44.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:44 smithi094 ceph-mon[112176]: 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-08T14:00:45.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:45.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:46 smithi094 ceph-mon[112176]: pgmap v19928: 97 pgs: 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:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:00:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:00:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:00:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:00:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:00:46.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:00:46.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:00:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:46 smithi003 ceph-mon[96088]: pgmap v19928: 97 pgs: 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:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:00:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:00:46.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:00:46.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:00:46.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:00:46.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:00:46.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:00:46.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:46.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:47.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:47.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:48 smithi094 ceph-mon[112176]: 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-08T14:00:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:48 smithi003 ceph-mon[96088]: 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-08T14:00:48.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:48.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:49.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:49.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:50 smithi094 ceph-mon[112176]: 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-08T14:00:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:50 smithi003 ceph-mon[96088]: 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-08T14:00:50.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:50.893 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:51.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:51.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:52 smithi094 ceph-mon[112176]: pgmap v19931: 97 pgs: 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:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:52 smithi003 ceph-mon[96088]: pgmap v19931: 97 pgs: 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:52.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:52.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:53.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:53.898 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:54 smithi094 ceph-mon[112176]: 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-08T14:00:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:54 smithi003 ceph-mon[96088]: 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-08T14:00:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:54.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:54.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:55.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:55.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:56 smithi094 ceph-mon[112176]: pgmap v19933: 97 pgs: 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:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:56 smithi003 ceph-mon[96088]: pgmap v19933: 97 pgs: 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:56.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:56.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:57.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:57.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:00:58 smithi094 ceph-mon[112176]: 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-08T14:00:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:00:58 smithi003 ceph-mon[96088]: 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-08T14:00:58.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:58.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:59.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:00:59.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:00 smithi094 ceph-mon[112176]: 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-08T14:01:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:00 smithi003 ceph-mon[96088]: 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-08T14:01:00.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:00.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:01.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:01.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:02 smithi003 ceph-mon[96088]: pgmap v19936: 97 pgs: 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:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:02 smithi094 ceph-mon[112176]: pgmap v19936: 97 pgs: 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:02.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:02.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:03.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:03.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:04 smithi094 ceph-mon[112176]: 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-08T14:01:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:04 smithi003 ceph-mon[96088]: 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-08T14:01:04.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:04.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:05.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:05.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:06 smithi094 ceph-mon[112176]: pgmap v19938: 97 pgs: 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:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:06 smithi003 ceph-mon[96088]: pgmap v19938: 97 pgs: 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:06.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:06.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:07.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:07.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:08 smithi094 ceph-mon[112176]: 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-08T14:01:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:08 smithi003 ceph-mon[96088]: 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-08T14:01:08.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:08.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:09.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:09.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:10 smithi094 ceph-mon[112176]: 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-08T14:01:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:10 smithi003 ceph-mon[96088]: 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-08T14:01:10.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:10.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:11.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:11.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:12 smithi003 ceph-mon[96088]: pgmap v19941: 97 pgs: 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:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:12 smithi094 ceph-mon[112176]: pgmap v19941: 97 pgs: 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:12.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:12.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:13.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:13.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:14 smithi094 ceph-mon[112176]: 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-08T14:01:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:14 smithi003 ceph-mon[96088]: 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-08T14:01:14.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:14.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:15.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:15.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:16 smithi094 ceph-mon[112176]: pgmap v19943: 97 pgs: 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:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:16 smithi003 ceph-mon[96088]: pgmap v19943: 97 pgs: 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:16.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:16.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:17.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:17.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:18 smithi094 ceph-mon[112176]: 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-08T14:01:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:18 smithi003 ceph-mon[96088]: 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-08T14:01:18.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:18.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:19.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:19.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:20 smithi094 ceph-mon[112176]: 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-08T14:01:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:20 smithi003 ceph-mon[96088]: 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-08T14:01:20.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:20.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:21.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:21.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:22 smithi094 ceph-mon[112176]: pgmap v19946: 97 pgs: 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:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:22 smithi003 ceph-mon[96088]: pgmap v19946: 97 pgs: 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:22.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:22.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:23.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:23.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:24 smithi094 ceph-mon[112176]: 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-08T14:01:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:24 smithi003 ceph-mon[96088]: 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-08T14:01:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:24.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:24.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:25.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:25.954 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:26 smithi094 ceph-mon[112176]: pgmap v19948: 97 pgs: 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:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:26 smithi003 ceph-mon[96088]: pgmap v19948: 97 pgs: 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:26.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:26.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:27.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:27.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:28 smithi094 ceph-mon[112176]: 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-08T14:01:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:28 smithi003 ceph-mon[96088]: 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-08T14:01:28.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:28.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:29.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:29.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:30 smithi094 ceph-mon[112176]: 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-08T14:01:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:30 smithi003 ceph-mon[96088]: 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-08T14:01:30.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:30.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:31.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:31.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:32 smithi094 ceph-mon[112176]: pgmap v19951: 97 pgs: 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:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:32 smithi003 ceph-mon[96088]: pgmap v19951: 97 pgs: 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:32.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:32.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:33.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:33.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:34 smithi094 ceph-mon[112176]: 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-08T14:01:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:34 smithi003 ceph-mon[96088]: 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-08T14:01:34.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:34.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:35.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:35.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:36 smithi094 ceph-mon[112176]: pgmap v19953: 97 pgs: 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:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:36 smithi003 ceph-mon[96088]: pgmap v19953: 97 pgs: 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:36.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:36.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:37.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:37.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:38 smithi094 ceph-mon[112176]: 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-08T14:01:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:38 smithi003 ceph-mon[96088]: 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-08T14:01:38.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:38.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:39.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:39.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:40 smithi094 ceph-mon[112176]: 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-08T14:01:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:40 smithi003 ceph-mon[96088]: 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-08T14:01:40.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:40.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:41.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:41.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:42 smithi094 ceph-mon[112176]: pgmap v19956: 97 pgs: 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:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:42 smithi003 ceph-mon[96088]: pgmap v19956: 97 pgs: 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:42.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:42.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:43.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:43.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:44 smithi094 ceph-mon[112176]: 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-08T14:01:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:44 smithi003 ceph-mon[96088]: 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-08T14:01:44.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:44.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:45.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:45.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:46 smithi094 ceph-mon[112176]: pgmap v19958: 97 pgs: 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:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:01:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:46 smithi003 ceph-mon[96088]: pgmap v19958: 97 pgs: 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:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:01:46.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:46.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:47.629 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:01:47.629 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:01:47.629 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:01:47.629 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:01:47.629 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:01:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:01:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:01:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:01:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:01:47.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:01:47.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:47.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:48 smithi094 ceph-mon[112176]: 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-08T14:01:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:48 smithi003 ceph-mon[96088]: 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-08T14:01:48.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:48.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:49.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:49.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:50 smithi094 ceph-mon[112176]: 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-08T14:01:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:50 smithi003 ceph-mon[96088]: 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-08T14:01:50.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:50.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:51.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:51.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:52 smithi094 ceph-mon[112176]: pgmap v19961: 97 pgs: 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:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:52 smithi003 ceph-mon[96088]: pgmap v19961: 97 pgs: 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:52.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:52.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:54.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:54.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:54 smithi094 ceph-mon[112176]: 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-08T14:01:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:54 smithi003 ceph-mon[96088]: 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-08T14:01:54.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:55.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:55.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:56.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:56.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:56 smithi094 ceph-mon[112176]: pgmap v19963: 97 pgs: 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:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:56 smithi003 ceph-mon[96088]: pgmap v19963: 97 pgs: 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:57.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:57.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:58.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:58.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:01:58 smithi094 ceph-mon[112176]: 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-08T14:01:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:01:58 smithi003 ceph-mon[96088]: 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-08T14:01:59.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:01:59.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:00.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:00.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:00 smithi094 ceph-mon[112176]: 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-08T14:02:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:00 smithi003 ceph-mon[96088]: 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-08T14:02:01.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:01.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:02.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:02.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:02 smithi094 ceph-mon[112176]: pgmap v19966: 97 pgs: 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:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:02 smithi003 ceph-mon[96088]: pgmap v19966: 97 pgs: 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.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:03.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:04.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:04.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:04 smithi094 ceph-mon[112176]: 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-08T14:02:04.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:04 smithi003 ceph-mon[96088]: 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-08T14:02:05.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:05.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:06.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:06.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:06 smithi094 ceph-mon[112176]: pgmap v19968: 97 pgs: 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:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:06 smithi003 ceph-mon[96088]: pgmap v19968: 97 pgs: 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:07.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:07.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:08.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:08.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:08 smithi094 ceph-mon[112176]: 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-08T14:02:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:08 smithi003 ceph-mon[96088]: 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-08T14:02:09.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:09.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:10.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:10.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:10 smithi094 ceph-mon[112176]: 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-08T14:02:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:10 smithi003 ceph-mon[96088]: 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-08T14:02:11.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:11.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:12.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:12.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:12 smithi003 ceph-mon[96088]: pgmap v19971: 97 pgs: 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:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:12 smithi094 ceph-mon[112176]: pgmap v19971: 97 pgs: 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.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:13.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:14.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:14.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:14 smithi003 ceph-mon[96088]: 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-08T14:02:14.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:14 smithi094 ceph-mon[112176]: 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-08T14:02:15.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:15.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:16.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:16.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:16 smithi003 ceph-mon[96088]: pgmap v19973: 97 pgs: 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:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:16 smithi094 ceph-mon[112176]: pgmap v19973: 97 pgs: 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:17.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:17.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:18.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:18.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:18 smithi003 ceph-mon[96088]: 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-08T14:02:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:18 smithi094 ceph-mon[112176]: 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-08T14:02:19.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:19.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:20.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:20.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:20 smithi003 ceph-mon[96088]: 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-08T14:02:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:20 smithi094 ceph-mon[112176]: 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-08T14:02:21.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:21.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:22.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:22.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:22 smithi003 ceph-mon[96088]: pgmap v19976: 97 pgs: 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:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:22 smithi094 ceph-mon[112176]: pgmap v19976: 97 pgs: 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.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:23.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:24.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:24.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:24 smithi003 ceph-mon[96088]: 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-08T14:02:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:24 smithi094 ceph-mon[112176]: 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-08T14:02:24.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:25.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:25.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:26.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:26.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:26 smithi003 ceph-mon[96088]: pgmap v19978: 97 pgs: 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:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:26 smithi094 ceph-mon[112176]: pgmap v19978: 97 pgs: 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:27.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:27.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:28.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:28.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:28 smithi003 ceph-mon[96088]: 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-08T14:02:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:28 smithi094 ceph-mon[112176]: 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-08T14:02:29.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:29.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:30.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:30.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:30 smithi003 ceph-mon[96088]: 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-08T14:02:30.755 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:30 smithi094 ceph-mon[112176]: 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-08T14:02:31.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:31.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:32.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:32.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:32 smithi003 ceph-mon[96088]: pgmap v19981: 97 pgs: 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:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:32 smithi094 ceph-mon[112176]: pgmap v19981: 97 pgs: 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.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:33.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:34.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:34.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:34 smithi003 ceph-mon[96088]: 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-08T14:02:34.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:34 smithi094 ceph-mon[112176]: 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-08T14:02:35.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:35.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:36.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:36.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:36 smithi003 ceph-mon[96088]: pgmap v19983: 97 pgs: 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:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:36 smithi094 ceph-mon[112176]: pgmap v19983: 97 pgs: 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:37.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:37.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:38.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:38.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:38 smithi003 ceph-mon[96088]: 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-08T14:02:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:38 smithi094 ceph-mon[112176]: 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-08T14:02:39.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:39.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:40.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:40.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:40 smithi003 ceph-mon[96088]: 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-08T14:02:40.863 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:40 smithi094 ceph-mon[112176]: 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-08T14:02:41.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:41.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:42.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:42.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:42 smithi003 ceph-mon[96088]: pgmap v19986: 97 pgs: 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:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:42 smithi094 ceph-mon[112176]: pgmap v19986: 97 pgs: 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.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:43.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:44.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:44.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:44 smithi003 ceph-mon[96088]: 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-08T14:02:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:44 smithi094 ceph-mon[112176]: 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-08T14:02:45.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:45.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:46.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:46.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:46 smithi003 ceph-mon[96088]: pgmap v19988: 97 pgs: 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:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:46 smithi094 ceph-mon[112176]: pgmap v19988: 97 pgs: 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:47.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:47.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:47.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:47 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:02:47.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:47 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:02:48.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:48.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:48 smithi003 ceph-mon[96088]: 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-08T14:02:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:48 smithi094 ceph-mon[112176]: 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-08T14:02:49.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:49.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:50.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:50.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:50 smithi003 ceph-mon[96088]: 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-08T14:02:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:50 smithi094 ceph-mon[112176]: 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-08T14:02:51.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:51.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:52.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:52.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:52 smithi003 ceph-mon[96088]: pgmap v19991: 97 pgs: 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:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:02:52.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:02:52.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:02:52.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:02:52.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:02:52.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:02:52.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:02:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:52 smithi094 ceph-mon[112176]: pgmap v19991: 97 pgs: 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:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:02:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:02:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:02:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:02:52.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:02:52.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:02:52.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:02:53.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:53.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:54.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:54.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:54 smithi003 ceph-mon[96088]: 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-08T14:02:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:54 smithi094 ceph-mon[112176]: 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-08T14:02:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:55.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:55.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:56.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:56.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:56 smithi094 ceph-mon[112176]: pgmap v19993: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:56 smithi003 ceph-mon[96088]: pgmap v19993: 97 pgs: 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:57.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:57.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:58.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:58.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:02:58 smithi003 ceph-mon[96088]: 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-08T14:02:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:02:58 smithi094 ceph-mon[112176]: 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-08T14:02:59.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:02:59.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:00.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:00.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:00 smithi003 ceph-mon[96088]: 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-08T14:03:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:00 smithi094 ceph-mon[112176]: 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-08T14:03:01.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:01.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:02.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:02.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:02 smithi003 ceph-mon[96088]: pgmap v19996: 97 pgs: 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:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:02 smithi094 ceph-mon[112176]: pgmap v19996: 97 pgs: 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.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:03.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:04.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:04.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:04 smithi003 ceph-mon[96088]: 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-08T14:03:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:04 smithi094 ceph-mon[112176]: 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-08T14:03:05.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:05.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:06.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:06.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:06 smithi094 ceph-mon[112176]: pgmap v19998: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:06 smithi003 ceph-mon[96088]: pgmap v19998: 97 pgs: 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:07.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:07.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:08.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:08.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:08 smithi003 ceph-mon[96088]: 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-08T14:03:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:08 smithi094 ceph-mon[112176]: 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-08T14:03:09.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:09.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:10 smithi094 ceph-mon[112176]: 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-08T14:03:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:10 smithi003 ceph-mon[96088]: 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-08T14:03:11.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:11.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:12.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:12.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:12 smithi094 ceph-mon[112176]: pgmap v20001: 97 pgs: 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:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:12 smithi003 ceph-mon[96088]: pgmap v20001: 97 pgs: 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.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:13.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:14.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:14.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:14 smithi094 ceph-mon[112176]: 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-08T14:03:14.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:14 smithi003 ceph-mon[96088]: 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-08T14:03:15.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:15.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:16.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:16.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:16 smithi094 ceph-mon[112176]: pgmap v20003: 97 pgs: 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:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:16 smithi003 ceph-mon[96088]: pgmap v20003: 97 pgs: 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:17.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:17.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:18.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:18.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:18.665 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:18 smithi003 ceph-mon[96088]: 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-08T14:03:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:18 smithi094 ceph-mon[112176]: 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-08T14:03:19.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:19.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:20.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:20.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:20 smithi094 ceph-mon[112176]: 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-08T14:03:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:20 smithi003 ceph-mon[96088]: 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-08T14:03:21.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:21.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:22.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:22.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:22 smithi094 ceph-mon[112176]: pgmap v20006: 97 pgs: 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:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:22 smithi003 ceph-mon[96088]: pgmap v20006: 97 pgs: 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.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:23.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:24.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:24.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:24 smithi094 ceph-mon[112176]: 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-08T14:03:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:24 smithi003 ceph-mon[96088]: 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-08T14:03:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:25.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:25.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:26.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:26.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:26 smithi094 ceph-mon[112176]: pgmap v20008: 97 pgs: 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:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:26 smithi003 ceph-mon[96088]: pgmap v20008: 97 pgs: 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:27.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:27.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:28.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:28.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:28 smithi094 ceph-mon[112176]: 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-08T14:03:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:28 smithi003 ceph-mon[96088]: 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-08T14:03:29.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:29.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:30.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:30.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:30 smithi094 ceph-mon[112176]: 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-08T14:03:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:30 smithi003 ceph-mon[96088]: 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-08T14:03:31.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:31.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:32.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:32.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:32 smithi094 ceph-mon[112176]: pgmap v20011: 97 pgs: 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:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:32 smithi003 ceph-mon[96088]: pgmap v20011: 97 pgs: 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.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:33.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:34.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:34.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:34 smithi094 ceph-mon[112176]: 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-08T14:03:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:34 smithi003 ceph-mon[96088]: 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-08T14:03:35.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:35.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:36.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:36.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:36 smithi094 ceph-mon[112176]: pgmap v20013: 97 pgs: 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:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:36 smithi003 ceph-mon[96088]: pgmap v20013: 97 pgs: 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:37.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:37.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:38.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:38.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:38 smithi094 ceph-mon[112176]: 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-08T14:03:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:38 smithi003 ceph-mon[96088]: 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-08T14:03:39.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:39.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:40.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:40.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:40 smithi094 ceph-mon[112176]: 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-08T14:03:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:40 smithi003 ceph-mon[96088]: 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-08T14:03:41.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:41.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:42.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:42.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:42 smithi094 ceph-mon[112176]: pgmap v20016: 97 pgs: 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:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:42 smithi003 ceph-mon[96088]: pgmap v20016: 97 pgs: 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.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:43.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:44.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:44.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:44 smithi094 ceph-mon[112176]: 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-08T14:03:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:44 smithi003 ceph-mon[96088]: 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-08T14:03:45.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:45.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:46.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:46.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:46 smithi094 ceph-mon[112176]: pgmap v20018: 97 pgs: 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:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:46 smithi003 ceph-mon[96088]: pgmap v20018: 97 pgs: 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:47.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:47.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:48.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:48.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:48 smithi094 ceph-mon[112176]: 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-08T14:03:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:48 smithi003 ceph-mon[96088]: 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-08T14:03:49.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:49.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:50.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:50.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:50 smithi094 ceph-mon[112176]: 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-08T14:03:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:50 smithi003 ceph-mon[96088]: 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-08T14:03:51.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:51.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:52.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:52.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:52 smithi094 ceph-mon[112176]: pgmap v20021: 97 pgs: 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:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:03:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:03:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:52 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:03:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:52 smithi003 ceph-mon[96088]: pgmap v20021: 97 pgs: 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:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:03:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:03:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:52 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:03:53.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:53.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:03:53.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:03:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:03:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:03:53.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:03:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:03:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:03:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:03:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:03:53.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:03:54.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:54.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:54.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:54 smithi003 ceph-mon[96088]: 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-08T14:03:54.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:54 smithi094 ceph-mon[112176]: 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-08T14:03:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:55.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:55.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:56.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:56.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:56.654 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:56 smithi094 ceph-mon[112176]: pgmap v20023: 97 pgs: 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:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:56 smithi003 ceph-mon[96088]: pgmap v20023: 97 pgs: 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:57.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:57.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:58.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:58.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:03:58 smithi094 ceph-mon[112176]: 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-08T14:03:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:03:58 smithi003 ceph-mon[96088]: 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-08T14:03:59.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:03:59.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:00.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:00.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:00 smithi094 ceph-mon[112176]: 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-08T14:04:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:00 smithi003 ceph-mon[96088]: 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-08T14:04:01.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:01.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:02.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:02.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:02 smithi094 ceph-mon[112176]: pgmap v20026: 97 pgs: 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:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:02 smithi003 ceph-mon[96088]: pgmap v20026: 97 pgs: 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.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:03.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:04.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:04.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:04 smithi003 ceph-mon[96088]: 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-08T14:04:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:04 smithi094 ceph-mon[112176]: 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-08T14:04:05.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:05.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:06.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:06.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:06 smithi094 ceph-mon[112176]: pgmap v20028: 97 pgs: 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:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:06 smithi003 ceph-mon[96088]: pgmap v20028: 97 pgs: 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:07.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:07.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:08.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:08.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:08 smithi094 ceph-mon[112176]: 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-08T14:04:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:08 smithi003 ceph-mon[96088]: 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-08T14:04:09.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:09.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:10.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:10.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:10 smithi094 ceph-mon[112176]: 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-08T14:04:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:10 smithi003 ceph-mon[96088]: 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-08T14:04:11.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:11.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:12.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:12.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:12 smithi094 ceph-mon[112176]: pgmap v20031: 97 pgs: 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:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:12 smithi003 ceph-mon[96088]: pgmap v20031: 97 pgs: 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.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:13.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:14.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:14.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:14 smithi094 ceph-mon[112176]: 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-08T14:04:14.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:14 smithi003 ceph-mon[96088]: 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-08T14:04:15.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:15.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:16.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:16.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:16 smithi094 ceph-mon[112176]: pgmap v20033: 97 pgs: 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:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:16 smithi003 ceph-mon[96088]: pgmap v20033: 97 pgs: 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:17.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:17.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:18.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:18.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:18 smithi094 ceph-mon[112176]: 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-08T14:04:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:18 smithi003 ceph-mon[96088]: 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-08T14:04:19.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:19.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:20.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:20.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:20 smithi094 ceph-mon[112176]: 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-08T14:04:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:20 smithi003 ceph-mon[96088]: 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-08T14:04:21.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:21.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:22.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:22.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:22 smithi094 ceph-mon[112176]: pgmap v20036: 97 pgs: 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:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:22 smithi003 ceph-mon[96088]: pgmap v20036: 97 pgs: 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.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:23.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:24.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:24.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:24 smithi094 ceph-mon[112176]: 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-08T14:04:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:24 smithi003 ceph-mon[96088]: 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-08T14:04:24.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:25.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:25.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:26.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:26.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:26 smithi094 ceph-mon[112176]: pgmap v20038: 97 pgs: 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:26.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:26 smithi003 ceph-mon[96088]: pgmap v20038: 97 pgs: 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:27.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:27.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:28.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:28.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:28 smithi094 ceph-mon[112176]: 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-08T14:04:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:28 smithi003 ceph-mon[96088]: 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-08T14:04:29.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:29.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:30.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:30.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:30 smithi094 ceph-mon[112176]: 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-08T14:04:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:30 smithi003 ceph-mon[96088]: 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-08T14:04:31.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:31.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:32.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:32.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:32 smithi094 ceph-mon[112176]: pgmap v20041: 97 pgs: 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:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:32 smithi003 ceph-mon[96088]: pgmap v20041: 97 pgs: 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.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:33.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:34.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:34.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:34 smithi094 ceph-mon[112176]: 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-08T14:04:34.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:34 smithi003 ceph-mon[96088]: 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-08T14:04:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:35.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:36.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:36 smithi094 ceph-mon[112176]: pgmap v20043: 97 pgs: 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:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:36 smithi003 ceph-mon[96088]: pgmap v20043: 97 pgs: 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:37.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:37.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:38.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:38.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:38 smithi094 ceph-mon[112176]: 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-08T14:04:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:38 smithi003 ceph-mon[96088]: 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-08T14:04:39.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:40.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:40.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:40 smithi094 ceph-mon[112176]: 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-08T14:04:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:40 smithi003 ceph-mon[96088]: 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-08T14:04:41.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:41.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:42.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:42.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:42 smithi094 ceph-mon[112176]: pgmap v20046: 97 pgs: 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:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:42 smithi003 ceph-mon[96088]: pgmap v20046: 97 pgs: 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.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:43.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:44.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:44.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:44 smithi094 ceph-mon[112176]: 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-08T14:04:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:44 smithi003 ceph-mon[96088]: 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-08T14:04:45.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:45.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:46.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:46.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:46 smithi094 ceph-mon[112176]: pgmap v20048: 97 pgs: 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:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:46 smithi003 ceph-mon[96088]: pgmap v20048: 97 pgs: 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:47.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:47.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:48.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:48.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:48 smithi094 ceph-mon[112176]: 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-08T14:04:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:48 smithi003 ceph-mon[96088]: 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-08T14:04:49.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:49.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:50.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:50.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:50 smithi094 ceph-mon[112176]: 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-08T14:04:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:50 smithi003 ceph-mon[96088]: 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-08T14:04:51.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:51.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:52.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:52.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:52 smithi094 ceph-mon[112176]: pgmap v20051: 97 pgs: 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:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:52 smithi003 ceph-mon[96088]: pgmap v20051: 97 pgs: 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.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:53.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:53 smithi003 ceph-mon[96088]: 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-08T14:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:04:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:04:53.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:53 smithi094 ceph-mon[112176]: 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-08T14:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:04:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:04:54.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:54.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:55.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:55.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:55 smithi003 ceph-mon[96088]: pgmap v20053: 97 pgs: 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:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:55 smithi094 ceph-mon[112176]: pgmap v20053: 97 pgs: 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:56.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:56.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:57.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:57.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:57.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:57 smithi003 ceph-mon[96088]: 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-08T14:04:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:57 smithi094 ceph-mon[112176]: 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-08T14:04:58.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:58.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:59.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:04:59.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:59.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:04:59 smithi003 ceph-mon[96088]: 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-08T14:05:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:04:59 smithi094 ceph-mon[112176]: 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-08T14:05:00.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:00.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:01.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:01.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:01.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:01 smithi003 ceph-mon[96088]: pgmap v20056: 97 pgs: 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:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:01 smithi094 ceph-mon[112176]: pgmap v20056: 97 pgs: 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:02.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:02.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:03.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:03.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:03 smithi003 ceph-mon[96088]: 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-08T14:05:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:03 smithi094 ceph-mon[112176]: 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-08T14:05:04.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:04.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:05.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:05.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:05 smithi003 ceph-mon[96088]: pgmap v20058: 97 pgs: 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:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:05 smithi094 ceph-mon[112176]: pgmap v20058: 97 pgs: 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:06.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:06.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:07.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:07.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:07.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:07 smithi003 ceph-mon[96088]: 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-08T14:05:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:07 smithi094 ceph-mon[112176]: 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-08T14:05:08.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:08.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:08.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:09.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:09.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:09 smithi003 ceph-mon[96088]: 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-08T14:05:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:09 smithi094 ceph-mon[112176]: 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-08T14:05:10.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:10.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:11.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:11.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:11.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:11 smithi003 ceph-mon[96088]: pgmap v20061: 97 pgs: 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:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:11 smithi094 ceph-mon[112176]: pgmap v20061: 97 pgs: 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:12.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:12.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:13.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:13.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:13 smithi003 ceph-mon[96088]: 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-08T14:05:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:13 smithi094 ceph-mon[112176]: 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-08T14:05:14.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:14.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:15.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:15.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:15 smithi003 ceph-mon[96088]: pgmap v20063: 97 pgs: 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:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:15 smithi094 ceph-mon[112176]: pgmap v20063: 97 pgs: 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:16.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:16.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:17.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:17.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:17.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:17 smithi094 ceph-mon[112176]: 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-08T14:05:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:17 smithi003 ceph-mon[96088]: 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-08T14:05:18.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:18.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:19.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:19.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:19.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:19 smithi003 ceph-mon[96088]: 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-08T14:05:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:19 smithi094 ceph-mon[112176]: 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-08T14:05:20.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:20.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:21.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:21.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:21.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:21 smithi003 ceph-mon[96088]: pgmap v20066: 97 pgs: 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:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:21 smithi094 ceph-mon[112176]: pgmap v20066: 97 pgs: 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:22.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:22.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:23.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:23.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:23 smithi003 ceph-mon[96088]: 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-08T14:05:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:23 smithi094 ceph-mon[112176]: 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-08T14:05:24.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:24.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:24.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:25.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:25.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:25.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:25 smithi003 ceph-mon[96088]: pgmap v20068: 97 pgs: 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:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:25 smithi094 ceph-mon[112176]: pgmap v20068: 97 pgs: 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:26.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:26.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:27.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:27.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:27.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:27 smithi094 ceph-mon[112176]: 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-08T14:05:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:27 smithi003 ceph-mon[96088]: 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-08T14:05:28.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:28.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:29.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:29.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:29.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:29 smithi003 ceph-mon[96088]: 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-08T14:05:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:29 smithi094 ceph-mon[112176]: 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-08T14:05:30.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:30.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:31.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:31.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:31 smithi003 ceph-mon[96088]: pgmap v20071: 97 pgs: 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:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:31 smithi094 ceph-mon[112176]: pgmap v20071: 97 pgs: 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:32.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:32.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:33.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:33.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:33 smithi003 ceph-mon[96088]: 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-08T14:05:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:33 smithi094 ceph-mon[112176]: 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-08T14:05:34.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:34.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:35.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:35.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:35 smithi003 ceph-mon[96088]: pgmap v20073: 97 pgs: 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:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:35 smithi094 ceph-mon[112176]: pgmap v20073: 97 pgs: 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:36.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:36.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:37.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:37.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:37 smithi003 ceph-mon[96088]: 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-08T14:05:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:37 smithi094 ceph-mon[112176]: 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-08T14:05:38.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:38.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:39.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:39.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:39 smithi003 ceph-mon[96088]: 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-08T14:05:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:39 smithi094 ceph-mon[112176]: 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-08T14:05:40.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:40.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:41.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:41.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:41 smithi003 ceph-mon[96088]: pgmap v20076: 97 pgs: 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:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:41 smithi094 ceph-mon[112176]: pgmap v20076: 97 pgs: 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:42.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:42.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:43.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:43.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:43 smithi003 ceph-mon[96088]: 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-08T14:05:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:43 smithi094 ceph-mon[112176]: 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-08T14:05:44.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:44.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:45.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:45.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:45 smithi003 ceph-mon[96088]: pgmap v20078: 97 pgs: 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:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:45 smithi094 ceph-mon[112176]: pgmap v20078: 97 pgs: 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:46.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:46.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:47.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:47.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:47.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:47 smithi003 ceph-mon[96088]: 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-08T14:05:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:47 smithi094 ceph-mon[112176]: 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-08T14:05:48.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:48.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:49.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:49.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:49.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:49 smithi003 ceph-mon[96088]: 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-08T14:05:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:49 smithi094 ceph-mon[112176]: 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-08T14:05:50.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:50.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:51.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:51.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:51.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:51 smithi003 ceph-mon[96088]: pgmap v20081: 97 pgs: 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:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:51 smithi094 ceph-mon[112176]: pgmap v20081: 97 pgs: 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:52.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:52.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:53.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:53.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:53 smithi003 ceph-mon[96088]: 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-08T14:05:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:53 smithi094 ceph-mon[112176]: 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-08T14:05:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:05:54.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:54.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:05:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:05:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:05:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:05:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:05:54.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:05:54.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:05:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:05:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:05:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:05:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:05:55.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:05:55.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:05:55.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:05:55.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:55.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:56.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:56.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:56 smithi003 ceph-mon[96088]: pgmap v20083: 97 pgs: 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:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:56 smithi094 ceph-mon[112176]: pgmap v20083: 97 pgs: 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:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:58.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:58.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:05:58 smithi003 ceph-mon[96088]: 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-08T14:05:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:05:58 smithi094 ceph-mon[112176]: 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-08T14:05:59.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:05:59.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:00.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:00.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:00 smithi003 ceph-mon[96088]: 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-08T14:06:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:00 smithi094 ceph-mon[112176]: 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-08T14:06:01.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:01.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:02.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:02.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:02 smithi003 ceph-mon[96088]: pgmap v20086: 97 pgs: 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:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:02 smithi094 ceph-mon[112176]: pgmap v20086: 97 pgs: 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.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:03.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:03 smithi003 ceph-mon[96088]: 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-08T14:06:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:03 smithi094 ceph-mon[112176]: 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-08T14:06:04.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:04.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:05.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:05.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:05.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:05 smithi003 ceph-mon[96088]: pgmap v20088: 97 pgs: 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:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:05 smithi094 ceph-mon[112176]: pgmap v20088: 97 pgs: 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:06.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:06.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:07.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:07.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:08.022 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:07 smithi094 ceph-mon[112176]: 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-08T14:06:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:07 smithi003 ceph-mon[96088]: 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-08T14:06:08.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:08.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:09.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:09.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:09 smithi094 ceph-mon[112176]: 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-08T14:06:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:09 smithi003 ceph-mon[96088]: 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-08T14:06:10.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:10.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:11.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:11.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:11 smithi094 ceph-mon[112176]: pgmap v20091: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:11 smithi003 ceph-mon[96088]: pgmap v20091: 97 pgs: 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:12.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:12.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:13.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:13.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:13 smithi003 ceph-mon[96088]: 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-08T14:06:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:13 smithi094 ceph-mon[112176]: 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-08T14:06:14.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:14.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:15.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:15.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:15.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:15 smithi003 ceph-mon[96088]: pgmap v20093: 97 pgs: 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:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:15 smithi094 ceph-mon[112176]: pgmap v20093: 97 pgs: 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:16.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:16.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:17.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:17.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:18.126 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:17 smithi094 ceph-mon[112176]: 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-08T14:06:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:17 smithi003 ceph-mon[96088]: 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-08T14:06:18.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:18.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:19.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:19.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:19 smithi094 ceph-mon[112176]: 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-08T14:06:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:19 smithi003 ceph-mon[96088]: 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-08T14:06:20.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:20.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:21.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:21.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:21 smithi094 ceph-mon[112176]: pgmap v20096: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:21 smithi003 ceph-mon[96088]: pgmap v20096: 97 pgs: 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:22.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:22.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:23.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:23.451 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:23 smithi003 ceph-mon[96088]: 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-08T14:06:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:23 smithi094 ceph-mon[112176]: 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-08T14:06:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:24.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:24.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:25.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:25.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:25.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:25 smithi003 ceph-mon[96088]: pgmap v20098: 97 pgs: 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:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:25 smithi094 ceph-mon[112176]: pgmap v20098: 97 pgs: 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:26.456 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:26.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:27.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:27.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:27.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:27 smithi003 ceph-mon[96088]: 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-08T14:06:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:27 smithi094 ceph-mon[112176]: 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-08T14:06:28.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:28.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:29.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:29.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:29.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:29 smithi003 ceph-mon[96088]: 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-08T14:06:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:29 smithi094 ceph-mon[112176]: 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-08T14:06:30.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:30.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:31.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:31.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:31.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:31 smithi003 ceph-mon[96088]: pgmap v20101: 97 pgs: 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:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:31 smithi094 ceph-mon[112176]: pgmap v20101: 97 pgs: 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:32.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:32.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:33.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:33.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:33 smithi003 ceph-mon[96088]: 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-08T14:06:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:33 smithi094 ceph-mon[112176]: 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-08T14:06:34.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:34.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:35.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:35.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:35 smithi094 ceph-mon[112176]: pgmap v20103: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:35 smithi003 ceph-mon[96088]: pgmap v20103: 97 pgs: 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:36.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:36.473 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:37.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:37.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:37 smithi094 ceph-mon[112176]: 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-08T14:06:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:37 smithi003 ceph-mon[96088]: 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-08T14:06:38.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:38.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:39.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:39.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:39 smithi094 ceph-mon[112176]: 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-08T14:06:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:39 smithi003 ceph-mon[96088]: 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-08T14:06:40.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:40.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:41.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:41.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:41 smithi094 ceph-mon[112176]: pgmap v20106: 97 pgs: 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:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:41 smithi003 ceph-mon[96088]: pgmap v20106: 97 pgs: 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:42.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:42.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:43.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:43.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:43.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:43 smithi003 ceph-mon[96088]: 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-08T14:06:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:43 smithi094 ceph-mon[112176]: 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-08T14:06:44.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:44.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:45.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:45.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:45.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:45 smithi003 ceph-mon[96088]: pgmap v20108: 97 pgs: 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:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:45 smithi094 ceph-mon[112176]: pgmap v20108: 97 pgs: 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:46.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:46.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:47.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:47.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:47 smithi094 ceph-mon[112176]: 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-08T14:06:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:47 smithi003 ceph-mon[96088]: 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-08T14:06:48.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:48.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:49.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:49.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:49 smithi094 ceph-mon[112176]: 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-08T14:06:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:49 smithi003 ceph-mon[96088]: 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-08T14:06:50.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:50.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:51.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:51.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:51 smithi094 ceph-mon[112176]: pgmap v20111: 97 pgs: 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:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:51 smithi003 ceph-mon[96088]: pgmap v20111: 97 pgs: 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:52.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:52.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:53.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:53.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:53.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:53 smithi094 ceph-mon[112176]: 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-08T14:06:53.925 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:53 smithi003 ceph-mon[96088]: 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-08T14:06:54.076 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:54.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:54.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:54.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:06:55.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:06:55.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:55.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:55 smithi003 ceph-mon[96088]: pgmap v20113: 97 pgs: 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:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:06:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:06:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:06:55.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:06:55.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:55 smithi094 ceph-mon[112176]: pgmap v20113: 97 pgs: 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:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:06:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:06:56.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:56.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:57.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:57.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:57 smithi094 ceph-mon[112176]: 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-08T14:06:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:57 smithi003 ceph-mon[96088]: 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-08T14:06:58.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:58.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:59.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:06:59.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:06:59 smithi094 ceph-mon[112176]: 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-08T14:07:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:06:59 smithi003 ceph-mon[96088]: 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-08T14:07:00.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:00.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:01.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:01.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:01 smithi094 ceph-mon[112176]: pgmap v20116: 97 pgs: 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:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:01 smithi003 ceph-mon[96088]: pgmap v20116: 97 pgs: 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:02.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:02.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:03.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:03.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:03 smithi094 ceph-mon[112176]: 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-08T14:07:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:03 smithi003 ceph-mon[96088]: 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-08T14:07:04.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:04.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:05.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:05.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:05 smithi094 ceph-mon[112176]: pgmap v20118: 97 pgs: 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:06.232 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:05 smithi003 ceph-mon[96088]: pgmap v20118: 97 pgs: 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:06.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:06.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:07.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:07.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:07 smithi094 ceph-mon[112176]: 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-08T14:07:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:07 smithi003 ceph-mon[96088]: 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-08T14:07:08.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:08.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:09.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:09.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:09 smithi094 ceph-mon[112176]: 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-08T14:07:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:09 smithi003 ceph-mon[96088]: 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-08T14:07:10.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:10.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:11.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:11.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:11 smithi094 ceph-mon[112176]: pgmap v20121: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:11 smithi003 ceph-mon[96088]: pgmap v20121: 97 pgs: 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:12.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:12.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:13.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:13.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:13 smithi003 ceph-mon[96088]: 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-08T14:07:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:13 smithi094 ceph-mon[112176]: 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-08T14:07:14.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:14.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:15.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:15.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:15 smithi094 ceph-mon[112176]: pgmap v20123: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:15 smithi003 ceph-mon[96088]: pgmap v20123: 97 pgs: 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:16.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:16.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:17.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:17.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:17 smithi094 ceph-mon[112176]: 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-08T14:07:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:17 smithi003 ceph-mon[96088]: 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-08T14:07:18.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:18.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:19.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:19.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:19 smithi094 ceph-mon[112176]: 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-08T14:07:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:19 smithi003 ceph-mon[96088]: 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-08T14:07:20.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:20.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:21.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:21.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:21 smithi094 ceph-mon[112176]: pgmap v20126: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:21 smithi003 ceph-mon[96088]: pgmap v20126: 97 pgs: 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:22.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:22.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:23.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:23.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:23 smithi003 ceph-mon[96088]: 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-08T14:07:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:23 smithi094 ceph-mon[112176]: 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-08T14:07:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:24.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:24.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:25.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:25.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:26.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:25 smithi094 ceph-mon[112176]: pgmap v20128: 97 pgs: 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:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:25 smithi003 ceph-mon[96088]: pgmap v20128: 97 pgs: 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:26.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:26.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:27.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:27.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:27 smithi094 ceph-mon[112176]: 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-08T14:07:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:27 smithi003 ceph-mon[96088]: 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-08T14:07:28.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:28.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:29.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:29.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:29 smithi094 ceph-mon[112176]: 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-08T14:07:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:29 smithi003 ceph-mon[96088]: 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-08T14:07:30.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:30.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:31.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:31.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:31 smithi094 ceph-mon[112176]: pgmap v20131: 97 pgs: 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:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:31 smithi003 ceph-mon[96088]: pgmap v20131: 97 pgs: 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:32.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:32.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:33.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:33.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:33 smithi003 ceph-mon[96088]: 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-08T14:07:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:33 smithi094 ceph-mon[112176]: 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-08T14:07:34.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:34.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:35.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:35.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:35 smithi094 ceph-mon[112176]: pgmap v20133: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:35 smithi003 ceph-mon[96088]: pgmap v20133: 97 pgs: 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:36.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:36.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:37.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:37.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:37 smithi094 ceph-mon[112176]: 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-08T14:07:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:37 smithi003 ceph-mon[96088]: 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-08T14:07:38.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:38.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:39.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:39.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:39 smithi094 ceph-mon[112176]: 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-08T14:07:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:39 smithi003 ceph-mon[96088]: 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-08T14:07:40.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:40.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:41.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:41.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:41.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:41 smithi003 ceph-mon[96088]: pgmap v20136: 97 pgs: 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:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:41 smithi094 ceph-mon[112176]: pgmap v20136: 97 pgs: 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:42.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:42.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:43.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:43.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:43 smithi003 ceph-mon[96088]: 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-08T14:07:44.021 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:43 smithi094 ceph-mon[112176]: 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-08T14:07:44.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:44.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:45.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:45.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:45 smithi094 ceph-mon[112176]: pgmap v20138: 97 pgs: 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:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:45 smithi003 ceph-mon[96088]: pgmap v20138: 97 pgs: 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:46.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:46.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:47.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:47.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:47 smithi094 ceph-mon[112176]: 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-08T14:07:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:47 smithi003 ceph-mon[96088]: 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-08T14:07:48.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:48.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:49.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:49.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:49 smithi094 ceph-mon[112176]: 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-08T14:07:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:49 smithi003 ceph-mon[96088]: 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-08T14:07:50.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:50.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:51.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:51.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:51 smithi094 ceph-mon[112176]: pgmap v20141: 97 pgs: 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:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:51 smithi003 ceph-mon[96088]: pgmap v20141: 97 pgs: 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:52.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:52.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:53.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:53.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:53 smithi003 ceph-mon[96088]: 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-08T14:07:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:54.128 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:53 smithi094 ceph-mon[112176]: 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-08T14:07:54.128 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:54.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:54.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:55.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:55.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: pgmap v20143: 97 pgs: 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:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:07:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1361M 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi094 to 2652M 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:07:56.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:07:56.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:07:56.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:07:56.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:07:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: pgmap v20143: 97 pgs: 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:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:07:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1361M 2023-10-08T14:07:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:07:56.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:07:56.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi094 to 2652M 2023-10-08T14:07:56.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:07:56.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:07:56.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:07:56.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:07:56.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:07:56.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:07:56.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:56.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:57.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:57.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:57 smithi094 ceph-mon[112176]: 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-08T14:07:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:57 smithi003 ceph-mon[96088]: 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-08T14:07:58.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:58.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:59.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:07:59.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:07:59 smithi094 ceph-mon[112176]: 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-08T14:08:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:07:59 smithi003 ceph-mon[96088]: 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-08T14:08:00.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:00.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:01.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:01.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:01 smithi094 ceph-mon[112176]: pgmap v20146: 97 pgs: 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:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:01 smithi003 ceph-mon[96088]: pgmap v20146: 97 pgs: 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:02.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:02.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:03.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:03.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:03 smithi003 ceph-mon[96088]: 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-08T14:08:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:03 smithi094 ceph-mon[112176]: 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-08T14:08:04.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:04.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:05.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:05.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:05 smithi094 ceph-mon[112176]: pgmap v20148: 97 pgs: 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:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:05 smithi003 ceph-mon[96088]: pgmap v20148: 97 pgs: 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:06.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:06.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:07.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:07.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:07 smithi094 ceph-mon[112176]: 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-08T14:08:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:07 smithi003 ceph-mon[96088]: 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-08T14:08:08.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:08.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:09.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:09.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:09 smithi094 ceph-mon[112176]: 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-08T14:08:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:09 smithi003 ceph-mon[96088]: 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-08T14:08:10.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:10.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:11.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:11.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:11 smithi094 ceph-mon[112176]: pgmap v20151: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:11 smithi003 ceph-mon[96088]: pgmap v20151: 97 pgs: 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:12.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:12.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:13.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:13.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:13 smithi003 ceph-mon[96088]: 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-08T14:08:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:13 smithi094 ceph-mon[112176]: 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-08T14:08:14.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:14.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:15.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:15.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:15 smithi094 ceph-mon[112176]: pgmap v20153: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:15 smithi003 ceph-mon[96088]: pgmap v20153: 97 pgs: 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:16.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:16.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:17.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:17.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:17 smithi094 ceph-mon[112176]: 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-08T14:08:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:17 smithi003 ceph-mon[96088]: 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-08T14:08:18.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:18.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:19.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:19.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:19 smithi094 ceph-mon[112176]: 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-08T14:08:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:19 smithi003 ceph-mon[96088]: 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-08T14:08:20.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:20.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:21.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:21.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:22.092 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:21 smithi003 ceph-mon[96088]: pgmap v20156: 97 pgs: 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:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:21 smithi094 ceph-mon[112176]: pgmap v20156: 97 pgs: 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:22.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:22.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:23.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:23.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:23 smithi003 ceph-mon[96088]: 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-08T14:08:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:23 smithi094 ceph-mon[112176]: 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-08T14:08:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:24.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:24.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:25.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:25.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:25 smithi094 ceph-mon[112176]: pgmap v20158: 97 pgs: 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:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:25 smithi003 ceph-mon[96088]: pgmap v20158: 97 pgs: 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:26.662 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:26.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:27.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:27.664 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:27 smithi094 ceph-mon[112176]: 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-08T14:08:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:27 smithi003 ceph-mon[96088]: 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-08T14:08:28.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:28.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:29.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:29.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:30.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:29 smithi003 ceph-mon[96088]: 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-08T14:08:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:29 smithi094 ceph-mon[112176]: 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-08T14:08:30.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:30.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:31.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:31.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:31 smithi094 ceph-mon[112176]: pgmap v20161: 97 pgs: 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:32.206 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:31 smithi003 ceph-mon[96088]: pgmap v20161: 97 pgs: 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:32.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:32.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:33.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:33.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:33 smithi003 ceph-mon[96088]: 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-08T14:08:34.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:33 smithi094 ceph-mon[112176]: 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-08T14:08:34.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:34.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:35.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:35.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:35 smithi094 ceph-mon[112176]: pgmap v20163: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:35 smithi003 ceph-mon[96088]: pgmap v20163: 97 pgs: 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:36.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:36.679 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:37.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:37.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:37 smithi094 ceph-mon[112176]: 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-08T14:08:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:37 smithi003 ceph-mon[96088]: 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-08T14:08:38.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:38.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:39.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:39.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:39 smithi094 ceph-mon[112176]: 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-08T14:08:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:39 smithi003 ceph-mon[96088]: 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-08T14:08:40.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:40.686 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:41.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:41.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:41 smithi094 ceph-mon[112176]: pgmap v20166: 97 pgs: 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:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:41 smithi003 ceph-mon[96088]: pgmap v20166: 97 pgs: 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:42.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:42.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:43.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:43.691 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:43 smithi003 ceph-mon[96088]: 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-08T14:08:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:43 smithi094 ceph-mon[112176]: 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-08T14:08:44.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:44.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:45.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:45.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:45 smithi094 ceph-mon[112176]: pgmap v20168: 97 pgs: 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:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:45 smithi003 ceph-mon[96088]: pgmap v20168: 97 pgs: 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:46.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:46.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:47.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:47.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:47 smithi094 ceph-mon[112176]: 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-08T14:08:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:47 smithi003 ceph-mon[96088]: 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-08T14:08:48.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:48.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:49.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:49.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:49 smithi094 ceph-mon[112176]: 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-08T14:08:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:49 smithi003 ceph-mon[96088]: 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-08T14:08:50.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:50.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:51 smithi094 ceph-mon[112176]: pgmap v20171: 97 pgs: 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:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:51 smithi003 ceph-mon[96088]: pgmap v20171: 97 pgs: 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:52.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:52.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:53.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:53.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:53 smithi003 ceph-mon[96088]: 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-08T14:08:53.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:53 smithi094 ceph-mon[112176]: 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-08T14:08:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:54.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:54.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:55.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:55.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:55 smithi094 ceph-mon[112176]: pgmap v20173: 97 pgs: 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:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:55 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:08:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:55 smithi003 ceph-mon[96088]: pgmap v20173: 97 pgs: 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:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:55 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:08:56.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:56.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:08:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:08:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:08:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:08:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:08:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:08:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:08:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:08:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:08:57.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:08:57.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:57.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:08:58 smithi094 ceph-mon[112176]: 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-08T14:08:58.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:58.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:08:58 smithi003 ceph-mon[96088]: 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-08T14:08:59.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:08:59.717 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:00 smithi094 ceph-mon[112176]: 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-08T14:09:00.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:00.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:00 smithi003 ceph-mon[96088]: 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-08T14:09:01.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:01.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:02.553 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:02 smithi003 ceph-mon[96088]: pgmap v20176: 97 pgs: 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:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:02 smithi094 ceph-mon[112176]: pgmap v20176: 97 pgs: 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:02.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:02.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:03.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:03.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:03 smithi003 ceph-mon[96088]: 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-08T14:09:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:03 smithi094 ceph-mon[112176]: 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-08T14:09:04.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:04.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:05.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:05.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:05 smithi094 ceph-mon[112176]: pgmap v20178: 97 pgs: 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:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:05 smithi003 ceph-mon[96088]: pgmap v20178: 97 pgs: 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:06.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:06.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:07.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:07.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:07.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:07 smithi003 ceph-mon[96088]: 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-08T14:09:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:07 smithi094 ceph-mon[112176]: 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-08T14:09:08.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:08.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:09.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:09.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:09 smithi094 ceph-mon[112176]: 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-08T14:09:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:09 smithi003 ceph-mon[96088]: 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-08T14:09:10.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:10.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:11.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:11.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:11 smithi094 ceph-mon[112176]: pgmap v20181: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:11 smithi003 ceph-mon[96088]: pgmap v20181: 97 pgs: 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:12.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:12.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:13.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:13.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:13.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:13 smithi003 ceph-mon[96088]: 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-08T14:09:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:13 smithi094 ceph-mon[112176]: 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-08T14:09:14.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:14.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:15.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:15.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:15 smithi094 ceph-mon[112176]: pgmap v20183: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:15 smithi003 ceph-mon[96088]: pgmap v20183: 97 pgs: 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:16.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:16.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:17.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:17.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:17.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:17 smithi003 ceph-mon[96088]: 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-08T14:09:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:17 smithi094 ceph-mon[112176]: 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-08T14:09:18.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:18.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:19.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:19.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:19 smithi094 ceph-mon[112176]: 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-08T14:09:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:19 smithi003 ceph-mon[96088]: 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-08T14:09:20.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:20.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:21.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:21.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:21 smithi094 ceph-mon[112176]: pgmap v20186: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:21 smithi003 ceph-mon[96088]: pgmap v20186: 97 pgs: 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:22.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:22.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:23.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:23.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:23 smithi003 ceph-mon[96088]: 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-08T14:09:23.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:23 smithi094 ceph-mon[112176]: 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-08T14:09:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:24.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:24.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:25.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:25.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:25 smithi094 ceph-mon[112176]: pgmap v20188: 97 pgs: 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:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:25 smithi003 ceph-mon[96088]: pgmap v20188: 97 pgs: 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:26.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:26.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:27.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:27.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:27 smithi094 ceph-mon[112176]: 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-08T14:09:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:27 smithi003 ceph-mon[96088]: 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-08T14:09:28.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:28.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:29.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:29.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:30.130 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:29 smithi094 ceph-mon[112176]: 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-08T14:09:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:29 smithi003 ceph-mon[96088]: 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-08T14:09:30.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:30.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:31.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:31.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:31 smithi094 ceph-mon[112176]: pgmap v20191: 97 pgs: 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:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:31 smithi003 ceph-mon[96088]: pgmap v20191: 97 pgs: 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:32.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:32.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:33.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:33.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:33 smithi094 ceph-mon[112176]: 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-08T14:09:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:33 smithi003 ceph-mon[96088]: 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-08T14:09:34.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:34.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:35.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:35.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:35 smithi094 ceph-mon[112176]: pgmap v20193: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:35 smithi003 ceph-mon[96088]: pgmap v20193: 97 pgs: 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:36.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:36.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:37.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:37.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:37 smithi094 ceph-mon[112176]: 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-08T14:09:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:37 smithi003 ceph-mon[96088]: 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-08T14:09:38.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:38.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:39.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:39.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:39 smithi094 ceph-mon[112176]: 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-08T14:09:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:39 smithi003 ceph-mon[96088]: 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-08T14:09:40.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:40.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:41.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:41.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:41 smithi094 ceph-mon[112176]: pgmap v20196: 97 pgs: 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:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:41 smithi003 ceph-mon[96088]: pgmap v20196: 97 pgs: 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:42.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:42.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:43.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:43.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:43 smithi094 ceph-mon[112176]: 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-08T14:09:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:43 smithi003 ceph-mon[96088]: 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-08T14:09:44.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:44.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:45.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:45.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:45 smithi094 ceph-mon[112176]: pgmap v20198: 97 pgs: 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:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:45 smithi003 ceph-mon[96088]: pgmap v20198: 97 pgs: 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:46.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:46.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:47.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:47.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:47 smithi094 ceph-mon[112176]: 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-08T14:09:48.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:47 smithi003 ceph-mon[96088]: 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-08T14:09:48.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:48.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:49.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:49.802 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:49 smithi094 ceph-mon[112176]: 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-08T14:09:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:49 smithi003 ceph-mon[96088]: 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-08T14:09:50.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:50.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:51.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:51.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:51 smithi094 ceph-mon[112176]: pgmap v20201: 97 pgs: 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:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:51 smithi003 ceph-mon[96088]: pgmap v20201: 97 pgs: 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:52.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:52.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:53.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:53.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:53 smithi094 ceph-mon[112176]: 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-08T14:09:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:53 smithi003 ceph-mon[96088]: 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-08T14:09:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:54.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:54.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:55.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:55.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:55 smithi094 ceph-mon[112176]: pgmap v20203: 97 pgs: 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:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:55 smithi003 ceph-mon[96088]: pgmap v20203: 97 pgs: 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:56.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:56.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:57.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:09:57.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:09:57.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:57.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:57 smithi094 ceph-mon[112176]: 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-08T14:09:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:09:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:09:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:09:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:09:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:09:58.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:57 smithi003 ceph-mon[96088]: 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-08T14:09:58.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:09:58.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:09:58.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:09:58.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:09:58.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:09:58.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:58.816 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:59.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:09:59.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:09:59 smithi094 ceph-mon[112176]: 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-08T14:10:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:09:59 smithi003 ceph-mon[96088]: 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-08T14:10:00.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:00.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T14:10:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T14:10:01.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:01.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:01 smithi094 ceph-mon[112176]: pgmap v20206: 97 pgs: 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:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:01 smithi003 ceph-mon[96088]: pgmap v20206: 97 pgs: 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:02.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:02.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:03.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:03.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:03 smithi094 ceph-mon[112176]: 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-08T14:10:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:03 smithi003 ceph-mon[96088]: 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-08T14:10:04.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:04.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:05.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:05.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:05 smithi094 ceph-mon[112176]: pgmap v20208: 97 pgs: 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:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:05 smithi003 ceph-mon[96088]: pgmap v20208: 97 pgs: 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:06.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:06.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:07.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:07.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:07 smithi094 ceph-mon[112176]: 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-08T14:10:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:07 smithi003 ceph-mon[96088]: 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-08T14:10:08.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:08.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:09.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:09.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:09 smithi094 ceph-mon[112176]: 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-08T14:10:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:09 smithi003 ceph-mon[96088]: 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-08T14:10:10.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:10.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:11.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:11.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:11 smithi094 ceph-mon[112176]: pgmap v20211: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:11 smithi003 ceph-mon[96088]: pgmap v20211: 97 pgs: 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:12.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:12.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:13.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:13.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:13 smithi094 ceph-mon[112176]: 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-08T14:10:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:13 smithi003 ceph-mon[96088]: 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-08T14:10:14.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:14.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:15.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:15.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:15.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:15 smithi094 ceph-mon[112176]: pgmap v20213: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:15 smithi003 ceph-mon[96088]: pgmap v20213: 97 pgs: 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:16.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:16.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:17.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:17.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:17 smithi094 ceph-mon[112176]: 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-08T14:10:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:17 smithi003 ceph-mon[96088]: 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-08T14:10:18.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:18.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:19.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:19.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:19 smithi094 ceph-mon[112176]: 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-08T14:10:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:19 smithi003 ceph-mon[96088]: 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-08T14:10:20.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:20.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:21.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:21.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:21 smithi094 ceph-mon[112176]: pgmap v20216: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:21 smithi003 ceph-mon[96088]: pgmap v20216: 97 pgs: 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:22.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:22.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:23.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:23.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:23 smithi094 ceph-mon[112176]: 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-08T14:10:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:23 smithi003 ceph-mon[96088]: 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-08T14:10:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:24.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:24.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:25.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:25.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:25 smithi094 ceph-mon[112176]: pgmap v20218: 97 pgs: 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:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:25 smithi003 ceph-mon[96088]: pgmap v20218: 97 pgs: 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:26.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:26.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:27.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:27.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:27 smithi094 ceph-mon[112176]: 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-08T14:10:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:27 smithi003 ceph-mon[96088]: 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-08T14:10:28.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:28.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:29.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:29.869 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:29 smithi094 ceph-mon[112176]: 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-08T14:10:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:29 smithi003 ceph-mon[96088]: 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-08T14:10:30.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:30.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:31.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:31.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:31 smithi094 ceph-mon[112176]: pgmap v20221: 97 pgs: 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:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:31 smithi003 ceph-mon[96088]: pgmap v20221: 97 pgs: 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:32.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:32.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:33.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:33.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:33.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:33 smithi003 ceph-mon[96088]: 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-08T14:10:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:33 smithi094 ceph-mon[112176]: 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-08T14:10:34.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:34.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:35.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:35.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:35 smithi094 ceph-mon[112176]: pgmap v20223: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:35 smithi003 ceph-mon[96088]: pgmap v20223: 97 pgs: 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:36.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:36.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:37.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:37.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:37 smithi094 ceph-mon[112176]: 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-08T14:10:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:37 smithi003 ceph-mon[96088]: 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-08T14:10:38.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:38.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:39.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:39.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:39 smithi094 ceph-mon[112176]: 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-08T14:10:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:39 smithi003 ceph-mon[96088]: 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-08T14:10:40.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:40.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:41.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:41.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:41 smithi094 ceph-mon[112176]: pgmap v20226: 97 pgs: 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:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:41 smithi003 ceph-mon[96088]: pgmap v20226: 97 pgs: 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:42.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:42.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:43.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:43.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:43.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:43 smithi003 ceph-mon[96088]: 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-08T14:10:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:43 smithi094 ceph-mon[112176]: 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-08T14:10:44.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:44.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:45.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:45.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:45 smithi094 ceph-mon[112176]: pgmap v20228: 97 pgs: 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:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:45 smithi003 ceph-mon[96088]: pgmap v20228: 97 pgs: 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:46.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:46.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:47.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:47.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:47 smithi094 ceph-mon[112176]: 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-08T14:10:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:47 smithi003 ceph-mon[96088]: 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-08T14:10:48.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:48.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:49.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:49.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:49 smithi094 ceph-mon[112176]: 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-08T14:10:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:49 smithi003 ceph-mon[96088]: 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-08T14:10:50.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:50.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:51.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:51.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:51 smithi094 ceph-mon[112176]: pgmap v20231: 97 pgs: 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:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:51 smithi003 ceph-mon[96088]: pgmap v20231: 97 pgs: 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:52.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:52.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:53.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:53.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:53 smithi094 ceph-mon[112176]: 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-08T14:10:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:53 smithi003 ceph-mon[96088]: 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-08T14:10:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:54.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:54.910 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:55.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:55.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:55 smithi094 ceph-mon[112176]: pgmap v20233: 97 pgs: 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:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:55 smithi003 ceph-mon[96088]: pgmap v20233: 97 pgs: 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:56.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:56.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:57.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:57.915 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:57 smithi094 ceph-mon[112176]: 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-08T14:10:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:57 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:10:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:57 smithi003 ceph-mon[96088]: 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-08T14:10:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:57 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:10:58.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:58.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:59.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:10:59.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:10:59 smithi094 ceph-mon[112176]: 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-08T14:11:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:10:59 smithi003 ceph-mon[96088]: 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-08T14:11:00.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:00.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:11:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:11:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:11:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:11:01.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:11:01.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:11:01.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:11:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:11:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:11:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:11:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:11:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:11:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:11:01.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:11:01.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:01.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:02 smithi094 ceph-mon[112176]: pgmap v20236: 97 pgs: 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:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:02 smithi003 ceph-mon[96088]: pgmap v20236: 97 pgs: 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:02.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:02.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:03.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:03.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:03 smithi094 ceph-mon[112176]: 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-08T14:11:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:03 smithi003 ceph-mon[96088]: 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-08T14:11:04.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:04.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:05.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:05.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:06.126 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:05 smithi094 ceph-mon[112176]: pgmap v20238: 97 pgs: 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:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:05 smithi003 ceph-mon[96088]: pgmap v20238: 97 pgs: 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:06.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:06.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:07.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:07.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:07 smithi094 ceph-mon[112176]: 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-08T14:11:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:07 smithi003 ceph-mon[96088]: 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-08T14:11:08.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:08.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:09.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:09.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:09 smithi094 ceph-mon[112176]: 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-08T14:11:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:09 smithi003 ceph-mon[96088]: 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-08T14:11:10.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:10.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:11.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:11.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:11 smithi094 ceph-mon[112176]: pgmap v20241: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:11 smithi003 ceph-mon[96088]: pgmap v20241: 97 pgs: 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:12.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:12.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:13.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:13.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:14.041 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:13 smithi003 ceph-mon[96088]: 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-08T14:11:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:13 smithi094 ceph-mon[112176]: 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-08T14:11:14.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:14.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:15.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:15.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:15 smithi094 ceph-mon[112176]: pgmap v20243: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:15 smithi003 ceph-mon[96088]: pgmap v20243: 97 pgs: 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:16.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:16.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:17.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:17.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:17 smithi094 ceph-mon[112176]: 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-08T14:11:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:17 smithi003 ceph-mon[96088]: 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-08T14:11:18.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:18.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:19.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:19.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:19 smithi094 ceph-mon[112176]: 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-08T14:11:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:19 smithi003 ceph-mon[96088]: 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-08T14:11:20.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:20.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:21.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:21.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:21 smithi094 ceph-mon[112176]: pgmap v20246: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:21 smithi003 ceph-mon[96088]: pgmap v20246: 97 pgs: 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:22.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:22.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:23.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:23.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:24.156 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:23 smithi003 ceph-mon[96088]: 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-08T14:11:24.156 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:23 smithi094 ceph-mon[112176]: 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-08T14:11:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:24.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:24.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:25.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:25.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:25 smithi094 ceph-mon[112176]: pgmap v20248: 97 pgs: 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:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:25 smithi003 ceph-mon[96088]: pgmap v20248: 97 pgs: 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:26.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:26.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:27.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:27.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:27 smithi094 ceph-mon[112176]: 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-08T14:11:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:27 smithi003 ceph-mon[96088]: 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-08T14:11:28.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:28.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:29.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:29.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:29 smithi094 ceph-mon[112176]: 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-08T14:11:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:29 smithi003 ceph-mon[96088]: 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-08T14:11:30.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:30.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:31.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:31.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:31 smithi094 ceph-mon[112176]: pgmap v20251: 97 pgs: 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:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:31 smithi003 ceph-mon[96088]: pgmap v20251: 97 pgs: 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:32.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:32.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:33.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:33.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:33 smithi094 ceph-mon[112176]: 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-08T14:11:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:33 smithi003 ceph-mon[96088]: 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-08T14:11:34.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:34.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:35.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:35.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:35 smithi094 ceph-mon[112176]: pgmap v20253: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:35 smithi003 ceph-mon[96088]: pgmap v20253: 97 pgs: 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:36.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:36.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:37.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:37.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:37 smithi094 ceph-mon[112176]: 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-08T14:11:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:37 smithi003 ceph-mon[96088]: 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-08T14:11:38.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:38.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:39.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:40.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:39 smithi094 ceph-mon[112176]: 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-08T14:11:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:39 smithi003 ceph-mon[96088]: 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-08T14:11:40.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:40.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:41.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:41.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:41 smithi094 ceph-mon[112176]: pgmap v20256: 97 pgs: 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:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:41 smithi003 ceph-mon[96088]: pgmap v20256: 97 pgs: 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:42.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:42.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:43.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:43.992 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:43 smithi094 ceph-mon[112176]: 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-08T14:11:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:43 smithi003 ceph-mon[96088]: 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-08T14:11:44.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:44.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:45.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:45.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:45 smithi094 ceph-mon[112176]: pgmap v20258: 97 pgs: 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:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:45 smithi003 ceph-mon[96088]: pgmap v20258: 97 pgs: 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:46.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:46.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:47.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:47.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:47 smithi094 ceph-mon[112176]: 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-08T14:11:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:47 smithi003 ceph-mon[96088]: 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-08T14:11:49.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:49.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:50.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:50.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:49 smithi094 ceph-mon[112176]: 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-08T14:11:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:49 smithi003 ceph-mon[96088]: 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-08T14:11:51.004 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:51.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:52.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:52.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:51 smithi094 ceph-mon[112176]: pgmap v20261: 97 pgs: 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:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:51 smithi003 ceph-mon[96088]: pgmap v20261: 97 pgs: 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.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:53.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:54.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:54.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:53 smithi094 ceph-mon[112176]: 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-08T14:11:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:53 smithi003 ceph-mon[96088]: 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-08T14:11:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:55.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:55.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:56.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:56.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:55 smithi094 ceph-mon[112176]: pgmap v20263: 97 pgs: 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:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:55 smithi003 ceph-mon[96088]: pgmap v20263: 97 pgs: 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:57.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:57.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:58.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:58.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:57 smithi094 ceph-mon[112176]: 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-08T14:11:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:57 smithi003 ceph-mon[96088]: 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-08T14:11:59.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:11:59.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:00.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:00.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:11:59 smithi094 ceph-mon[112176]: 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-08T14:12:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:11:59 smithi003 ceph-mon[96088]: 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-08T14:12:01.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:01.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:01.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:00 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:12:01.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:00 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:12:02.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:02.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:01 smithi094 ceph-mon[112176]: pgmap v20266: 97 pgs: 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:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:12:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:12:02.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:12:02.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:12:02.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:12:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:01 smithi003 ceph-mon[96088]: pgmap v20266: 97 pgs: 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:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:12:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:12:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:12:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:12:02.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:12:03.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:03.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:04.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:04.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:03 smithi094 ceph-mon[112176]: 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-08T14:12:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:03 smithi003 ceph-mon[96088]: 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-08T14:12:05.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:05.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:06.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:06.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:05 smithi094 ceph-mon[112176]: pgmap v20268: 97 pgs: 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:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:05 smithi003 ceph-mon[96088]: pgmap v20268: 97 pgs: 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:07.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:07.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:08.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:08.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:07 smithi094 ceph-mon[112176]: 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-08T14:12:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:07 smithi003 ceph-mon[96088]: 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-08T14:12:09.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:09.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:09 smithi003 ceph-mon[96088]: 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-08T14:12:10.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:10.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:09 smithi094 ceph-mon[112176]: 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-08T14:12:11.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:11.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:12.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:12.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:11 smithi094 ceph-mon[112176]: pgmap v20271: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:11 smithi003 ceph-mon[96088]: pgmap v20271: 97 pgs: 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.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:13.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:14.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:14.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:13 smithi094 ceph-mon[112176]: 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-08T14:12:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:13 smithi003 ceph-mon[96088]: 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-08T14:12:15.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:15.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:16.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:16.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:15 smithi094 ceph-mon[112176]: pgmap v20273: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:15 smithi003 ceph-mon[96088]: pgmap v20273: 97 pgs: 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:17.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:17.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:18.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:18.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:17 smithi094 ceph-mon[112176]: 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-08T14:12:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:17 smithi003 ceph-mon[96088]: 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-08T14:12:19.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:19.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:20.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:20.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:19 smithi094 ceph-mon[112176]: 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-08T14:12:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:19 smithi003 ceph-mon[96088]: 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-08T14:12:21.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:21.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:22.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:22.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:21 smithi094 ceph-mon[112176]: pgmap v20276: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:21 smithi003 ceph-mon[96088]: pgmap v20276: 97 pgs: 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.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:23.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:24.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:24.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:23 smithi094 ceph-mon[112176]: 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-08T14:12:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:23 smithi003 ceph-mon[96088]: 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-08T14:12:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:25.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:25.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:26.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:26.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:25 smithi094 ceph-mon[112176]: pgmap v20278: 97 pgs: 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:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:25 smithi003 ceph-mon[96088]: pgmap v20278: 97 pgs: 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:27.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:27.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:28.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:28.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:27 smithi094 ceph-mon[112176]: 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-08T14:12:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:27 smithi003 ceph-mon[96088]: 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-08T14:12:29.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:29.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:30.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:30.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:29 smithi094 ceph-mon[112176]: 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-08T14:12:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:29 smithi003 ceph-mon[96088]: 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-08T14:12:31.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:31.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:32.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:32.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:31 smithi094 ceph-mon[112176]: pgmap v20281: 97 pgs: 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:32.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:31 smithi003 ceph-mon[96088]: pgmap v20281: 97 pgs: 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.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:33.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:34.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:34.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:33 smithi094 ceph-mon[112176]: 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-08T14:12:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:33 smithi003 ceph-mon[96088]: 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-08T14:12:35.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:35.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:36.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:36.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:35 smithi094 ceph-mon[112176]: pgmap v20283: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:35 smithi003 ceph-mon[96088]: pgmap v20283: 97 pgs: 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:37.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:37.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:38.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:38.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:37 smithi094 ceph-mon[112176]: 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-08T14:12:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:37 smithi003 ceph-mon[96088]: 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-08T14:12:39.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:39.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:40.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:40.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:39 smithi094 ceph-mon[112176]: 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-08T14:12:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:39 smithi003 ceph-mon[96088]: 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-08T14:12:41.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:41.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:42.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:42.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:41 smithi094 ceph-mon[112176]: pgmap v20286: 97 pgs: 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:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:41 smithi003 ceph-mon[96088]: pgmap v20286: 97 pgs: 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.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:43.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:44.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:44.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:43 smithi094 ceph-mon[112176]: 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-08T14:12:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:43 smithi003 ceph-mon[96088]: 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-08T14:12:45.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:45.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:46.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:46.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:45 smithi094 ceph-mon[112176]: pgmap v20288: 97 pgs: 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:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:45 smithi003 ceph-mon[96088]: pgmap v20288: 97 pgs: 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:47.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:47.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:48.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:48.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:47 smithi094 ceph-mon[112176]: 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-08T14:12:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:47 smithi003 ceph-mon[96088]: 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-08T14:12:49.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:49.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:50.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:50.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:50.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:49 smithi003 ceph-mon[96088]: 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-08T14:12:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:49 smithi094 ceph-mon[112176]: 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-08T14:12:51.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:51.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:52.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:52.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:51 smithi094 ceph-mon[112176]: pgmap v20291: 97 pgs: 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:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:51 smithi003 ceph-mon[96088]: pgmap v20291: 97 pgs: 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.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:53.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:54.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:54.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:53 smithi094 ceph-mon[112176]: 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-08T14:12:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:53 smithi003 ceph-mon[96088]: 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-08T14:12:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:55.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:55.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:56.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:56.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:55 smithi094 ceph-mon[112176]: pgmap v20293: 97 pgs: 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:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:55 smithi003 ceph-mon[96088]: pgmap v20293: 97 pgs: 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:57.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:57.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:58.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:58.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:57 smithi094 ceph-mon[112176]: 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-08T14:12:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:57 smithi003 ceph-mon[96088]: 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-08T14:12:59.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:12:59.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:00.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:00.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:12:59 smithi094 ceph-mon[112176]: 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-08T14:13:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:12:59 smithi003 ceph-mon[96088]: 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-08T14:13:01.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:01.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:02.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:02.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:01 smithi094 ceph-mon[112176]: pgmap v20296: 97 pgs: 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:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:01 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:13:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:01 smithi003 ceph-mon[96088]: pgmap v20296: 97 pgs: 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:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:01 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:13:03.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:03.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:04.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:04.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:03 smithi094 ceph-mon[112176]: 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-08T14:13:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:03 smithi003 ceph-mon[96088]: 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-08T14:13:05.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:05.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:06.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:06.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:05 smithi094 ceph-mon[112176]: pgmap v20298: 97 pgs: 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:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:05 smithi003 ceph-mon[96088]: pgmap v20298: 97 pgs: 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:07.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:07.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:13:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:13:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:13:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:13:07.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:13:07.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:13:07.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:13:07.383 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:13:07.383 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:13:07.383 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:13:07.383 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:13:07.383 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:13:07.383 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:13:07.383 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:13:08.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:08.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:08 smithi094 ceph-mon[112176]: 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-08T14:13:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:08 smithi003 ceph-mon[96088]: 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-08T14:13:09.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:09.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:10.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:10.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:10 smithi094 ceph-mon[112176]: 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-08T14:13:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:10 smithi003 ceph-mon[96088]: 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-08T14:13:11.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:11.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:12.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:12.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:12 smithi094 ceph-mon[112176]: pgmap v20301: 97 pgs: 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:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:12 smithi003 ceph-mon[96088]: pgmap v20301: 97 pgs: 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.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:13.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:14.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:14.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:13 smithi094 ceph-mon[112176]: 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-08T14:13:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:13 smithi003 ceph-mon[96088]: 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-08T14:13:15.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:15.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:16.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:16.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:16.193 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:15 smithi094 ceph-mon[112176]: pgmap v20303: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:15 smithi003 ceph-mon[96088]: pgmap v20303: 97 pgs: 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:17.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:17.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:18.146 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:18.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:17 smithi094 ceph-mon[112176]: 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-08T14:13:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:17 smithi003 ceph-mon[96088]: 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-08T14:13:19.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:19.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:20.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:20.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:20.222 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:19 smithi094 ceph-mon[112176]: 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-08T14:13:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:19 smithi003 ceph-mon[96088]: 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-08T14:13:21.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:21.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:22.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:22.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:21 smithi094 ceph-mon[112176]: pgmap v20306: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:21 smithi003 ceph-mon[96088]: pgmap v20306: 97 pgs: 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.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:23.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:24.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:24.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:23 smithi094 ceph-mon[112176]: 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-08T14:13:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:23 smithi003 ceph-mon[96088]: 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-08T14:13:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:25.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:25.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:26.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:26.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:26.168 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:25 smithi094 ceph-mon[112176]: pgmap v20308: 97 pgs: 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:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:25 smithi003 ceph-mon[96088]: pgmap v20308: 97 pgs: 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:27.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:27.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:28.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:28.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:27 smithi094 ceph-mon[112176]: 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-08T14:13:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:27 smithi003 ceph-mon[96088]: 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-08T14:13:29.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:29.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:30.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:29 smithi094 ceph-mon[112176]: 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-08T14:13:30.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:30.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:29 smithi003 ceph-mon[96088]: 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-08T14:13:31.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:31.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:32.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:31 smithi094 ceph-mon[112176]: pgmap v20311: 97 pgs: 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:32.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:32.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:31 smithi003 ceph-mon[96088]: pgmap v20311: 97 pgs: 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.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:33.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:33 smithi094 ceph-mon[112176]: 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-08T14:13:34.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:34.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:33 smithi003 ceph-mon[96088]: 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-08T14:13:35.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:35.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:35.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:35 smithi003 ceph-mon[96088]: pgmap v20313: 97 pgs: 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:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:35 smithi094 ceph-mon[112176]: pgmap v20313: 97 pgs: 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:36.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:36.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:37.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:37.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:37 smithi094 ceph-mon[112176]: 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-08T14:13:38.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:38.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:37 smithi003 ceph-mon[96088]: 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-08T14:13:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:39.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:39.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:40.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:39 smithi094 ceph-mon[112176]: 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-08T14:13:40.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:40.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:39 smithi003 ceph-mon[96088]: 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-08T14:13:41.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:41.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:42.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:41 smithi094 ceph-mon[112176]: pgmap v20316: 97 pgs: 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:42.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:42.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:41 smithi003 ceph-mon[96088]: pgmap v20316: 97 pgs: 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.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:43.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:43 smithi094 ceph-mon[112176]: 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-08T14:13:44.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:44.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:43 smithi003 ceph-mon[96088]: 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-08T14:13:45.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:45.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:45 smithi094 ceph-mon[112176]: pgmap v20318: 97 pgs: 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:46.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:46.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:45 smithi003 ceph-mon[96088]: pgmap v20318: 97 pgs: 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:47.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:47.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:48.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:47 smithi094 ceph-mon[112176]: 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-08T14:13:48.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:48.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:47 smithi003 ceph-mon[96088]: 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-08T14:13:49.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:49.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:50.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:49 smithi094 ceph-mon[112176]: 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-08T14:13:50.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:50.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:49 smithi003 ceph-mon[96088]: 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-08T14:13:51.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:51.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:52.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:51 smithi094 ceph-mon[112176]: pgmap v20321: 97 pgs: 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:52.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:52.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:51 smithi003 ceph-mon[96088]: pgmap v20321: 97 pgs: 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.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:53.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:53 smithi094 ceph-mon[112176]: 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-08T14:13:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:54.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:54.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:53 smithi003 ceph-mon[96088]: 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-08T14:13:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:55.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:55.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:56.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:55 smithi094 ceph-mon[112176]: pgmap v20323: 97 pgs: 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:56.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:56.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:55 smithi003 ceph-mon[96088]: pgmap v20323: 97 pgs: 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:57.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:57.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:57 smithi094 ceph-mon[112176]: 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-08T14:13:58.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:58.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:57 smithi003 ceph-mon[96088]: 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-08T14:13:59.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:13:59.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:13:59 smithi094 ceph-mon[112176]: 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-08T14:14:00.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:00.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:13:59 smithi003 ceph-mon[96088]: 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-08T14:14:01.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:01.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:02.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:01 smithi094 ceph-mon[112176]: pgmap v20326: 97 pgs: 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:02.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:02.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:01 smithi003 ceph-mon[96088]: pgmap v20326: 97 pgs: 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.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:03.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:03 smithi094 ceph-mon[112176]: 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-08T14:14:04.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:04.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:03 smithi003 ceph-mon[96088]: 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-08T14:14:05.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:05.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:06.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:05 smithi094 ceph-mon[112176]: pgmap v20328: 97 pgs: 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:06.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:06.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:05 smithi003 ceph-mon[96088]: pgmap v20328: 97 pgs: 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:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:14:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:14:07.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:06 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:14:07.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:07.230 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:14:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:14:07.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:06 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:14:08.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:07 smithi094 ceph-mon[112176]: 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-08T14:14:08.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:14:08.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:14:08.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:14:08.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:14:08.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:14:08.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:08.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:07 smithi003 ceph-mon[96088]: 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-08T14:14:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:14:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:14:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:14:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:14:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:14:09.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:09.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:09.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:09 smithi094 ceph-mon[112176]: 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-08T14:14:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:09 smithi003 ceph-mon[96088]: 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-08T14:14:10.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:10.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:11.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:11.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:12.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:11 smithi094 ceph-mon[112176]: pgmap v20331: 97 pgs: 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:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:11 smithi003 ceph-mon[96088]: pgmap v20331: 97 pgs: 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:12.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:12.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:13.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:13.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:13 smithi094 ceph-mon[112176]: 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-08T14:14:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:13 smithi003 ceph-mon[96088]: 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-08T14:14:14.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:14.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:15.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:15.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:16.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:15 smithi094 ceph-mon[112176]: pgmap v20333: 97 pgs: 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:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:15 smithi003 ceph-mon[96088]: pgmap v20333: 97 pgs: 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:16.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:16.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:17.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:17.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:18.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:17 smithi094 ceph-mon[112176]: 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-08T14:14:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:17 smithi003 ceph-mon[96088]: 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-08T14:14:18.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:18.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:19.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:19.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:20.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:19 smithi094 ceph-mon[112176]: pgmap v20335: 97 pgs: 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:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:19 smithi003 ceph-mon[96088]: pgmap v20335: 97 pgs: 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:20.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:20.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:21.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:21.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:22.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:21 smithi094 ceph-mon[112176]: pgmap v20336: 97 pgs: 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:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:21 smithi003 ceph-mon[96088]: pgmap v20336: 97 pgs: 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:22.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:22.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:23.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:23.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:23 smithi094 ceph-mon[112176]: 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-08T14:14:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:23 smithi003 ceph-mon[96088]: 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-08T14:14:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:24.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:24.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:25.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:25.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:26.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:25 smithi094 ceph-mon[112176]: pgmap v20338: 97 pgs: 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:26.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:25 smithi003 ceph-mon[96088]: pgmap v20338: 97 pgs: 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:26.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:26.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:27.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:27.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:28.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:27 smithi094 ceph-mon[112176]: 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-08T14:14:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:27 smithi003 ceph-mon[96088]: 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-08T14:14:28.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:28.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:29.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:29.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:29 smithi003 ceph-mon[96088]: pgmap v20340: 97 pgs: 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:30.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:30.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:29 smithi094 ceph-mon[112176]: pgmap v20340: 97 pgs: 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:31.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:31.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:31 smithi003 ceph-mon[96088]: 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-08T14:14:32.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:32.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:31 smithi094 ceph-mon[112176]: 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-08T14:14:33.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:33.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:33 smithi094 ceph-mon[112176]: 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-08T14:14:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:33 smithi003 ceph-mon[96088]: 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-08T14:14:34.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:34.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:35.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:35.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:35 smithi094 ceph-mon[112176]: pgmap v20343: 97 pgs: 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:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:35 smithi003 ceph-mon[96088]: pgmap v20343: 97 pgs: 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:36.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:36.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:37.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:37.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:38.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:37 smithi094 ceph-mon[112176]: 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-08T14:14:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:37 smithi003 ceph-mon[96088]: 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-08T14:14:38.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:38.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:39.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:39.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:39 smithi003 ceph-mon[96088]: pgmap v20345: 97 pgs: 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:40.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:40.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:39 smithi094 ceph-mon[112176]: pgmap v20345: 97 pgs: 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:41.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:41.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:41 smithi003 ceph-mon[96088]: 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-08T14:14:42.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:42.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:41 smithi094 ceph-mon[112176]: 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-08T14:14:43.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:43.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:43 smithi094 ceph-mon[112176]: 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-08T14:14:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:43 smithi003 ceph-mon[96088]: 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-08T14:14:44.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:44.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:45.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:45.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:45 smithi094 ceph-mon[112176]: pgmap v20348: 97 pgs: 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:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:45 smithi003 ceph-mon[96088]: pgmap v20348: 97 pgs: 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:46.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:46.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:47.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:47.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:47 smithi003 ceph-mon[96088]: 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-08T14:14:48.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:48.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:47 smithi094 ceph-mon[112176]: 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-08T14:14:49.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:49.300 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:49 smithi003 ceph-mon[96088]: pgmap v20350: 97 pgs: 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:50.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:50.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:49 smithi094 ceph-mon[112176]: pgmap v20350: 97 pgs: 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:51.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:51.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:51 smithi003 ceph-mon[96088]: 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-08T14:14:52.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:52.305 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:51 smithi094 ceph-mon[112176]: 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-08T14:14:53.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:53.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:53 smithi094 ceph-mon[112176]: 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-08T14:14:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:53 smithi003 ceph-mon[96088]: 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-08T14:14:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:54.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:54.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:55.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:55.310 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:55 smithi003 ceph-mon[96088]: pgmap v20353: 97 pgs: 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:56.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:56.312 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:55 smithi094 ceph-mon[112176]: pgmap v20353: 97 pgs: 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:57.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:57.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:57 smithi003 ceph-mon[96088]: 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-08T14:14:58.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:58.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:57 smithi094 ceph-mon[112176]: 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-08T14:14:59.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:14:59.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:14:59 smithi003 ceph-mon[96088]: pgmap v20355: 97 pgs: 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:00.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:00.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:14:59 smithi094 ceph-mon[112176]: pgmap v20355: 97 pgs: 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:01.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:01.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:01 smithi003 ceph-mon[96088]: 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-08T14:15:02.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:02.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:01 smithi094 ceph-mon[112176]: 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-08T14:15:03.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:03.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:03.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:03 smithi094 ceph-mon[112176]: 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-08T14:15:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:03 smithi003 ceph-mon[96088]: 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-08T14:15:04.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:04.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:05.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:05.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:05 smithi003 ceph-mon[96088]: pgmap v20358: 97 pgs: 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:06.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:06.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:05 smithi094 ceph-mon[112176]: pgmap v20358: 97 pgs: 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:07.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:07.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:07 smithi003 ceph-mon[96088]: 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-08T14:15:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:07 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:15:08.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:08.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:07 smithi094 ceph-mon[112176]: 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-08T14:15:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:07 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:15:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:09.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:09.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:15:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:10.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:10.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:10 smithi094 ceph-mon[112176]: pgmap v20360: 97 pgs: 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:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:10 smithi003 ceph-mon[96088]: pgmap v20360: 97 pgs: 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:11.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:11.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:12.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:12.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:12 smithi094 ceph-mon[112176]: 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-08T14:15:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:12 smithi003 ceph-mon[96088]: 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-08T14:15:13.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:13.340 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:13 smithi094 ceph-mon[112176]: 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-08T14:15:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:13 smithi003 ceph-mon[96088]: 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-08T14:15:14.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:14.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:15.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:15.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:15 smithi003 ceph-mon[96088]: pgmap v20363: 97 pgs: 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:16.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:16.345 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:15 smithi094 ceph-mon[112176]: pgmap v20363: 97 pgs: 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:17.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:17.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:17 smithi003 ceph-mon[96088]: 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-08T14:15:18.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:18.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:17 smithi094 ceph-mon[112176]: 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-08T14:15:19.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:19.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:19 smithi003 ceph-mon[96088]: pgmap v20365: 97 pgs: 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:20.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:20.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:20.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:19 smithi094 ceph-mon[112176]: pgmap v20365: 97 pgs: 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:21.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:21.353 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:21 smithi003 ceph-mon[96088]: 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-08T14:15:22.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:22.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:21 smithi094 ceph-mon[112176]: 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-08T14:15:23.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:23.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:23 smithi094 ceph-mon[112176]: 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-08T14:15:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:23 smithi003 ceph-mon[96088]: 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-08T14:15:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:24.358 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:24.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:25.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:25.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:25 smithi003 ceph-mon[96088]: pgmap v20368: 97 pgs: 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:26.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:26.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:25 smithi094 ceph-mon[112176]: pgmap v20368: 97 pgs: 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:27.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:27.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:27 smithi003 ceph-mon[96088]: 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-08T14:15:28.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:28.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:27 smithi094 ceph-mon[112176]: 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-08T14:15:29.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:29.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:29 smithi003 ceph-mon[96088]: pgmap v20370: 97 pgs: 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:30.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:30.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:29 smithi094 ceph-mon[112176]: pgmap v20370: 97 pgs: 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:31.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:31.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:31 smithi003 ceph-mon[96088]: 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-08T14:15:32.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:32.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:31 smithi094 ceph-mon[112176]: 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-08T14:15:33.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:33.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:33 smithi094 ceph-mon[112176]: 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-08T14:15:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:33 smithi003 ceph-mon[96088]: 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-08T14:15:34.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:34.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:35.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:35.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:35 smithi003 ceph-mon[96088]: pgmap v20373: 97 pgs: 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:36.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:36.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:36.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:35 smithi094 ceph-mon[112176]: pgmap v20373: 97 pgs: 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:37.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:37.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:37 smithi003 ceph-mon[96088]: 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-08T14:15:38.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:38.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:37 smithi094 ceph-mon[112176]: 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-08T14:15:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:39.758 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:39.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:39.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:39 smithi003 ceph-mon[96088]: pgmap v20375: 97 pgs: 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:40.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:40.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:40.415 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:39 smithi094 ceph-mon[112176]: pgmap v20375: 97 pgs: 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:41.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:41.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:41 smithi003 ceph-mon[96088]: 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-08T14:15:42.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:42.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:41 smithi094 ceph-mon[112176]: 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-08T14:15:43.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:43.390 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:43 smithi094 ceph-mon[112176]: 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-08T14:15:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:43 smithi003 ceph-mon[96088]: 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-08T14:15:44.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:44.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:45.393 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:45.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:45 smithi003 ceph-mon[96088]: pgmap v20378: 97 pgs: 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:46.395 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:46.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:46.536 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:45 smithi094 ceph-mon[112176]: pgmap v20378: 97 pgs: 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:47.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:47.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:47 smithi003 ceph-mon[96088]: 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-08T14:15:48.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:48.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:47 smithi094 ceph-mon[112176]: 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-08T14:15:49.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:49.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:49 smithi003 ceph-mon[96088]: pgmap v20380: 97 pgs: 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:50.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:50.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:49 smithi094 ceph-mon[112176]: pgmap v20380: 97 pgs: 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:51.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:51.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:51 smithi003 ceph-mon[96088]: 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-08T14:15:52.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:52.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:51 smithi094 ceph-mon[112176]: 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-08T14:15:53.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:53.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:54.117 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:53 smithi094 ceph-mon[112176]: 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-08T14:15:54.117 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:53 smithi003 ceph-mon[96088]: 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-08T14:15:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:54.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:54.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:55.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:55.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:55 smithi003 ceph-mon[96088]: pgmap v20383: 97 pgs: 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:56.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:56.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:55 smithi094 ceph-mon[112176]: pgmap v20383: 97 pgs: 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:57.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:57.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:57 smithi003 ceph-mon[96088]: 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-08T14:15:58.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:58.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:57 smithi094 ceph-mon[112176]: 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-08T14:15:59.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:15:59.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:15:59 smithi003 ceph-mon[96088]: pgmap v20385: 97 pgs: 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:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:15:59 smithi094 ceph-mon[112176]: pgmap v20385: 97 pgs: 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:00.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:00.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:01.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:01.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:01 smithi003 ceph-mon[96088]: 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-08T14:16:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:01 smithi094 ceph-mon[112176]: 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-08T14:16:02.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:02.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:03.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:03.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:03 smithi094 ceph-mon[112176]: 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-08T14:16:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:03 smithi003 ceph-mon[96088]: 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-08T14:16:04.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:04.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:05.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:05.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:05 smithi003 ceph-mon[96088]: pgmap v20388: 97 pgs: 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:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:05 smithi094 ceph-mon[112176]: pgmap v20388: 97 pgs: 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:06.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:06.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:07.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:07.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:07 smithi003 ceph-mon[96088]: 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-08T14:16:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:07 smithi094 ceph-mon[112176]: 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-08T14:16:08.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:08.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:16:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:16:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:16:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:16:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:16:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:16:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:16:09.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:16:09.274 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:16:09.274 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:16:09.274 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:16:09.274 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:09.274 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:16:09.274 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:16:09.275 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:16:09.275 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:16:09.275 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:16:09.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:09.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:10.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:10.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:10 smithi003 ceph-mon[96088]: pgmap v20390: 97 pgs: 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:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:10 smithi094 ceph-mon[112176]: pgmap v20390: 97 pgs: 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:11.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:11.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:12.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:12.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:12 smithi003 ceph-mon[96088]: 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-08T14:16:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:12 smithi094 ceph-mon[112176]: 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-08T14:16:13.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:13.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:13 smithi094 ceph-mon[112176]: 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-08T14:16:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:13 smithi003 ceph-mon[96088]: 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-08T14:16:14.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:14.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:15.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:15.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:15 smithi003 ceph-mon[96088]: pgmap v20393: 97 pgs: 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:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:15 smithi094 ceph-mon[112176]: pgmap v20393: 97 pgs: 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:16.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:16.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:17.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:17.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:17 smithi003 ceph-mon[96088]: 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-08T14:16:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:17 smithi094 ceph-mon[112176]: 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-08T14:16:18.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:18.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:19.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:19.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:19 smithi003 ceph-mon[96088]: pgmap v20395: 97 pgs: 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:20.543 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:19 smithi094 ceph-mon[112176]: pgmap v20395: 97 pgs: 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:20.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:20.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:21.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:21.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:21 smithi003 ceph-mon[96088]: 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-08T14:16:22.526 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:21 smithi094 ceph-mon[112176]: 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-08T14:16:22.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:22.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:23.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:23.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:23 smithi094 ceph-mon[112176]: 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-08T14:16:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:23 smithi003 ceph-mon[96088]: 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-08T14:16:24.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:24.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:24.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:25.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:25.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:25 smithi003 ceph-mon[96088]: pgmap v20398: 97 pgs: 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:26.688 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:25 smithi094 ceph-mon[112176]: pgmap v20398: 97 pgs: 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:26.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:26.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:27.463 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:27.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:27 smithi003 ceph-mon[96088]: 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-08T14:16:28.506 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:27 smithi094 ceph-mon[112176]: 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-08T14:16:28.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:28.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:29.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:29.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:29 smithi003 ceph-mon[96088]: pgmap v20400: 97 pgs: 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:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:29 smithi094 ceph-mon[112176]: pgmap v20400: 97 pgs: 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:30.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:30.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:31.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:31.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:31 smithi003 ceph-mon[96088]: 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-08T14:16:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:31 smithi094 ceph-mon[112176]: 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-08T14:16:32.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:32.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:33.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:33.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:33 smithi094 ceph-mon[112176]: 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-08T14:16:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:33 smithi003 ceph-mon[96088]: 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-08T14:16:34.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:34.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:35.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:35.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:35 smithi003 ceph-mon[96088]: pgmap v20403: 97 pgs: 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:36.530 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:35 smithi094 ceph-mon[112176]: pgmap v20403: 97 pgs: 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:36.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:36.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:37.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:37.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:37.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:37 smithi003 ceph-mon[96088]: 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-08T14:16:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:37 smithi094 ceph-mon[112176]: 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-08T14:16:38.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:38.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:39.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:39.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:39 smithi003 ceph-mon[96088]: pgmap v20405: 97 pgs: 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:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:39 smithi094 ceph-mon[112176]: pgmap v20405: 97 pgs: 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:40.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:40.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:41.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:41.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:41 smithi003 ceph-mon[96088]: 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-08T14:16:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:41 smithi094 ceph-mon[112176]: 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-08T14:16:42.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:42.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:43.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:43.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:43 smithi094 ceph-mon[112176]: 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-08T14:16:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:43 smithi003 ceph-mon[96088]: 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-08T14:16:44.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:44.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:45.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:45.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:45 smithi003 ceph-mon[96088]: pgmap v20408: 97 pgs: 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:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:45 smithi094 ceph-mon[112176]: pgmap v20408: 97 pgs: 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:46.496 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:46.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:47.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:47.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:47 smithi003 ceph-mon[96088]: 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-08T14:16:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:47 smithi094 ceph-mon[112176]: 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-08T14:16:48.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:48.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:49.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:49.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:49 smithi003 ceph-mon[96088]: pgmap v20410: 97 pgs: 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:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:49 smithi094 ceph-mon[112176]: pgmap v20410: 97 pgs: 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:50.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:50.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:51.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:51.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:51 smithi003 ceph-mon[96088]: 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-08T14:16:52.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:51 smithi094 ceph-mon[112176]: 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-08T14:16:52.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:52.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:53.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:53.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:53 smithi094 ceph-mon[112176]: 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-08T14:16:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:53 smithi003 ceph-mon[96088]: 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-08T14:16:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:54.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:54.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:55.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:55.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:55 smithi003 ceph-mon[96088]: pgmap v20413: 97 pgs: 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:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:55 smithi094 ceph-mon[112176]: pgmap v20413: 97 pgs: 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:56.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:56.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:57.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:57.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:57 smithi003 ceph-mon[96088]: 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-08T14:16:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:57 smithi094 ceph-mon[112176]: 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-08T14:16:58.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:58.517 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:59.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:16:59.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:00.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:16:59 smithi094 ceph-mon[112176]: pgmap v20415: 97 pgs: 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:00.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:16:59 smithi003 ceph-mon[96088]: pgmap v20415: 97 pgs: 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:00.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:00.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:01.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:01.522 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:02.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:01 smithi003 ceph-mon[96088]: 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-08T14:17:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:01 smithi094 ceph-mon[112176]: 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-08T14:17:02.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:02.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:03.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:03.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:03 smithi094 ceph-mon[112176]: 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-08T14:17:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:03 smithi003 ceph-mon[96088]: 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-08T14:17:04.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:04.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:05.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:05.529 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:05 smithi003 ceph-mon[96088]: pgmap v20418: 97 pgs: 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:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:05 smithi094 ceph-mon[112176]: pgmap v20418: 97 pgs: 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:06.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:06.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:07.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:07.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:07 smithi003 ceph-mon[96088]: 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-08T14:17:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:07 smithi094 ceph-mon[112176]: 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-08T14:17:08.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:08.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:09.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:09.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:09.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:09 smithi094 ceph-mon[112176]: pgmap v20420: 97 pgs: 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:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:17:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:17:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:17:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:17:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:17:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:17:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:09 smithi003 ceph-mon[96088]: pgmap v20420: 97 pgs: 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:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:17:10.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:17:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:17:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:17:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:17:10.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:17:10.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:10.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:11.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:11.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:12.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:11 smithi003 ceph-mon[96088]: 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-08T14:17:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:11 smithi094 ceph-mon[112176]: 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-08T14:17:12.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:12.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:13.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:13.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:13 smithi094 ceph-mon[112176]: 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-08T14:17:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:13 smithi003 ceph-mon[96088]: 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-08T14:17:14.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:14.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:15.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:15.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:15 smithi003 ceph-mon[96088]: pgmap v20423: 97 pgs: 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:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:15 smithi094 ceph-mon[112176]: pgmap v20423: 97 pgs: 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:16.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:16.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:17.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:17.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:18.163 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:17 smithi003 ceph-mon[96088]: 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-08T14:17:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:17 smithi094 ceph-mon[112176]: 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-08T14:17:18.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:18.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:19.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:19.552 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:20.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:19 smithi003 ceph-mon[96088]: pgmap v20425: 97 pgs: 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:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:19 smithi094 ceph-mon[112176]: pgmap v20425: 97 pgs: 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:20.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:20.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:21.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:21.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:22.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:21 smithi003 ceph-mon[96088]: 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-08T14:17:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:21 smithi094 ceph-mon[112176]: 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-08T14:17:22.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:22.557 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:23.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:23.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:23 smithi094 ceph-mon[112176]: 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-08T14:17:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:23 smithi003 ceph-mon[96088]: 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-08T14:17:24.235 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:24.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:24.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:25.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:25.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:25 smithi003 ceph-mon[96088]: pgmap v20428: 97 pgs: 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:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:25 smithi094 ceph-mon[112176]: pgmap v20428: 97 pgs: 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:26.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:26.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:27.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:27.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:27 smithi003 ceph-mon[96088]: 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-08T14:17:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:27 smithi094 ceph-mon[112176]: 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-08T14:17:28.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:28.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:29.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:29.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:30.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:29 smithi003 ceph-mon[96088]: pgmap v20430: 97 pgs: 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:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:29 smithi094 ceph-mon[112176]: pgmap v20430: 97 pgs: 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:30.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:30.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:31.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:31.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:32.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:31 smithi003 ceph-mon[96088]: 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-08T14:17:32.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:31 smithi094 ceph-mon[112176]: 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-08T14:17:32.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:32.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:33.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:33.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:33 smithi094 ceph-mon[112176]: 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-08T14:17:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:33 smithi003 ceph-mon[96088]: 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-08T14:17:34.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:34.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:35.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:35.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:36.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:35 smithi003 ceph-mon[96088]: pgmap v20433: 97 pgs: 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:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:35 smithi094 ceph-mon[112176]: pgmap v20433: 97 pgs: 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:36.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:36.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:37.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:37.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:37 smithi003 ceph-mon[96088]: 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-08T14:17:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:37 smithi094 ceph-mon[112176]: 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-08T14:17:38.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:38.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:39.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:39.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:39.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:39 smithi003 ceph-mon[96088]: pgmap v20435: 97 pgs: 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:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:39 smithi094 ceph-mon[112176]: pgmap v20435: 97 pgs: 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:40.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:40.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:41.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:41.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:41 smithi094 ceph-mon[112176]: 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-08T14:17:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:41 smithi003 ceph-mon[96088]: 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-08T14:17:42.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:42.591 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:43.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:43.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:43 smithi094 ceph-mon[112176]: 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-08T14:17:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:43 smithi003 ceph-mon[96088]: 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-08T14:17:44.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:44.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:45.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:45.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:45 smithi003 ceph-mon[96088]: pgmap v20438: 97 pgs: 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:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:45 smithi094 ceph-mon[112176]: pgmap v20438: 97 pgs: 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:46.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:46.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:47.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:47.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:47 smithi003 ceph-mon[96088]: 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-08T14:17:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:47 smithi094 ceph-mon[112176]: 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-08T14:17:48.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:48.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:49.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:49.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:49 smithi003 ceph-mon[96088]: pgmap v20440: 97 pgs: 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:50.314 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:49 smithi094 ceph-mon[112176]: pgmap v20440: 97 pgs: 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:50.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:50.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:51.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:51.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:52.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:51 smithi003 ceph-mon[96088]: 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-08T14:17:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:51 smithi094 ceph-mon[112176]: 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-08T14:17:52.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:52.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:53.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:53.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:53 smithi094 ceph-mon[112176]: 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-08T14:17:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:53 smithi003 ceph-mon[96088]: 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-08T14:17:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:54.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:54.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:55.612 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:55.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:56.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:55 smithi003 ceph-mon[96088]: pgmap v20443: 97 pgs: 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:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:55 smithi094 ceph-mon[112176]: pgmap v20443: 97 pgs: 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:56.614 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:56.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:57.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:57.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:57 smithi003 ceph-mon[96088]: 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-08T14:17:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:57 smithi094 ceph-mon[112176]: 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-08T14:17:58.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:58.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:59.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:17:59.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:17:59 smithi094 ceph-mon[112176]: pgmap v20445: 97 pgs: 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:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:17:59 smithi003 ceph-mon[96088]: pgmap v20445: 97 pgs: 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:00.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:00.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:01.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:01.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:01 smithi094 ceph-mon[112176]: 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-08T14:18:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:01 smithi003 ceph-mon[96088]: 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-08T14:18:02.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:02.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:03.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:03.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:03.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:03 smithi003 ceph-mon[96088]: 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-08T14:18:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:03 smithi094 ceph-mon[112176]: 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-08T14:18:04.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:04.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:05.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:05.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:06.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:05 smithi003 ceph-mon[96088]: pgmap v20448: 97 pgs: 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:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:05 smithi094 ceph-mon[112176]: pgmap v20448: 97 pgs: 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:06.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:06.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:07.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:07.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:07 smithi003 ceph-mon[96088]: 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-08T14:18:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:07 smithi094 ceph-mon[112176]: 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-08T14:18:08.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:08.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:08 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:08 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:09.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:09.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:09 smithi094 ceph-mon[112176]: pgmap v20450: 97 pgs: 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.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:18:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:09 smithi003 ceph-mon[96088]: pgmap v20450: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:18:10.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:10.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:11.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:11.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:11.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:11 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:11.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:11 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:12.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:12.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:12 smithi094 ceph-mon[112176]: 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-08T14:18:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:12 smithi003 ceph-mon[96088]: 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-08T14:18:13.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:13.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:13 smithi094 ceph-mon[112176]: 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-08T14:18:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:13 smithi003 ceph-mon[96088]: 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-08T14:18:14.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:14.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:15.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:15.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:15.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi094 to 2648M 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:18:15.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:18:15.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:18:15.668 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:15 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi094 to 2648M 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:18:15.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:18:15.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:18:15.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:15.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:18:15.736 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:15 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:18:16.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:16.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:16 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1354M 2023-10-08T14:18:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:16 smithi094 ceph-mon[112176]: pgmap v20453: 97 pgs: 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:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:16 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1354M 2023-10-08T14:18:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:16 smithi003 ceph-mon[96088]: pgmap v20453: 97 pgs: 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:17.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:17.649 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:18.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:18.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:18 smithi094 ceph-mon[112176]: 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-08T14:18:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:18 smithi003 ceph-mon[96088]: 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-08T14:18:19.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:19.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:20.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:20.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:20 smithi094 ceph-mon[112176]: pgmap v20455: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:20 smithi003 ceph-mon[96088]: pgmap v20455: 97 pgs: 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:21.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:21.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:22.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:22.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:22 smithi094 ceph-mon[112176]: 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-08T14:18:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:22 smithi003 ceph-mon[96088]: 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-08T14:18:23.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:23.659 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:23 smithi094 ceph-mon[112176]: 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-08T14:18:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:23 smithi003 ceph-mon[96088]: 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-08T14:18:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:24.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:24.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:25.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:25.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:25 smithi094 ceph-mon[112176]: pgmap v20458: 97 pgs: 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:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:25 smithi003 ceph-mon[96088]: pgmap v20458: 97 pgs: 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:26.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:26.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:27.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:27.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:28.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:27 smithi003 ceph-mon[96088]: 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-08T14:18:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:27 smithi094 ceph-mon[112176]: 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-08T14:18:28.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:28.669 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:29.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:29.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:29 smithi094 ceph-mon[112176]: pgmap v20460: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:29 smithi003 ceph-mon[96088]: pgmap v20460: 97 pgs: 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.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:30.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:31.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:31.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:31 smithi094 ceph-mon[112176]: 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-08T14:18:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:31 smithi003 ceph-mon[96088]: 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-08T14:18:32.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:32.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:33.676 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:33.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:33 smithi094 ceph-mon[112176]: 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-08T14:18:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:33 smithi003 ceph-mon[96088]: 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-08T14:18:34.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:34.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:35.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:35.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:36.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:35 smithi094 ceph-mon[112176]: pgmap v20463: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:35 smithi003 ceph-mon[96088]: pgmap v20463: 97 pgs: 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:36.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:36.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:37.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:37.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:37 smithi003 ceph-mon[96088]: 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-08T14:18:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:37 smithi094 ceph-mon[112176]: 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-08T14:18:38.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:38.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:39.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:39.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:39 smithi094 ceph-mon[112176]: pgmap v20465: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:39 smithi003 ceph-mon[96088]: pgmap v20465: 97 pgs: 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:40.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:40.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:41.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:41.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:42 smithi094 ceph-mon[112176]: 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-08T14:18:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:42 smithi003 ceph-mon[96088]: 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-08T14:18:42.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:42.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:43.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:43.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:44.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:43 smithi003 ceph-mon[96088]: 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-08T14:18:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:43 smithi094 ceph-mon[112176]: 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-08T14:18:44.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:44.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:45.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:45.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:46.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:45 smithi094 ceph-mon[112176]: pgmap v20468: 97 pgs: 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:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:45 smithi003 ceph-mon[96088]: pgmap v20468: 97 pgs: 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:46.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:46.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:47.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:47.701 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:47 smithi003 ceph-mon[96088]: 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-08T14:18:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:47 smithi094 ceph-mon[112176]: 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-08T14:18:48.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:48.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:49.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:49.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:50 smithi094 ceph-mon[112176]: pgmap v20470: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:50 smithi003 ceph-mon[96088]: pgmap v20470: 97 pgs: 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.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:50.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:51.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:51.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:52 smithi094 ceph-mon[112176]: 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-08T14:18:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:52 smithi003 ceph-mon[96088]: 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-08T14:18:52.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:52.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:53.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:53.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:53 smithi094 ceph-mon[112176]: 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-08T14:18:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:53 smithi003 ceph-mon[96088]: 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-08T14:18:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:54.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:54.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:55.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:55.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:55 smithi094 ceph-mon[112176]: pgmap v20473: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:55 smithi003 ceph-mon[96088]: pgmap v20473: 97 pgs: 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:56.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:56.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:57.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:57.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:18:57 smithi003 ceph-mon[96088]: 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-08T14:18:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:18:57 smithi094 ceph-mon[112176]: 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-08T14:18:58.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:58.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:59.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:18:59.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:00 smithi094 ceph-mon[112176]: pgmap v20475: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:00 smithi003 ceph-mon[96088]: pgmap v20475: 97 pgs: 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.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:00.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:01.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:01.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:02 smithi094 ceph-mon[112176]: 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-08T14:19:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:02 smithi003 ceph-mon[96088]: 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-08T14:19:02.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:02.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:03.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:03.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:03 smithi094 ceph-mon[112176]: 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-08T14:19:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:03 smithi003 ceph-mon[96088]: 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-08T14:19:04.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:04.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:05.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:05.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:05 smithi094 ceph-mon[112176]: pgmap v20478: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:05 smithi003 ceph-mon[96088]: pgmap v20478: 97 pgs: 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:06.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:06.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:07.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:07.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:08 smithi003 ceph-mon[96088]: 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-08T14:19:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:08 smithi094 ceph-mon[112176]: 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-08T14:19:08.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:08.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:09.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:09.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:09.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:10 smithi094 ceph-mon[112176]: pgmap v20480: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:10 smithi003 ceph-mon[96088]: pgmap v20480: 97 pgs: 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.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:10.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:11.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:11.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:12 smithi094 ceph-mon[112176]: 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-08T14:19:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:12 smithi003 ceph-mon[96088]: 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-08T14:19:12.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:12.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:13.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:13.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:13 smithi094 ceph-mon[112176]: 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-08T14:19:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:13 smithi003 ceph-mon[96088]: 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-08T14:19:14.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:14.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:15.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:15.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:16 smithi094 ceph-mon[112176]: pgmap v20483: 97 pgs: 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:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:19:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:19:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:19:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:19:16.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:19:16.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:19:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:16 smithi003 ceph-mon[96088]: pgmap v20483: 97 pgs: 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:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:19:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:19:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:19:16.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:19:16.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:19:16.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:19:16.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:16.750 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:17.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:17.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:18 smithi003 ceph-mon[96088]: 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-08T14:19:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:18 smithi094 ceph-mon[112176]: 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-08T14:19:18.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:18.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:19.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:19.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:20 smithi094 ceph-mon[112176]: pgmap v20485: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:20 smithi003 ceph-mon[96088]: pgmap v20485: 97 pgs: 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.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:20.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:21.757 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:21.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:22 smithi094 ceph-mon[112176]: 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-08T14:19:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:22 smithi003 ceph-mon[96088]: 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-08T14:19:22.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:22.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:23.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:23.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:23 smithi094 ceph-mon[112176]: 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-08T14:19:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:23 smithi003 ceph-mon[96088]: 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-08T14:19:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:24.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:24.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:25.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:25.764 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:26.309 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:26 smithi094 ceph-mon[112176]: pgmap v20488: 97 pgs: 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:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:26 smithi003 ceph-mon[96088]: pgmap v20488: 97 pgs: 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:26.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:26.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:27.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:27.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:28 smithi003 ceph-mon[96088]: 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-08T14:19:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:28 smithi094 ceph-mon[112176]: 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-08T14:19:28.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:28.769 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:29.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:29.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:30 smithi094 ceph-mon[112176]: pgmap v20490: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:30 smithi003 ceph-mon[96088]: pgmap v20490: 97 pgs: 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.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:30.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:31.774 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:31.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:32 smithi094 ceph-mon[112176]: 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-08T14:19:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:32 smithi003 ceph-mon[96088]: 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-08T14:19:32.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:32.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:33.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:33.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:33 smithi094 ceph-mon[112176]: 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-08T14:19:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:33 smithi003 ceph-mon[96088]: 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-08T14:19:34.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:34.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:35.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:35.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:36.413 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:36 smithi094 ceph-mon[112176]: pgmap v20493: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:36 smithi003 ceph-mon[96088]: pgmap v20493: 97 pgs: 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:36.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:36.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:37.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:37.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:38 smithi003 ceph-mon[96088]: 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-08T14:19:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:38 smithi094 ceph-mon[112176]: 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-08T14:19:38.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:38.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:39.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:39.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:40.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:40 smithi003 ceph-mon[96088]: pgmap v20495: 97 pgs: 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.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:40 smithi094 ceph-mon[112176]: pgmap v20495: 97 pgs: 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.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:40.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:41.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:41.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:42 smithi094 ceph-mon[112176]: 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-08T14:19:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:42 smithi003 ceph-mon[96088]: 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-08T14:19:42.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:42.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:43.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:43.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:43 smithi094 ceph-mon[112176]: 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-08T14:19:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:43 smithi003 ceph-mon[96088]: 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-08T14:19:44.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:44.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:45.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:45.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:46 smithi094 ceph-mon[112176]: pgmap v20498: 97 pgs: 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:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:46 smithi003 ceph-mon[96088]: pgmap v20498: 97 pgs: 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:46.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:46.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:47.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:47.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:48 smithi003 ceph-mon[96088]: 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-08T14:19:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:48 smithi094 ceph-mon[112176]: 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-08T14:19:48.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:48.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:49.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:49.804 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:50.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:50 smithi003 ceph-mon[96088]: pgmap v20500: 97 pgs: 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.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:50 smithi094 ceph-mon[112176]: pgmap v20500: 97 pgs: 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.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:50.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:51.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:51.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:52 smithi094 ceph-mon[112176]: 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-08T14:19:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:52 smithi003 ceph-mon[96088]: 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-08T14:19:52.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:52.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:53.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:53.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:53 smithi094 ceph-mon[112176]: 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-08T14:19:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:53 smithi003 ceph-mon[96088]: 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-08T14:19:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:54.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:54.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:55.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:55.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:56 smithi094 ceph-mon[112176]: pgmap v20503: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:56 smithi003 ceph-mon[96088]: pgmap v20503: 97 pgs: 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:56.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:56.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:57.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:57.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:19:58 smithi003 ceph-mon[96088]: 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-08T14:19:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:19:58 smithi094 ceph-mon[112176]: 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-08T14:19:58.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:58.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:59.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:19:59.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:00 smithi094 ceph-mon[112176]: pgmap v20505: 97 pgs: 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.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T14:20:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:00 smithi003 ceph-mon[96088]: pgmap v20505: 97 pgs: 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.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T14:20:00.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:00.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:01.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:01.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:02 smithi094 ceph-mon[112176]: 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-08T14:20:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:02 smithi003 ceph-mon[96088]: 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-08T14:20:02.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:03.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:03.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:04.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:03 smithi094 ceph-mon[112176]: 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-08T14:20:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:03 smithi003 ceph-mon[96088]: 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-08T14:20:04.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:04.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:05.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:05.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:06 smithi094 ceph-mon[112176]: pgmap v20508: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:06 smithi003 ceph-mon[96088]: pgmap v20508: 97 pgs: 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:06.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:06.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:07.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:07.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:08 smithi003 ceph-mon[96088]: 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-08T14:20:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:08 smithi094 ceph-mon[112176]: 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-08T14:20:08.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:08.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:09.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:09.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:10 smithi094 ceph-mon[112176]: pgmap v20510: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:10 smithi003 ceph-mon[96088]: pgmap v20510: 97 pgs: 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.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:10.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:11.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:11.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:12 smithi094 ceph-mon[112176]: 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-08T14:20:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:12 smithi003 ceph-mon[96088]: 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-08T14:20:12.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:12.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:13.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:13.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:13 smithi094 ceph-mon[112176]: 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-08T14:20:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:13 smithi003 ceph-mon[96088]: 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-08T14:20:14.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:14.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:15.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:15.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:16 smithi094 ceph-mon[112176]: pgmap v20513: 97 pgs: 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:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:16 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:20:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:16 smithi003 ceph-mon[96088]: pgmap v20513: 97 pgs: 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:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:16 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:20:16.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:16.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:20:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:20:17.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:20:17.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:20:17.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:20:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:20:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:20:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:20:17.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:20:17.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:20:17.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:17.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:18 smithi094 ceph-mon[112176]: 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-08T14:20:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:18 smithi003 ceph-mon[96088]: 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-08T14:20:18.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:18.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:19.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:19.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:20 smithi003 ceph-mon[96088]: pgmap v20515: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:20 smithi094 ceph-mon[112176]: pgmap v20515: 97 pgs: 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.856 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:20.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:21.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:21.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:22 smithi094 ceph-mon[112176]: 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-08T14:20:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:22 smithi003 ceph-mon[96088]: 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-08T14:20:22.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:22.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:23.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:23.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:23 smithi094 ceph-mon[112176]: 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-08T14:20:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:23 smithi003 ceph-mon[96088]: 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-08T14:20:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:24.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:24.863 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:25.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:25.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:26 smithi094 ceph-mon[112176]: pgmap v20518: 97 pgs: 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:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:26 smithi003 ceph-mon[96088]: pgmap v20518: 97 pgs: 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:26.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:26.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:27.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:27.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:28 smithi003 ceph-mon[96088]: 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-08T14:20:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:28 smithi094 ceph-mon[112176]: 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-08T14:20:28.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:28.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:29.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:29.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:30.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:30 smithi003 ceph-mon[96088]: pgmap v20520: 97 pgs: 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.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:30 smithi094 ceph-mon[112176]: pgmap v20520: 97 pgs: 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.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:30.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:31.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:31.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:32 smithi094 ceph-mon[112176]: 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-08T14:20:32.550 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:32 smithi003 ceph-mon[96088]: 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-08T14:20:32.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:32.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:33.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:33.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:33 smithi094 ceph-mon[112176]: 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-08T14:20:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:33 smithi003 ceph-mon[96088]: 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-08T14:20:34.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:34.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:35.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:35.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:36 smithi094 ceph-mon[112176]: pgmap v20523: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:36 smithi003 ceph-mon[96088]: pgmap v20523: 97 pgs: 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:36.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:36.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:37.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:38.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:38 smithi003 ceph-mon[96088]: 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-08T14:20:38.751 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:38 smithi094 ceph-mon[112176]: 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-08T14:20:38.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:38.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:39.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:39.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:40 smithi094 ceph-mon[112176]: pgmap v20525: 97 pgs: 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.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:40 smithi003 ceph-mon[96088]: pgmap v20525: 97 pgs: 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.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:40.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:41.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:41.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:42 smithi094 ceph-mon[112176]: 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-08T14:20:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:42 smithi003 ceph-mon[96088]: 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-08T14:20:42.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:42.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:43.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:43.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:43 smithi094 ceph-mon[112176]: 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-08T14:20:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:43 smithi003 ceph-mon[96088]: 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-08T14:20:44.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:44.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:45.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:45.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:46 smithi094 ceph-mon[112176]: pgmap v20528: 97 pgs: 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:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:46 smithi003 ceph-mon[96088]: pgmap v20528: 97 pgs: 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:46.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:46.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:47.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:47.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:48 smithi003 ceph-mon[96088]: 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-08T14:20:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:48 smithi094 ceph-mon[112176]: 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-08T14:20:48.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:48.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:49.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:49.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:50 smithi094 ceph-mon[112176]: pgmap v20530: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:50 smithi003 ceph-mon[96088]: pgmap v20530: 97 pgs: 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.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:50.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:51.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:51.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:52 smithi094 ceph-mon[112176]: 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-08T14:20:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:52 smithi003 ceph-mon[96088]: 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-08T14:20:52.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:52.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:53.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:53.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:53 smithi094 ceph-mon[112176]: 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-08T14:20:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:53 smithi003 ceph-mon[96088]: 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-08T14:20:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:54.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:54.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:55.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:55.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:56 smithi094 ceph-mon[112176]: pgmap v20533: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:56 smithi003 ceph-mon[96088]: pgmap v20533: 97 pgs: 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:56.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:57.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:57.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:57.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:20:58 smithi003 ceph-mon[96088]: 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-08T14:20:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:20:58 smithi094 ceph-mon[112176]: 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-08T14:20:58.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:58.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:59.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:20:59.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:00 smithi094 ceph-mon[112176]: pgmap v20535: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:00 smithi003 ceph-mon[96088]: pgmap v20535: 97 pgs: 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.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:00.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:01.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:01.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:02.298 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:02 smithi094 ceph-mon[112176]: 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-08T14:21:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:02 smithi003 ceph-mon[96088]: 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-08T14:21:02.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:02.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:03.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:03.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:03 smithi094 ceph-mon[112176]: 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-08T14:21:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:03 smithi003 ceph-mon[96088]: 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-08T14:21:04.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:04.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:05.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:05.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:06 smithi094 ceph-mon[112176]: pgmap v20538: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:06 smithi003 ceph-mon[96088]: pgmap v20538: 97 pgs: 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:06.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:06.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:07.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:07.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:08 smithi003 ceph-mon[96088]: 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-08T14:21:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:08 smithi094 ceph-mon[112176]: 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-08T14:21:08.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:08.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:09.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:09.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:10 smithi094 ceph-mon[112176]: pgmap v20540: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:10 smithi003 ceph-mon[96088]: pgmap v20540: 97 pgs: 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.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:10.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:11.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:11.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:12.403 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:12 smithi094 ceph-mon[112176]: 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-08T14:21:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:12 smithi003 ceph-mon[96088]: 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-08T14:21:12.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:12.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:13.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:13.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:13 smithi094 ceph-mon[112176]: 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-08T14:21:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:13 smithi003 ceph-mon[96088]: 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-08T14:21:14.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:14.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:15.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:15.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:16.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:16 smithi003 ceph-mon[96088]: pgmap v20543: 97 pgs: 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:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:16 smithi094 ceph-mon[112176]: pgmap v20543: 97 pgs: 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:16.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:16.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:17.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:17 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:21:17.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:17 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:21:17.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:17.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:18 smithi003 ceph-mon[96088]: 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-08T14:21:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:18 smithi094 ceph-mon[112176]: 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-08T14:21:18.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:18.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:19.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:19.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:20 smithi003 ceph-mon[96088]: pgmap v20545: 97 pgs: 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.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:21:20.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:21:20.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:21:20.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:21:20.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:21:20.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:21:20.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:21:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:20 smithi094 ceph-mon[112176]: pgmap v20545: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:21:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:21:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:21:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:21:20.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:21:20.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:21:20.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:21:20.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:20.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:21.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:21.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:22 smithi003 ceph-mon[96088]: 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-08T14:21:22.513 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:22 smithi094 ceph-mon[112176]: 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-08T14:21:22.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:22.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:23.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:23.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:23 smithi094 ceph-mon[112176]: 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-08T14:21:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:23 smithi003 ceph-mon[96088]: 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-08T14:21:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:24.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:24.963 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:25.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:25.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:26.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:26 smithi003 ceph-mon[96088]: pgmap v20548: 97 pgs: 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:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:26 smithi094 ceph-mon[112176]: pgmap v20548: 97 pgs: 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:26.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:26.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:27.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:27.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:28 smithi003 ceph-mon[96088]: 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-08T14:21:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:28 smithi094 ceph-mon[112176]: 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-08T14:21:28.969 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:28.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:29.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:29.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:30 smithi094 ceph-mon[112176]: pgmap v20550: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:30 smithi003 ceph-mon[96088]: pgmap v20550: 97 pgs: 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.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:30.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:31.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:31.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:32 smithi094 ceph-mon[112176]: 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-08T14:21:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:32 smithi003 ceph-mon[96088]: 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-08T14:21:32.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:32.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:33.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:33.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:33 smithi094 ceph-mon[112176]: 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-08T14:21:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:33 smithi003 ceph-mon[96088]: 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-08T14:21:34.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:34.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:35.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:35.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:36 smithi094 ceph-mon[112176]: pgmap v20553: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:36 smithi003 ceph-mon[96088]: pgmap v20553: 97 pgs: 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:36.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:36.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:37.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:37.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:38 smithi003 ceph-mon[96088]: 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-08T14:21:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:38 smithi094 ceph-mon[112176]: 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-08T14:21:38.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:38.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:39.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:39.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:40 smithi094 ceph-mon[112176]: pgmap v20555: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:40 smithi003 ceph-mon[96088]: pgmap v20555: 97 pgs: 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.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:40.990 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:41.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:41.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:42 smithi094 ceph-mon[112176]: 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-08T14:21:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:42 smithi003 ceph-mon[96088]: 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-08T14:21:42.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:42.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:43.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:43.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:44.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:43 smithi094 ceph-mon[112176]: 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-08T14:21:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:43 smithi003 ceph-mon[96088]: 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-08T14:21:44.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:44.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:45.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:46.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:46.707 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:46 smithi094 ceph-mon[112176]: pgmap v20558: 97 pgs: 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:46.707 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:46 smithi003 ceph-mon[96088]: pgmap v20558: 97 pgs: 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:47.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:47.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:48.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:48.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:48 smithi003 ceph-mon[96088]: 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-08T14:21:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:48 smithi094 ceph-mon[112176]: 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-08T14:21:49.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:49.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:50.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:50.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:50 smithi094 ceph-mon[112176]: pgmap v20560: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:50 smithi003 ceph-mon[96088]: pgmap v20560: 97 pgs: 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:51.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:51.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:52.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:52.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:52 smithi094 ceph-mon[112176]: 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-08T14:21:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:52 smithi003 ceph-mon[96088]: 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-08T14:21:53.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:53.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:54.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:54.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:53 smithi094 ceph-mon[112176]: 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-08T14:21:54.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:53 smithi003 ceph-mon[96088]: 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-08T14:21:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:55.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:55.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:56.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:56.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:56.322 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:56 smithi003 ceph-mon[96088]: pgmap v20563: 97 pgs: 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:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:56 smithi094 ceph-mon[112176]: pgmap v20563: 97 pgs: 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:57.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:57.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:58.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:58.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:58.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:21:58 smithi094 ceph-mon[112176]: 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-08T14:21:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:21:58 smithi003 ceph-mon[96088]: 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-08T14:21:59.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:21:59.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:00.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:00.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:00 smithi094 ceph-mon[112176]: pgmap v20565: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:00 smithi003 ceph-mon[96088]: pgmap v20565: 97 pgs: 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:01.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:01.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:02.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:02.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:02 smithi094 ceph-mon[112176]: 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-08T14:22:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:02 smithi003 ceph-mon[96088]: 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-08T14:22:03.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:03.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:04.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:04.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:04.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:03 smithi094 ceph-mon[112176]: 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-08T14:22:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:03 smithi003 ceph-mon[96088]: 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-08T14:22:05.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:05.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:06.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:06.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:06 smithi094 ceph-mon[112176]: pgmap v20568: 97 pgs: 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:06.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:06 smithi003 ceph-mon[96088]: pgmap v20568: 97 pgs: 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:07.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:07.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:08.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:08.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:08 smithi003 ceph-mon[96088]: 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-08T14:22:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:08 smithi094 ceph-mon[112176]: 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-08T14:22:09.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:09.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:10.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:10.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:10 smithi094 ceph-mon[112176]: pgmap v20570: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:10 smithi003 ceph-mon[96088]: pgmap v20570: 97 pgs: 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:11.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:11.043 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:12.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:12.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:12 smithi094 ceph-mon[112176]: 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-08T14:22:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:12 smithi003 ceph-mon[96088]: 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-08T14:22:13.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:13.046 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:14.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:14.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:14.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:13 smithi094 ceph-mon[112176]: 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-08T14:22:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:13 smithi003 ceph-mon[96088]: 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-08T14:22:15.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:15.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:16.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:16.051 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:16 smithi094 ceph-mon[112176]: pgmap v20573: 97 pgs: 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:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:16 smithi003 ceph-mon[96088]: pgmap v20573: 97 pgs: 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:17.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:17.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:18.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:18.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:18 smithi003 ceph-mon[96088]: 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-08T14:22:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:18 smithi094 ceph-mon[112176]: 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-08T14:22:19.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:19.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:20.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:20.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:20 smithi094 ceph-mon[112176]: pgmap v20575: 97 pgs: 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.446 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:20 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:22:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:20 smithi003 ceph-mon[96088]: pgmap v20575: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:20 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:22:21.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:21.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:22:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:22:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:22:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:22:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:22:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:22:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:22:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:22:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:22:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:22:22.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:22.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:22 smithi094 ceph-mon[112176]: 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-08T14:22:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:22 smithi003 ceph-mon[96088]: 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-08T14:22:23.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:23.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:24.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:24.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:23 smithi003 ceph-mon[96088]: 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-08T14:22:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:23 smithi094 ceph-mon[112176]: 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-08T14:22:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:25.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:25.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:26.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:26.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:26 smithi094 ceph-mon[112176]: pgmap v20578: 97 pgs: 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:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:26 smithi003 ceph-mon[96088]: pgmap v20578: 97 pgs: 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:27.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:27.068 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:28.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:28.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:28.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:28 smithi003 ceph-mon[96088]: 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-08T14:22:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:28 smithi094 ceph-mon[112176]: 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-08T14:22:29.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:29.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:30.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:30.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:30 smithi094 ceph-mon[112176]: pgmap v20580: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:30 smithi003 ceph-mon[96088]: pgmap v20580: 97 pgs: 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:31.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:31.075 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:32.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:32.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:32 smithi094 ceph-mon[112176]: 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-08T14:22:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:32 smithi003 ceph-mon[96088]: 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-08T14:22:33.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:33.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:34.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:34.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:33 smithi003 ceph-mon[96088]: 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-08T14:22:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:33 smithi094 ceph-mon[112176]: 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-08T14:22:35.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:35.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:36.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:36.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:36 smithi094 ceph-mon[112176]: pgmap v20583: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:36 smithi003 ceph-mon[96088]: pgmap v20583: 97 pgs: 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:37.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:37.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:38.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:38.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:38 smithi003 ceph-mon[96088]: 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-08T14:22:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:38 smithi094 ceph-mon[112176]: 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-08T14:22:39.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:39.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:40.090 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:40.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:40 smithi094 ceph-mon[112176]: pgmap v20585: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:40 smithi003 ceph-mon[96088]: pgmap v20585: 97 pgs: 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:41.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:41.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:42.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:42.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:42.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:42 smithi003 ceph-mon[96088]: 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-08T14:22:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:42 smithi094 ceph-mon[112176]: 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-08T14:22:43.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:43.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:44.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:44.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:43 smithi003 ceph-mon[96088]: 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-08T14:22:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:43 smithi094 ceph-mon[112176]: 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-08T14:22:45.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:45.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:46.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:46.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:46 smithi094 ceph-mon[112176]: pgmap v20588: 97 pgs: 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:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:46 smithi003 ceph-mon[96088]: pgmap v20588: 97 pgs: 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:47.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:47.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:48.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:48.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:48 smithi003 ceph-mon[96088]: 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-08T14:22:48.408 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:48 smithi094 ceph-mon[112176]: 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-08T14:22:49.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:49.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:50.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:50.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:50 smithi094 ceph-mon[112176]: pgmap v20590: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:50 smithi003 ceph-mon[96088]: pgmap v20590: 97 pgs: 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:51.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:51.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:52.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:52.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:52.236 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:52 smithi003 ceph-mon[96088]: 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-08T14:22:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:52 smithi094 ceph-mon[112176]: 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-08T14:22:53.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:53.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:54.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:54.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:53 smithi003 ceph-mon[96088]: 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-08T14:22:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:53 smithi094 ceph-mon[112176]: 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-08T14:22:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:55.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:55.115 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:56.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:56.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:56 smithi094 ceph-mon[112176]: pgmap v20593: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:56 smithi003 ceph-mon[96088]: pgmap v20593: 97 pgs: 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:57.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:57.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:58.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:58.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:58.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:22:58 smithi003 ceph-mon[96088]: 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-08T14:22:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:22:58 smithi094 ceph-mon[112176]: 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-08T14:22:59.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:22:59.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:00.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:00.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:00 smithi094 ceph-mon[112176]: pgmap v20595: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:00 smithi003 ceph-mon[96088]: pgmap v20595: 97 pgs: 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:01.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:01.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:02.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:02.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:02 smithi094 ceph-mon[112176]: 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-08T14:23:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:02 smithi003 ceph-mon[96088]: 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-08T14:23:03.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:03.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:04.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:04.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:03 smithi003 ceph-mon[96088]: 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-08T14:23:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:03 smithi094 ceph-mon[112176]: 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-08T14:23:05.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:05.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:06.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:06.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:06 smithi094 ceph-mon[112176]: pgmap v20598: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:06 smithi003 ceph-mon[96088]: pgmap v20598: 97 pgs: 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:07.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:07.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:08.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:08.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:08.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:08 smithi003 ceph-mon[96088]: 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-08T14:23:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:08 smithi094 ceph-mon[112176]: 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-08T14:23:09.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:09.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:10.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:10.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:10 smithi094 ceph-mon[112176]: pgmap v20600: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:10 smithi003 ceph-mon[96088]: pgmap v20600: 97 pgs: 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:11.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:11.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:12.141 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:12.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:12 smithi094 ceph-mon[112176]: 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-08T14:23:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:12 smithi003 ceph-mon[96088]: 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-08T14:23:13.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:13.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:14.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:14.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:13 smithi003 ceph-mon[96088]: 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-08T14:23:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:13 smithi094 ceph-mon[112176]: 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-08T14:23:15.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:15.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:16.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:16.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:16 smithi094 ceph-mon[112176]: pgmap v20603: 97 pgs: 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:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:16 smithi003 ceph-mon[96088]: pgmap v20603: 97 pgs: 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:17.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:17.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:18.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:18.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:18 smithi003 ceph-mon[96088]: 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-08T14:23:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:18 smithi094 ceph-mon[112176]: 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-08T14:23:19.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:19.154 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:20.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:20.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:20 smithi094 ceph-mon[112176]: pgmap v20605: 97 pgs: 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:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:20 smithi003 ceph-mon[96088]: pgmap v20605: 97 pgs: 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:21.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:21.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:21.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:21 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:23:21.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:21 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:23:22.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:22.159 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:22 smithi094 ceph-mon[112176]: 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-08T14:23:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:22 smithi003 ceph-mon[96088]: 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-08T14:23:23.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:23.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:24.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:24.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:23 smithi094 ceph-mon[112176]: 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-08T14:23:24.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:23 smithi003 ceph-mon[96088]: 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-08T14:23:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:25.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:25.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:26.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:26.164 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:26 smithi003 ceph-mon[96088]: pgmap v20608: 97 pgs: 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:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:23:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:23:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:23:26.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:23:26.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:23:26.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:23:26.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:23:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:26 smithi094 ceph-mon[112176]: pgmap v20608: 97 pgs: 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:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:23:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:23:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:23:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:23:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:23:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:23:26.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:23:27.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:27.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:28.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:28.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:28 smithi003 ceph-mon[96088]: 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-08T14:23:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:28 smithi094 ceph-mon[112176]: 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-08T14:23:29.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:29.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:30.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:30.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:30 smithi003 ceph-mon[96088]: pgmap v20610: 97 pgs: 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:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:30 smithi094 ceph-mon[112176]: pgmap v20610: 97 pgs: 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:31.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:31.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:32.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:32.174 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:32 smithi003 ceph-mon[96088]: 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-08T14:23:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:32 smithi094 ceph-mon[112176]: 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-08T14:23:33.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:33.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:34.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:33 smithi094 ceph-mon[112176]: 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-08T14:23:34.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:34.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:33 smithi003 ceph-mon[96088]: 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-08T14:23:35.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:35.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:36.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:36.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:36 smithi094 ceph-mon[112176]: pgmap v20613: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:36 smithi003 ceph-mon[96088]: pgmap v20613: 97 pgs: 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:37.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:37.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:38.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:38.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:38.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:38 smithi003 ceph-mon[96088]: 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-08T14:23:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:38 smithi094 ceph-mon[112176]: 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-08T14:23:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:40.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:40.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:40 smithi094 ceph-mon[112176]: pgmap v20615: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:40 smithi003 ceph-mon[96088]: pgmap v20615: 97 pgs: 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:41.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:41.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:42.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:42.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:42 smithi094 ceph-mon[112176]: 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-08T14:23:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:42 smithi003 ceph-mon[96088]: 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-08T14:23:43.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:43.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:44.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:44.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:43 smithi003 ceph-mon[96088]: 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-08T14:23:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:43 smithi094 ceph-mon[112176]: 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-08T14:23:45.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:45.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:46.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:46.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:46 smithi094 ceph-mon[112176]: pgmap v20618: 97 pgs: 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:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:46 smithi003 ceph-mon[96088]: pgmap v20618: 97 pgs: 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:47.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:47.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:48.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:48.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:48 smithi003 ceph-mon[96088]: 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-08T14:23:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:48 smithi094 ceph-mon[112176]: 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-08T14:23:49.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:49.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:50.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:50.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:50 smithi094 ceph-mon[112176]: pgmap v20620: 97 pgs: 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:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:50 smithi003 ceph-mon[96088]: pgmap v20620: 97 pgs: 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:51.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:51.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:52.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:52.207 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:52 smithi094 ceph-mon[112176]: 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-08T14:23:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:52 smithi003 ceph-mon[96088]: 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-08T14:23:53.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:53.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:54.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:54.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:53 smithi003 ceph-mon[96088]: 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-08T14:23:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:53 smithi094 ceph-mon[112176]: 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-08T14:23:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:55.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:55.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:56.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:56.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:56 smithi094 ceph-mon[112176]: pgmap v20623: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:56 smithi003 ceph-mon[96088]: pgmap v20623: 97 pgs: 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:57.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:57.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:58.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:58.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:23:58 smithi094 ceph-mon[112176]: 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-08T14:23:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:23:58 smithi003 ceph-mon[96088]: 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-08T14:23:59.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:23:59.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:00.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:00.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:00 smithi094 ceph-mon[112176]: pgmap v20625: 97 pgs: 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:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:00 smithi003 ceph-mon[96088]: pgmap v20625: 97 pgs: 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:01.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:01.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:02.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:02.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:02 smithi094 ceph-mon[112176]: 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-08T14:24:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:02 smithi003 ceph-mon[96088]: 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-08T14:24:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:03.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:04.196 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:03 smithi094 ceph-mon[112176]: 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-08T14:24:04.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:04.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:03 smithi003 ceph-mon[96088]: 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-08T14:24:05.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:05.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:06.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:06.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:06 smithi094 ceph-mon[112176]: pgmap v20628: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:06 smithi003 ceph-mon[96088]: pgmap v20628: 97 pgs: 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:07.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:07.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:08.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:08.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:08 smithi094 ceph-mon[112176]: 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-08T14:24:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:08 smithi003 ceph-mon[96088]: 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-08T14:24:09.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:09.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:09.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:09.842 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:10.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:10.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:10 smithi094 ceph-mon[112176]: pgmap v20630: 97 pgs: 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:10.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:10 smithi003 ceph-mon[96088]: pgmap v20630: 97 pgs: 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:11.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:11.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:12.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:12.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:12 smithi094 ceph-mon[112176]: 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-08T14:24:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:12 smithi003 ceph-mon[96088]: 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-08T14:24:13.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:13.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:13 smithi003 ceph-mon[96088]: 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-08T14:24:14.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:14.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:14.301 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:13 smithi094 ceph-mon[112176]: 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-08T14:24:15.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:15.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:16.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:16.248 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:16 smithi094 ceph-mon[112176]: pgmap v20633: 97 pgs: 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:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:16 smithi003 ceph-mon[96088]: pgmap v20633: 97 pgs: 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:17.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:17.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:18.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:18 smithi003 ceph-mon[96088]: 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-08T14:24:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:18.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:18 smithi094 ceph-mon[112176]: 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-08T14:24:19.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:19.253 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:20.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:20.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:20 smithi094 ceph-mon[112176]: pgmap v20635: 97 pgs: 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:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:20 smithi003 ceph-mon[96088]: pgmap v20635: 97 pgs: 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:21.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:21.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:22.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:22.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:22 smithi094 ceph-mon[112176]: 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-08T14:24:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:22 smithi003 ceph-mon[96088]: 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-08T14:24:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:23.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:23 smithi003 ceph-mon[96088]: 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-08T14:24:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:24.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:24.406 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:23 smithi094 ceph-mon[112176]: 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-08T14:24:24.406 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:25.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:25.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:26.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:26.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:26 smithi094 ceph-mon[112176]: pgmap v20638: 97 pgs: 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:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:24:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:24:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:26 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:24:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:26 smithi003 ceph-mon[96088]: pgmap v20638: 97 pgs: 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:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:24:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:24:26.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:26 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:24:27.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:27.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:24:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:24:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:24:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:24:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:24:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:24:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:24:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:24:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:24:27.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:24:28.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:28.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:28 smithi094 ceph-mon[112176]: 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-08T14:24:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:28 smithi003 ceph-mon[96088]: 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-08T14:24:29.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:29.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:30.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:30.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:30 smithi094 ceph-mon[112176]: pgmap v20640: 97 pgs: 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:30.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:30 smithi003 ceph-mon[96088]: pgmap v20640: 97 pgs: 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:31.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:31.273 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:32.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:32.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:32 smithi094 ceph-mon[112176]: 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-08T14:24:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:32 smithi003 ceph-mon[96088]: 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-08T14:24:33.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:33.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:33 smithi003 ceph-mon[96088]: 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-08T14:24:34.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:34.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:33 smithi094 ceph-mon[112176]: 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-08T14:24:35.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:35.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:36.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:36.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:36 smithi094 ceph-mon[112176]: pgmap v20643: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:36 smithi003 ceph-mon[96088]: pgmap v20643: 97 pgs: 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:37.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:37.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:38.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:38 smithi003 ceph-mon[96088]: 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-08T14:24:38.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:38.285 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:38 smithi094 ceph-mon[112176]: 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-08T14:24:39.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:39.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:40.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:40.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:40.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:40 smithi094 ceph-mon[112176]: pgmap v20645: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:40 smithi003 ceph-mon[96088]: pgmap v20645: 97 pgs: 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:41.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:41.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:42.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:42.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:42 smithi094 ceph-mon[112176]: 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-08T14:24:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:42 smithi003 ceph-mon[96088]: 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-08T14:24:43.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:43.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:43 smithi003 ceph-mon[96088]: 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-08T14:24:44.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:44.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:43 smithi094 ceph-mon[112176]: 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-08T14:24:45.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:45.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:46.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:46.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:46 smithi094 ceph-mon[112176]: pgmap v20648: 97 pgs: 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:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:46 smithi003 ceph-mon[96088]: pgmap v20648: 97 pgs: 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:47.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:47.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:48.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:48 smithi003 ceph-mon[96088]: 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-08T14:24:48.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:48.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:48 smithi094 ceph-mon[112176]: 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-08T14:24:49.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:49.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:50.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:50.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:50 smithi094 ceph-mon[112176]: pgmap v20650: 97 pgs: 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.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:50 smithi003 ceph-mon[96088]: pgmap v20650: 97 pgs: 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:51.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:51.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:52.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:52.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:52 smithi094 ceph-mon[112176]: 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-08T14:24:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:52 smithi003 ceph-mon[96088]: 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-08T14:24:53.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:53.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:53 smithi003 ceph-mon[96088]: 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-08T14:24:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:54.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:54.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:53 smithi094 ceph-mon[112176]: 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-08T14:24:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:55.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:55.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:56.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:56.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:56 smithi094 ceph-mon[112176]: pgmap v20653: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:56 smithi003 ceph-mon[96088]: pgmap v20653: 97 pgs: 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:57.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:57.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:58.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:58.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:58.384 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:24:58 smithi003 ceph-mon[96088]: 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-08T14:24:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:24:58 smithi094 ceph-mon[112176]: 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-08T14:24:59.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:24:59.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:00.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:00.322 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:00 smithi094 ceph-mon[112176]: pgmap v20655: 97 pgs: 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:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:00 smithi003 ceph-mon[96088]: pgmap v20655: 97 pgs: 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:01.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:01.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:02.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:02.325 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:02 smithi094 ceph-mon[112176]: 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-08T14:25:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:02 smithi003 ceph-mon[96088]: 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-08T14:25:03.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:03.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:03 smithi003 ceph-mon[96088]: 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-08T14:25:04.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:04.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:03 smithi094 ceph-mon[112176]: 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-08T14:25:05.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:05.330 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:06.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:06.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:06 smithi094 ceph-mon[112176]: pgmap v20658: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:06 smithi003 ceph-mon[96088]: pgmap v20658: 97 pgs: 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:07.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:07.333 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:08.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:08.335 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:08 smithi094 ceph-mon[112176]: 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-08T14:25:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:08 smithi003 ceph-mon[96088]: 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-08T14:25:09.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:09.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:10.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:10 smithi094 ceph-mon[112176]: pgmap v20660: 97 pgs: 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.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:10.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:10 smithi003 ceph-mon[96088]: pgmap v20660: 97 pgs: 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:11.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:11.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:12.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:12.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:12 smithi094 ceph-mon[112176]: 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-08T14:25:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:12 smithi003 ceph-mon[96088]: 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-08T14:25:13.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:13.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:13 smithi003 ceph-mon[96088]: 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-08T14:25:14.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:14.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:13 smithi094 ceph-mon[112176]: 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-08T14:25:15.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:15.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:16.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:16.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:16 smithi094 ceph-mon[112176]: pgmap v20663: 97 pgs: 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:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:16 smithi003 ceph-mon[96088]: pgmap v20663: 97 pgs: 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:17.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:17.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:18.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:18.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:18 smithi094 ceph-mon[112176]: 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-08T14:25:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:18 smithi003 ceph-mon[96088]: 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-08T14:25:19.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:19.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:20.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:20.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:20 smithi094 ceph-mon[112176]: pgmap v20665: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:20 smithi003 ceph-mon[96088]: pgmap v20665: 97 pgs: 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:21.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:21.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:22.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:22.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:22 smithi094 ceph-mon[112176]: 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-08T14:25:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:22 smithi003 ceph-mon[96088]: 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-08T14:25:23.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:23.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:23 smithi003 ceph-mon[96088]: 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-08T14:25:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:24.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:24.366 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:23 smithi094 ceph-mon[112176]: 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-08T14:25:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:25.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:25.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:26.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:26.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:26 smithi094 ceph-mon[112176]: pgmap v20668: 97 pgs: 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:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:26 smithi003 ceph-mon[96088]: pgmap v20668: 97 pgs: 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:27.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:27.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:27.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:27 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:25:27.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:27 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:25:28.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:28.373 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:28 smithi094 ceph-mon[112176]: 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-08T14:25:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:25:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:25:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:25:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:25:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:25:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:28 smithi003 ceph-mon[96088]: 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-08T14:25:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:25:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:25:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:25:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:25:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:25:29.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:29.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:30.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:30.376 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:30 smithi094 ceph-mon[112176]: pgmap v20670: 97 pgs: 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:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:30 smithi003 ceph-mon[96088]: pgmap v20670: 97 pgs: 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:31.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:31.378 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:32.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:33.038 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:33.039 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:32 smithi094 ceph-mon[112176]: 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-08T14:25:33.039 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:32 smithi003 ceph-mon[96088]: 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-08T14:25:33.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:33.381 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:33 smithi003 ceph-mon[96088]: 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-08T14:25:34.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:34.383 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:33 smithi094 ceph-mon[112176]: 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-08T14:25:35.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:35.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:36.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:36.386 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:36 smithi094 ceph-mon[112176]: pgmap v20673: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:36 smithi003 ceph-mon[96088]: pgmap v20673: 97 pgs: 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:37.388 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:37.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:38.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:38.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:38 smithi094 ceph-mon[112176]: 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-08T14:25:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:38 smithi003 ceph-mon[96088]: 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-08T14:25:39.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:39.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:40.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:40.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:40 smithi094 ceph-mon[112176]: pgmap v20675: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:40 smithi003 ceph-mon[96088]: pgmap v20675: 97 pgs: 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:41.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:41.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:42.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:42.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:42 smithi094 ceph-mon[112176]: 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-08T14:25:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:42 smithi003 ceph-mon[96088]: 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-08T14:25:43.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:43.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:43 smithi003 ceph-mon[96088]: 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-08T14:25:44.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:44.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:43 smithi094 ceph-mon[112176]: 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-08T14:25:45.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:45.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:46.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:46.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:46 smithi094 ceph-mon[112176]: pgmap v20678: 97 pgs: 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:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:46 smithi003 ceph-mon[96088]: pgmap v20678: 97 pgs: 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:47.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:47.405 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:48.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:48.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:48 smithi094 ceph-mon[112176]: 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-08T14:25:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:48 smithi003 ceph-mon[96088]: 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-08T14:25:49.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:49.408 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:50.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:50.410 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:50 smithi094 ceph-mon[112176]: pgmap v20680: 97 pgs: 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:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:50 smithi003 ceph-mon[96088]: pgmap v20680: 97 pgs: 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:51.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:51.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:52.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:52.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:52 smithi094 ceph-mon[112176]: 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-08T14:25:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:52 smithi003 ceph-mon[96088]: 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-08T14:25:53.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:53.415 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:53 smithi003 ceph-mon[96088]: 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-08T14:25:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:53 smithi094 ceph-mon[112176]: 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-08T14:25:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:54.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:54.417 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:55.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:55.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:56 smithi094 ceph-mon[112176]: pgmap v20683: 97 pgs: 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:56.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:56.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:56 smithi003 ceph-mon[96088]: pgmap v20683: 97 pgs: 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:57.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:57.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:58.419 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:25:58 smithi094 ceph-mon[112176]: 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-08T14:25:58.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:58.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:25:58 smithi003 ceph-mon[96088]: 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-08T14:25:59.425 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:25:59.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:00.404 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:00 smithi094 ceph-mon[112176]: pgmap v20685: 97 pgs: 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:00.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:00.427 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:00 smithi003 ceph-mon[96088]: pgmap v20685: 97 pgs: 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:01.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:01.429 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:02 smithi094 ceph-mon[112176]: 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-08T14:26:02.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:02.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:02 smithi003 ceph-mon[96088]: 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-08T14:26:03.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:03.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:03 smithi003 ceph-mon[96088]: 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-08T14:26:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:03 smithi094 ceph-mon[112176]: 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-08T14:26:04.434 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:04.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:05.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:05.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:06 smithi094 ceph-mon[112176]: pgmap v20688: 97 pgs: 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:06.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:06.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:06 smithi003 ceph-mon[96088]: pgmap v20688: 97 pgs: 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:07.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:07.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:08 smithi094 ceph-mon[112176]: 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-08T14:26:08.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:08.442 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:08 smithi003 ceph-mon[96088]: 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-08T14:26:09.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:09.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:09.444 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:10.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:10 smithi094 ceph-mon[112176]: pgmap v20690: 97 pgs: 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:10.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:10.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:10.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:10 smithi003 ceph-mon[96088]: pgmap v20690: 97 pgs: 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:11.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:11.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:12.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:12 smithi094 ceph-mon[112176]: 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-08T14:26:12.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:12.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:12 smithi003 ceph-mon[96088]: 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-08T14:26:13.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:13.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:14.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:13 smithi003 ceph-mon[96088]: 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-08T14:26:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:13 smithi094 ceph-mon[112176]: 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-08T14:26:14.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:14.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:15.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:15.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:16 smithi094 ceph-mon[112176]: pgmap v20693: 97 pgs: 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:16.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:16.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:16 smithi003 ceph-mon[96088]: pgmap v20693: 97 pgs: 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:17.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:17.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:18 smithi094 ceph-mon[112176]: 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-08T14:26:18.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:18.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:18 smithi003 ceph-mon[96088]: 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-08T14:26:19.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:19.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:20.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:20 smithi094 ceph-mon[112176]: pgmap v20695: 97 pgs: 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:20.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:20.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:20 smithi003 ceph-mon[96088]: pgmap v20695: 97 pgs: 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:21.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:21.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:22.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:22 smithi094 ceph-mon[112176]: 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-08T14:26:22.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:22.466 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:22 smithi003 ceph-mon[96088]: 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-08T14:26:23.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:23.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:23 smithi003 ceph-mon[96088]: 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-08T14:26:24.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:23 smithi094 ceph-mon[112176]: 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-08T14:26:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:24.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:24.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:25.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:25.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:26 smithi094 ceph-mon[112176]: pgmap v20698: 97 pgs: 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:26.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:26.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:26 smithi003 ceph-mon[96088]: pgmap v20698: 97 pgs: 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:27.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:27.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: 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-08T14:26:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:26:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:26:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:26:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:26:28.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:26:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:26:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:26:28.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:28 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:26:28.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:28.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: 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-08T14:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:26:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:26:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:26:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:26:28.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:28 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:26:29.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:29.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:30 smithi094 ceph-mon[112176]: pgmap v20700: 97 pgs: 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:30.478 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:30.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:30.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:30 smithi003 ceph-mon[96088]: pgmap v20700: 97 pgs: 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:31.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:31.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:32 smithi094 ceph-mon[112176]: 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-08T14:26:32.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:32.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:32 smithi003 ceph-mon[96088]: 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-08T14:26:33.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:33.483 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:34.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:33 smithi003 ceph-mon[96088]: 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-08T14:26:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:33 smithi094 ceph-mon[112176]: 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-08T14:26:34.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:34.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:35.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:35.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:36 smithi094 ceph-mon[112176]: pgmap v20703: 97 pgs: 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:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:36 smithi003 ceph-mon[96088]: pgmap v20703: 97 pgs: 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:36.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:36.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:37.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:37.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:38.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:38 smithi094 ceph-mon[112176]: 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-08T14:26:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:38 smithi003 ceph-mon[96088]: 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-08T14:26:38.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:38.491 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:39.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:39.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:39.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:40.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:40 smithi094 ceph-mon[112176]: pgmap v20705: 97 pgs: 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:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:40 smithi003 ceph-mon[96088]: pgmap v20705: 97 pgs: 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:40.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:40.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:41.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:41.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:42 smithi094 ceph-mon[112176]: 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-08T14:26:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:42 smithi003 ceph-mon[96088]: 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-08T14:26:42.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:42.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:43.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:43.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:44.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:43 smithi003 ceph-mon[96088]: 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-08T14:26:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:43 smithi094 ceph-mon[112176]: 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-08T14:26:44.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:44.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:45.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:45.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:46 smithi094 ceph-mon[112176]: pgmap v20708: 97 pgs: 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:46.558 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:46 smithi003 ceph-mon[96088]: pgmap v20708: 97 pgs: 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:46.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:46.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:47.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:47.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:48.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:48 smithi094 ceph-mon[112176]: 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-08T14:26:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:48 smithi003 ceph-mon[96088]: 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-08T14:26:48.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:48.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:49.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:49.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:50.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:50 smithi094 ceph-mon[112176]: pgmap v20710: 97 pgs: 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:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:50 smithi003 ceph-mon[96088]: pgmap v20710: 97 pgs: 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:50.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:50.512 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:51.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:51.514 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:52.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:52 smithi094 ceph-mon[112176]: 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-08T14:26:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:52 smithi003 ceph-mon[96088]: 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-08T14:26:52.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:52.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:53.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:53.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:53 smithi003 ceph-mon[96088]: 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-08T14:26:54.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:53 smithi094 ceph-mon[112176]: 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-08T14:26:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:54.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:54.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:55.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:55.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:56.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:56 smithi094 ceph-mon[112176]: pgmap v20713: 97 pgs: 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:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:56 smithi003 ceph-mon[96088]: pgmap v20713: 97 pgs: 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:56.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:56.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:57.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:57.525 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:58.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:26:58 smithi094 ceph-mon[112176]: 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-08T14:26:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:26:58 smithi003 ceph-mon[96088]: 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-08T14:26:58.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:58.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:59.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:26:59.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:00.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:00 smithi094 ceph-mon[112176]: pgmap v20715: 97 pgs: 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:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:00 smithi003 ceph-mon[96088]: pgmap v20715: 97 pgs: 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:00.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:00.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:01.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:01.532 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:02.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:02 smithi094 ceph-mon[112176]: 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-08T14:27:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:02 smithi003 ceph-mon[96088]: 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-08T14:27:02.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:02.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:03.535 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:03.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:03 smithi003 ceph-mon[96088]: 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-08T14:27:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:03 smithi094 ceph-mon[112176]: 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-08T14:27:04.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:04.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:05.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:05.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:06 smithi094 ceph-mon[112176]: pgmap v20718: 97 pgs: 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:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:06 smithi003 ceph-mon[96088]: pgmap v20718: 97 pgs: 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:06.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:06.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:07.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:07.542 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:08 smithi094 ceph-mon[112176]: 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-08T14:27:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:08 smithi003 ceph-mon[96088]: 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-08T14:27:08.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:08.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:09.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:09.547 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:10 smithi003 ceph-mon[96088]: pgmap v20720: 97 pgs: 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:10.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:10.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:10 smithi094 ceph-mon[112176]: pgmap v20720: 97 pgs: 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:11.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:11.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:12 smithi003 ceph-mon[96088]: 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-08T14:27:12.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:12.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:12 smithi094 ceph-mon[112176]: 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-08T14:27:13.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:13.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:13 smithi003 ceph-mon[96088]: 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-08T14:27:14.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:14.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:15.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:15.556 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:13 smithi094 ceph-mon[112176]: 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-08T14:27:16.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:16 smithi094 ceph-mon[112176]: pgmap v20723: 97 pgs: 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:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:16 smithi003 ceph-mon[96088]: pgmap v20723: 97 pgs: 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:16.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:16.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:17.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:17.560 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:18 smithi003 ceph-mon[96088]: 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-08T14:27:18.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:18.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:18 smithi094 ceph-mon[112176]: 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-08T14:27:19.562 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:19.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:20 smithi003 ceph-mon[96088]: pgmap v20725: 97 pgs: 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:20.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:20.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:20 smithi094 ceph-mon[112176]: pgmap v20725: 97 pgs: 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:21.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:21.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:22 smithi003 ceph-mon[96088]: 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-08T14:27:22.567 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:22.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:22 smithi094 ceph-mon[112176]: 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-08T14:27:23.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:23.569 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:23 smithi094 ceph-mon[112176]: 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-08T14:27:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:23 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:23 smithi003 ceph-mon[96088]: 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-08T14:27:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:23 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:24.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:24.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:25.572 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:25.573 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:26.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:26 smithi094 ceph-mon[112176]: pgmap v20728: 97 pgs: 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:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:26 smithi003 ceph-mon[96088]: pgmap v20728: 97 pgs: 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:26.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:26.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:27.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:27.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:28 smithi003 ceph-mon[96088]: 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-08T14:27:28.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:28.577 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:28 smithi094 ceph-mon[112176]: 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-08T14:27:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:27:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:27:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:27:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:27:29.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:27:29.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:27:29.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:29.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:27:29.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:27:29.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:27:29.823 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:27:29.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:27:29.824 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:27:30.580 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:30.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:31.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:30 smithi094 ceph-mon[112176]: pgmap v20730: 97 pgs: 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:31.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:30 smithi003 ceph-mon[96088]: pgmap v20730: 97 pgs: 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:31.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:31.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:32.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:32.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:32 smithi094 ceph-mon[112176]: 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-08T14:27:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:32 smithi003 ceph-mon[96088]: 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-08T14:27:33.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:33.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:33 smithi094 ceph-mon[112176]: 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-08T14:27:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:33 smithi003 ceph-mon[96088]: 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-08T14:27:34.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:34.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:35.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:35.589 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:36 smithi003 ceph-mon[96088]: pgmap v20733: 97 pgs: 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:36.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:36.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:36 smithi094 ceph-mon[112176]: pgmap v20733: 97 pgs: 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:37.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:37.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:38 smithi003 ceph-mon[96088]: 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-08T14:27:38.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:38.594 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:38 smithi094 ceph-mon[112176]: 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-08T14:27:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:39.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:39.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:40 smithi003 ceph-mon[96088]: pgmap v20735: 97 pgs: 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:40.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:40.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:40 smithi094 ceph-mon[112176]: pgmap v20735: 97 pgs: 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:41.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:41.599 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:42 smithi003 ceph-mon[96088]: 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-08T14:27:42.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:42.601 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:42 smithi094 ceph-mon[112176]: 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-08T14:27:43.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:43.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:43 smithi094 ceph-mon[112176]: 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-08T14:27:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:43 smithi003 ceph-mon[96088]: 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-08T14:27:44.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:44.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:45.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:45.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:46 smithi003 ceph-mon[96088]: pgmap v20738: 97 pgs: 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:46.506 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:46 smithi094 ceph-mon[112176]: pgmap v20738: 97 pgs: 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:46.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:46.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:47.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:47.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:48 smithi003 ceph-mon[96088]: 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-08T14:27:48.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:48.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:48 smithi094 ceph-mon[112176]: 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-08T14:27:49.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:49.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:50 smithi003 ceph-mon[96088]: pgmap v20740: 97 pgs: 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:50.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:50.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:50.999 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:50 smithi094 ceph-mon[112176]: pgmap v20740: 97 pgs: 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:51.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:51.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:52 smithi003 ceph-mon[96088]: 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-08T14:27:52.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:52.618 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:52 smithi094 ceph-mon[112176]: 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-08T14:27:53.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:53.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:53 smithi094 ceph-mon[112176]: 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-08T14:27:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:53 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:53 smithi003 ceph-mon[96088]: 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-08T14:27:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:53 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:54.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:54.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:55.623 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:55.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:56 smithi003 ceph-mon[96088]: pgmap v20743: 97 pgs: 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:56.610 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:56 smithi094 ceph-mon[112176]: pgmap v20743: 97 pgs: 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:56.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:56.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:57.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:57.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:27:58 smithi003 ceph-mon[96088]: 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-08T14:27:58.628 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:58.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:27:58 smithi094 ceph-mon[112176]: 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-08T14:27:59.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:27:59.630 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:00.458 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:00 smithi003 ceph-mon[96088]: pgmap v20745: 97 pgs: 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:00.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:00.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:00 smithi094 ceph-mon[112176]: pgmap v20745: 97 pgs: 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:01.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:01.633 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:02 smithi003 ceph-mon[96088]: 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-08T14:28:02.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:02.635 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:02 smithi094 ceph-mon[112176]: 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-08T14:28:03.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:03.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:03 smithi094 ceph-mon[112176]: 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-08T14:28:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:03 smithi003 ceph-mon[96088]: 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-08T14:28:04.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:04.638 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:05.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:05.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:06 smithi003 ceph-mon[96088]: pgmap v20748: 97 pgs: 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:06.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:06.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:06 smithi094 ceph-mon[112176]: pgmap v20748: 97 pgs: 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:07.643 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:07.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:08 smithi003 ceph-mon[96088]: 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-08T14:28:08.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:08.645 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:08 smithi094 ceph-mon[112176]: 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-08T14:28:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:09.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:09.647 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:10 smithi003 ceph-mon[96088]: pgmap v20750: 97 pgs: 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:10.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:10.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:10 smithi094 ceph-mon[112176]: pgmap v20750: 97 pgs: 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:11.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:11.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:12 smithi003 ceph-mon[96088]: 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-08T14:28:12.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:12.652 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:12.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:12 smithi094 ceph-mon[112176]: 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-08T14:28:13.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:13.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:14 smithi094 ceph-mon[112176]: 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-08T14:28:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:14 smithi003 ceph-mon[96088]: 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-08T14:28:14.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:14.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:15.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:15.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:16 smithi003 ceph-mon[96088]: pgmap v20753: 97 pgs: 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:16.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:16.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:16 smithi094 ceph-mon[112176]: pgmap v20753: 97 pgs: 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:17.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:17.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:18 smithi003 ceph-mon[96088]: 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-08T14:28:18.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:18.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:18 smithi094 ceph-mon[112176]: 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-08T14:28:19.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:19.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:20 smithi003 ceph-mon[96088]: pgmap v20755: 97 pgs: 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.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:20.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:20 smithi094 ceph-mon[112176]: pgmap v20755: 97 pgs: 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:21.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:21.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:22 smithi003 ceph-mon[96088]: 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-08T14:28:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:22 smithi094 ceph-mon[112176]: 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-08T14:28:22.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:22.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:23.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:23.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:24 smithi094 ceph-mon[112176]: 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-08T14:28:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:24 smithi003 ceph-mon[96088]: 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-08T14:28:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:24.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:24.672 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:25.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:25.674 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:26 smithi003 ceph-mon[96088]: pgmap v20758: 97 pgs: 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:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:26 smithi094 ceph-mon[112176]: pgmap v20758: 97 pgs: 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:26.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:26.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:27.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:27.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:28 smithi003 ceph-mon[96088]: 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-08T14:28:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:28 smithi094 ceph-mon[112176]: 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-08T14:28:28.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:28.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:29.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:29 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:28:29.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:29 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:28:29.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:29.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: pgmap v20760: 97 pgs: 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.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.879 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.879 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.879 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.879 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1346M 2023-10-08T14:28:30.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi094 to 2645M 2023-10-08T14:28:30.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:28:30.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:28:30.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:28:30.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:28:30.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:28:30.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:28:30.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:28:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: pgmap v20760: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:28:30.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1346M 2023-10-08T14:28:30.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi094 to 2645M 2023-10-08T14:28:30.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:28:30.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:28:30.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:28:30.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:28:30.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:28:30.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:28:30.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:28:30.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:30.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:31.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:31.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:32.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:32 smithi094 ceph-mon[112176]: 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-08T14:28:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:32 smithi003 ceph-mon[96088]: 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-08T14:28:32.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:32.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:33.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:33.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:34 smithi094 ceph-mon[112176]: 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-08T14:28:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:34 smithi003 ceph-mon[96088]: 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-08T14:28:34.688 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:34.689 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:35.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:35.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:36 smithi003 ceph-mon[96088]: pgmap v20763: 97 pgs: 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:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:36 smithi094 ceph-mon[112176]: pgmap v20763: 97 pgs: 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:36.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:36.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:37.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:37.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:38 smithi003 ceph-mon[96088]: 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-08T14:28:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:38 smithi094 ceph-mon[112176]: 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-08T14:28:38.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:38.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:39.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:39.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:40 smithi003 ceph-mon[96088]: pgmap v20765: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:40 smithi094 ceph-mon[112176]: pgmap v20765: 97 pgs: 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.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:40.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:41.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:41.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:42.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:42 smithi094 ceph-mon[112176]: 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-08T14:28:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:42 smithi003 ceph-mon[96088]: 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-08T14:28:42.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:42.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:43.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:43.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:44 smithi094 ceph-mon[112176]: 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-08T14:28:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:44 smithi003 ceph-mon[96088]: 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-08T14:28:44.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:44.706 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:45.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:45.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:46.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:46 smithi003 ceph-mon[96088]: pgmap v20768: 97 pgs: 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:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:46 smithi094 ceph-mon[112176]: pgmap v20768: 97 pgs: 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:46.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:46.709 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:47.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:47.711 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:48 smithi003 ceph-mon[96088]: 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-08T14:28:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:48 smithi094 ceph-mon[112176]: 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-08T14:28:48.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:48.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:49.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:49.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:50 smithi003 ceph-mon[96088]: pgmap v20770: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:50 smithi094 ceph-mon[112176]: pgmap v20770: 97 pgs: 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.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:50.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:51.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:51.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:52 smithi003 ceph-mon[96088]: 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-08T14:28:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:52 smithi094 ceph-mon[112176]: 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-08T14:28:52.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:52.719 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:53.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:53.721 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:54 smithi094 ceph-mon[112176]: 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-08T14:28:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:54 smithi003 ceph-mon[96088]: 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-08T14:28:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:54.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:54.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:55.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:56 smithi003 ceph-mon[96088]: pgmap v20773: 97 pgs: 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:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:56 smithi094 ceph-mon[112176]: pgmap v20773: 97 pgs: 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:56.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:56.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:57.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:57.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:28:58 smithi003 ceph-mon[96088]: 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-08T14:28:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:28:58 smithi094 ceph-mon[112176]: 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-08T14:28:58.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:58.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:59.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:28:59.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:00 smithi003 ceph-mon[96088]: pgmap v20775: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:00 smithi094 ceph-mon[112176]: pgmap v20775: 97 pgs: 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.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:00.733 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:01.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:01.735 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:02 smithi003 ceph-mon[96088]: 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-08T14:29:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:02 smithi094 ceph-mon[112176]: 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-08T14:29:02.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:02.737 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:03.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:03.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:04 smithi094 ceph-mon[112176]: 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-08T14:29:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:04 smithi003 ceph-mon[96088]: 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-08T14:29:04.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:04.740 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:05.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:05.742 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:06 smithi003 ceph-mon[96088]: pgmap v20778: 97 pgs: 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:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:06 smithi094 ceph-mon[112176]: pgmap v20778: 97 pgs: 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:06.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:06.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:07.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:07.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:08 smithi003 ceph-mon[96088]: 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-08T14:29:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:08 smithi094 ceph-mon[112176]: 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-08T14:29:08.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:08.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:09.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:09.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:10 smithi003 ceph-mon[96088]: pgmap v20780: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:10 smithi094 ceph-mon[112176]: pgmap v20780: 97 pgs: 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.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:10.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:11.752 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:11.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:12 smithi003 ceph-mon[96088]: 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-08T14:29:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:12 smithi094 ceph-mon[112176]: 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-08T14:29:12.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:12.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:13.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:13.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:14.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:14 smithi094 ceph-mon[112176]: 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-08T14:29:14.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:14 smithi003 ceph-mon[96088]: 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-08T14:29:14.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:14.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:15.759 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:15.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:16 smithi003 ceph-mon[96088]: pgmap v20783: 97 pgs: 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:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:16 smithi094 ceph-mon[112176]: pgmap v20783: 97 pgs: 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:16.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:16.762 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:17.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:17.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:18 smithi003 ceph-mon[96088]: 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-08T14:29:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:18 smithi094 ceph-mon[112176]: 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-08T14:29:18.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:18.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:19.766 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:19.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:20 smithi003 ceph-mon[96088]: pgmap v20785: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:20 smithi094 ceph-mon[112176]: pgmap v20785: 97 pgs: 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.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:20.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:21.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:21.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:22 smithi003 ceph-mon[96088]: 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-08T14:29:22.502 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:22 smithi094 ceph-mon[112176]: 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-08T14:29:22.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:22.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:23.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:23.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:24 smithi094 ceph-mon[112176]: 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-08T14:29:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:24 smithi003 ceph-mon[96088]: 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-08T14:29:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:24.776 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:24.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:25.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:25.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:26 smithi003 ceph-mon[96088]: pgmap v20788: 97 pgs: 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:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:26 smithi094 ceph-mon[112176]: pgmap v20788: 97 pgs: 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:26.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:26.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:27.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:27.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:28 smithi003 ceph-mon[96088]: 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-08T14:29:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:28 smithi094 ceph-mon[112176]: 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-08T14:29:28.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:28.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:29.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:29.783 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:30 smithi003 ceph-mon[96088]: pgmap v20790: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:29:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:29:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:29:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:29:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:29:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:30 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:29:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:30 smithi094 ceph-mon[112176]: pgmap v20790: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:29:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:29:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:29:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:29:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:29:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:30 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:29:30.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:30.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:31.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:31.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:32.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:32 smithi003 ceph-mon[96088]: 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-08T14:29:32.607 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:32 smithi094 ceph-mon[112176]: 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-08T14:29:32.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:32.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:33.790 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:33.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:34 smithi094 ceph-mon[112176]: pgmap v20792: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:34 smithi003 ceph-mon[96088]: pgmap v20792: 97 pgs: 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:34.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:34.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:35.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:35.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:36 smithi003 ceph-mon[96088]: pgmap v20793: 97 pgs: 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:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:36 smithi094 ceph-mon[112176]: pgmap v20793: 97 pgs: 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:36.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:36.795 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:37.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:37.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:38 smithi003 ceph-mon[96088]: 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-08T14:29:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:38 smithi094 ceph-mon[112176]: 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-08T14:29:38.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:38.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:39.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:39.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:40.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:40 smithi003 ceph-mon[96088]: pgmap v20795: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:40 smithi094 ceph-mon[112176]: pgmap v20795: 97 pgs: 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.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:40.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:41.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:41.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:42.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:42 smithi003 ceph-mon[96088]: 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-08T14:29:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:42 smithi094 ceph-mon[112176]: 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-08T14:29:42.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:42.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:43.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:43.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:44 smithi094 ceph-mon[112176]: pgmap v20797: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:44 smithi003 ceph-mon[96088]: pgmap v20797: 97 pgs: 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:44.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:44.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:45.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:45.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:46 smithi003 ceph-mon[96088]: 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-08T14:29:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:46 smithi094 ceph-mon[112176]: 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-08T14:29:46.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:46.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:47.813 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:47.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:48 smithi003 ceph-mon[96088]: 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-08T14:29:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:48 smithi094 ceph-mon[112176]: 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-08T14:29:48.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:48.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:49.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:49.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:50 smithi003 ceph-mon[96088]: pgmap v20800: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:50 smithi094 ceph-mon[112176]: pgmap v20800: 97 pgs: 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.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:50.818 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:51.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:51.820 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:52 smithi003 ceph-mon[96088]: 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-08T14:29:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:52 smithi094 ceph-mon[112176]: 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-08T14:29:52.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:52.822 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:53.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:53.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:54 smithi094 ceph-mon[112176]: pgmap v20802: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:54 smithi003 ceph-mon[96088]: pgmap v20802: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:54.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:54.825 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:55.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:56.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:56 smithi003 ceph-mon[96088]: 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-08T14:29:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:56 smithi094 ceph-mon[112176]: 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-08T14:29:56.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:56.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:57.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:57.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:29:58 smithi003 ceph-mon[96088]: 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-08T14:29:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:29:58 smithi094 ceph-mon[112176]: 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-08T14:29:58.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:58.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:59.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:29:59.833 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:00 smithi003 ceph-mon[96088]: pgmap v20805: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T14:30:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:00 smithi094 ceph-mon[112176]: pgmap v20805: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T14:30:00.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:00.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:01.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:01.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:02.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:02 smithi003 ceph-mon[96088]: 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-08T14:30:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:02 smithi094 ceph-mon[112176]: 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-08T14:30:02.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:02.838 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:03.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:03.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:04 smithi094 ceph-mon[112176]: pgmap v20807: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:04 smithi003 ceph-mon[96088]: pgmap v20807: 97 pgs: 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.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:04.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:05.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:05.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:06.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:06 smithi003 ceph-mon[96088]: 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-08T14:30:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:06 smithi094 ceph-mon[112176]: 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-08T14:30:06.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:06.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:07.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:07.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:08.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:08 smithi094 ceph-mon[112176]: 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-08T14:30:08.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:08 smithi003 ceph-mon[96088]: 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-08T14:30:08.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:08.848 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:09.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:09.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:09.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:10.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:10 smithi003 ceph-mon[96088]: pgmap v20810: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:10 smithi094 ceph-mon[112176]: pgmap v20810: 97 pgs: 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.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:10.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:11.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:11.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:12.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:12 smithi003 ceph-mon[96088]: 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-08T14:30:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:12 smithi094 ceph-mon[112176]: 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-08T14:30:12.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:12.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:13.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:13.857 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:14 smithi094 ceph-mon[112176]: pgmap v20812: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:14 smithi003 ceph-mon[96088]: pgmap v20812: 97 pgs: 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:14.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:14.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:15.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:15.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:16.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:16 smithi003 ceph-mon[96088]: 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-08T14:30:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:16 smithi094 ceph-mon[112176]: 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-08T14:30:16.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:16.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:17.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:17.864 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:18.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:18 smithi094 ceph-mon[112176]: 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-08T14:30:18.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:18 smithi003 ceph-mon[96088]: 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-08T14:30:18.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:18.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:19.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:19.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:20.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:20 smithi003 ceph-mon[96088]: pgmap v20815: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:20 smithi094 ceph-mon[112176]: pgmap v20815: 97 pgs: 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.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:20.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:21.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:21.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:22.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:22 smithi003 ceph-mon[96088]: 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-08T14:30:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:22 smithi094 ceph-mon[112176]: 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-08T14:30:22.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:22.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:23.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:23.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:24 smithi094 ceph-mon[112176]: pgmap v20817: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:24 smithi003 ceph-mon[96088]: pgmap v20817: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:24.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:24.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:25.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:25.876 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:26 smithi003 ceph-mon[96088]: 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-08T14:30:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:26 smithi094 ceph-mon[112176]: 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-08T14:30:26.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:26.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:27.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:27.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:28.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:28 smithi003 ceph-mon[96088]: 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-08T14:30:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:28 smithi094 ceph-mon[112176]: 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-08T14:30:28.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:28.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:29.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:29.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:30 smithi003 ceph-mon[96088]: pgmap v20820: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:30 smithi094 ceph-mon[112176]: pgmap v20820: 97 pgs: 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.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:30.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:30:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:30:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:30:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:30:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:30:31.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:30:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:30:31.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:30:31.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:30:31.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:30:31.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:30:31.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:30:31.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:31.886 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:32.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:32.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:33.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:32 smithi094 ceph-mon[112176]: 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-08T14:30:33.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:32 smithi003 ceph-mon[96088]: 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-08T14:30:33.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:33.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:34 smithi094 ceph-mon[112176]: pgmap v20822: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:34 smithi003 ceph-mon[96088]: pgmap v20822: 97 pgs: 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:34.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:34.891 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:35.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:35.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:36 smithi003 ceph-mon[96088]: 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-08T14:30:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:36 smithi094 ceph-mon[112176]: 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-08T14:30:36.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:36.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:37.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:37.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:38.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:38 smithi003 ceph-mon[96088]: 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-08T14:30:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:38 smithi094 ceph-mon[112176]: 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-08T14:30:38.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:38.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:39.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:39.826 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:39.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:40.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:40 smithi094 ceph-mon[112176]: pgmap v20825: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:40 smithi003 ceph-mon[96088]: pgmap v20825: 97 pgs: 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.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:40.901 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:41.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:41.903 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:42 smithi094 ceph-mon[112176]: 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-08T14:30:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:42 smithi003 ceph-mon[96088]: 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-08T14:30:42.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:42.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:43.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:43.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:44 smithi094 ceph-mon[112176]: pgmap v20827: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:44 smithi003 ceph-mon[96088]: pgmap v20827: 97 pgs: 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:44.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:44.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:45.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:45.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:46 smithi003 ceph-mon[96088]: 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-08T14:30:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:46 smithi094 ceph-mon[112176]: 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-08T14:30:46.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:46.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:47.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:47.913 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:48.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:48 smithi003 ceph-mon[96088]: 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-08T14:30:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:48 smithi094 ceph-mon[112176]: 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-08T14:30:48.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:48.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:49.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:49.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:50 smithi094 ceph-mon[112176]: pgmap v20830: 97 pgs: 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:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:50 smithi003 ceph-mon[96088]: pgmap v20830: 97 pgs: 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:50.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:50.918 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:51.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:51.920 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:52 smithi094 ceph-mon[112176]: 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-08T14:30:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:52 smithi003 ceph-mon[96088]: 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-08T14:30:52.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:52.922 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:53.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:53.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:54 smithi094 ceph-mon[112176]: pgmap v20832: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:54 smithi003 ceph-mon[96088]: pgmap v20832: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:54.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:54.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:55.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:55.927 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:56 smithi003 ceph-mon[96088]: 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-08T14:30:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:56 smithi094 ceph-mon[112176]: 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-08T14:30:56.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:56.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:57.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:57.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:58.501 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:30:58 smithi094 ceph-mon[112176]: 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-08T14:30:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:30:58 smithi003 ceph-mon[96088]: 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-08T14:30:58.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:58.932 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:59.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:30:59.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:00 smithi094 ceph-mon[112176]: pgmap v20835: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:00 smithi003 ceph-mon[96088]: pgmap v20835: 97 pgs: 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.935 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:00.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:01.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:01.937 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:02.517 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:02 smithi003 ceph-mon[96088]: 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-08T14:31:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:02 smithi094 ceph-mon[112176]: 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-08T14:31:02.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:03.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:03.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:03.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:04 smithi094 ceph-mon[112176]: pgmap v20837: 97 pgs: 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.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:04 smithi003 ceph-mon[96088]: pgmap v20837: 97 pgs: 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.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:04.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:05.944 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:05.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:06 smithi094 ceph-mon[112176]: 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-08T14:31:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:06 smithi003 ceph-mon[96088]: 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-08T14:31:06.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:06.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:07.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:08.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:08.605 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:08 smithi094 ceph-mon[112176]: 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-08T14:31:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:08 smithi003 ceph-mon[96088]: 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-08T14:31:08.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:08.949 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:09.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:09.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:10 smithi094 ceph-mon[112176]: pgmap v20840: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:10 smithi003 ceph-mon[96088]: pgmap v20840: 97 pgs: 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.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:10.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:11.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:11.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:12.631 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:12 smithi003 ceph-mon[96088]: 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-08T14:31:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:12 smithi094 ceph-mon[112176]: 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-08T14:31:12.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:12.956 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:13.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:13.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:14 smithi094 ceph-mon[112176]: pgmap v20842: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:14 smithi003 ceph-mon[96088]: pgmap v20842: 97 pgs: 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:14.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:14.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:15.961 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:15.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:16 smithi094 ceph-mon[112176]: 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-08T14:31:17.026 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:16 smithi003 ceph-mon[96088]: 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-08T14:31:17.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:17.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:17.965 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:18.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:18 smithi094 ceph-mon[112176]: 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-08T14:31:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:18 smithi003 ceph-mon[96088]: 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-08T14:31:18.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:18.967 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:19.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:19.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:20 smithi094 ceph-mon[112176]: pgmap v20845: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:20 smithi003 ceph-mon[96088]: pgmap v20845: 97 pgs: 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.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:20.970 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:21.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:22.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:22 smithi094 ceph-mon[112176]: 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-08T14:31:22.788 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:22 smithi003 ceph-mon[96088]: 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-08T14:31:22.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:22.973 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:23.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:23.975 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:24 smithi094 ceph-mon[112176]: pgmap v20847: 97 pgs: 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:25.040 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:25.042 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:24 smithi003 ceph-mon[96088]: pgmap v20847: 97 pgs: 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.268 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:26.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:26.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:26.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:26.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:26 smithi094 ceph-mon[112176]: 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-08T14:31:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:26 smithi003 ceph-mon[96088]: 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-08T14:31:26.980 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:27.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:27.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:28.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:28 smithi094 ceph-mon[112176]: 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-08T14:31:29.306 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:28 smithi003 ceph-mon[96088]: 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-08T14:31:29.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:29.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:29.985 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:30.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:30 smithi094 ceph-mon[112176]: pgmap v20850: 97 pgs: 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.314 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:30 smithi003 ceph-mon[96088]: pgmap v20850: 97 pgs: 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.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:31.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:31.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:31 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:31:31.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:31 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:31:31.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:32.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:32 smithi094 ceph-mon[112176]: 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-08T14:31:32.740 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:32 smithi003 ceph-mon[96088]: 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-08T14:31:32.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:33.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:33.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:34.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:34 smithi003 ceph-mon[96088]: pgmap v20852: 97 pgs: 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:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:31:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:31:34.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:31:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:31:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:31:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:31:34.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:34 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:31:34.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:34.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:34 smithi094 ceph-mon[112176]: pgmap v20852: 97 pgs: 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.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:31:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:31:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:31:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:31:35.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:31:35.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:31:35.167 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:34 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:31:35.994 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:35.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:36.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:36 smithi003 ceph-mon[96088]: 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-08T14:31:36.996 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:36.997 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:37.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:36 smithi094 ceph-mon[112176]: 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-08T14:31:37.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:37.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:38 smithi003 ceph-mon[96088]: 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-08T14:31:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:38 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:38.999 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:39.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:38 smithi094 ceph-mon[112176]: 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-08T14:31:39.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:38 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:40.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:40.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:40.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:40 smithi003 ceph-mon[96088]: pgmap v20855: 97 pgs: 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.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:41.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:41.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:40 smithi094 ceph-mon[112176]: pgmap v20855: 97 pgs: 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.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:42.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:42 smithi003 ceph-mon[96088]: 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-08T14:31:43.006 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:43.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:43.166 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:42 smithi094 ceph-mon[112176]: 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-08T14:31:44.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:44.008 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:44 smithi094 ceph-mon[112176]: pgmap v20857: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:44 smithi003 ceph-mon[96088]: pgmap v20857: 97 pgs: 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.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:45.010 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:46.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:46.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:46 smithi094 ceph-mon[112176]: 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-08T14:31:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:46 smithi003 ceph-mon[96088]: 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-08T14:31:47.013 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:47.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:48.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:48.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:48 smithi094 ceph-mon[112176]: 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-08T14:31:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:48 smithi003 ceph-mon[96088]: 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-08T14:31:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:50.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:50.019 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:50 smithi094 ceph-mon[112176]: pgmap v20860: 97 pgs: 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.751 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:50 smithi003 ceph-mon[96088]: pgmap v20860: 97 pgs: 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.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:51.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:52.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:52.022 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:52 smithi094 ceph-mon[112176]: 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-08T14:31:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:52 smithi003 ceph-mon[96088]: 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-08T14:31:53.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:53.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:54.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:54.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:54 smithi094 ceph-mon[112176]: pgmap v20862: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:54 smithi003 ceph-mon[96088]: pgmap v20862: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:55.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:55.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:56.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:56.029 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:56 smithi094 ceph-mon[112176]: 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-08T14:31:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:56 smithi003 ceph-mon[96088]: 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-08T14:31:57.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:57.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:58.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:58.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:58.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:31:58 smithi003 ceph-mon[96088]: 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-08T14:31:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:31:58 smithi094 ceph-mon[112176]: 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-08T14:31:59.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:31:59.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:00.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:00.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:00 smithi094 ceph-mon[112176]: pgmap v20865: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:00 smithi003 ceph-mon[96088]: pgmap v20865: 97 pgs: 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.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:01.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:02.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:02.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:02 smithi094 ceph-mon[112176]: 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-08T14:32:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:02 smithi003 ceph-mon[96088]: 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-08T14:32:03.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:03.041 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:04.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:04.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:04 smithi094 ceph-mon[112176]: pgmap v20867: 97 pgs: 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:04.565 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:04 smithi003 ceph-mon[96088]: pgmap v20867: 97 pgs: 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.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:05.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:06.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:06.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:06 smithi094 ceph-mon[112176]: 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-08T14:32:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:06 smithi003 ceph-mon[96088]: 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-08T14:32:07.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:07.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:08.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:08.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:08 smithi094 ceph-mon[112176]: 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-08T14:32:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:08 smithi003 ceph-mon[96088]: 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-08T14:32:09.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:09.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:10.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:10.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:10 smithi094 ceph-mon[112176]: pgmap v20870: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:10 smithi003 ceph-mon[96088]: pgmap v20870: 97 pgs: 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.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:11.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:12.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:12.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:12 smithi094 ceph-mon[112176]: 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-08T14:32:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:12 smithi003 ceph-mon[96088]: 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-08T14:32:13.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:13.057 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:14.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:14.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:14 smithi094 ceph-mon[112176]: pgmap v20872: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:14 smithi003 ceph-mon[96088]: pgmap v20872: 97 pgs: 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.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:15.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:16.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:16.063 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:16 smithi094 ceph-mon[112176]: 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-08T14:32:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:16 smithi003 ceph-mon[96088]: 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-08T14:32:17.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:17.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:18.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:18.065 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:18 smithi094 ceph-mon[112176]: 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-08T14:32:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:18 smithi003 ceph-mon[96088]: 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-08T14:32:19.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:19.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:20.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:20.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:20 smithi094 ceph-mon[112176]: pgmap v20875: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:20 smithi003 ceph-mon[96088]: pgmap v20875: 97 pgs: 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.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:21.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:22.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:22.072 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:22 smithi094 ceph-mon[112176]: 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-08T14:32:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:22 smithi003 ceph-mon[96088]: 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-08T14:32:23.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:23.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:24.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:24.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:24.389 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:24 smithi094 ceph-mon[112176]: pgmap v20877: 97 pgs: 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:24.389 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:24 smithi003 ceph-mon[96088]: pgmap v20877: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:25.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:25.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:26.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:26.080 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:26 smithi094 ceph-mon[112176]: 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-08T14:32:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:26 smithi003 ceph-mon[96088]: 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-08T14:32:27.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:27.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:28.082 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:28.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:28 smithi094 ceph-mon[112176]: 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-08T14:32:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:28 smithi003 ceph-mon[96088]: 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-08T14:32:29.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:29.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:30.085 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:30.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:30 smithi094 ceph-mon[112176]: pgmap v20880: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:30 smithi003 ceph-mon[96088]: pgmap v20880: 97 pgs: 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.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:31.087 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:32.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:32.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:32 smithi094 ceph-mon[112176]: 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-08T14:32:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:32 smithi003 ceph-mon[96088]: 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-08T14:32:33.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:33.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:34.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:34.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:34 smithi094 ceph-mon[112176]: pgmap v20882: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:34 smithi003 ceph-mon[96088]: pgmap v20882: 97 pgs: 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.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:35.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:32:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:32:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:32:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:32:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:32:35.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:32:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:32:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:32:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:32:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:32:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:32:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:32:36.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:36.095 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:36 smithi094 ceph-mon[112176]: 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-08T14:32:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:36 smithi003 ceph-mon[96088]: 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-08T14:32:37.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:37.097 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:38.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:38.099 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:38.606 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:38 smithi003 ceph-mon[96088]: 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-08T14:32:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:38 smithi094 ceph-mon[112176]: 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-08T14:32:39.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:39.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:39.554 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:40.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:40.102 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:40 smithi094 ceph-mon[112176]: pgmap v20885: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:40 smithi003 ceph-mon[96088]: pgmap v20885: 97 pgs: 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.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:41.104 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:42.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:42.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:42 smithi094 ceph-mon[112176]: 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-08T14:32:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:42 smithi003 ceph-mon[96088]: 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-08T14:32:43.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:43.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:44.109 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:44.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:44 smithi094 ceph-mon[112176]: pgmap v20887: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:44 smithi003 ceph-mon[96088]: pgmap v20887: 97 pgs: 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.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:45.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:46.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:46.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:46 smithi094 ceph-mon[112176]: 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-08T14:32:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:46 smithi003 ceph-mon[96088]: 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-08T14:32:47.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:47.114 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:48.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:48.116 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:48 smithi094 ceph-mon[112176]: 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-08T14:32:48.722 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:48 smithi003 ceph-mon[96088]: 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-08T14:32:49.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:49.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:50.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:50.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:50 smithi094 ceph-mon[112176]: pgmap v20890: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:50 smithi003 ceph-mon[96088]: pgmap v20890: 97 pgs: 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.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:51.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:52.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:52.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:52 smithi094 ceph-mon[112176]: 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-08T14:32:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:52 smithi003 ceph-mon[96088]: 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-08T14:32:53.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:53.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:54.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:54.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:54 smithi094 ceph-mon[112176]: pgmap v20892: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:54 smithi003 ceph-mon[96088]: pgmap v20892: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:55.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:55.128 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:56.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:56.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:56 smithi094 ceph-mon[112176]: 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-08T14:32:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:56 smithi003 ceph-mon[96088]: 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-08T14:32:57.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:57.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:58.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:58.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:32:58 smithi094 ceph-mon[112176]: 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-08T14:32:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:32:58 smithi003 ceph-mon[96088]: 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-08T14:32:59.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:32:59.134 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:00.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:00.136 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:00 smithi094 ceph-mon[112176]: pgmap v20895: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:00 smithi003 ceph-mon[96088]: pgmap v20895: 97 pgs: 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.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:01.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:02.139 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:02.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:02 smithi094 ceph-mon[112176]: 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-08T14:33:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:02 smithi003 ceph-mon[96088]: 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-08T14:33:03.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:03.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:04.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:04.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:04.234 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:04 smithi003 ceph-mon[96088]: pgmap v20897: 97 pgs: 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:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:04 smithi094 ceph-mon[112176]: pgmap v20897: 97 pgs: 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.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:05.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:06.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:06.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:06 smithi094 ceph-mon[112176]: 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-08T14:33:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:06 smithi003 ceph-mon[96088]: 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-08T14:33:07.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:07.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:08.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:08.148 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:08 smithi094 ceph-mon[112176]: 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-08T14:33:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:08 smithi003 ceph-mon[96088]: 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-08T14:33:09.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:09.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:10.151 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:10.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:10 smithi094 ceph-mon[112176]: pgmap v20900: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:10 smithi003 ceph-mon[96088]: pgmap v20900: 97 pgs: 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.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:11.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:12.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:12.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:12 smithi094 ceph-mon[112176]: 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-08T14:33:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:12 smithi003 ceph-mon[96088]: 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-08T14:33:13.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:13.156 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:14.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:14.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:14 smithi094 ceph-mon[112176]: pgmap v20902: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:14 smithi003 ceph-mon[96088]: pgmap v20902: 97 pgs: 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.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:15.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:16.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:16.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:16 smithi094 ceph-mon[112176]: 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-08T14:33:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:16 smithi003 ceph-mon[96088]: 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-08T14:33:17.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:17.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:18.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:18.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:18 smithi094 ceph-mon[112176]: 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-08T14:33:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:18 smithi003 ceph-mon[96088]: 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-08T14:33:19.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:19.167 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:20.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:20.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:20 smithi094 ceph-mon[112176]: pgmap v20905: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:20 smithi003 ceph-mon[96088]: pgmap v20905: 97 pgs: 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.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:21.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:22.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:22.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:22 smithi094 ceph-mon[112176]: 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-08T14:33:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:22 smithi003 ceph-mon[96088]: 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-08T14:33:23.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:23.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:24.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:24.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:24 smithi094 ceph-mon[112176]: pgmap v20907: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:24 smithi003 ceph-mon[96088]: pgmap v20907: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:25.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:25.176 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:26.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:26.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:26 smithi094 ceph-mon[112176]: 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-08T14:33:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:26 smithi003 ceph-mon[96088]: 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-08T14:33:27.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:27.179 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:28.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:28.181 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:28 smithi094 ceph-mon[112176]: 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-08T14:33:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:28 smithi003 ceph-mon[96088]: 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-08T14:33:29.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:29.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:30.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:30.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:30.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:30 smithi094 ceph-mon[112176]: pgmap v20910: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:30 smithi003 ceph-mon[96088]: pgmap v20910: 97 pgs: 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.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:31.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:32.187 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:32 smithi094 ceph-mon[112176]: 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-08T14:33:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:32 smithi003 ceph-mon[96088]: 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-08T14:33:33.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:33.189 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:34.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:34.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:34 smithi094 ceph-mon[112176]: pgmap v20912: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:34 smithi003 ceph-mon[96088]: pgmap v20912: 97 pgs: 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.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:35.192 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:35.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:35 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:33:35.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:35 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:33:36.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:36.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:36.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:36 smithi094 ceph-mon[112176]: 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-08T14:33:36.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:36 smithi003 ceph-mon[96088]: 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-08T14:33:37.194 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:37.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:38.195 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:38.196 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:38 smithi094 ceph-mon[112176]: 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-08T14:33:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:38 smithi003 ceph-mon[96088]: 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-08T14:33:39.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:39.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:40.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:40.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:40 smithi094 ceph-mon[112176]: pgmap v20915: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:33:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:40 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:33:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:40 smithi003 ceph-mon[96088]: pgmap v20915: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:33:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:40 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:33:41.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:41.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:33:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:33:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:33:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:33:41.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:33:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:33:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:33:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:33:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:33:41.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:33:42.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:42.202 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:42 smithi003 ceph-mon[96088]: 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-08T14:33:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:42 smithi094 ceph-mon[112176]: 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-08T14:33:43.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:43.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:44.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:44.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:44.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:44 smithi003 ceph-mon[96088]: pgmap v20917: 97 pgs: 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:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:44 smithi094 ceph-mon[112176]: pgmap v20917: 97 pgs: 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.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:45.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:46.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:46.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:46 smithi094 ceph-mon[112176]: 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-08T14:33:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:46 smithi003 ceph-mon[96088]: 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-08T14:33:47.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:47.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:48.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:48.212 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:48 smithi094 ceph-mon[112176]: 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-08T14:33:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:48 smithi003 ceph-mon[96088]: 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-08T14:33:49.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:49.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:50.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:50.215 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:50 smithi094 ceph-mon[112176]: pgmap v20920: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:50 smithi003 ceph-mon[96088]: pgmap v20920: 97 pgs: 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.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:51.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:52.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:52.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:52 smithi094 ceph-mon[112176]: 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-08T14:33:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:52 smithi003 ceph-mon[96088]: 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-08T14:33:53.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:53.220 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:54.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:54.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:54 smithi094 ceph-mon[112176]: pgmap v20922: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:54.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:54 smithi003 ceph-mon[96088]: pgmap v20922: 97 pgs: 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:54.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:55.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:55.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:56.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:56.225 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:56 smithi094 ceph-mon[112176]: 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-08T14:33:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:56 smithi003 ceph-mon[96088]: 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-08T14:33:57.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:57.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:58.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:58.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:33:58 smithi094 ceph-mon[112176]: 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-08T14:33:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:33:58 smithi003 ceph-mon[96088]: 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-08T14:33:59.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:33:59.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:00.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:00.232 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:00 smithi094 ceph-mon[112176]: pgmap v20925: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:00 smithi003 ceph-mon[96088]: pgmap v20925: 97 pgs: 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.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:01.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:02.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:02.235 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:02 smithi094 ceph-mon[112176]: 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-08T14:34:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:02 smithi003 ceph-mon[96088]: 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-08T14:34:03.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:03.237 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:04.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:04.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:04 smithi094 ceph-mon[112176]: pgmap v20927: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:04 smithi003 ceph-mon[96088]: pgmap v20927: 97 pgs: 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.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:05.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:06.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:06.242 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:06 smithi094 ceph-mon[112176]: 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-08T14:34:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:06 smithi003 ceph-mon[96088]: 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-08T14:34:07.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:07.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:08.245 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:08.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:08 smithi094 ceph-mon[112176]: 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-08T14:34:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:08 smithi003 ceph-mon[96088]: 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-08T14:34:09.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:09.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:09.643 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:10.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:10.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:10 smithi094 ceph-mon[112176]: pgmap v20930: 97 pgs: 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:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:10 smithi003 ceph-mon[96088]: pgmap v20930: 97 pgs: 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.250 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:11.251 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:12.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:12.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:12 smithi094 ceph-mon[112176]: 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-08T14:34:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:12 smithi003 ceph-mon[96088]: 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-08T14:34:13.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:13.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:14.255 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:14.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:14 smithi094 ceph-mon[112176]: pgmap v20932: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:14 smithi003 ceph-mon[96088]: pgmap v20932: 97 pgs: 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.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:15.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:16.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:16.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:16 smithi094 ceph-mon[112176]: 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-08T14:34:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:16 smithi003 ceph-mon[96088]: 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-08T14:34:17.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:17.260 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:18.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:18.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:18 smithi094 ceph-mon[112176]: 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-08T14:34:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:18 smithi003 ceph-mon[96088]: 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-08T14:34:19.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:19.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:20.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:20.265 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:20.607 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:20 smithi094 ceph-mon[112176]: pgmap v20935: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:20 smithi003 ceph-mon[96088]: pgmap v20935: 97 pgs: 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.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:21.267 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:22.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:22.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:22 smithi094 ceph-mon[112176]: 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-08T14:34:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:22 smithi003 ceph-mon[96088]: 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-08T14:34:23.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:23.270 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:24.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:24.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:24 smithi094 ceph-mon[112176]: pgmap v20937: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:24 smithi003 ceph-mon[96088]: pgmap v20937: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:25.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:25.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:26.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:26.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:26 smithi094 ceph-mon[112176]: 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-08T14:34:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:26 smithi003 ceph-mon[96088]: 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-08T14:34:27.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:27.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:28.278 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:28.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:28 smithi094 ceph-mon[112176]: 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-08T14:34:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:28 smithi003 ceph-mon[96088]: 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-08T14:34:29.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:29.281 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:30.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:30.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:30 smithi094 ceph-mon[112176]: pgmap v20940: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:30 smithi003 ceph-mon[96088]: pgmap v20940: 97 pgs: 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.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:31.284 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:32.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:32.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:32 smithi094 ceph-mon[112176]: 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-08T14:34:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:32 smithi003 ceph-mon[96088]: 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-08T14:34:33.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:33.288 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:34.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:34.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:34 smithi094 ceph-mon[112176]: pgmap v20942: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:34 smithi003 ceph-mon[96088]: pgmap v20942: 97 pgs: 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.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:35.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:36.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:36.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:36 smithi094 ceph-mon[112176]: 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-08T14:34:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:36 smithi003 ceph-mon[96088]: 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-08T14:34:37.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:37.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:38.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:38.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:38 smithi094 ceph-mon[112176]: 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-08T14:34:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:38 smithi003 ceph-mon[96088]: 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-08T14:34:39.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:39.298 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:40.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:40.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:40 smithi094 ceph-mon[112176]: pgmap v20945: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:40 smithi003 ceph-mon[96088]: pgmap v20945: 97 pgs: 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.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:41.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:34:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:34:41.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:41 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:34:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:34:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:34:41.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:41 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:34:42.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:42.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:42 smithi094 ceph-mon[112176]: 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-08T14:34:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:34:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:34:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:34:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:34:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:34:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:42 smithi003 ceph-mon[96088]: 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-08T14:34:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:34:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:34:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:34:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:34:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:34:43.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:43.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:44.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:44.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:44 smithi094 ceph-mon[112176]: pgmap v20947: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:44 smithi003 ceph-mon[96088]: pgmap v20947: 97 pgs: 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.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:45.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:46.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:46.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:46 smithi094 ceph-mon[112176]: 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-08T14:34:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:46 smithi003 ceph-mon[96088]: 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-08T14:34:47.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:47.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:48.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:48.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:48 smithi094 ceph-mon[112176]: 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-08T14:34:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:48 smithi003 ceph-mon[96088]: 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-08T14:34:49.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:49.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:50.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:50.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:50.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:50 smithi003 ceph-mon[96088]: pgmap v20950: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:50 smithi094 ceph-mon[112176]: pgmap v20950: 97 pgs: 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.317 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:51.318 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:52.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:52.319 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:52 smithi094 ceph-mon[112176]: 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-08T14:34:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:52 smithi003 ceph-mon[96088]: 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-08T14:34:53.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:53.321 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:54.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:54.323 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:54 smithi094 ceph-mon[112176]: pgmap v20952: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:54 smithi003 ceph-mon[96088]: pgmap v20952: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:55.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:55.324 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:56.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:56.326 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:56 smithi094 ceph-mon[112176]: 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-08T14:34:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:56 smithi003 ceph-mon[96088]: 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-08T14:34:57.327 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:57.328 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:58.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:58.329 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:34:58 smithi094 ceph-mon[112176]: 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-08T14:34:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:34:58 smithi003 ceph-mon[96088]: 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-08T14:34:59.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:34:59.331 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:00.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:00.332 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:00.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:00 smithi003 ceph-mon[96088]: pgmap v20955: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:00 smithi094 ceph-mon[112176]: pgmap v20955: 97 pgs: 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.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:01.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:02.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:02.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:02 smithi094 ceph-mon[112176]: 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-08T14:35:02.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:02 smithi003 ceph-mon[96088]: 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-08T14:35:03.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:03.338 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:04.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:04.339 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:04 smithi094 ceph-mon[112176]: pgmap v20957: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:04 smithi003 ceph-mon[96088]: pgmap v20957: 97 pgs: 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.341 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:05.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:06.342 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:06.343 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:06.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:06 smithi094 ceph-mon[112176]: 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-08T14:35:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:06 smithi003 ceph-mon[96088]: 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-08T14:35:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:07.344 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:08.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:08.346 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:08 smithi094 ceph-mon[112176]: 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-08T14:35:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:08 smithi003 ceph-mon[96088]: 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-08T14:35:09.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:09.347 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:10.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:10.349 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:10 smithi094 ceph-mon[112176]: pgmap v20960: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:10 smithi003 ceph-mon[96088]: pgmap v20960: 97 pgs: 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.350 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:11.351 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:12.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:12.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:12 smithi094 ceph-mon[112176]: 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-08T14:35:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:12 smithi003 ceph-mon[96088]: 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-08T14:35:13.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:13.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:14.355 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:14.356 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:14 smithi094 ceph-mon[112176]: pgmap v20962: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:14 smithi003 ceph-mon[96088]: pgmap v20962: 97 pgs: 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.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:15.357 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:16.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:16.359 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:16 smithi094 ceph-mon[112176]: 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-08T14:35:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:16 smithi003 ceph-mon[96088]: 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-08T14:35:17.360 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:17.361 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:18.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:18.362 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:18 smithi094 ceph-mon[112176]: 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-08T14:35:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:18 smithi003 ceph-mon[96088]: 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-08T14:35:19.363 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:19.364 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:20.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:20.365 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:20 smithi094 ceph-mon[112176]: pgmap v20965: 97 pgs: 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.831 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:20 smithi003 ceph-mon[96088]: pgmap v20965: 97 pgs: 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.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:21.367 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:22.368 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:22.369 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:22 smithi094 ceph-mon[112176]: 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-08T14:35:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:22 smithi003 ceph-mon[96088]: 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-08T14:35:23.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:23.370 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:24.372 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:24.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:24.797 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:24 smithi094 ceph-mon[112176]: pgmap v20967: 97 pgs: 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:24.797 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:24.797 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:24 smithi003 ceph-mon[96088]: pgmap v20967: 97 pgs: 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:24.797 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:25.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:25.374 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:26.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:26.375 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:26 smithi094 ceph-mon[112176]: 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-08T14:35:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:26 smithi003 ceph-mon[96088]: 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-08T14:35:27.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:27.377 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:28.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:28.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:28 smithi094 ceph-mon[112176]: 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-08T14:35:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:28 smithi003 ceph-mon[96088]: 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-08T14:35:29.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:29.380 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:30.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:30.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:30 smithi094 ceph-mon[112176]: pgmap v20970: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:30 smithi003 ceph-mon[96088]: pgmap v20970: 97 pgs: 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.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:31.384 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:32.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:32.385 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:32 smithi094 ceph-mon[112176]: 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-08T14:35:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:32 smithi003 ceph-mon[96088]: 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-08T14:35:33.387 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:33.400 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:34.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:34.389 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:34 smithi094 ceph-mon[112176]: pgmap v20972: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:34 smithi003 ceph-mon[96088]: pgmap v20972: 97 pgs: 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.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:35.391 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:36.392 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:36.420 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:36 smithi094 ceph-mon[112176]: 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-08T14:35:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:36 smithi003 ceph-mon[96088]: 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-08T14:35:37.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:37.394 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:38.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:38.396 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:38 smithi094 ceph-mon[112176]: 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-08T14:35:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:38 smithi003 ceph-mon[96088]: 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-08T14:35:39.397 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:39.398 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:40.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:40.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:40 smithi094 ceph-mon[112176]: pgmap v20975: 97 pgs: 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.674 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:40 smithi003 ceph-mon[96088]: pgmap v20975: 97 pgs: 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.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:41.401 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:42.402 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:42.403 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:42 smithi094 ceph-mon[112176]: 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-08T14:35:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:35:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:35:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:35:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:35:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:35:42.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:35:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:42 smithi003 ceph-mon[96088]: 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-08T14:35:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:35:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:35:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:35:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:35:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:35:42.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:35:43.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:43.404 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:44.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:44.406 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:44 smithi094 ceph-mon[112176]: pgmap v20977: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:44 smithi003 ceph-mon[96088]: pgmap v20977: 97 pgs: 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.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:45.407 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:46.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:46.409 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:46 smithi094 ceph-mon[112176]: 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-08T14:35:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:46 smithi003 ceph-mon[96088]: 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-08T14:35:47.411 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:47.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:48.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:48.413 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:48 smithi094 ceph-mon[112176]: 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-08T14:35:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:48 smithi003 ceph-mon[96088]: 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-08T14:35:49.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:49.414 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:50.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:50.416 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:50 smithi094 ceph-mon[112176]: pgmap v20980: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:50 smithi003 ceph-mon[96088]: pgmap v20980: 97 pgs: 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.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:51.418 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:52.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:52.419 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:52 smithi094 ceph-mon[112176]: 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-08T14:35:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:52 smithi003 ceph-mon[96088]: 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-08T14:35:53.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:53.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:54 smithi094 ceph-mon[112176]: pgmap v20982: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:54.422 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:54.423 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:54 smithi003 ceph-mon[96088]: pgmap v20982: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:55.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:55.424 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:56.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:56.426 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:56.605 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:56 smithi094 ceph-mon[112176]: 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-08T14:35:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:56 smithi003 ceph-mon[96088]: 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-08T14:35:57.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:57.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:58.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:58.430 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:35:58 smithi094 ceph-mon[112176]: 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-08T14:35:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:35:58 smithi003 ceph-mon[96088]: 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-08T14:35:59.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:35:59.432 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:00.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:00.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:00 smithi094 ceph-mon[112176]: pgmap v20985: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:00 smithi003 ceph-mon[96088]: pgmap v20985: 97 pgs: 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:01.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:01.435 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:02.436 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:02.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:02 smithi094 ceph-mon[112176]: 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-08T14:36:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:02 smithi003 ceph-mon[96088]: 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-08T14:36:03.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:03.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:04 smithi094 ceph-mon[112176]: pgmap v20987: 97 pgs: 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:04.439 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:04.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:04 smithi003 ceph-mon[96088]: pgmap v20987: 97 pgs: 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.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:05.441 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:06.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:06.443 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:06 smithi094 ceph-mon[112176]: 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-08T14:36:07.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:06 smithi003 ceph-mon[96088]: 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-08T14:36:07.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:07.488 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:08.446 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:08.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:08 smithi094 ceph-mon[112176]: 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-08T14:36:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:08 smithi003 ceph-mon[96088]: 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-08T14:36:09.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:09.448 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:10.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:10.450 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:10 smithi094 ceph-mon[112176]: pgmap v20990: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:10 smithi003 ceph-mon[96088]: pgmap v20990: 97 pgs: 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:11.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:11.452 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:12.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:12.454 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:12 smithi094 ceph-mon[112176]: 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-08T14:36:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:12 smithi003 ceph-mon[96088]: 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-08T14:36:13.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:13.455 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:14 smithi094 ceph-mon[112176]: pgmap v20992: 97 pgs: 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:14.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:14.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:14 smithi003 ceph-mon[96088]: pgmap v20992: 97 pgs: 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.458 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:15.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:16.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:16.460 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:16 smithi094 ceph-mon[112176]: 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-08T14:36:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:16 smithi003 ceph-mon[96088]: 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-08T14:36:17.462 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:17.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:18.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:18.464 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:18 smithi094 ceph-mon[112176]: 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-08T14:36:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:18 smithi003 ceph-mon[96088]: 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-08T14:36:19.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:19.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:20.467 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:20.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:20 smithi094 ceph-mon[112176]: pgmap v20995: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:20 smithi003 ceph-mon[96088]: pgmap v20995: 97 pgs: 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:21.468 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:21.469 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:22.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:22.470 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:22 smithi094 ceph-mon[112176]: 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-08T14:36:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:22 smithi003 ceph-mon[96088]: 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-08T14:36:23.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:23.472 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:24 smithi094 ceph-mon[112176]: pgmap v20997: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:24.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:24.474 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:24 smithi003 ceph-mon[96088]: pgmap v20997: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:25.475 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:25.476 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:26.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:26.477 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:26.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:26 smithi003 ceph-mon[96088]: 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-08T14:36:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:26 smithi094 ceph-mon[112176]: 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-08T14:36:27.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:27.479 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:28.480 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:28.481 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:28 smithi094 ceph-mon[112176]: 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-08T14:36:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:28 smithi003 ceph-mon[96088]: 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-08T14:36:29.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:29.482 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:30.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:30.484 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:30 smithi094 ceph-mon[112176]: pgmap v21000: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:30 smithi003 ceph-mon[96088]: pgmap v21000: 97 pgs: 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:31.485 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:31.486 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:32.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:32.487 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:32 smithi094 ceph-mon[112176]: 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-08T14:36:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:32 smithi003 ceph-mon[96088]: 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-08T14:36:33.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:33.489 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:34 smithi094 ceph-mon[112176]: pgmap v21002: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:34 smithi003 ceph-mon[96088]: pgmap v21002: 97 pgs: 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:34.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:34.490 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:35.492 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:35.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:36.493 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:36.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:36 smithi094 ceph-mon[112176]: 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-08T14:36:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:36 smithi003 ceph-mon[96088]: 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-08T14:36:37.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:37.495 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:38.497 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:38.501 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:38 smithi094 ceph-mon[112176]: 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-08T14:36:38.748 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:38 smithi003 ceph-mon[96088]: 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-08T14:36:39.498 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:39.499 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:40.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:40.500 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:40 smithi094 ceph-mon[112176]: pgmap v21005: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:40 smithi003 ceph-mon[96088]: pgmap v21005: 97 pgs: 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:41.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:41.502 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:42.503 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:42.504 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:42 smithi094 ceph-mon[112176]: 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-08T14:36:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:42 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:36:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:42 smithi003 ceph-mon[96088]: 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-08T14:36:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:42 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:36:43.505 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:43.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:36:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:36:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:36:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:36:43.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:36:43.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:36:43.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:36:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:36:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:36:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:36:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:36:43.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:36:43.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:36:43.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:36:44.506 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:44.507 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:44.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:44 smithi003 ceph-mon[96088]: pgmap v21007: 97 pgs: 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:44.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:44 smithi094 ceph-mon[112176]: pgmap v21007: 97 pgs: 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:45.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:45.508 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:46.509 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:46.510 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:46 smithi003 ceph-mon[96088]: 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-08T14:36:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:46 smithi094 ceph-mon[112176]: 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-08T14:36:47.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:47.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:48.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:48.513 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:48 smithi003 ceph-mon[96088]: 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-08T14:36:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:48 smithi094 ceph-mon[112176]: 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-08T14:36:49.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:49.515 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:50.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:50.516 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:50 smithi003 ceph-mon[96088]: pgmap v21010: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:50 smithi094 ceph-mon[112176]: pgmap v21010: 97 pgs: 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:51.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:51.518 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:52.519 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:52.520 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:52 smithi003 ceph-mon[96088]: 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-08T14:36:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:52 smithi094 ceph-mon[112176]: 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-08T14:36:53.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:53.521 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:54 smithi094 ceph-mon[112176]: pgmap v21012: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:54 smithi003 ceph-mon[96088]: pgmap v21012: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:54.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:54.523 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:55.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:55.524 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:56.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:56.526 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:56 smithi094 ceph-mon[112176]: 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-08T14:36:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:56 smithi003 ceph-mon[96088]: 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-08T14:36:57.527 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:57.528 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:58.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:58.530 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:36:58 smithi094 ceph-mon[112176]: 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-08T14:36:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:36:58 smithi003 ceph-mon[96088]: 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-08T14:36:59.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:36:59.531 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:00.533 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:00.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:00 smithi094 ceph-mon[112176]: pgmap v21015: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:00 smithi003 ceph-mon[96088]: pgmap v21015: 97 pgs: 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:01.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:01.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:02.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:02.536 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:02 smithi094 ceph-mon[112176]: 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-08T14:37:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:02 smithi003 ceph-mon[96088]: 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-08T14:37:03.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:03.538 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:04 smithi094 ceph-mon[112176]: pgmap v21017: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:04 smithi003 ceph-mon[96088]: pgmap v21017: 97 pgs: 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:04.539 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:04.540 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:05.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:05.541 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:06.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:06.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:06.654 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:06 smithi003 ceph-mon[96088]: 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-08T14:37:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:06 smithi094 ceph-mon[112176]: 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-08T14:37:07.544 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:07.545 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:08.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:08.546 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:08 smithi094 ceph-mon[112176]: 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-08T14:37:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:08 smithi003 ceph-mon[96088]: 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-08T14:37:09.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:09.548 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:10.549 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:10.550 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:10 smithi094 ceph-mon[112176]: pgmap v21020: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:10 smithi003 ceph-mon[96088]: pgmap v21020: 97 pgs: 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:11.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:11.551 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:12.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:12.553 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:12 smithi094 ceph-mon[112176]: 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-08T14:37:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:12 smithi003 ceph-mon[96088]: 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-08T14:37:13.554 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:13.555 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:14 smithi094 ceph-mon[112176]: pgmap v21022: 97 pgs: 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:14.570 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:14 smithi003 ceph-mon[96088]: pgmap v21022: 97 pgs: 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:14.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:14.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:15.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:15.558 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:16.559 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:16.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:16.746 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:16 smithi094 ceph-mon[112176]: 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-08T14:37:16.746 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:16 smithi003 ceph-mon[96088]: 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-08T14:37:17.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:17.561 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:18.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:18.563 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:18 smithi094 ceph-mon[112176]: 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-08T14:37:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:18 smithi003 ceph-mon[96088]: 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-08T14:37:19.564 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:19.565 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:20.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:20.566 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:20 smithi094 ceph-mon[112176]: pgmap v21025: 97 pgs: 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.smithi003.smithi003.stdout:Oct 08 14:37:20 smithi003 ceph-mon[96088]: pgmap v21025: 97 pgs: 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:21.568 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:21.704 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:22.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:22.570 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:22 smithi094 ceph-mon[112176]: 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-08T14:37:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:22 smithi003 ceph-mon[96088]: 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-08T14:37:23.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:23.571 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:24 smithi094 ceph-mon[112176]: pgmap v21027: 97 pgs: 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:24.499 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:24.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:24 smithi003 ceph-mon[96088]: pgmap v21027: 97 pgs: 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:24.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:24.574 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:24.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:25.575 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:25.699 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:26.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:26.576 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:26 smithi094 ceph-mon[112176]: 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-08T14:37:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:26 smithi003 ceph-mon[96088]: 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-08T14:37:27.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:27.578 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:28.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:28.579 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:28 smithi094 ceph-mon[112176]: 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-08T14:37:28.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:28 smithi003 ceph-mon[96088]: 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-08T14:37:29.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:29.581 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:30.582 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:30.583 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:30 smithi094 ceph-mon[112176]: pgmap v21030: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:30 smithi003 ceph-mon[96088]: pgmap v21030: 97 pgs: 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:31.584 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:31.585 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:32.586 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:32.587 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:32 smithi094 ceph-mon[112176]: 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-08T14:37:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:32 smithi003 ceph-mon[96088]: 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-08T14:37:33.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:33.588 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:34 smithi094 ceph-mon[112176]: pgmap v21032: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:34 smithi003 ceph-mon[96088]: pgmap v21032: 97 pgs: 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:34.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:34.590 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:35.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:35.592 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:36.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:36.593 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:36 smithi094 ceph-mon[112176]: 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-08T14:37:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:36 smithi003 ceph-mon[96088]: 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-08T14:37:37.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:37.595 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:38.596 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:38.597 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:38 smithi094 ceph-mon[112176]: 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-08T14:37:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:38 smithi003 ceph-mon[96088]: 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-08T14:37:39.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:39.598 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:40.600 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:40.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:40.670 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:40 smithi094 ceph-mon[112176]: pgmap v21035: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:40 smithi003 ceph-mon[96088]: pgmap v21035: 97 pgs: 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:41.602 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:41.609 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:42.603 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:42.604 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:42 smithi094 ceph-mon[112176]: 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-08T14:37:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:42 smithi003 ceph-mon[96088]: 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-08T14:37:43.605 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:43.828 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:43.829 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:43 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:37:43.829 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:43 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:37:44.606 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:44.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:44.818 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:44 smithi094 ceph-mon[112176]: pgmap v21037: 97 pgs: 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:44.818 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:37:44.818 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:37:44.818 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:37:44.818 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:37:44.818 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:37:44.818 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:44 smithi003 ceph-mon[96088]: pgmap v21037: 97 pgs: 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:44.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:37:44.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:37:44.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:37:44.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:37:44.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:37:45.608 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:46.348 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:46.610 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:46.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:46 smithi094 ceph-mon[112176]: 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-08T14:37:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:46 smithi003 ceph-mon[96088]: 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-08T14:37:47.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:47.611 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:48.613 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:48.714 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:48.717 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:48 smithi094 ceph-mon[112176]: 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-08T14:37:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:48 smithi003 ceph-mon[96088]: 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-08T14:37:49.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:49.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:50.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:50.617 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:50 smithi094 ceph-mon[112176]: pgmap v21040: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:50 smithi003 ceph-mon[96088]: pgmap v21040: 97 pgs: 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:51.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:51.619 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:52.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:52 smithi003 ceph-mon[96088]: 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-08T14:37:52.620 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:52.621 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:52 smithi094 ceph-mon[112176]: 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-08T14:37:53.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:53.622 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:54 smithi094 ceph-mon[112176]: pgmap v21042: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:54 smithi003 ceph-mon[96088]: pgmap v21042: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:54.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:54.624 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:55.625 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:55.626 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:56.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:56.627 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:56 smithi094 ceph-mon[112176]: 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-08T14:37:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:56 smithi003 ceph-mon[96088]: 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-08T14:37:57.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:57.629 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:58.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:58.631 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:37:58 smithi094 ceph-mon[112176]: 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-08T14:37:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:37:58 smithi003 ceph-mon[96088]: 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-08T14:37:59.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:37:59.632 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:00.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:00.634 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:00 smithi094 ceph-mon[112176]: pgmap v21045: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:00 smithi003 ceph-mon[96088]: pgmap v21045: 97 pgs: 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:01.636 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:01.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:02.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:02.637 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:02 smithi094 ceph-mon[112176]: 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-08T14:38:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:02 smithi003 ceph-mon[96088]: 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-08T14:38:03.639 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:03.640 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:04 smithi094 ceph-mon[112176]: pgmap v21047: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:04 smithi003 ceph-mon[96088]: pgmap v21047: 97 pgs: 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:04.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:04.641 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:05.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:05.642 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:06.644 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:06.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:06 smithi094 ceph-mon[112176]: 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-08T14:38:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:06 smithi003 ceph-mon[96088]: 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-08T14:38:07.646 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:07.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:08.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:08.648 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:08 smithi094 ceph-mon[112176]: 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-08T14:38:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:08 smithi003 ceph-mon[96088]: 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-08T14:38:09.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:09.650 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:10.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:10.651 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:10 smithi094 ceph-mon[112176]: pgmap v21050: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:10 smithi003 ceph-mon[96088]: pgmap v21050: 97 pgs: 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:11.653 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:11.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:12.654 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:12.655 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:12 smithi094 ceph-mon[112176]: 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-08T14:38:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:12 smithi003 ceph-mon[96088]: 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-08T14:38:13.656 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:13.657 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:14 smithi094 ceph-mon[112176]: pgmap v21052: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:14 smithi003 ceph-mon[96088]: pgmap v21052: 97 pgs: 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:14.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:14.658 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:15.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:15.660 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:16.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:16.661 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:16 smithi094 ceph-mon[112176]: 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-08T14:38:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:16 smithi003 ceph-mon[96088]: 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-08T14:38:17.663 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:17.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:18.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:18.665 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:18 smithi094 ceph-mon[112176]: 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-08T14:38:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:18 smithi003 ceph-mon[96088]: 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-08T14:38:19.666 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:19.667 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:20 smithi094 ceph-mon[112176]: pgmap v21055: 97 pgs: 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.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:20.668 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:20 smithi003 ceph-mon[96088]: pgmap v21055: 97 pgs: 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:21.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:21.670 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:22 smithi094 ceph-mon[112176]: 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-08T14:38:22.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:22.671 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:22 smithi003 ceph-mon[96088]: 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-08T14:38:23.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:23.673 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:24 smithi094 ceph-mon[112176]: pgmap v21057: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:24 smithi003 ceph-mon[96088]: pgmap v21057: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:24.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:24.675 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:25.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:25.677 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:26 smithi094 ceph-mon[112176]: 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-08T14:38:26.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:26.678 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:26 smithi003 ceph-mon[96088]: 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-08T14:38:27.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:27.680 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:28 smithi094 ceph-mon[112176]: 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-08T14:38:28.681 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:28.682 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:28 smithi003 ceph-mon[96088]: 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-08T14:38:29.683 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:29.684 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:30.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:30 smithi003 ceph-mon[96088]: pgmap v21060: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:30 smithi094 ceph-mon[112176]: pgmap v21060: 97 pgs: 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.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:30.685 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:31.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:31.687 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:32 smithi094 ceph-mon[112176]: 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-08T14:38:32.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:32.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:32.879 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:32 smithi003 ceph-mon[96088]: 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-08T14:38:33.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:33.690 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:34 smithi094 ceph-mon[112176]: pgmap v21062: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:34 smithi003 ceph-mon[96088]: pgmap v21062: 97 pgs: 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:34.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:34.692 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:35.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:35.693 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:36 smithi094 ceph-mon[112176]: 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-08T14:38:36.695 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:36.696 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:36 smithi003 ceph-mon[96088]: 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-08T14:38:37.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:37.697 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:38 smithi094 ceph-mon[112176]: 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-08T14:38:38.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:38.698 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:38 smithi003 ceph-mon[96088]: 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-08T14:38:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:39.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:39.700 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:40 smithi094 ceph-mon[112176]: pgmap v21065: 97 pgs: 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.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:40.702 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:40 smithi003 ceph-mon[96088]: pgmap v21065: 97 pgs: 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.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:41.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:42 smithi094 ceph-mon[112176]: 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-08T14:38:42.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:42.705 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:42 smithi003 ceph-mon[96088]: 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-08T14:38:43.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:43.707 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:44 smithi094 ceph-mon[112176]: pgmap v21067: 97 pgs: 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:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:44 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:38:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:44 smithi003 ceph-mon[96088]: pgmap v21067: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:44 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:38:44.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:44.708 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi003 to 1338M 2023-10-08T14:38:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: Adjusting osd_memory_target on smithi094 to 2641M 2023-10-08T14:38:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:38:45.417 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:38:45.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:38:45.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:38:45.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:38:45.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:38:45.418 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:38:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:38:45.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi003 to 1338M 2023-10-08T14:38:45.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: Adjusting osd_memory_target on smithi094 to 2641M 2023-10-08T14:38:45.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:38:45.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:38:45.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:38:45.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:38:45.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:38:45.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:38:45.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:38:45.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:45.710 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:46.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:46 smithi094 ceph-mon[112176]: 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-08T14:38:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:46 smithi003 ceph-mon[96088]: 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-08T14:38:46.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:46.712 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:47.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:47.713 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:48 smithi094 ceph-mon[112176]: 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-08T14:38:48.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:48.715 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:48 smithi003 ceph-mon[96088]: 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-08T14:38:49.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:49.716 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:50 smithi094 ceph-mon[112176]: pgmap v21070: 97 pgs: 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.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:50.718 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:50 smithi003 ceph-mon[96088]: pgmap v21070: 97 pgs: 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.720 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:51.747 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:52 smithi094 ceph-mon[112176]: 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-08T14:38:52.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:52.722 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:52 smithi003 ceph-mon[96088]: 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-08T14:38:53.723 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:53.724 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:54 smithi094 ceph-mon[112176]: pgmap v21072: 97 pgs: 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:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:54 smithi003 ceph-mon[96088]: pgmap v21072: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:54.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:54.725 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:55.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:55.727 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:56 smithi094 ceph-mon[112176]: 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-08T14:38:56.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:56.729 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:56.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:56 smithi003 ceph-mon[96088]: 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-08T14:38:57.730 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:57.731 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:38:58 smithi094 ceph-mon[112176]: 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-08T14:38:58.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:58.732 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:38:58 smithi003 ceph-mon[96088]: 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-08T14:38:59.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:38:59.734 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:00 smithi094 ceph-mon[112176]: pgmap v21075: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:00 smithi003 ceph-mon[96088]: pgmap v21075: 97 pgs: 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.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:00.736 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:01.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:01.738 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:02 smithi094 ceph-mon[112176]: 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-08T14:39:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:02 smithi003 ceph-mon[96088]: 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-08T14:39:02.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:02.739 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:03.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:03.741 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:04 smithi094 ceph-mon[112176]: pgmap v21077: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:04 smithi003 ceph-mon[96088]: pgmap v21077: 97 pgs: 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:04.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:04.743 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:05.744 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:05.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:06 smithi094 ceph-mon[112176]: 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-08T14:39:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:06 smithi003 ceph-mon[96088]: 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-08T14:39:06.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:06.746 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:07.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:07.748 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:08 smithi094 ceph-mon[112176]: 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-08T14:39:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:08 smithi003 ceph-mon[96088]: 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-08T14:39:08.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:08.749 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:09.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:09.751 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:10.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:10 smithi094 ceph-mon[112176]: pgmap v21080: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:10 smithi003 ceph-mon[96088]: pgmap v21080: 97 pgs: 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.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:10.753 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:11.754 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:11.755 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:12.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:12 smithi094 ceph-mon[112176]: 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-08T14:39:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:12 smithi003 ceph-mon[96088]: 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-08T14:39:12.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:12.756 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:13.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:13.758 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:14.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:14 smithi094 ceph-mon[112176]: pgmap v21082: 97 pgs: 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:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:14 smithi003 ceph-mon[96088]: pgmap v21082: 97 pgs: 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:14.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:14.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:15.761 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:15.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:16.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:16 smithi094 ceph-mon[112176]: 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-08T14:39:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:16 smithi003 ceph-mon[96088]: 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-08T14:39:16.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:16.763 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:17.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:17.765 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:18.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:18 smithi094 ceph-mon[112176]: 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-08T14:39:18.735 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:18 smithi003 ceph-mon[96088]: 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-08T14:39:18.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:18.767 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:19.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:19.768 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:20.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:20 smithi094 ceph-mon[112176]: pgmap v21085: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:20 smithi003 ceph-mon[96088]: pgmap v21085: 97 pgs: 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.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:20.770 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:21.771 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:21.772 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:22.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:22 smithi094 ceph-mon[112176]: 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-08T14:39:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:22 smithi003 ceph-mon[96088]: 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-08T14:39:22.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:22.773 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:23.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:23.775 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:24 smithi094 ceph-mon[112176]: pgmap v21087: 97 pgs: 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:24.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:24 smithi003 ceph-mon[96088]: pgmap v21087: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:24.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:24.777 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:25.778 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:25.779 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:26 smithi094 ceph-mon[112176]: 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-08T14:39:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:26 smithi003 ceph-mon[96088]: 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-08T14:39:26.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:26.780 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:27.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:27.782 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:28.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:28 smithi094 ceph-mon[112176]: 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-08T14:39:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:28 smithi003 ceph-mon[96088]: 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-08T14:39:28.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:28.784 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:29.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:29.785 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:30.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:30 smithi094 ceph-mon[112176]: pgmap v21090: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:30 smithi003 ceph-mon[96088]: pgmap v21090: 97 pgs: 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.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:30.788 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:31.789 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:31.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:32.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:32 smithi094 ceph-mon[112176]: 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-08T14:39:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:32 smithi003 ceph-mon[96088]: 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-08T14:39:32.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:32.791 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:33.792 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:33.793 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:34.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:34 smithi094 ceph-mon[112176]: pgmap v21092: 97 pgs: 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:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:34 smithi003 ceph-mon[96088]: pgmap v21092: 97 pgs: 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:34.794 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:35.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:35.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:35.796 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:36 smithi094 ceph-mon[112176]: 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-08T14:39:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:36 smithi003 ceph-mon[96088]: 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-08T14:39:36.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:36.798 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:37.799 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:37.800 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:38.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:38 smithi094 ceph-mon[112176]: 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-08T14:39:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:38 smithi003 ceph-mon[96088]: 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-08T14:39:38.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:38.801 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:39.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:39.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:39.803 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:40.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:40 smithi094 ceph-mon[112176]: pgmap v21095: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:40 smithi003 ceph-mon[96088]: pgmap v21095: 97 pgs: 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.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:40.805 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:41.806 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:41.807 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:42.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:42 smithi094 ceph-mon[112176]: 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-08T14:39:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:42 smithi003 ceph-mon[96088]: 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-08T14:39:42.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:42.808 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:43.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:43.810 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:44.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:44 smithi094 ceph-mon[112176]: pgmap v21097: 97 pgs: 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:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:44 smithi003 ceph-mon[96088]: pgmap v21097: 97 pgs: 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:44.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:44.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:39:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:39:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:39:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:39:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:39:45.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:39:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:39:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:39:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:39:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:39:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:39:45.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:39:45.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:45.812 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:46 smithi003 ceph-mon[96088]: 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-08T14:39:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:46 smithi094 ceph-mon[112176]: 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-08T14:39:46.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:46.814 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:47.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:47.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:48.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:48 smithi094 ceph-mon[112176]: 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-08T14:39:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:48 smithi003 ceph-mon[96088]: 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-08T14:39:48.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:48.817 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:49.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:49.819 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:50.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:50 smithi094 ceph-mon[112176]: pgmap v21100: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:50 smithi003 ceph-mon[96088]: pgmap v21100: 97 pgs: 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.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:50.821 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:51.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:51.823 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:52.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:52 smithi094 ceph-mon[112176]: 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-08T14:39:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:52 smithi003 ceph-mon[96088]: 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-08T14:39:52.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:52.824 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:53.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:53.826 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:54.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:54 smithi094 ceph-mon[112176]: pgmap v21102: 97 pgs: 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:54.541 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:54.541 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:54 smithi003 ceph-mon[96088]: pgmap v21102: 97 pgs: 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:54.542 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:54.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:54.827 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:55.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:55.829 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:56.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:56 smithi094 ceph-mon[112176]: 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-08T14:39:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:56 smithi003 ceph-mon[96088]: 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-08T14:39:56.830 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:56.831 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:57.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:57.832 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:58.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:39:58 smithi094 ceph-mon[112176]: 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-08T14:39:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:39:58 smithi003 ceph-mon[96088]: 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-08T14:39:58.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:58.834 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:59.835 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:39:59.836 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:00 smithi094 ceph-mon[112176]: pgmap v21105: 97 pgs: 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.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:00 smithi094 ceph-mon[112176]: overall HEALTH_OK 2023-10-08T14:40:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:00 smithi003 ceph-mon[96088]: pgmap v21105: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:00 smithi003 ceph-mon[96088]: overall HEALTH_OK 2023-10-08T14:40:00.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:00.837 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:01.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:01.839 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:02.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:02 smithi094 ceph-mon[112176]: 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-08T14:40:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:02 smithi003 ceph-mon[96088]: 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-08T14:40:02.840 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:02.841 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:03.842 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:03.843 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:04.416 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:04 smithi094 ceph-mon[112176]: pgmap v21107: 97 pgs: 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:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:04 smithi003 ceph-mon[96088]: pgmap v21107: 97 pgs: 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:04.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:04.844 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:05.845 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:05.846 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:06.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:06 smithi094 ceph-mon[112176]: 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-08T14:40:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:06 smithi003 ceph-mon[96088]: 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-08T14:40:06.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:06.847 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:07.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:07.849 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:08.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:08 smithi094 ceph-mon[112176]: 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-08T14:40:08.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:08 smithi003 ceph-mon[96088]: 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-08T14:40:08.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:08.850 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:09.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:09.851 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:09.852 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:10 smithi003 ceph-mon[96088]: pgmap v21110: 97 pgs: 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.853 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:10.854 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:10 smithi094 ceph-mon[112176]: pgmap v21110: 97 pgs: 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.855 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:12.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:12 smithi003 ceph-mon[96088]: 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-08T14:40:13.181 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:12 smithi094 ceph-mon[112176]: 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-08T14:40:13.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:13.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:13.858 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:13.859 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:14 smithi003 ceph-mon[96088]: pgmap v21112: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:14 smithi094 ceph-mon[112176]: pgmap v21112: 97 pgs: 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:14.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:14.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:15.862 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:16.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:16.907 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:16 smithi094 ceph-mon[112176]: 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-08T14:40:16.908 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:16 smithi003 ceph-mon[96088]: 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-08T14:40:16.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:16.908 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:17.865 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:17.987 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:18 smithi003 ceph-mon[96088]: 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-08T14:40:18.866 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:18.867 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:18 smithi094 ceph-mon[112176]: 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-08T14:40:19.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:19.868 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:20 smithi003 ceph-mon[96088]: pgmap v21115: 97 pgs: 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.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:20.870 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:20 smithi094 ceph-mon[112176]: pgmap v21115: 97 pgs: 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.871 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:21.872 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:22 smithi003 ceph-mon[96088]: 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-08T14:40:22.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:22.874 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:22 smithi094 ceph-mon[112176]: 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-08T14:40:23.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:23.875 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:24 smithi003 ceph-mon[96088]: pgmap v21117: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:24 smithi094 ceph-mon[112176]: pgmap v21117: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:24.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:24.877 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:25.878 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:25.879 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:26 smithi094 ceph-mon[112176]: 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-08T14:40:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:26 smithi003 ceph-mon[96088]: 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-08T14:40:26.880 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:26.881 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:27.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:27.882 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:28 smithi003 ceph-mon[96088]: 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-08T14:40:28.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:28.883 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:28 smithi094 ceph-mon[112176]: 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-08T14:40:29.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:29.885 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:30 smithi003 ceph-mon[96088]: pgmap v21120: 97 pgs: 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.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:30.887 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:30 smithi094 ceph-mon[112176]: pgmap v21120: 97 pgs: 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.888 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:31.889 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:32 smithi003 ceph-mon[96088]: 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-08T14:40:32.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:32.890 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:32 smithi094 ceph-mon[112176]: 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-08T14:40:33.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:33.892 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:34 smithi003 ceph-mon[96088]: pgmap v21122: 97 pgs: 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:34.492 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:34 smithi094 ceph-mon[112176]: pgmap v21122: 97 pgs: 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:34.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:34.894 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:35.895 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:35.896 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:36 smithi003 ceph-mon[96088]: 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-08T14:40:36.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:36.897 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:36 smithi094 ceph-mon[112176]: 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-08T14:40:37.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:37.899 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:38 smithi003 ceph-mon[96088]: 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-08T14:40:38.900 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:38.942 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:38.943 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:38 smithi094 ceph-mon[112176]: 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-08T14:40:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:39.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:39.902 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:40 smithi003 ceph-mon[96088]: pgmap v21125: 97 pgs: 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.904 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:40.905 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:40 smithi094 ceph-mon[112176]: pgmap v21125: 97 pgs: 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.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:41.906 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:42 smithi003 ceph-mon[96088]: 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-08T14:40:42.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:42.907 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:42 smithi094 ceph-mon[112176]: 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-08T14:40:43.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:43.909 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:44 smithi003 ceph-mon[96088]: pgmap v21127: 97 pgs: 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:44.597 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:44 smithi094 ceph-mon[112176]: pgmap v21127: 97 pgs: 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:44.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:44.911 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:45.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:45 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:40:45.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:45 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:40:45.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:45.912 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:46 smithi003 ceph-mon[96088]: 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-08T14:40:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:40:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:40:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:40:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:40:46.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:40:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:46 smithi094 ceph-mon[112176]: 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-08T14:40:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:40:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:40:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:40:46.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:40:46.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:40:46.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:46.914 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:47.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:47.916 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:48 smithi003 ceph-mon[96088]: 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-08T14:40:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:48 smithi094 ceph-mon[112176]: 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-08T14:40:48.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:48.917 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:49.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:49.919 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:50 smithi003 ceph-mon[96088]: pgmap v21130: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:50 smithi094 ceph-mon[112176]: pgmap v21130: 97 pgs: 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.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:50.921 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:51.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:51.923 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:52 smithi003 ceph-mon[96088]: 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-08T14:40:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:52 smithi094 ceph-mon[112176]: 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-08T14:40:52.924 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:52.925 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:53.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:53.926 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:54 smithi003 ceph-mon[96088]: pgmap v21132: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:54 smithi094 ceph-mon[112176]: pgmap v21132: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:54.928 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:54.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:55.929 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:55.930 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:56 smithi003 ceph-mon[96088]: 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-08T14:40:56.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:56 smithi094 ceph-mon[112176]: 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-08T14:40:56.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:56.931 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:57.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:57.933 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:40:58 smithi003 ceph-mon[96088]: 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-08T14:40:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:40:58 smithi094 ceph-mon[112176]: 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-08T14:40:58.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:58.934 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:59.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:40:59.936 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:00 smithi003 ceph-mon[96088]: pgmap v21135: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:00 smithi094 ceph-mon[112176]: pgmap v21135: 97 pgs: 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.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:00.938 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:01.939 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:01.940 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:02 smithi003 ceph-mon[96088]: 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-08T14:41:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:02 smithi094 ceph-mon[112176]: 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-08T14:41:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:02.941 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:04 smithi003 ceph-mon[96088]: pgmap v21137: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:04 smithi094 ceph-mon[112176]: pgmap v21137: 97 pgs: 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:04.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:04.945 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:05.946 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:05.947 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:06 smithi003 ceph-mon[96088]: 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-08T14:41:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:06 smithi094 ceph-mon[112176]: 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-08T14:41:06.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:06.948 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:07.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:07.950 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:08 smithi003 ceph-mon[96088]: 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-08T14:41:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:08 smithi094 ceph-mon[112176]: 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-08T14:41:08.951 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:08.952 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:09.861 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:09.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:09.953 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:10 smithi003 ceph-mon[96088]: pgmap v21140: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:10 smithi094 ceph-mon[112176]: pgmap v21140: 97 pgs: 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.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:10.955 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:11.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:11.957 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:12 smithi003 ceph-mon[96088]: 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-08T14:41:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:12 smithi094 ceph-mon[112176]: 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-08T14:41:12.958 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:12.959 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:13.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:13.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:14.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:14 smithi003 ceph-mon[96088]: pgmap v21142: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:14 smithi094 ceph-mon[112176]: pgmap v21142: 97 pgs: 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:14.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:14.962 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:15.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:15.964 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:16 smithi003 ceph-mon[96088]: 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-08T14:41:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:16 smithi094 ceph-mon[112176]: 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-08T14:41:16.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:16.966 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:17.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:17.968 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:18 smithi003 ceph-mon[96088]: 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-08T14:41:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:18 smithi094 ceph-mon[112176]: 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-08T14:41:19.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:19.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:19.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:19.971 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:20 smithi003 ceph-mon[96088]: pgmap v21145: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:20 smithi094 ceph-mon[112176]: pgmap v21145: 97 pgs: 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.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:20.972 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:21.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:21.974 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:22 smithi003 ceph-mon[96088]: 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-08T14:41:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:22 smithi094 ceph-mon[112176]: 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-08T14:41:22.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:22.976 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:23.977 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:23.978 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:24 smithi003 ceph-mon[96088]: pgmap v21147: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:24 smithi094 ceph-mon[112176]: pgmap v21147: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:24.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:24.979 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:25.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:25.981 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:26 smithi003 ceph-mon[96088]: 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-08T14:41:26.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:26 smithi094 ceph-mon[112176]: 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-08T14:41:26.982 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:26.983 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:27.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:27.984 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:28 smithi003 ceph-mon[96088]: 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-08T14:41:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:28 smithi094 ceph-mon[112176]: 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-08T14:41:28.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:28.986 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:29.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:29.988 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:30 smithi003 ceph-mon[96088]: pgmap v21150: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:30 smithi094 ceph-mon[112176]: pgmap v21150: 97 pgs: 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.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:30.989 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:31.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:31.991 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:32 smithi003 ceph-mon[96088]: 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-08T14:41:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:32 smithi094 ceph-mon[112176]: 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-08T14:41:32.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:32.993 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:33.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:33.995 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:34 smithi003 ceph-mon[96088]: pgmap v21152: 97 pgs: 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:35.138 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:34 smithi094 ceph-mon[112176]: pgmap v21152: 97 pgs: 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:35.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:35.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:35.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:35.998 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:36 smithi003 ceph-mon[96088]: 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-08T14:41:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:36 smithi094 ceph-mon[112176]: 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-08T14:41:37.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:37.000 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:38.001 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:38.002 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:38 smithi003 ceph-mon[96088]: 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-08T14:41:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:38 smithi094 ceph-mon[112176]: 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-08T14:41:39.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:39.003 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:40.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:40.005 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:40 smithi003 ceph-mon[96088]: pgmap v21155: 97 pgs: 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.919 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:40 smithi094 ceph-mon[112176]: pgmap v21155: 97 pgs: 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.007 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:41.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:42.009 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:42.336 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:42.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:42 smithi003 ceph-mon[96088]: 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-08T14:41:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:42 smithi094 ceph-mon[112176]: 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-08T14:41:43.011 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:43.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:44.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:44.012 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:44 smithi003 ceph-mon[96088]: pgmap v21157: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:44 smithi094 ceph-mon[112176]: pgmap v21157: 97 pgs: 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:45.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:45.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:46.015 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:46.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:46 smithi003 ceph-mon[96088]: 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-08T14:41:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:46 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:41:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:46 smithi094 ceph-mon[112176]: 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-08T14:41:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:46 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:41:47.016 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:47.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:48.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:48.018 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:48 smithi003 ceph-mon[96088]: 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-08T14:41:48.918 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:48 smithi094 ceph-mon[112176]: 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-08T14:41:49.020 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:49.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:49.871 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:41:49.871 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:41:49.871 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:41:49.871 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:41:49.871 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:41:49.871 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:41:49.871 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:41:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:41:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:41:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:41:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:41:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:41:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:41:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:41:50.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:50.021 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:50 smithi094 ceph-mon[112176]: pgmap v21160: 97 pgs: 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.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:50 smithi003 ceph-mon[96088]: pgmap v21160: 97 pgs: 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.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:51.023 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:52.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:52.025 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:52 smithi094 ceph-mon[112176]: 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-08T14:41:52.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:52 smithi003 ceph-mon[96088]: 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-08T14:41:53.026 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:53.027 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:54.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:54 smithi003 ceph-mon[96088]: pgmap v21162: 97 pgs: 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:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:54 smithi094 ceph-mon[112176]: pgmap v21162: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:55.030 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:56.032 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:56 smithi003 ceph-mon[96088]: 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-08T14:41:56.917 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:56 smithi094 ceph-mon[112176]: 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-08T14:41:57.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:57.034 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:58.035 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:58.036 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:41:58 smithi003 ceph-mon[96088]: 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-08T14:41:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:41:58 smithi094 ceph-mon[112176]: 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-08T14:41:59.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:41:59.037 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:00.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:00.039 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:00.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:00 smithi094 ceph-mon[112176]: pgmap v21165: 97 pgs: 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.839 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:00 smithi003 ceph-mon[96088]: pgmap v21165: 97 pgs: 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.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:01.040 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:02.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:02.042 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:02 smithi003 ceph-mon[96088]: 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-08T14:42:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:02 smithi094 ceph-mon[112176]: 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-08T14:42:03.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:03.044 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:04.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:04.045 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:04 smithi003 ceph-mon[96088]: pgmap v21167: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:04 smithi094 ceph-mon[112176]: pgmap v21167: 97 pgs: 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:05.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:05.047 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:06.048 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:06.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:06 smithi003 ceph-mon[96088]: 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-08T14:42:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:06 smithi094 ceph-mon[112176]: 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-08T14:42:07.050 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:07.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:08.052 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:08.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:08 smithi003 ceph-mon[96088]: 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-08T14:42:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:08 smithi094 ceph-mon[112176]: 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-08T14:42:09.053 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:09.054 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:10.055 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:10.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:10 smithi003 ceph-mon[96088]: pgmap v21170: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:10 smithi094 ceph-mon[112176]: pgmap v21170: 97 pgs: 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.058 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:11.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:12.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:12.059 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:12 smithi003 ceph-mon[96088]: 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-08T14:42:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:12 smithi094 ceph-mon[112176]: 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-08T14:42:13.060 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:13.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:14.062 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:14.131 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:14 smithi003 ceph-mon[96088]: pgmap v21172: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:14 smithi094 ceph-mon[112176]: pgmap v21172: 97 pgs: 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:15.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:15.064 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:16.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:16.066 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:16 smithi003 ceph-mon[96088]: 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-08T14:42:16.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:16 smithi094 ceph-mon[112176]: 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-08T14:42:17.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:17.067 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:18.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:18.069 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:18 smithi003 ceph-mon[96088]: 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-08T14:42:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:18 smithi094 ceph-mon[112176]: 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-08T14:42:19.070 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:19.071 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:20.073 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:20.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:20.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:20 smithi003 ceph-mon[96088]: pgmap v21175: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:20 smithi094 ceph-mon[112176]: pgmap v21175: 97 pgs: 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.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:21.074 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:22.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:22.076 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:22 smithi003 ceph-mon[96088]: 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-08T14:42:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:22 smithi094 ceph-mon[112176]: 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-08T14:42:23.077 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:23.078 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:24.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:24.079 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:24 smithi003 ceph-mon[96088]: pgmap v21177: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:24 smithi094 ceph-mon[112176]: pgmap v21177: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:25.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:25.081 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:26.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:26.083 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:26 smithi003 ceph-mon[96088]: 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-08T14:42:26.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:26 smithi094 ceph-mon[112176]: 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-08T14:42:27.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:27.084 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:28.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:28.086 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:28 smithi003 ceph-mon[96088]: 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-08T14:42:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:28 smithi094 ceph-mon[112176]: 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-08T14:42:29.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:29.088 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:30.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:30.089 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:30 smithi003 ceph-mon[96088]: pgmap v21180: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:30 smithi094 ceph-mon[112176]: pgmap v21180: 97 pgs: 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.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:31.091 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:32.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:32.093 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:32 smithi003 ceph-mon[96088]: 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-08T14:42:32.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:32 smithi094 ceph-mon[112176]: 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-08T14:42:33.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:33.094 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:34.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:34.096 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:34 smithi003 ceph-mon[96088]: pgmap v21182: 97 pgs: 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:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:34 smithi094 ceph-mon[112176]: pgmap v21182: 97 pgs: 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:35.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:35.098 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:36.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:36.100 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:36 smithi003 ceph-mon[96088]: 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-08T14:42:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:36 smithi094 ceph-mon[112176]: 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-08T14:42:37.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:37.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:38.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:38.103 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:38 smithi003 ceph-mon[96088]: 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-08T14:42:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:38 smithi094 ceph-mon[112176]: 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-08T14:42:39.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:39.105 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:39.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:40.106 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:40.107 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:40.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:40 smithi003 ceph-mon[96088]: pgmap v21185: 97 pgs: 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.810 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:40 smithi094 ceph-mon[112176]: pgmap v21185: 97 pgs: 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.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:41.108 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:42.110 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:42.809 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:42.810 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:42 smithi003 ceph-mon[96088]: 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-08T14:42:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:42 smithi094 ceph-mon[112176]: 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-08T14:42:43.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:43.112 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:44.113 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:44.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:44 smithi003 ceph-mon[96088]: pgmap v21187: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:44 smithi094 ceph-mon[112176]: pgmap v21187: 97 pgs: 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:45.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:45.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:46.117 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:46.119 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:46 smithi003 ceph-mon[96088]: 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-08T14:42:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:46 smithi094 ceph-mon[112176]: 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-08T14:42:47.118 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:47.129 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:48.120 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:48.121 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:48 smithi003 ceph-mon[96088]: 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-08T14:42:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:48 smithi094 ceph-mon[112176]: 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-08T14:42:49.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:49.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:49.733 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:49 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:42:49.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:49 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:42:50.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:50.123 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:50 smithi003 ceph-mon[96088]: pgmap v21190: 97 pgs: 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.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:42:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:42:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:42:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:42:50.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:42:50.914 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:50 smithi094 ceph-mon[112176]: pgmap v21190: 97 pgs: 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.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:42:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:42:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:42:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:42:50.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:42:51.124 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:51.125 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:52.126 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:52.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:52.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:52 smithi003 ceph-mon[96088]: 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-08T14:42:53.457 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:52 smithi094 ceph-mon[112176]: 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-08T14:42:53.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:53.457 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:54.130 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:54.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:54.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:54 smithi003 ceph-mon[96088]: pgmap v21192: 97 pgs: 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:55.064 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:55.064 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:54 smithi094 ceph-mon[112176]: pgmap v21192: 97 pgs: 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:55.064 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:55.132 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:55.163 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:56.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:56.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:56.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:56 smithi003 ceph-mon[96088]: 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-08T14:42:56.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:56 smithi094 ceph-mon[112176]: 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-08T14:42:57.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:57.135 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:58.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:58.137 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:42:58 smithi003 ceph-mon[96088]: 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-08T14:42:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:42:58 smithi094 ceph-mon[112176]: 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-08T14:42:59.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:42:59.138 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:00.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:00.140 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:00.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:00 smithi003 ceph-mon[96088]: pgmap v21195: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:00 smithi094 ceph-mon[112176]: pgmap v21195: 97 pgs: 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.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:01.142 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:02.143 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:02.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:02.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:02 smithi003 ceph-mon[96088]: 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-08T14:43:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:02 smithi094 ceph-mon[112176]: 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-08T14:43:03.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:03.145 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:04.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:04.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:04.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:04 smithi003 ceph-mon[96088]: pgmap v21197: 97 pgs: 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:04.667 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:04 smithi094 ceph-mon[112176]: pgmap v21197: 97 pgs: 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:05.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:05.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:06.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:06.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:06 smithi003 ceph-mon[96088]: 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-08T14:43:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:06 smithi094 ceph-mon[112176]: 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-08T14:43:07.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:07.152 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:08.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:08.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:08.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:08 smithi003 ceph-mon[96088]: 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-08T14:43:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:08 smithi094 ceph-mon[112176]: 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-08T14:43:09.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:09.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:09.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:10.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:10.157 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:10.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:10 smithi003 ceph-mon[96088]: pgmap v21200: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:10 smithi094 ceph-mon[112176]: pgmap v21200: 97 pgs: 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.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:11.158 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:12.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:12.160 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:12.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:12 smithi003 ceph-mon[96088]: 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-08T14:43:12.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:12 smithi094 ceph-mon[112176]: 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-08T14:43:13.161 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:13.162 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:14.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:14.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:14 smithi003 ceph-mon[96088]: pgmap v21202: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:14 smithi094 ceph-mon[112176]: pgmap v21202: 97 pgs: 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:15.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:15.165 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:16.166 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:16.320 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:16.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:16 smithi003 ceph-mon[96088]: 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-08T14:43:17.090 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:16 smithi094 ceph-mon[112176]: 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-08T14:43:17.168 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:17.169 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:18.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:18.170 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:18.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:18 smithi003 ceph-mon[96088]: 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-08T14:43:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:18 smithi094 ceph-mon[112176]: 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-08T14:43:19.171 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:19.172 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:20.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:20.173 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:20.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:20 smithi003 ceph-mon[96088]: pgmap v21205: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:20 smithi094 ceph-mon[112176]: pgmap v21205: 97 pgs: 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.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:21.175 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:22.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:22.177 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:22.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:22 smithi003 ceph-mon[96088]: 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-08T14:43:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:22 smithi094 ceph-mon[112176]: 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-08T14:43:23.178 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:23.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:24.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:24.180 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:24 smithi003 ceph-mon[96088]: pgmap v21207: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:24 smithi094 ceph-mon[112176]: pgmap v21207: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:25.182 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:25.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:26.183 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:26.184 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:26.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:26 smithi094 ceph-mon[112176]: 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-08T14:43:26.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:26 smithi003 ceph-mon[96088]: 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-08T14:43:27.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:27.185 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:28.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:28.186 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:28.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:28 smithi003 ceph-mon[96088]: 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-08T14:43:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:28 smithi094 ceph-mon[112176]: 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-08T14:43:29.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:29.188 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:30.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:30.190 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:30.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:30 smithi003 ceph-mon[96088]: pgmap v21210: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:30 smithi094 ceph-mon[112176]: pgmap v21210: 97 pgs: 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.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:31.191 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:32.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:32.193 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:32.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:32 smithi003 ceph-mon[96088]: 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-08T14:43:33.314 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:32 smithi094 ceph-mon[112176]: 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-08T14:43:33.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:33.315 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:34.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:34.197 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:34 smithi003 ceph-mon[96088]: pgmap v21212: 97 pgs: 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:34.665 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:34 smithi094 ceph-mon[112176]: pgmap v21212: 97 pgs: 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:35.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:35.198 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:36.199 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:36.200 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:36.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:36 smithi094 ceph-mon[112176]: 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-08T14:43:36.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:36 smithi003 ceph-mon[96088]: 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-08T14:43:37.201 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:37.354 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:38.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:38.203 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:38.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:38 smithi003 ceph-mon[96088]: 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-08T14:43:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:38 smithi094 ceph-mon[112176]: 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-08T14:43:39.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:39.205 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:40.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:40.206 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:40.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:40 smithi094 ceph-mon[112176]: pgmap v21215: 97 pgs: 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.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:40 smithi003 ceph-mon[96088]: pgmap v21215: 97 pgs: 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.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:41.208 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:42.209 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:42.210 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:42 smithi094 ceph-mon[112176]: 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-08T14:43:42.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:42 smithi003 ceph-mon[96088]: 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-08T14:43:43.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:43.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:44.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:44.213 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:44 smithi003 ceph-mon[96088]: pgmap v21217: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:44 smithi094 ceph-mon[112176]: pgmap v21217: 97 pgs: 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:45.214 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:45.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:46.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:46.216 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:46.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:46 smithi003 ceph-mon[96088]: 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-08T14:43:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:46 smithi094 ceph-mon[112176]: 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-08T14:43:47.217 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:47.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:48.219 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:48.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:48.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:48 smithi003 ceph-mon[96088]: 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-08T14:43:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:48 smithi094 ceph-mon[112176]: 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-08T14:43:49.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:49.221 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:50.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:50.222 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:50.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:50 smithi094 ceph-mon[112176]: pgmap v21220: 97 pgs: 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.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:50 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:43:50.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:50 smithi003 ceph-mon[96088]: pgmap v21220: 97 pgs: 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.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:50 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:43:51.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:51.223 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:52.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:52.224 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:52.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:52 smithi094 ceph-mon[112176]: 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-08T14:43:52.983 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:52 smithi003 ceph-mon[96088]: 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-08T14:43:53.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:53.226 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:54.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:54.227 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:54 smithi003 ceph-mon[96088]: pgmap v21222: 97 pgs: 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:54.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:54 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:54 smithi094 ceph-mon[112176]: pgmap v21222: 97 pgs: 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:54.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:54 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:55.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:55.228 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:56.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:56.229 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:56.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:43:56.739 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:43:56.739 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:56 smithi003 ceph-mon[96088]: 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-08T14:43:56.746 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:43:56.746 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:43:56.746 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:43:56.746 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:43:56.746 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:56 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:43:56.747 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:43:56.747 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:43:56.747 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:56 smithi094 ceph-mon[112176]: 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-08T14:43:56.748 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:43:56.748 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:43:56.748 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:43:56.748 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:43:56.748 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:56 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' 2023-10-08T14:43:57.231 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:57.352 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:58.233 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:58.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:58.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:43:58 smithi003 ceph-mon[96088]: 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-08T14:43:58.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:43:58 smithi094 ceph-mon[112176]: 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-08T14:43:59.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:43:59.234 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:00.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:00.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:00.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:00 smithi094 ceph-mon[112176]: pgmap v21225: 97 pgs: 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.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:00 smithi003 ceph-mon[96088]: pgmap v21225: 97 pgs: 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.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:01.238 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:02.239 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:02.240 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:02.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:02 smithi094 ceph-mon[112176]: 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-08T14:44:02.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:02 smithi003 ceph-mon[96088]: 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-08T14:44:03.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:03.241 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:04.243 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:04.607 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:04.608 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:04 smithi003 ceph-mon[96088]: pgmap v21227: 97 pgs: 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:04.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:04 smithi094 ceph-mon[112176]: pgmap v21227: 97 pgs: 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:05.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:05.244 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:06.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:06.246 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:06.734 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:06 smithi003 ceph-mon[96088]: 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-08T14:44:06.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:06 smithi094 ceph-mon[112176]: 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-08T14:44:07.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:07.247 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:08.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:08.249 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:08.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:08 smithi094 ceph-mon[112176]: 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-08T14:44:09.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:08 smithi003 ceph-mon[96088]: 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-08T14:44:09.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:09.445 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:09.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:09 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:09.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:09 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:10.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:10.252 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:10.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:10 smithi094 ceph-mon[112176]: pgmap v21230: 97 pgs: 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.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:10 smithi003 ceph-mon[96088]: pgmap v21230: 97 pgs: 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.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:11.254 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:12.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:12.256 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:12.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:12 smithi094 ceph-mon[112176]: 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-08T14:44:12.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:12 smithi003 ceph-mon[96088]: 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-08T14:44:13.257 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:13.258 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:14.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:14.259 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:14.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:14 smithi003 ceph-mon[96088]: pgmap v21232: 97 pgs: 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:14.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:14 smithi094 ceph-mon[112176]: pgmap v21232: 97 pgs: 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:15.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:15.261 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:16.262 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:16.263 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:16.805 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:16 smithi094 ceph-mon[112176]: 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-08T14:44:16.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:16 smithi003 ceph-mon[96088]: 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-08T14:44:17.264 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:17.421 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:18.266 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:18.303 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:18.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:18 smithi094 ceph-mon[112176]: 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-08T14:44:19.119 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:18 smithi003 ceph-mon[96088]: 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-08T14:44:19.268 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:19.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:20.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:20.269 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:20.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:20 smithi094 ceph-mon[112176]: pgmap v21235: 97 pgs: 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.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:20 smithi003 ceph-mon[96088]: pgmap v21235: 97 pgs: 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.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:21.271 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:22.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:22.272 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:22.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:22 smithi094 ceph-mon[112176]: 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-08T14:44:22.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:22 smithi003 ceph-mon[96088]: 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-08T14:44:23.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:23.274 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:24.275 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:24.276 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:24 smithi003 ceph-mon[96088]: pgmap v21237: 97 pgs: 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:24.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:24 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:24 smithi094 ceph-mon[112176]: pgmap v21237: 97 pgs: 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:24.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:24 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:25.277 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:25.494 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:26.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:26.279 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:26.909 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:26 smithi094 ceph-mon[112176]: 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-08T14:44:26.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:26 smithi003 ceph-mon[96088]: 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-08T14:44:27.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:27.280 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:28.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:28.282 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:28.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:28 smithi094 ceph-mon[112176]: 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-08T14:44:28.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:28 smithi003 ceph-mon[96088]: 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-08T14:44:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:29.283 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:30.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:30.286 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:30.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:30 smithi094 ceph-mon[112176]: pgmap v21240: 97 pgs: 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.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:30 smithi003 ceph-mon[96088]: pgmap v21240: 97 pgs: 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.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:31.287 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:32.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:32.289 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:32.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:32 smithi094 ceph-mon[112176]: 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-08T14:44:32.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:32 smithi003 ceph-mon[96088]: 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-08T14:44:33.290 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:33.291 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:34.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:34.292 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:34.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:34 smithi003 ceph-mon[96088]: pgmap v21242: 97 pgs: 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:34.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:34 smithi094 ceph-mon[112176]: pgmap v21242: 97 pgs: 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:35.293 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:35.294 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:36.295 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:36.296 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:36.758 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:36 smithi003 ceph-mon[96088]: 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-08T14:44:36.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:36 smithi094 ceph-mon[112176]: 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-08T14:44:37.297 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:37.337 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:38.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:38.299 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:38.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:38 smithi094 ceph-mon[112176]: 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-08T14:44:38.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:38 smithi003 ceph-mon[96088]: 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-08T14:44:39.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:39.301 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:39.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:39 smithi094 ceph-mon[112176]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:39.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:39 smithi003 ceph-mon[96088]: from='mgr.14219 172.21.15.3:0/2255885544' entity='mgr.smithi003.uujbgg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:40.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:40.302 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:40.915 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:40 smithi094 ceph-mon[112176]: pgmap v21245: 97 pgs: 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.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:40 smithi003 ceph-mon[96088]: pgmap v21245: 97 pgs: 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.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:41.304 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:42.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:42.306 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:42.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:42 smithi094 ceph-mon[112176]: 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-08T14:44:42.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:42 smithi003 ceph-mon[96088]: 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-08T14:44:43.307 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:43.308 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:44.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:44.309 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:44 smithi003 ceph-mon[96088]: pgmap v21247: 97 pgs: 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:44.666 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:44 smithi094 ceph-mon[112176]: pgmap v21247: 97 pgs: 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:45.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:45.311 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:46.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:46.313 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:46.872 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:46 smithi003 ceph-mon[96088]: 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-08T14:44:46.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:46 smithi094 ceph-mon[112176]: 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-08T14:44:47.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:47.314 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:48.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2023-10-08T14:44:48.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:48.916 INFO:journalctl@ceph.mon.smithi094.smithi094.stdout:Oct 08 14:44:48 smithi094 ceph-mon[112176]: 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-08T14:44:48.984 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Oct 08 14:44:48 smithi003 ceph-mon[96088]: 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-08T14:44:49.268 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-10-08T14:44:49.268 DEBUG:teuthology.task.console_log:Killing console logger for smithi003 2023-10-08T14:44:49.269 DEBUG:teuthology.task.console_log:Killing console logger for smithi094 2023-10-08T14:44:49.269 DEBUG:teuthology.exit:Finished running handlers